From 67a3b4ed87d68e69124cd01bd5d90732a535cd62 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 5 Jun 2009 02:58:44 +0000 Subject: checked in meta file, tweaked Makefile, and fixed Pd-extended externals/Makefile svn path=/trunk/externals/ext13/; revision=11675 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1