Update of /cvsroot/pure-data/externals/iemlib/iemlib1/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30234/iemlib/iemlib1/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/iemlib1/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:27 -0000 1.1 --- makefile_linux 9 Dec 2006 02:35:06 -0000 1.2 *************** *** 23,27 **** filter~.c \ FIR~.c \ ! forpp.c \ gate.c \ hml_shelf~.c \ --- 23,27 ---- filter~.c \ FIR~.c \ ! for++.c \ gate.c \ hml_shelf~.c \ *************** *** 54,58 ****
clean: ! rm $(TARGET) rm *.o
--- 54,58 ----
clean: ! rm ../$(TARGET) rm *.o
*************** *** 61,64 **** --- 61,65 ---- $(LD) $(LDFLAGS) -o $(TARGET) *.o $(LIB) strip --strip-unneeded $(TARGET) + mv $(TARGET) ..
$(OBJ) : %.o : %.c