aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-05 21:11:12 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-05 21:11:12 +0000
commit657e1ff3860cc9a94596546c0ec9c2fae1c0e4c6 (patch)
tree325edfbb6c6a14f6c533ba3c0971f29404f82858 /Makefile
parentc104f533729eb07a9c182a87ab9ae07f2bd8a619 (diff)
got image-help working as distributed and made lib work with template Makefile
svn path=/trunk/externals/moonlib/; revision=14276
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 24b9461..d221c58 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-## Pd library template version 1.0.3
+## Pd library template version 1.0.5
# For instructions on how to use this template, see:
# http://puredata.info/docs/developer/MakefileTemplate
LIBRARY_NAME = moonlib
@@ -16,7 +16,7 @@ SOURCES_linux = readsfv~.c
PDOBJECTS =
# example patches and related files, in the 'examples' subfolder
-EXAMPLES =
+EXAMPLES = pause.gif play.gif playy.gif rec.gif saww.gif sin.gif sinw.gif squarew.gifd0.gif d10.gif d11.gif d12.gif d13.gif d14.gif d15.gif d16.gif d17.gif d18.gif d19.gif d1.gif d20.gif d21.gif d22.gif d23.gif d24.gif d25.gif d26.gif d27.gif d28.gif d29.gif d2.gif d30.gif d31.gif d32.gif d33.gif d34.gif d35.gif d36.gif d37.gif d38.gif d39.gif d3.gif d40.gif d41.gif d42.gif d43.gif d44.gif d45.gif d46.gif d47.gif d48.gif d49.gif d4.gif d50.gif d51.gif d52.gif d53.gif d54.gif d55.gif d56.gif d57.gif d58.gif d59.gif d5.gif d60.gif d61.gif d62.gif d63.gif d6.gif d7.gif d8.gif d9.gif
# manuals and related files, in the 'manual' subfolder
MANUAL =
@@ -25,9 +25,8 @@ MANUAL =
# 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 = XFS.txt pause.gif play.gif playy.gif rec.gif saww.gif sin.gif sinw.gif squarew.gif
+EXTRA_DIST = XFS.txt
-# special case: the 'd' directory of gifs was manually added below
#------------------------------------------------------------------------------#
@@ -67,7 +66,7 @@ ALLSOURCES := $(SOURCES) $(SOURCES_android) $(SOURCES_cygwin) $(SOURCES_macosx)
$(SOURCES_iphoneos) $(SOURCES_linux) $(SOURCES_windows)
DISTDIR=$(LIBRARY_NAME)-$(LIBRARY_VERSION)
-ORIGDIR=pd-$(LIBRARY_NAME)_$(LIBRARY_VERSION)
+ORIGDIR=pd-$(LIBRARY_NAME:~=)_$(LIBRARY_VERSION)
UNAME := $(shell uname -s)
ifeq ($(UNAME),Darwin)
@@ -275,9 +274,6 @@ dist: $(DISTDIR)
for file in $(MANUAL); do \
$(INSTALL_DATA) manual/$$file $(DISTDIR)/manual; \
done
-# special case for this library
- $(INSTALL_DIR) $(DISTDIR)/d
- $(INSTALL_DATA) d/d*.gif $(DISTDIR)/d/
tar --exclude-vcs -czpf $(DISTDIR).tar.gz $(DISTDIR)
# make a Debian source package