Update of /cvsroot/pure-data/externals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16374
Modified Files: Makefile Log Message: fixed a number of minor bugs, including Frank's patches; added test_location target to check where everything will end up
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/Makefile,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Makefile 2 Dec 2005 19:10:19 -0000 1.13 --- Makefile 6 Dec 2005 22:12:46 -0000 1.14 *************** *** 62,66 **** LINUX_LDFLAGS = $(LDFLAGS) -Wl,-export_dynamic -shared %.pd_linux: %.c ! $(CC) $(CFLAGS) $(INCLUDES) -o "$*.o" -c "../src/$*.c" gcc $(LINUX_LDFLAGS) -o "$*.pd_linux" "$*.o" -lc -lm chmod a-x "$*.pd_linux" --- 62,66 ---- LINUX_LDFLAGS = $(LDFLAGS) -Wl,-export_dynamic -shared %.pd_linux: %.c ! $(CC) $(CFLAGS) $(INCLUDES) -o "$*.o" -c "$*.c" gcc $(LINUX_LDFLAGS) -o "$*.pd_linux" "$*.o" -lc -lm chmod a-x "$*.pd_linux" *************** *** 118,123 **** install: all $(objectsdir) help_install objects_install unfiltered_install \ creb_install cxc_install cyclone_install ext13_install iemabs_install \ ! iemabs_install iemmatrix_install pddp_install pdp_install pmpd_install \ ! toxy_install unauthorized_install vbap_install zexy_install @echo " " @echo "externals install succeeded!" --- 118,123 ---- install: all $(objectsdir) help_install objects_install unfiltered_install \ creb_install cxc_install cyclone_install ext13_install iemabs_install \ ! iemabs_install iemlib_install iemmatrix_install pddp_install pdp_install \ ! pmpd_install toxy_install unauthorized_install vbap_install zexy_install @echo " " @echo "externals install succeeded!"