aboutsummaryrefslogtreecommitdiff
path: root/iemlib1/src/makefile_d_fat
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2013-07-04 15:04:30 +0000
committermusil <tmusil@users.sourceforge.net>2013-07-04 15:04:30 +0000
commit4d924e08a85c14d113842d3a1026d9d1d66c40ad (patch)
treebed01bd0463936372696ca5108a347813624c9dd /iemlib1/src/makefile_d_fat
parent2f748dca4b0c20fc58c48d42f558db04e3ddf47d (diff)
iemlib.h now in include folder parallel to library folder, changed makefiles,, removed iemlib.h and makefile_linux
svn path=/trunk/externals/iemlib/; revision=17180
Diffstat (limited to 'iemlib1/src/makefile_d_fat')
-rw-r--r--iemlib1/src/makefile_d_fat7
1 files changed, 5 insertions, 2 deletions
diff --git a/iemlib1/src/makefile_d_fat b/iemlib1/src/makefile_d_fat
index c997007..9948e3c 100644
--- a/iemlib1/src/makefile_d_fat
+++ b/iemlib1/src/makefile_d_fat
@@ -4,7 +4,10 @@ current: all
PD_INSTALL_PATH ?= "/Applications/Pd.app/Contents/Resources"
-INCLUDE = -I. -I$(PD_INSTALL_PATH)/src
+# path to iemlib.h
+IEMLIB_INCLUDE = ../../include
+
+INCLUDE = -I. -I$(IEMLIB_INCLUDE) -I$(PD_INSTALL_PATH)/src
CFLAGS =-DPD -O2 -Wall -W -Wshadow -Wstrict-prototypes \
-Wno-unused -Wno-parentheses -Wno-switch
@@ -13,7 +16,7 @@ LFLAGS = -bundle -undefined suppress -flat_namespace
# the sources
-SRC = biquad_freq_resp.c \
+SRC = biquad_freq_resp.c \
db2v.c \
f2note.c \
filter~.c \