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 /Makefile | |
parent | 3e9b7cc8074be82a61d041f5d983775df8a59116 (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-- | Makefile | 5 |
1 files changed, 4 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 |