diff options
author | Paul Smith <psmith@gnu.org> | 1998-07-30 20:54:47 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1998-07-30 20:54:47 +0000 |
commit | e2403327e9913bbcbd515f9c38b8f4e26fb9b0d9 (patch) | |
tree | 8ac64ff471e0a976daf75ef913c084adba4972fc /SMakefile.template | |
parent | 65a7296e2c81b04761b3f024572310a02c9de691 (diff) | |
download | gunmake-e2403327e9913bbcbd515f9c38b8f4e26fb9b0d9.tar.gz |
GNU make release 3.77.
Diffstat (limited to 'SMakefile.template')
-rw-r--r-- | SMakefile.template | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/SMakefile.template b/SMakefile.template index 4705713..2caa82e 100644 --- a/SMakefile.template +++ b/SMakefile.template @@ -210,67 +210,3 @@ glob-clean glob-realclean: cd glob smake $@ < - -# The automatically generated dependencies below may omit config.h -# because it is included with ``#include <config.h>'' rather than -# ``#include "config.h"''. So we add the explicit dependency to make sure. -$(objs): config.h - -# Automatically generated dependencies will be put at the end of the file. - -# Automatically generated dependencies. -commands.o: commands.c make.h dep.h filedef.h variable.h job.h \ - commands.h - -job.o: job.c make.h job.h filedef.h commands.h variable.h - -dir.o: dir.c make.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 - -main.o: main.c make.h dep.h filedef.h variable.h job.h commands.h \ - getopt.h - -read.o: read.c make.h dep.h filedef.h job.h commands.h variable.h \ - glob/glob.h - -remake.o: remake.c make.h filedef.h job.h commands.h dep.h - -rule.o: rule.c make.h dep.h filedef.h job.h commands.h variable.h \ - rule.h - -implicit.o: implicit.c make.h rule.h dep.h filedef.h - -default.o: default.c make.h rule.h dep.h filedef.h job.h commands.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 - -ar.o: ar.c make.h filedef.h dep.h - -arscan.o: arscan.c make.h - -signame.o: signame.c signame.h - -remote-stub.o: remote-stub.c make.h filedef.h job.h commands.h - -getopt.o: getopt.c - -getopt1.o : getopt1.c getopt.h - -getloadavg.o: getloadavg.c - -amiga.o: amiga.c make.h variable.h amiga.h - |