make depend

This commit is contained in:
Tomasz Sowa 2021-05-08 22:40:06 +02:00
parent b055c46ae8
commit 127f26884e
1 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# DO NOT DELETE # DO NOT DELETE
./convert/inttostr.o: ./convert/inttostr.h ./convert/inttostr.o: ./convert/inttostr.h
./convert/misc.o: ./convert/misc.h ./convert/text.h ./convert/misc.o: ./convert/misc.h ./convert/text.h ./convert/text_private.h
./convert/text.o: ./convert/text.h ./convert/text.o: ./convert/text.h ./convert/text_private.h
./date/date.o: ./date/date.h convert/inttostr.h ./date/date.o: ./date/date.h convert/inttostr.h
./log/filelog.o: ./log/filelog.h textstream/textstream.h space/space.h ./log/filelog.o: ./log/filelog.h textstream/textstream.h space/space.h
./log/filelog.o: textstream/types.h convert/inttostr.h date/date.h ./log/filelog.o: textstream/types.h convert/inttostr.h date/date.h
@ -24,13 +24,15 @@
./space/space.o: date/date.h membuffer/membuffer.h textstream/types.h ./space/space.o: date/date.h membuffer/membuffer.h textstream/types.h
./space/space.o: utf8/utf8_templates.h utf8/utf8_private.h convert/convert.h ./space/space.o: utf8/utf8_templates.h utf8/utf8_private.h convert/convert.h
./space/space.o: ./convert/inttostr.h convert/patternreplacer.h ./space/space.o: ./convert/inttostr.h convert/patternreplacer.h
./space/space.o: convert/strtoint.h ./convert/text.h ./convert/misc.h ./space/space.o: convert/strtoint.h ./convert/text.h ./convert/text_private.h
./space/space.o: ./convert/misc.h
./space/spaceparser.o: ./space/spaceparser.h ./space/space.h ./space/spaceparser.o: ./space/spaceparser.h ./space/space.h
./space/spaceparser.o: textstream/types.h convert/inttostr.h utf8/utf8.h ./space/spaceparser.o: textstream/types.h convert/inttostr.h utf8/utf8.h
./space/spaceparser.o: textstream/textstream.h space/space.h date/date.h ./space/spaceparser.o: textstream/textstream.h space/space.h date/date.h
./space/spaceparser.o: membuffer/membuffer.h textstream/types.h ./space/spaceparser.o: membuffer/membuffer.h textstream/types.h
./space/spaceparser.o: utf8/utf8_templates.h utf8/utf8_private.h ./space/spaceparser.o: utf8/utf8_templates.h utf8/utf8_private.h
./space/spaceparser.o: convert/strtoint.h ./convert/text.h ./convert/misc.h ./space/spaceparser.o: convert/strtoint.h ./convert/text.h
./space/spaceparser.o: ./convert/text_private.h ./convert/misc.h
./utf8/utf8.o: ./utf8/utf8.h textstream/textstream.h space/space.h ./utf8/utf8.o: ./utf8/utf8.h textstream/textstream.h space/space.h
./utf8/utf8.o: textstream/types.h convert/inttostr.h date/date.h ./utf8/utf8.o: textstream/types.h convert/inttostr.h date/date.h
./utf8/utf8.o: membuffer/membuffer.h textstream/types.h utf8/utf8_templates.h ./utf8/utf8.o: membuffer/membuffer.h textstream/types.h utf8/utf8_templates.h