[PD-cvs] externals/iem/iem_ambi/src makefile,1.1,1.2

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Fri Mar 10 13:17:22 CET 2006


Update of /cvsroot/pure-data/externals/iem/iem_ambi/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9924

Modified Files:
	makefile 
Log Message:
removed "touch" of each c-file;
replaced cc and ld by $(CC) and $(LD)


Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_ambi/src/makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** makefile	10 Mar 2006 01:43:58 -0000	1.1
--- makefile	10 Mar 2006 12:17:20 -0000	1.2
***************
*** 41,50 ****
  all: $(OBJ)
  	@echo :: $(OBJ)
! 	ld $(LDFLAGS) -o $(TARGET) *.o $(LIB)
  	strip --strip-unneeded $(TARGET)
  
  $(OBJ) : %.o : %.c
! 	touch $*.c
! 	cc $(CFLAGS) $(INCLUDE) -c -o $*.o $*.c
  
  
--- 41,49 ----
  all: $(OBJ)
  	@echo :: $(OBJ)
! 	$(LD) $(LDFLAGS) -o $(TARGET) *.o $(LIB)
  	strip --strip-unneeded $(TARGET)
  
  $(OBJ) : %.o : %.c
! 	$(CC) $(CFLAGS) $(INCLUDE) -c -o $*.o $*.c
  
  





More information about the Pd-cvs mailing list