diff options
author | lluís gómez i bigordà <lluisbigorda@users.sourceforge.net> | 2011-02-14 21:09:53 +0000 |
---|---|---|
committer | lluís gómez i bigordà <lluisbigorda@users.sourceforge.net> | 2011-02-14 21:09:53 +0000 |
commit | 1e5b0fc3b22c8f23077d47dccb466e2daf468c5a (patch) | |
tree | c2bf7334c934dff9625d93c3f7bb6469cf7061a7 /pdp_1394L/Makefile.config | |
parent | a08d16986c92b15eecf4abe3a00848b68b5921f3 (diff) |
deleted pdp_1394L. this object is now part of pidip.
svn path=/trunk/externals/pdvjtools/; revision=14922
Diffstat (limited to 'pdp_1394L/Makefile.config')
-rw-r--r-- | pdp_1394L/Makefile.config | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/pdp_1394L/Makefile.config b/pdp_1394L/Makefile.config deleted file mode 100644 index 53a5f11..0000000 --- a/pdp_1394L/Makefile.config +++ /dev/null @@ -1,21 +0,0 @@ -# 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 |