diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-12-28 03:58:11 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-12-28 03:58:11 +0000 |
commit | 8e5699c83d2a5f5d649a950e94662257a9b8a979 (patch) | |
tree | c8e7ea651530369b6316554db26eaf774b5fb7e9 /externals/grill/dyn/makefile.pd-darwin | |
parent | e4a4f538375af2404ec0f3201fa2ac79e7a17c23 (diff) |
""
svn path=/trunk/; revision=1236
Diffstat (limited to 'externals/grill/dyn/makefile.pd-darwin')
-rw-r--r-- | externals/grill/dyn/makefile.pd-darwin | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/externals/grill/dyn/makefile.pd-darwin b/externals/grill/dyn/makefile.pd-darwin index 5af65eaa..2fc40958 100644 --- a/externals/grill/dyn/makefile.pd-darwin +++ b/externals/grill/dyn/makefile.pd-darwin @@ -22,9 +22,10 @@ FLEXTLIB=$(FLEXTPATH)/flext.a INCLUDES=$(PDPATH) LIBPATH= FLAGS=-DFLEXT_SYS=2 ${U_FLAGS} -CFLAGS=-O6 -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes -fno-exceptions -fno-rtti +CFLAGS=-O6 -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes -fno-rtti #CFLAGS=-g LIBS=m +FRAMEWORKS=vecLib LDFLAGS=-bundle -bundle_loader $(PD) @@ -52,7 +53,7 @@ $(TARGDIR)/%.o : $(DIR)/%.cpp $(CXX) -c $(CFLAGS) $(FLAGS) $(patsubst %,-I%,$(INCLUDES) $(FLEXTPATH)) $< -o $@ $(TARGET) : $(patsubst %.cpp,$(TARGDIR)/%.o,$(SRCS)) $(FLEXTLIB) - $(CXX) $(LDFLAGS) $^ $(patsubst %,-L%,$(LIBPATH)) $(patsubst %,-l%,$(LIBS)) -o $@ + $(CXX) $(LDFLAGS) $^ $(patsubst %,-L%,$(LIBPATH)) $(patsubst %,-l%,$(LIBS)) $(patsubst %,-framework %,$(FRAMEWORKS)) -o $@ chmod 755 $@ $(INSTPATH): |