mirror of
https://github.com/mirror/make.git
synced 2025-03-26 01:30:31 +08:00
Sun May 12 19:19:43 1996 Aaron Digulla <digulla@fh-konstanz.de>
* Makefile.ami: renamed file.h to filedep.h Updated dependencies
This commit is contained in:
parent
df99d7af1f
commit
5fb14db85f
50
Makefile.ami
50
Makefile.ami
@ -134,7 +134,7 @@ srcs = $(srcdir)commands.c $(srcdir)job.c $(srcdir)dir.c \
|
|||||||
$(srcdir)remote-$(REMOTE).c \
|
$(srcdir)remote-$(REMOTE).c \
|
||||||
$(srcdir)ar.c $(srcdir)arscan.c \
|
$(srcdir)ar.c $(srcdir)arscan.c \
|
||||||
$(srcdir)signame.c $(srcdir)signame.h $(GETOPT_SRC) \
|
$(srcdir)signame.c $(srcdir)signame.h $(GETOPT_SRC) \
|
||||||
$(srcdir)commands.h $(srcdir)dep.h $(srcdir)file.h \
|
$(srcdir)commands.h $(srcdir)dep.h $(srcdir)filedep.h \
|
||||||
$(srcdir)job.h $(srcdir)make.h $(srcdir)rule.h \
|
$(srcdir)job.h $(srcdir)make.h $(srcdir)rule.h \
|
||||||
$(srcdir)variable.h $(ALLOCA_SRC) $(srcdir)config.h.in
|
$(srcdir)variable.h $(ALLOCA_SRC) $(srcdir)config.h.in
|
||||||
|
|
||||||
@ -166,12 +166,12 @@ TMPFILE = t:Make$$
|
|||||||
|
|
||||||
$(GLOB):
|
$(GLOB):
|
||||||
cd glob @@\
|
cd glob @@\
|
||||||
/make -f makefile
|
$(MAKE) -$(MAKEFLAGS) -f Makefile
|
||||||
|
|
||||||
# -I. is needed to find config.h in the build directory.
|
# -I. is needed to find config.h in the build directory.
|
||||||
OUTPUT_OPTION =
|
OUTPUT_OPTION =
|
||||||
.c.o:
|
.c.o:
|
||||||
$(CC) $(defines) IDir "" IDir $(srcdir)glob \
|
$(CC) $(defines) IDir "" IDir glob \
|
||||||
$(CPPFLAGS) $(CFLAGS) $< $(OUTPUT_OPTION)
|
$(CPPFLAGS) $(CFLAGS) $< $(OUTPUT_OPTION)
|
||||||
|
|
||||||
# For some losing Unix makes.
|
# For some losing Unix makes.
|
||||||
@ -183,10 +183,6 @@ glob/libglob.a: FORCE config.h
|
|||||||
FORCE:
|
FORCE:
|
||||||
|
|
||||||
tagsrcs = $(srcs) $(srcdir)remote-*.c
|
tagsrcs = $(srcs) $(srcdir)remote-*.c
|
||||||
TAGS: $(tagsrcs)
|
|
||||||
$(ETAGS) $(tagsrcs)
|
|
||||||
tags: $(tagsrcs)
|
|
||||||
$(CTAGS) $(tagsrcs)
|
|
||||||
|
|
||||||
.PHONY: install installdirs
|
.PHONY: install installdirs
|
||||||
install: installdirs \
|
install: installdirs \
|
||||||
@ -280,26 +276,34 @@ $(objs): config.h
|
|||||||
# Automatically generated dependencies will be put at the end of the file.
|
# Automatically generated dependencies will be put at the end of the file.
|
||||||
|
|
||||||
# Automatically generated dependencies.
|
# Automatically generated dependencies.
|
||||||
commands.o : commands.c make.h dep.h commands.h file.h variable.h job.h
|
commands.o: commands.c make.h dep.h filedef.h variable.h job.h \
|
||||||
job.o: job.c make.h commands.h job.h file.h variable.h
|
commands.h
|
||||||
|
job.o: job.c make.h job.h filedef.h commands.h variable.h
|
||||||
dir.o: dir.c make.h
|
dir.o: dir.c make.h
|
||||||
file.o: file.c make.h commands.h dep.h file.h variable.h
|
file.o: file.c make.h dep.h filedef.h job.h commands.h variable.h
|
||||||
misc.o: misc.c make.h dep.h
|
misc.o: misc.c make.h dep.h
|
||||||
main.o: main.c make.h commands.h dep.h file.h variable.h job.h getopt.h
|
main.o: main.c make.h dep.h filedef.h variable.h job.h commands.h \
|
||||||
read.o: read.c make.h commands.h dep.h file.h variable.h glob/glob.h
|
getopt.h
|
||||||
remake.o: remake.c make.h commands.h job.h dep.h file.h
|
read.o: read.c make.h dep.h filedef.h job.h commands.h variable.h \
|
||||||
rule.o : rule.c make.h config.h commands.h dep.h file.h variable.h rule.h
|
glob/glob.h
|
||||||
implicit.o : implicit.c make.h rule.h dep.h file.h
|
remake.o: remake.c make.h filedef.h job.h commands.h dep.h
|
||||||
default.o: default.c make.h rule.h dep.h file.h commands.h variable.h
|
rule.o: rule.c make.h dep.h filedef.h job.h commands.h variable.h \
|
||||||
variable.o : variable.c make.h commands.h variable.h dep.h file.h
|
rule.h
|
||||||
expand.o: expand.c make.h commands.h file.h variable.h
|
implicit.o: implicit.c make.h rule.h dep.h filedef.h
|
||||||
function.o: function.c make.h variable.h dep.h commands.h job.h
|
default.o: default.c make.h rule.h dep.h filedef.h job.h commands.h \
|
||||||
vpath.o : vpath.c make.h file.h variable.h
|
variable.h
|
||||||
|
variable.o: variable.c make.h dep.h filedef.h job.h commands.h \
|
||||||
|
variable.h
|
||||||
|
expand.o: expand.c make.h filedef.h job.h commands.h variable.h
|
||||||
|
function.o: function.c make.h filedef.h variable.h dep.h job.h \
|
||||||
|
commands.h amiga.h
|
||||||
|
vpath.o: vpath.c make.h filedef.h variable.h
|
||||||
version.o: version.c
|
version.o: version.c
|
||||||
ar.o : ar.c make.h file.h dep.h
|
ar.o: ar.c make.h filedef.h dep.h
|
||||||
arscan.o: arscan.c make.h
|
arscan.o: arscan.c make.h
|
||||||
signame.o: signame.c signame.h
|
signame.o: signame.c signame.h
|
||||||
remote-stub.o : remote-stub.c make.h commands.h
|
remote-stub.o: remote-stub.c make.h filedef.h job.h commands.h
|
||||||
getopt.o: getopt.c getopt.h
|
getopt.o: getopt.c
|
||||||
getopt1.o : getopt1.c getopt.h
|
getopt1.o : getopt1.c getopt.h
|
||||||
getloadavg.o: getloadavg.c
|
getloadavg.o: getloadavg.c
|
||||||
|
amiga.o: amiga.c make.h variable.h amiga.h
|
||||||
|
Loading…
Reference in New Issue
Block a user