From 39ccb5b6170dc997873460e64f7a2ac933233fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 12 Jan 2011 18:14:18 +0000 Subject: simplistic external for reading audio/midi settings svn path=/trunk/externals/iem/mediasettings/; revision=14718 --- Makefile | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'Makefile') 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) \ -- cgit v1.2.1