From 48e488b6a8b58eca67aee89f8a9f9e888db6e5e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?llu=C3=ADs=20g=C3=B3mez=20i=20bigord=C3=A0?= Date: Fri, 30 May 2008 16:52:48 +0000 Subject: first version code borowed from pix_video svn path=/trunk/externals/pdvjtools/; revision=9946 --- pdp_1394L/Makefile.config | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pdp_1394L/Makefile.config (limited to 'pdp_1394L/Makefile.config') diff --git a/pdp_1394L/Makefile.config b/pdp_1394L/Makefile.config new file mode 100644 index 0000000..53a5f11 --- /dev/null +++ b/pdp_1394L/Makefile.config @@ -0,0 +1,21 @@ +# if configure can't find the m_pd.h header +# specify pd's include path here and ignore the warning +# +PD_CPPFLAGS=-I/usr/src/pd-0.40-2/src +PDP_CFLAGS=-I/usr/src/pdp-0.12.5-test-7/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 +PDPV4L2_VERSION = 0.1 +PDPV4L2_TARGET = linux +PDPV4L2_LIBRARY_NAME = pdp_v4l2.pd_linux + +PDP_CPPFLAGS = -I. -I/usr/X11R6/include -I../include -I../../include -I/usr/include/libdv/ $(PD_CPPFLAGS) + +PDP_CFLAGS += -DPDPV4L2_VERSION=\"$(PDPV4L2_VERSION)\" + +CC = gcc + +# build rules + +.c.o: + $(CC) $(PDP_CFLAGS) $(PDP_CPPFLAGS) -o $*.o -c $*.c -- cgit v1.2.1