aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-07-28 14:45:07 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:05:31 +0200
commit15708301d51a3f664a06e96a0f46c53787d0a81d (patch)
tree5f1b7adbd023d6c6b04108fbcb9dfb17a139faec
parent6dec07e785db93ea9d2702b660b885d678dc87e4 (diff)
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
-rw-r--r--Makefile4
1 files 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 \