Update of /cvsroot/pure-data/packages/darwin_app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25772
Modified Files: Makefile Log Message: trying a more proper Makefile way to use environment variables, this should be inherited by Makefiles that are called from this one
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** Makefile 16 Dec 2005 18:38:11 -0000 1.30 --- Makefile 16 Jan 2006 04:32:00 -0000 1.31 *************** *** 2,7 **** current: darwin_app
# needed to support weak linking of frameworks ! MAKE = MACOSX_DEPLOYMENT_TARGET=10.3 make
CWD := $(shell pwd) --- 2,10 ---- current: darwin_app
+ # turn on weak linking and dlopen support + export MACOSX_DEPLOYMENT_TARGET = 10.3 + # needed to support weak linking of frameworks ! #MAKE = MACOSX_DEPLOYMENT_TARGET=10.3 make
CWD := $(shell pwd)