Update of /cvsroot/pure-data/externals/iemlib/iem_mp3/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30234/iemlib/iem_mp3/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/iem_mp3/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:24 -0000 1.1 --- makefile_linux 9 Dec 2006 02:35:06 -0000 1.2 *************** *** 31,35 ****
clean: ! rm $(TARGET) rm *.o
--- 31,35 ----
clean: ! rm ../$(TARGET) rm *.o
*************** *** 38,41 **** --- 38,42 ---- $(LD) $(LDFLAGS) -o $(TARGET) *.o $(LIB) strip --strip-unneeded $(TARGET) + mv $(TARGET) ..
$(OBJ) : %.o : %.c