diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2008-11-30 16:43:27 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2008-11-30 16:43:27 +0000 |
commit | 8c781df7d39ad22519155ac02d8743e2f92abf49 (patch) | |
tree | 21237c0aa1b35037c7691e9e9e78aea4e9790a04 | |
parent | 47eb1577f3d2e009bc82e664f0837d0e5b9168a9 (diff) |
+ tweaked build rules for gfsm with local libgfsm
svn path=/trunk/externals/moocow/; revision=10406
-rw-r--r-- | extended/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/extended/Makefile b/extended/Makefile index 42de420..4553533 100644 --- a/extended/Makefile +++ b/extended/Makefile @@ -24,6 +24,7 @@ SUBDIRS = \ 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 @@ pd_src ?= $(CURDIR)/../../../pd ##====================================================================== ## Rules: default -all: build.stamp +all: config build.stamp ##====================================================================== ## Rules: subdirectory: dummy @@ -285,7 +286,11 @@ weightmap.cvsclean: weightmap.extclean 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 |