Revision: 9517 http://pure-data.svn.sourceforge.net/pure-data/?rev=9517&view=rev Author: eighthave Date: 2008-02-25 08:18:05 -0800 (Mon, 25 Feb 2008)
Log Message: ----------- added config.h target to generate config.h since mingw isn't using aclocal/autoconf yet
Modified Paths: -------------- branches/pd-extended/v0-40/pd/src/makefile.mingw
Modified: branches/pd-extended/v0-40/pd/src/makefile.mingw =================================================================== --- branches/pd-extended/v0-40/pd/src/makefile.mingw 2008-02-24 22:45:50 UTC (rev 9516) +++ branches/pd-extended/v0-40/pd/src/makefile.mingw 2008-02-25 16:18:05 UTC (rev 9517) @@ -122,10 +122,13 @@
.PHONY: all install clean externs
-all: $(OBJ_DIR)/$(GUINAME) $(OBJ_DIR)/$(PDDLL) $(OBJ_DIR)/$(PDEXEC) \ +all: config.h $(OBJ_DIR)/$(GUINAME) $(OBJ_DIR)/$(PDDLL) $(OBJ_DIR)/$(PDEXEC) \ $(OBJ_DIR)/pdsend.exe $(OBJ_DIR)/pdreceive.exe $(OBJ_DIR)/pd.com \ $(OBJ_DIR)/pd.tk externs
+config.h: config.h.in + cp config.h.in config.h + $(OBJ) : %.o : %.c $(CC) $(CFLAGS) $(GFLAGS) $(INCLUDE) -c -o $(OBJ_DIR)/$*.o $*.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.