diff --git a/externals/iem16/src/tab16play~.d.8809 b/externals/iem16/src/tab16play~.d.8809 deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/l2ork_addons/flext/config-lnx-pd-gcc.txt b/l2ork_addons/flext/config-lnx-pd-gcc.txt.intel similarity index 100% rename from l2ork_addons/flext/config-lnx-pd-gcc.txt rename to l2ork_addons/flext/config-lnx-pd-gcc.txt.intel diff --git a/l2ork_addons/flext/config-lnx-pd-gcc.txt.rpi b/l2ork_addons/flext/config-lnx-pd-gcc.txt.rpi new file mode 100644 index 0000000000000000000000000000000000000000..16cb6368c0e11f7df7373dd34c2473b9027bfb89 --- /dev/null +++ b/l2ork_addons/flext/config-lnx-pd-gcc.txt.rpi @@ -0,0 +1,61 @@ +# where is the PD source package? +# (this should point to the main folder, which has a "src" subfolder) +PDPATH=../../../../pd + +############################################################### + +# prefix for flext installation +# headers are in $(FLEXTPREFIX)/include/flext +# libraries are in $(FLEXTPREFIX)/lib +# build system is in $(FLEXTPREFIX)/lib/flext + +FLEXTPREFIX=./libbuild + +############################################################### + +# where should the external be built? +OUTPATH=pd-linux + +# where should the external be installed? +INSTPATH=/usr/lib/pd/extra + +############################################################### + +# STK (synthesis tool kit) support +# http://ccrma.stanford.edu/software/stk + +# where to find the STK header files (e.g. stk.h) +STK_INC=/usr/include/stk + +# where to find the STK library (normally libstk.a) +# (comment out STK_LIB if you don't use STK) +#STK_LIB=/usr/lib/libstk.a + +############################################################### + +# SndObj support +# http://music.nuim.ie//musictec/SndObj + +# where to find the SndObj header files (e.g. sndobj.h) +SNDOBJ_INC=/usr/include/SndObj + +# where to find the SndObj library (normally libsndobj.a) +# (comment out STK_LIB if you don't use SndObj) +#SNDOBJ_LIB=/usr/lib/libsndobj.a + +############################################################### + +# make flags (e.g. use multiprocessor) +# MFLAGS=-j 2 + +# user defined compiler flags +# (check if they match your system!) +# UFLAGS=-msse -mfpmath=sse -ffast-math +# don't overload new and delete operators +UFLAGS+=-DFLEXT_USE_CMEM + +# user defined optimization flags +# (check if they match your system!) +OFLAGS=-O3 +# optimizations for Pentium 4 +# OFLAGS+=-march=pentium4