diff options
author | musil <tmusil@users.sourceforge.net> | 2013-07-04 17:05:47 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2013-07-04 17:05:47 +0000 |
commit | e6df1f5fc109d8427471ff80c8bbaa9944824b43 (patch) | |
tree | 5d38e374c877027fec063aef5a900e069078bc38 /src/makefile_d_fat | |
parent | 86697106f52abeac08476aa113fd0d798696eb8f (diff) |
iemlib.h now in include folder parallel to library folder, changed makefiles,, removed iemlib.h and makefile_linux
svn path=/trunk/externals/iem/iem_ambi/; revision=17185
Diffstat (limited to 'src/makefile_d_fat')
-rw-r--r-- | src/makefile_d_fat | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/makefile_d_fat b/src/makefile_d_fat index 8456b73..bce4a16 100644 --- a/src/makefile_d_fat +++ b/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 = ambi_decode.c \ +SRC = ambi_decode.c \ ambi_decode2.c \ ambi_decode3.c \ ambi_decode_cube.c \ |