X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=2993c25d72757d8cbf66c782ab13732a4472d06f;hb=d193d54478243fbd9e68649e0eb534c72d6aea0d;hp=da30ee5d9150cad6943fdafdd0fe605bcab2e434;hpb=52170395fe98af533c3b44ffae13c66aeb1cdb99;p=pdclib diff --git a/Makefile b/Makefile index da30ee5..2993c25 100644 --- 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 @@ -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