[PD-cvs] externals/iemlib/iemlib2/src makefile_linux,1.1,1.2

musil tmusil at users.sourceforge.net
Sat Dec 9 03:35:08 CET 2006


Update of /cvsroot/pure-data/externals/iemlib/iemlib2/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30234/iemlib/iemlib2/src

Modified Files:
	makefile_linux 
Log Message:
changed makefile
changed README.txt
changed help-*.pd to *-help.pd
chanded file structure to standard
2nd step new abs and help

Index: makefile_linux
===================================================================
RCS file: /cvsroot/pure-data/externals/iemlib/iemlib2/src/makefile_linux,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** makefile_linux	9 Dec 2006 01:57:51 -0000	1.1
--- makefile_linux	9 Dec 2006 02:35:06 -0000	1.2
***************
*** 67,71 ****
  
  clean:
! 	rm $(TARGET)
  	rm *.o
  
--- 67,71 ----
  
  clean:
! 	rm ../$(TARGET)
  	rm *.o
  
***************
*** 74,77 ****
--- 74,78 ----
  	$(LD) $(LDFLAGS) -o $(TARGET) *.o $(LIB)
  	strip --strip-unneeded $(TARGET)
+ 	mv $(TARGET) ..
  
  $(OBJ) : %.o : %.c





More information about the Pd-cvs mailing list