Added some code for dependency generator

This commit is contained in:
ceriel
1990-01-23 15:25:21 +00:00
parent 94b3467079
commit ae3e9716f5
8 changed files with 84 additions and 6 deletions

View File

@@ -62,7 +62,7 @@ GSRC = char.c symbol2str.c
GHSRC = errout.h idfsize.h ifdepth.h lapbuf.h \
nparams.h numsize.h obufsize.h \
parbufsize.h pathlength.h strsize.h textsize.h \
botch_free.h debug.h inputtype.h dobits.h line_prefix.h
botch_free.h debug.h inputtype.h dobits.h line_prefix.h mkdep.h
# Other generated files, for 'make clean' only
GENERATED = tokenfile.g Lpars.h LLfiles LL.output lint.out \
@@ -172,6 +172,7 @@ domacro.o: input.h
domacro.o: inputtype.h
domacro.o: interface.h
domacro.o: macro.h
domacro.o: mkdep.h
domacro.o: nparams.h
domacro.o: parbufsize.h
domacro.o: textsize.h
@@ -188,7 +189,10 @@ input.o: file_info.h
input.o: input.h
input.o: inputtype.h
main.o: file_info.h
main.o: idf.h
main.o: idfsize.h
main.o: macro.h
main.o: mkdep.h
options.o: charoffset.h
options.o: class.h
options.o: idf.h
@@ -205,6 +209,7 @@ preprocess.o: idfsize.h
preprocess.o: input.h
preprocess.o: inputtype.h
preprocess.o: line_prefix.h
preprocess.o: mkdep.h
preprocess.o: obufsize.h
replace.o: LLlex.h
replace.o: charoffset.h