]> pd.if.org Git - pdclib/blobdiff - Makefile
More cleaning up.
[pdclib] / Makefile
index da30ee5d9150cad6943fdafdd0fe605bcab2e434..453172589bc48676bf7404560aa3467063f8f633 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # $Id$
 
 # This is where you chose which platform to compile for (see 'make links' / './platform')
-PLATFORM := example
+PLATFORM := example_cygwin
 
 # This is a list of all non-source files that are part of the distribution.
 AUXFILES := Makefile Readme.txt
@@ -69,7 +69,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