diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-05 02:58:44 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-05 02:58:44 +0000 |
commit | 67a3b4ed87d68e69124cd01bd5d90732a535cd62 (patch) | |
tree | 415f879328ebf43981e5bd6ceb287e75568fc551 | |
parent | 3e9b7cc8074be82a61d041f5d983775df8a59116 (diff) |
checked in meta file, tweaked Makefile, and fixed Pd-extended externals/Makefile
svn path=/trunk/externals/ext13/; revision=11675
-rw-r--r-- | Makefile | 5 | ||||
-rw-r--r-- | ext13-meta.pd | 6 |
2 files changed, 10 insertions, 1 deletions
@@ -8,7 +8,7 @@ LIBRARY_NAME = $(shell basename $(PWD)) CFLAGS = -DPD -I../../pd/src -Wall -W -g LDFLAGS = -LIBS = -lm +LIBS = UNAME := $(shell uname -s) ifeq ($(UNAME),Darwin) @@ -67,3 +67,6 @@ clean: dist: cd .. && tar cjpf $(LIBRARY_NAME)-$(OS).tar.bz2 $(LIBRARY_NAME) + +etags: + etags *.[ch] ../../pd/src/*.[ch] /usr/include/*.h /usr/include/*/*.h diff --git a/ext13-meta.pd b/ext13-meta.pd new file mode 100644 index 0000000..b57d959 --- /dev/null +++ b/ext13-meta.pd @@ -0,0 +1,6 @@ +#N canvas 15 49 200 200 10; +#N canvas 25 49 420 300 META 1; +#X text 13 41 NAME ext13; +#X text 10 25 AUTHOR d13@klingt.org; +#X text 10 10 VERSION 0.17; +#X restore 10 10 pd META; |