Update of /cvsroot/pure-data/externals/postlude/dssi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13724
Modified Files: makefile Log Message: Added jutils to makefile
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/externals/postlude/dssi/makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** makefile 17 Mar 2006 17:08:46 -0000 1.3 --- makefile 27 Mar 2006 09:43:22 -0000 1.4 *************** *** 6,10 **** INSTALLPATH=$(PDDIR)/extra/
! current: pd_linux
--- 6,10 ---- INSTALLPATH=$(PDDIR)/extra/
! current: pd_darwin
*************** *** 46,51 ****
.c.pd_darwin: ! $(CC) $(DARWINCFLAGS) $(DARWININCLUDE) -o $(NAME).o -c $*.c ! $(CC) -bundle -undefined suppress -flat_namespace -llo -o $(NAME).pd_darwin $(NAME).o rm -f *.o
--- 46,53 ----
.c.pd_darwin: ! $(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