Update of /cvsroot/pure-data/externals/iemlib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20069
Added Files: Make.include Log Message: makefile-snippet that is included by the makefiles for the libraries
--- NEW FILE: Make.include --- PDSOURCE = /usr/local/src/pd-0.37-4/src LDFLAGS = -export-dynamic -shared LIB = -ldl -lm -lpthread
#select either the DBG and OPT compiler flags below: CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \ -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer \ -DDL_OPEN -fPIC