aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-23 20:22:00 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-23 20:22:00 +0000
commitc07be78643fcffdf0409ecad5abe5a4f782b5710 (patch)
tree77db068719734cefcd3988c97b2275b900a61a24
parentdef93638d4513c3da8e36347a50df4e8bfb5abee (diff)
removed platform-specific SOURCES_* variablefrom header since they are rarely used. They are still supported
svn path=/trunk/externals/template/; revision=13891
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index b6b069a..65e0427 100644
--- a/Makefile
+++ b/Makefile
@@ -7,14 +7,6 @@ LIBRARY_NAME = template
# included automatically
SOURCES = mycobject.c
-# For objects that only build on certain platforms, add those to the SOURCES
-# line for the right platforms.
-SOURCES_cygwin =
-SOURCES_macosx =
-SOURCES_iphoneos =
-SOURCES_linux =
-SOURCES_windows =
-
# list all pd objects (i.e. myobject.pd) files here, and their helpfiles will
# be included automatically
PDOBJECTS = mypdobject.pd
@@ -60,7 +52,6 @@ libdir = $(prefix)/lib
pkglibdir = $(libdir)/pd-externals
objectsdir = $(pkglibdir)
-
INSTALL = install
INSTALL_FILE = $(INSTALL) -p -m 644
INSTALL_DIR = $(INSTALL) -p -m 755 -d