diff --git a/src/Makefile.dep b/src/Makefile.dep index 1561a29..dfd5461 100644 --- a/src/Makefile.dep +++ b/src/Makefile.dep @@ -37,6 +37,14 @@ ./utf8/utf8.o: ./utf8/utf8.h textstream/stream.h utf8/utf8_templates.h ./utf8/utf8.o: utf8/utf8_private.h ./utf8/utf8_private.o: utf8/utf8_private.h +./html/bbcodeparser.o: ./html/bbcodeparser.h ./html/htmlparser.h +./html/bbcodeparser.o: convert/baseparser.h space/space.h textstream/types.h +./html/bbcodeparser.o: convert/inttostr.h utf8/utf8.h textstream/stream.h +./html/bbcodeparser.o: utf8/utf8_templates.h utf8/utf8_private.h +./html/htmlparser.o: ./html/htmlparser.h convert/baseparser.h space/space.h +./html/htmlparser.o: textstream/types.h convert/inttostr.h utf8/utf8.h +./html/htmlparser.o: textstream/stream.h utf8/utf8_templates.h +./html/htmlparser.o: utf8/utf8_private.h convert/text.h ./csv/csvparser.o: ./csv/csvparser.h space/space.h textstream/types.h ./csv/csvparser.o: convert/inttostr.h utf8/utf8.h textstream/stream.h ./csv/csvparser.o: utf8/utf8_templates.h utf8/utf8_private.h @@ -46,6 +54,3 @@ ./mainoptions/mainoptionsparser.o: convert/inttostr.h utf8/utf8.h ./mainoptions/mainoptionsparser.o: textstream/stream.h utf8/utf8_templates.h ./mainoptions/mainoptionsparser.o: utf8/utf8_private.h -./html/htmlparser.o: ./html/htmlparser.h convert/baseparser.h convert/text.h -./html/bbcodeparser.o: ./html/bbcodeparser.h ./html/htmlparser.h -./html/bbcodeparser.o: convert/baseparser.h diff --git a/tests/Makefile.dep b/tests/Makefile.dep index e83e777..d76bfd2 100644 --- a/tests/Makefile.dep +++ b/tests/Makefile.dep @@ -16,7 +16,6 @@ ./csvparser.o: ../src/utf8/utf8_templates.h ../src/utf8/utf8_private.h ./csvparser.o: ../src/convert/baseparser.h test.h ./main.o: convert.h mainoptionsparser.h csvparser.h -./test.o: test.h ./mainoptionsparser.o: mainoptionsparser.h test.h ./mainoptionsparser.o: ../src/mainoptions/mainoptionsparser.h ./mainoptionsparser.o: ../src/space/space.h ../src/textstream/types.h @@ -31,3 +30,4 @@ ./mainoptionsparser.o: ../src/membuffer/membuffer.h ../src/textstream/types.h ./mainoptionsparser.o: ../src/convert/strtoint.h ../src/convert/text.h ./mainoptionsparser.o: ../src/convert/misc.h ../src/convert/double.h +./test.o: test.h