Revision: 10406 http://pure-data.svn.sourceforge.net/pure-data/?rev=10406&view=rev Author: mukau Date: 2008-11-30 16:43:27 +0000 (Sun, 30 Nov 2008)
Log Message: ----------- + tweaked build rules for gfsm with local libgfsm
Modified Paths: -------------- trunk/externals/moocow/extended/Makefile
Modified: trunk/externals/moocow/extended/Makefile =================================================================== --- trunk/externals/moocow/extended/Makefile 2008-11-30 16:43:07 UTC (rev 10405) +++ trunk/externals/moocow/extended/Makefile 2008-11-30 16:43:27 UTC (rev 10406) @@ -24,6 +24,7 @@ MOOCOW_DIR ?=$(shell pwd) MOOCOW_BUILD ?=$(MOOCOW_DIR)/build.moo MOOCOW_MFLAGS ?=DESTDIR="" +MOOCOW_BUILD_VERSION ?=0.02
CONFIGURE_ARGS=\ CFLAGS="$(CFLAGS)" \ @@ -40,7 +41,7 @@
##====================================================================== ## Rules: default -all: build.stamp +all: config build.stamp
##====================================================================== ## Rules: subdirectory: dummy @@ -285,7 +286,11 @@ autogen: $(SUBDIRS:=.autogen_stamp) configure: $(SUBDIRS:=.configure_stamp)
+config: + @echo "MOOCOW_BUILD_VERSION=$(MOOCOW_BUILD_VERSION)" + build.stamp: $(SUBDIRS:=.build_stamp) + rm -rf $(MOOCOW_BUILD)/noinstall touch $@
readme: README.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.