X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile;h=2d1fa6dedd5b1de1fde02367e9d2f94d18033c54;hb=f55a1b46c818376556332a6475c0b70a7539fd68;hp=f1cf050c62ff1d00617bffa926eee7a253e9a552;hpb=e1ce3c19dea04aa7fe3e6793b2e8ed2f91799c2e;p=fw%2Fpdclib diff --git a/Makefile b/Makefile index f1cf050..2d1fa6d 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_cygwin +PLATFORM := example # 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