X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile;h=2d1fa6dedd5b1de1fde02367e9d2f94d18033c54;hb=b23ca08bbb7300de0d1100ee64cafd5bda0ca50c;hp=da30ee5d9150cad6943fdafdd0fe605bcab2e434;hpb=158622abb56009c46691cd463790ef15d172730c;p=fw%2Fpdclib diff --git a/Makefile b/Makefile index da30ee5..2d1fa6d 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,6 @@ pdclib.a: $(OBJFILES) @echo test: functions/$(FILE) - echo $(TSTDEPFILES) functions/$(FILE) tests: testdrivers @@ -69,7 +68,7 @@ regtests: regtestdrivers regtestdrivers: $(REGFILES) @echo -#-include $(DEPFILES) $(TSTDEPFILES) $(REGDEPFILES) +-include $(DEPFILES) $(TSTDEPFILES) $(REGDEPFILES) clean: @for file in $(OBJFILES) $(DEPFILES) $(TSTFILES) $(TSTDEPFILES) $(REGFILES) $(REGDEPFILES) pdclib.a pdclib.tgz scanf_testdata_*; do if [ -f $$file ]; then rm $$file; fi; done