[PD-cvs] pd/extra/expr~ makefile,1.2.12.6,1.2.12.7

Tim Blechmann timblech at users.sourceforge.net
Fri Oct 15 13:24:08 CEST 2004


Update of /cvsroot/pure-data/pd/extra/expr~
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23620/extra/expr~

Modified Files:
      Tag: devel_0_37
	makefile 
Log Message:
autobuild system for externals

Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/pd/extra/expr~/makefile,v
retrieving revision 1.2.12.6
retrieving revision 1.2.12.7
diff -C2 -d -r1.2.12.6 -r1.2.12.7
*** makefile	22 Feb 2004 16:35:59 -0000	1.2.12.6
--- makefile	15 Oct 2004 11:24:05 -0000	1.2.12.7
***************
*** 1,5 ****
  
! current: expr.pd_linux expr~.pd_linux fexpr~.pd_linux \
!      ../expr.pd_linux ../expr~.pd_linux ../fexpr~.pd_linux
  
  install: install_linux
--- 1,4 ----
  
! current: pd_linux
  
  install: install_linux
***************
*** 88,91 ****
--- 87,94 ----
  LSTRIP = strip --strip-unneeded -R .note -R .comment
  
+ pd_linux: expr.pd_linux expr~.pd_linux fexpr~.pd_linux \
+      ../expr.pd_linux ../expr~.pd_linux ../fexpr~.pd_linux
+ 
+ 
  .c.pd_linux_o:
  	$(CC) -g $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.pd_linux_o -c $*.c





More information about the Pd-cvs mailing list