From 15708301d51a3f664a06e96a0f46c53787d0a81d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 28 Jul 2010 14:45:07 +0000 Subject: made the .pd_darwin a -bundle rather than a -dynamiclib since that's the way everything else is built; added -fast to turn on optimization svn path=/trunk/externals/august/readanysf~/; revision=13733 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 416b6f9..fbee1a1 100644 --- a/Makefile +++ b/Makefile @@ -38,10 +38,10 @@ LDFLAGS = -L/usr/local/lib -lpthread -lgavl -lgmerlin_avdec else # assume darwin here STRIP=strip -x -CFLAGS += -I/sw/include -I$(externals_src)/pdp/include -DMACOSX -DUNIX -Dunix +CFLAGS += -I/sw/include -fast -fPIC +LDFLAGS = -bundle -undefined dynamic_lookup -L/sw/lib -lgavl -lgmerlin_avdec #LDFLAGS += -bundle -bundle_loader $(pd_src)/bin/pd -undefined dynamic_lookup \ # -L/sw/lib -weak_framework Carbon -lc -L/sw/lib -lgavl -lgmerlin_avdec -LDFLAGS = -dynamiclib -undefined dynamic_lookup -read_only_relocs warning -L/sw/lib -lgavl -lgmerlin_avdec # os 10.4 #CFLAGS += -mmacosx-version-min=10.4 -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk #LDFLAGS = -L/sw/lib -lgavl -lgmerlin_avdec \ -- cgit v1.2.1