aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-06-05 02:58:44 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-06-05 02:58:44 +0000
commit67a3b4ed87d68e69124cd01bd5d90732a535cd62 (patch)
tree415f879328ebf43981e5bd6ceb287e75568fc551 /Makefile
parent3e9b7cc8074be82a61d041f5d983775df8a59116 (diff)
checked in meta file, tweaked Makefile, and fixed Pd-extended externals/Makefile
svn path=/trunk/externals/ext13/; revision=11675
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 62e3b3c..5c906ce 100644
--- a/Makefile
+++ b/Makefile
@@ -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