[PD-cvs] pd/src Makefile.am,1.1.2.2,1.1.2.3

Tim Blechmann timblech at users.sourceforge.net
Fri Oct 15 13:18:42 CEST 2004


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22176/src

Modified Files:
      Tag: devel_0_37
	Makefile.am 
Log Message:
autobuild system for externals

Index: Makefile.am
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/Makefile.am,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** Makefile.am	15 Oct 2004 08:54:23 -0000	1.1.2.2
--- Makefile.am	15 Oct 2004 11:18:40 -0000	1.1.2.3
***************
*** 88,92 ****
  
  pkglib_PROGRAMS = bin/pd-gui bin/pd-watchdog
! pkglib_SCRIPTS = bin/pd.tk externs
  
  bin_pd_watchdog_SOURCES = s_watchdog.c
--- 88,92 ----
  
  pkglib_PROGRAMS = bin/pd-gui bin/pd-watchdog
! pkglib_SCRIPTS = bin/pd.tk
  
  bin_pd_watchdog_SOURCES = s_watchdog.c
***************
*** 108,121 ****
  
  
! bin/pd.tk: u_main.tk
  	echo set pd_nt @OSNUMBER@ > bin/pd.tk
! 	grep -v "set pd_nt" < u_main.tk >> bin/pd.tk
! 
! externs:
! 	cd ../extra/bonk~;make @EXTERNTARGET@
! 	cd ../extra/choice;make @EXTERNTARGET@
! 	cd ../extra/expr~;make @EXTERNTARGET@
! 	cd ../extra/fiddle~;make @EXTERNTARGET@
! 	cd ../extra/loop~;make @EXTERNTARGET@
! 	cd ../extra/lrshift~;make @EXTERNTARGET@
! 	cd ../extra/pique;make @EXTERNTARGET@
--- 108,112 ----
  
  
! bin/pd.tk: 
  	echo set pd_nt @OSNUMBER@ > bin/pd.tk
! 	grep -v "set pd_nt" < u_main.tk >> bin/pd.tk
\ No newline at end of file





More information about the Pd-cvs mailing list