diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2004-02-24 03:37:12 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2004-02-24 03:37:12 +0000 |
commit | 65092b7f63e129a416a32f0e0071547fba86d6d5 (patch) | |
tree | 20b5eb70dd1b0d6697e819747a4fb33a9bd56324 /externals/grill/fftease/makefile.pd-darwin | |
parent | b5a276390c40729a9c78d8d3e8ae19a8a2239660 (diff) |
""
svn path=/trunk/; revision=1355
Diffstat (limited to 'externals/grill/fftease/makefile.pd-darwin')
-rw-r--r-- | externals/grill/fftease/makefile.pd-darwin | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/externals/grill/fftease/makefile.pd-darwin b/externals/grill/fftease/makefile.pd-darwin index b33a5ff9..c0f1b0a4 100644 --- a/externals/grill/fftease/makefile.pd-darwin +++ b/externals/grill/fftease/makefile.pd-darwin @@ -23,10 +23,11 @@ FLEXTLIB=${FLEXTPATH}/flext.a INCLUDES=${PDPATH} ${FLEXTPATH} LIBPATH= FLAGS=-DFLEXT_SYS=2 ${UFLAGS} -CFLAGS=-O6 -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes -fno-exceptions -fno-rtti -LIBS=m +CFLAGS=-O2 -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes +CPPFLAGS=-fno-exceptions -fno-rtti +LIBS= LDFLAGS=-bundle -bundle_loader ${PD} -FRAMEWORKS=Carbon +FRAMEWORKS=Carbon vecLib # --------------------------------------------- # the rest can stay untouched @@ -51,7 +52,7 @@ $(TARGDIR): -mkdir $(TARGDIR) $(TARGDIR)/%.o : $(DIR)/%.cpp - $(CXX) -c $(CFLAGS) $(FLAGS) $(patsubst %,-I%,$(INCLUDES)) $< -o $@ + $(CXX) -c $(CPPFLAGS) $(CFLAGS) $(FLAGS) $(patsubst %,-I%,$(INCLUDES)) $< -o $@ $(TARGDIR)/%.co : $(DIR)/%.c $(CC) -c $(CFLAGS) $(FLAGS) $(patsubst %,-I%,$(INCLUDES)) $< -o $@ |