[PD-cvs] externals/iemlib/src/iem_mp3 makefile,1.5,1.6

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Mon Nov 14 19:17:31 CET 2005


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

Modified Files:
	makefile 
Log Message:
moved most logic from individual makefiles into Make.include


Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/iemlib/src/iem_mp3/makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** makefile	14 Nov 2005 18:08:59 -0000	1.5
--- makefile	14 Nov 2005 18:17:29 -0000	1.6
***************
*** 1,39 ****
! current: all
  
- .SUFFIXES: .pd_linux
  include ../../Make.include
  
- INCLUDE = -I. -I$(PDSOURCE)
- 
- # the sources
- 
- SRC = sigmp3play.c \
- 	iem_mp3.c
- 
- TARGET = iem_mp3.pd_linux
- 
- 
- OBJ = $(SRC:.c=.o) 
- 
- #
- #  ------------------ targets ------------------------------------
- #
- 
- clean:
- 	-rm ../../lib/$(TARGET) $(TARGET)
- 	-rm *.o
- 
- all: $(OBJ)
- 
- 	@echo :: $(OBJ)
- 
- 	ld $(LDFLAGS) -o $(TARGET) *.o $(LIB)
- 	strip --strip-unneeded $(TARGET)
- 	cp $(TARGET) ../../lib
- 
- $(OBJ) : %.o : %.c
- 	touch $*.c
- 	cc $(CFLAGS) $(INCLUDE) -c -o $*.o $*.c
- 
- 
- 
--- 1,4 ----
! TARGET = iem_mp3
  
  include ../../Make.include
  





More information about the Pd-cvs mailing list