]> pd.if.org Git - pdclib/blobdiff - Makefile
Moved the macro magic into the common header.
[pdclib] / Makefile
index f1cf050c62ff1d00617bffa926eee7a253e9a552..2993c25d72757d8cbf66c782ab13732a4472d06f 100644 (file)
--- 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