diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-11-10 01:47:02 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-11-10 01:47:02 +0000 |
commit | 386b0b74b0133acb7caddc0f31f5ebbf255efc00 (patch) | |
tree | f922b267aa3fc030b29e3d27901e56e205a86839 /externals/vanilla/Makefile | |
parent | 5bdf08d2c08687f7e13c69d3405f7ff110759bca (diff) |
split out d_math.c into standalone objects
svn path=/trunk/; revision=12736
Diffstat (limited to 'externals/vanilla/Makefile')
-rw-r--r-- | externals/vanilla/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/vanilla/Makefile b/externals/vanilla/Makefile index c5b6b7bb..d77acb9d 100644 --- a/externals/vanilla/Makefile +++ b/externals/vanilla/Makefile @@ -4,7 +4,7 @@ LIBRARY_NAME = vanilla # Next, add your source files to the SOURCES variable. -SOURCES = abs~.c bng.c cnv.c exp~.c hradio.c hsl.c log~.c nbx.c pow~.c print.c tgl.c vradio.c vslider.c vu.c +SOURCES = abs~.c bng.c clip~.c cnv.c dbtopow~.c dbtorms~.c exp~.c ftom~.c hradio.c hsl.c log~.c mtof~.c nbx.c powtodb~.c pow~.c print.c rmstodb~.c rsqrt~.c sqrt~.c tgl.c vradio.c vslider.c vu.c wrap~.c # For objects that only build on certain platforms, add those to the SOURCES @@ -50,7 +50,7 @@ ifeq ($(UNAME),Darwin) SOURCES += $(SOURCES_Darwin) EXTENSION = pd_darwin OS = macosx - OPT_CFLAGS = -ftree-vectorize -ftree-vectorizer-verbose=2 -fast + OPT_CFLAGS = -fast FAT_FLAGS = -arch i386 -arch ppc -mmacosx-version-min=10.4 CFLAGS += $(FAT_FLAGS) -fPIC -I/sw/include LDFLAGS += $(FAT_FLAGS) -bundle -undefined dynamic_lookup -L/sw/lib |