aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2011-10-02 08:33:08 +0000
committermescalinum <mescalinum@users.sourceforge.net>2011-10-02 08:33:08 +0000
commitd3d1a9b564b29eb72137b56df758c9b21e09c046 (patch)
tree60b861c83fa1226a9a9559f0afcb695ecc1446e5 /Makefile
parentc84c4759e4f8a39b743228644fc594126d7ad444 (diff)
forgot makefile
svn path=/trunk/externals/loaders/tclpd/; revision=15440
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile23
1 files changed, 12 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 3cac825..a1d5ef4 100644
--- a/Makefile
+++ b/Makefile
@@ -16,16 +16,17 @@ tcl_wrap.cxx:: tcl.i tcl_extras.h Makefile
PDOBJECTS =
# example patches and related files, in the 'examples' subfolder
+#EXAMPLES = bitmap-help.pd bitmap.tcl colorpicker.tcl dynreceive-help.pd dynreceive.tcl dynroute-help.pd dynroute.tcl list_change-help.pd list_change.tcl properties.tcl slider2-help.pd slider2.tcl
EXAMPLES =
# manuals and related files, in the 'manual' subfolder
-MANUAL = AUTHORS COPYING ChangeLog INSTALL README TODO
+MANUAL =
# if you want to include any other files in the source and binary tarballs,
# list them here. This can be anything from header files, test patches,
# documentation, etc. README.txt and LICENSE.txt are required and therefore
# automatically included
-EXTRA_DIST = bitmap-help.pd bitmap-madness.pd bitmap.tcl colorpicker.tcl dynreceive-help.pd dynreceive.tcl dynroute-help.pd dynroute.tcl list_change-help.pd list_change.tcl pdlib.tcl pkgIndex.tcl properties.tcl slider2-help.pd slider2.tcl
+EXTRA_DIST = bitmap-help.pd bitmap-madness.pd bitmap.tcl colorpicker.tcl dynreceive-help.pd dynreceive.tcl dynroute-help.pd dynroute.tcl list_change-help.pd list_change.tcl pdlib.tcl pkgIndex.tcl properties.tcl slider2-help.pd slider2.tcl AUTHORS.txt ChangeLog.txt TODO.txt
#------------------------------------------------------------------------------#
@@ -235,15 +236,15 @@ libdir_install: $(SOURCES:.c=.$(EXTENSION)) install-doc install-examples install
$(INSTALL_DIR) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
$(INSTALL_DATA) $(LIBRARY_NAME)-meta.pd \
$(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
- test -z "$(strip $(SOURCES))" || (\
- $(INSTALL_PROGRAM) $(SOURCES:.c=.$(EXTENSION)) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME) && \
- $(STRIP) $(addprefix $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/,$(SOURCES:.c=.$(EXTENSION))))
- test -z "$(strip $(shell ls $(SOURCES:.c=.tcl)))" || \
- $(INSTALL_DATA) $(shell ls $(SOURCES:.c=.tcl)) \
- $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
- test -z "$(strip $(PDOBJECTS))" || \
- $(INSTALL_DATA) $(PDOBJECTS) \
- $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
+# test -z "$(strip $(SOURCES))" || (\
+# $(INSTALL_PROGRAM) $(SOURCES:.c=.$(EXTENSION)) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME) && \
+# $(STRIP) $(addprefix $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/,$(SOURCES:.c=.$(EXTENSION))))
+# test -z "$(strip $(shell ls $(SOURCES:.c=.tcl)))" || \
+# $(INSTALL_DATA) $(shell ls $(SOURCES:.c=.tcl)) \
+# $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
+# test -z "$(strip $(PDOBJECTS))" || \
+# $(INSTALL_DATA) $(PDOBJECTS) \
+# $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
# install library linked as single binary
single_install: $(LIBRARY_NAME) install-doc install-exec