[PD-cvs] externals/build/linux makefile,1.15,1.16

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sat May 22 19:21:25 CEST 2004


Update of /cvsroot/pure-data/externals/build/linux
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31888

Modified Files:
	makefile 
Log Message:
added a comment/suggestion for a change

Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/build/linux/makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** makefile	8 Apr 2004 04:00:02 -0000	1.15
--- makefile	22 May 2004 17:21:22 -0000	1.16
***************
*** 5,11 ****
  STRIP = strip --strip-unneeded -R .note -R .comment
  
- 
  all: $(EXTERNALS:.c=.pd_linux)
  
  .SUFFIXES: .pd_linux
  
--- 5,14 ----
  STRIP = strip --strip-unneeded -R .note -R .comment
  
  all: $(EXTERNALS:.c=.pd_linux)
  
+ # this might be a better way to do this:
+ # EXTERNALS    := ${patsubst %.c, %.o, ${wildcard *.c}} 
+ # all: ${EXTERNALS}
+ 
  .SUFFIXES: .pd_linux
  





More information about the Pd-cvs mailing list