Update of /cvsroot/pure-data/externals/iemlib/iem_t3_lib/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30234/iemlib/iem_t3_lib/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_t3_lib/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 *************** *** 36,40 ****
clean: ! rm $(TARGET) rm *.o
--- 36,40 ----
clean: ! rm ../$(TARGET) rm *.o
*************** *** 43,46 **** --- 43,47 ---- $(LD) $(LDFLAGS) -o $(TARGET) *.o $(LIB) strip --strip-unneeded $(TARGET) + mv $(TARGET) ..
$(OBJ) : %.o : %.c