mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-05 22:17:05 +00:00
Wed Mar 20 09:52:27 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
* GNUmakefile (vmsfiles): New variable. (distfiles): Include $(vmsfiles).
This commit is contained in:
parent
9e443adaf6
commit
c97502625c
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# GNU Make-specific makefile for GNU Make.
|
# GNU Make-specific makefile for GNU Make.
|
||||||
|
|
||||||
# Copyright (C) 1990, 91, 92, 93, 94, 95 Free Software Foundation, Inc.
|
# Copyright (C) 1990, 91, 92, 93, 94, 95, 96 Free Software Foundation, Inc.
|
||||||
# This file is part of GNU Make.
|
# This file is part of GNU Make.
|
||||||
#
|
#
|
||||||
# GNU Make is free software; you can redistribute it and/or modify
|
# GNU Make is free software; you can redistribute it and/or modify
|
||||||
|
@ -186,7 +186,7 @@ Makefile.in: compatMakefile $(nolib-deps:remote-%.dep=remote-stub.dep)
|
||||||
.SUFFIXES: .dep
|
.SUFFIXES: .dep
|
||||||
# Maintain the automatically-generated dependencies.
|
# Maintain the automatically-generated dependencies.
|
||||||
ifndef no_deps
|
ifndef no_deps
|
||||||
include $(depfiles)
|
-include $(depfiles)
|
||||||
endif
|
endif
|
||||||
$(archpfx)%.dep: %.c
|
$(archpfx)%.dep: %.c
|
||||||
$(mkdep) $< | sed 's,$*\.o,$(@:.dep=.o) $@,' > $@
|
$(mkdep) $< | sed 's,$*\.o,$(@:.dep=.o) $@,' > $@
|
||||||
|
@ -222,10 +222,12 @@ dist: cvs-mark default info dvi tests tarfiles
|
||||||
.PHONY: tarfiles
|
.PHONY: tarfiles
|
||||||
tarfiles: $(tarfiles)
|
tarfiles: $(tarfiles)
|
||||||
|
|
||||||
|
vmsfiles = config.h-vms makefile.com makefile.vms readme.vms \
|
||||||
|
vmsdir.h vmsfunctionc.c vmsify.c
|
||||||
distfiles=README INSTALL COPYING ChangeLog NEWS \
|
distfiles=README INSTALL COPYING ChangeLog NEWS \
|
||||||
configure Makefile.in configure.in build.sh.in mkinstalldirs \
|
configure Makefile.in configure.in build.sh.in mkinstalldirs \
|
||||||
configh.dos configure.bat \
|
configh.dos configure.bat \
|
||||||
aclocal.m4 acconfig.h $(srcs) remote-*.c $(globfiles) \
|
aclocal.m4 acconfig.h $(srcs) remote-*.c $(globfiles) $(vmsfiles) \
|
||||||
make.texinfo make-stds.texi \
|
make.texinfo make-stds.texi \
|
||||||
make.?? make.??s make.toc make.aux make.man texinfo.tex TAGS tags \
|
make.?? make.??s make.toc make.aux make.man texinfo.tex TAGS tags \
|
||||||
install-sh \
|
install-sh \
|
||||||
|
|
Loading…
Reference in a new issue