From 4911794956d32f56a606e2f4953b7d704259db5d Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Mon, 27 Mar 2006 09:43:22 +0000 Subject: Added jutils to makefile svn path=/trunk/externals/postlude/; revision=4781 --- dssi/makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dssi/makefile b/dssi/makefile index 47726b9..b7c6a35 100755 --- a/dssi/makefile +++ b/dssi/makefile @@ -5,7 +5,7 @@ LIBDIR=/usr/local/lib PDDIR=$(LIBDIR)/pd INSTALLPATH=$(PDDIR)/extra/ -current: pd_linux +current: pd_darwin # ----------------------- Linux ----------------------- @@ -45,8 +45,10 @@ DARWINCFLAGS = -DPD -O3 -Wall -W -Wshadow -Wstrict-prototypes \ DARWININCLUDE = -I ./ -I ../src -I/usr/local/include/ -I ./include -I/usr/local/include/dssi/ .c.pd_darwin: - $(CC) $(DARWINCFLAGS) $(DARWININCLUDE) -o $(NAME).o -c $*.c - $(CC) -bundle -undefined suppress -flat_namespace -llo -o $(NAME).pd_darwin $(NAME).o + $(CC) $(DARWINCFLAGS) $(DARWININCLUDE) -c src/jsearch.c + $(CC) $(DARWINCFLAGS) $(DARWININCLUDE) -c src/jload.c + $(CC) $(DARWINCFLAGS) $(DARWININCLUDE) -c src/dssi~.c + $(CC) -bundle -undefined suppress -flat_namespace -llo -o $(NAME).pd_darwin dssi~.o jload.o jsearch.o rm -f *.o # ----------------------- Generic ----------------------- -- cgit v1.2.1