[PD-cvs] externals/iemlib/src/iem_t3_lib 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_t3_lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11632/src/iem_t3_lib

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_t3_lib/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:24 -0000	1.3
***************
*** 36,41 ****
  
  clean:
! 	rm ../../lib/$(TARGET)
! 	rm *.o
  
  all: $(OBJ)
--- 36,41 ----
  
  clean:
! 	-rm ../../lib/$(TARGET) $(TARGET)
! 	-rm *.o
  
  all: $(OBJ)
***************
*** 45,50 ****
  	ld $(LDFLAGS) -o $(TARGET) *.o $(LIB)
  	strip --strip-unneeded $(TARGET)
! 	mv $(TARGET) ../../lib
! 	rm *.o
  
  $(OBJ) : %.o : %.c
--- 45,49 ----
  	ld $(LDFLAGS) -o $(TARGET) *.o $(LIB)
  	strip --strip-unneeded $(TARGET)
! 	cp $(TARGET) ../../lib
  
  $(OBJ) : %.o : %.c





More information about the Pd-cvs mailing list