diff --git a/src/Makefile.dep b/src/Makefile.dep index dfd5461..a2e4d54 100644 --- a/src/Makefile.dep +++ b/src/Makefile.dep @@ -37,14 +37,6 @@ ./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 @@ -54,3 +46,11 @@ ./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 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 +./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 diff --git a/tests/Makefile.dep b/tests/Makefile.dep index d76bfd2..e83e777 100644 --- a/tests/Makefile.dep +++ b/tests/Makefile.dep @@ -16,6 +16,7 @@ ./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 @@ -30,4 +31,3 @@ ./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