aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-01-12 18:14:18 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-01-12 18:14:18 +0000
commit39ccb5b6170dc997873460e64f7a2ac933233fc4 (patch)
tree6da849676c9408f35ced9b9981a6eb6f836a821d /Makefile
parent1f2dd5761588200f5f7a0a7ed56c0ec6b7d7f17d (diff)
simplistic external for reading audio/midi settings
svn path=/trunk/externals/iem/mediasettings/; revision=14718
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index f7f2ca1..24a1fae 100644
--- a/Makefile
+++ b/Makefile
@@ -5,16 +5,7 @@ LIBRARY_NAME = audiosettings
# add your .c source files to the SOURCES variable, help files will be
# included automatically
-SOURCES = audiosettings.c
-
-# For objects that only build on certain platforms, add those to the SOURCES
-# line for the right platforms.
-SOURCES_android =
-SOURCES_cygwin =
-SOURCES_macosx =
-SOURCES_iphoneos =
-SOURCES_linux =
-SOURCES_windows =
+SOURCES = audiosettings.c midisettings.c
# list all pd objects (i.e. myobject.pd) files here, and their helpfiles will
# be included automatically
@@ -56,7 +47,7 @@ INSTALL = install
INSTALL_FILE = $(INSTALL) -p -m 644
INSTALL_DIR = $(INSTALL) -p -m 755 -d
-CFLAGS = -DPD -I$(PD_PATH)/src -Wall -W -g
+CFLAGS = -DPD -I$(PD_PATH)/src -I$(prefix)/include/pd -Wall -W -g
LDFLAGS =
LIBS =
ALLSOURCES := $(SOURCES) $(SOURCES_android) $(SOURCES_cygwin) $(SOURCES_macosx) \