[PD-cvs] externals/iemlib/src/iem_mp3 makefile,1.2,1.3

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Mon Jun 6 13:38:26 CEST 2005


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

Modified Files:
	makefile 
Log Message:
removed the removal of *.o files after compilation (eases re-compilation)



Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/iemlib/src/iem_mp3/makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** makefile	9 Mar 2005 17:15:59 -0000	1.2
--- makefile	6 Jun 2005 11:38:23 -0000	1.3
***************
*** 31,36 ****
  
  clean:
! 	rm ../../lib/$(TARGET)
! 	rm *.o
  
  all: $(OBJ)
--- 31,36 ----
  
  clean:
! 	-rm ../../lib/$(TARGET) $(TARGET)
! 	-rm *.o
  
  all: $(OBJ)
***************
*** 40,45 ****
  	ld $(LDFLAGS) -o $(TARGET) *.o $(LIB)
  	strip --strip-unneeded $(TARGET)
! 	mv $(TARGET) ../../lib
! 	rm *.o
  
  $(OBJ) : %.o : %.c
--- 40,44 ----
  	ld $(LDFLAGS) -o $(TARGET) *.o $(LIB)
  	strip --strip-unneeded $(TARGET)
! 	cp $(TARGET) ../../lib
  
  $(OBJ) : %.o : %.c





More information about the Pd-cvs mailing list