make depend

This commit is contained in:
Tomasz Sowa 2021-03-15 19:36:04 +01:00
parent fac3a7eb71
commit 7ccd435e2c
6 changed files with 34 additions and 20 deletions

View File

@ -1,9 +1,10 @@
# DO NOT DELETE
filelog.o: filelog.h ../textstream/textstream.h ../space/space.h
filelog.o: ../textstream/types.h ../date/date.h ../convert/inttostr.h
filelog.o: ../textstream/types.h ../convert/inttostr.h ../date/date.h
filelog.o: ../membuffer/membuffer.h ../textstream/types.h ../utf8/utf8.h
filelog.o: ../utf8/utf8_templates.h ../utf8/utf8_private.h
log.o: log.h ../textstream/textstream.h ../space/space.h
log.o: ../textstream/types.h ../date/date.h ../convert/inttostr.h
log.o: ../textstream/types.h ../convert/inttostr.h ../date/date.h
log.o: ../membuffer/membuffer.h ../textstream/types.h filelog.h
log.o: ../utf8/utf8.h
log.o: ../utf8/utf8.h ../utf8/utf8_templates.h ../utf8/utf8_private.h

View File

@ -1,6 +1,7 @@
# DO NOT DELETE
mainspaceparser.o: mainspaceparser.h ../space/space.h ../textstream/types.h
mainspaceparser.o: ../utf8/utf8.h ../textstream/textstream.h ../date/date.h
mainspaceparser.o: ../convert/inttostr.h ../membuffer/membuffer.h
mainspaceparser.o: ../textstream/types.h
mainspaceparser.o: ../convert/inttostr.h ../utf8/utf8.h
mainspaceparser.o: ../textstream/textstream.h ../date/date.h
mainspaceparser.o: ../membuffer/membuffer.h ../textstream/types.h
mainspaceparser.o: ../utf8/utf8_templates.h ../utf8/utf8_private.h

View File

@ -1,17 +1,25 @@
# DO NOT DELETE
jsontospaceparser.o: jsontospaceparser.h space.h ../textstream/types.h
jsontospaceparser.o: ../utf8/utf8.h ../textstream/textstream.h
jsontospaceparser.o: ../space/space.h ../date/date.h ../convert/inttostr.h
jsontospaceparser.o: ../membuffer/membuffer.h ../textstream/types.h
space.o: space.h ../textstream/types.h ../utf8/utf8.h
jsontospaceparser.o: ../convert/inttostr.h ../utf8/utf8.h
jsontospaceparser.o: ../textstream/textstream.h ../space/space.h
jsontospaceparser.o: ../date/date.h ../membuffer/membuffer.h
jsontospaceparser.o: ../textstream/types.h ../utf8/utf8_templates.h
jsontospaceparser.o: ../utf8/utf8_private.h
main.o: space.h ../textstream/types.h ../convert/inttostr.h ../utf8/utf8.h
main.o: ../textstream/textstream.h ../space/space.h ../date/date.h
main.o: ../membuffer/membuffer.h ../textstream/types.h
main.o: ../utf8/utf8_templates.h ../utf8/utf8_private.h
space.o: space.h ../textstream/types.h ../convert/inttostr.h ../utf8/utf8.h
space.o: ../textstream/textstream.h ../space/space.h ../date/date.h
space.o: ../convert/inttostr.h ../membuffer/membuffer.h ../textstream/types.h
space.o: ../convert/convert.h ../convert/inttostr.h
space.o: ../convert/patternreplacer.h ../convert/strtoint.h ../convert/text.h
space.o: ../convert/misc.h
spaceparser.o: spaceparser.h space.h ../textstream/types.h ../utf8/utf8.h
space.o: ../membuffer/membuffer.h ../textstream/types.h
space.o: ../utf8/utf8_templates.h ../utf8/utf8_private.h ../convert/convert.h
space.o: ../convert/inttostr.h ../convert/patternreplacer.h
space.o: ../convert/strtoint.h ../convert/text.h ../convert/misc.h
spaceparser.o: spaceparser.h space.h ../textstream/types.h
spaceparser.o: ../convert/inttostr.h ../utf8/utf8.h
spaceparser.o: ../textstream/textstream.h ../space/space.h ../date/date.h
spaceparser.o: ../convert/inttostr.h ../membuffer/membuffer.h
spaceparser.o: ../textstream/types.h
spaceparser.o: ../membuffer/membuffer.h ../textstream/types.h
spaceparser.o: ../utf8/utf8_templates.h ../utf8/utf8_private.h
spacetojson.o: spacetojson.h space.h ../textstream/types.h
spacetojson.o: ../convert/inttostr.h

View File

@ -1 +1 @@
o = jsontospaceparser.o space.o spaceparser.o spacetojson.o
o = jsontospaceparser.o main.o space.o spaceparser.o spacetojson.o

View File

@ -1,5 +1,9 @@
# DO NOT DELETE
utf8_private.o: utf8_private.h ../textstream/textstream.h ../space/space.h
utf8_private.o: ../textstream/types.h ../convert/inttostr.h ../date/date.h
utf8_private.o: ../membuffer/membuffer.h ../textstream/types.h
utf8.o: utf8.h ../textstream/textstream.h ../space/space.h
utf8.o: ../textstream/types.h ../date/date.h ../convert/inttostr.h
utf8.o: ../textstream/types.h ../convert/inttostr.h ../date/date.h
utf8.o: ../membuffer/membuffer.h ../textstream/types.h
utf8.o: ../utf8/utf8_templates.h utf8_private.h

View File

@ -1 +1 @@
o = utf8.o
o = utf8_private.o utf8.o