[PD-cvs] externals Makefile,1.13,1.14

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Dec 6 23:12:49 CET 2005


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!"





More information about the Pd-cvs mailing list