From 3c050000c6918b77a353583999e6e810aa675fda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?llu=C3=ADs=20g=C3=B3mez=20i=20bigord=C3=A0?= Date: Wed, 24 Oct 2007 20:37:21 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r8875, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/pdvjtools/; revision=8876 --- pdp_frei0r/Makefile.config | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pdp_frei0r/Makefile.config (limited to 'pdp_frei0r/Makefile.config') diff --git a/pdp_frei0r/Makefile.config b/pdp_frei0r/Makefile.config new file mode 100644 index 0000000..cf89221 --- /dev/null +++ b/pdp_frei0r/Makefile.config @@ -0,0 +1,22 @@ +# if configure can't find the m_pd.h header +# specify pd's include path here and ignore the warning +# +FR_PLUGIN_DIR=/usr/local/lib/frei0r-1/ +PD_CPPFLAGS=-I/usr/local/pd/src +PDP_CFLAGS=-I/usr/local/pd/pdp/include -DPD -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -O2 -funroll-loops -fomit-frame-pointer -ffast-math -freg-struct-return -DLINUX + +prefix=/usr/local +PDPF_VERSION = 0.1 +PDPF_TARGET = linux +PDPF_LIBRARY_NAME = pdp_frei0r.pd_linux + +PDP_CPPFLAGS = -I. -I/usr/X11R6/include -I../include -I../../include $(PD_CPPFLAGS) + +PDP_CFLAGS += -DPDPF_VERSION=\"$(PDPF_VERSION)\" -DFR_PLUGIN_DIR=\"$(FR_PLUGIN_DIR)\" + +CC = gcc + +# build rules + +.c.o: + $(CC) $(PDP_CFLAGS) $(PDP_CPPFLAGS) -o $*.o -c $*.c -- cgit v1.2.1