Update of /cvsroot/pure-data/externals/ggee/experimental In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7744
Modified Files: stk.h Added Files: Makefile.linux Log Message: Added linux Makefile for ggee stk external and removed deprecated STK includes
--- NEW FILE: Makefile.linux --- NAME=stk current: pd_linux
# TARGETS += stk
PDDIR = /usr/local/lib/pd INSTALLPATH = $(PDDIR)/extra VERSION = "0.16"
# ----------------------- Linux -----------------------
pd_linux: $(NAME).pd_linux
.SUFFIXES: .pd_linux
LINUXCFLAGS = -ggdb -DPD -O3 -fPIC -funroll-loops -fomit-frame-pointer \ -W -Wshadow -Wno-unused -Wno-parentheses -Wno-switch
LINUXINCLUDE = -I/usr/include -I/usr/local/include/stk
.cpp.pd_linux: g++ $(LINUXCFLAGS) $(LINUXINCLUDE) -c $(NAME).cpp g++ -export_dynamic -shared -o $(NAME).pd_linux $(NAME).o -lc -lstk strip --strip-unneeded $(NAME).pd_linux rm -f *.o # -------------------------------------------------------
clean: rm *.pd_linux
install: cp $(NAME).pd_* $(INSTALLPATH) install -d $(PDDIR)/doc/5.reference/$(NAME)-help.pd
Index: stk.h =================================================================== RCS file: /cvsroot/pure-data/externals/ggee/experimental/stk.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** stk.h 17 Oct 2004 20:04:36 -0000 1.2 --- stk.h 27 Apr 2007 11:25:43 -0000 1.3 *************** *** 76,82 **** #include<StifKarp.h> #include<SubNoise.h> ! #include<Table.h> ! #include<TcpWvIn.h> ! #include<TcpWvOut.h> #include<Thread.h> #include<TubeBell.h> --- 76,82 ---- #include<StifKarp.h> #include<SubNoise.h> ! //#include<Table.h> ! //#include<TcpWvIn.h> ! //#include<TcpWvOut.h> #include<Thread.h> #include<TubeBell.h>