make depend

This commit is contained in:
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