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 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pdp_1394L/Makefile (limited to 'pdp_1394L/Makefile') diff --git a/pdp_1394L/Makefile b/pdp_1394L/Makefile new file mode 100644 index 0000000..e87d528 --- /dev/null +++ b/pdp_1394L/Makefile @@ -0,0 +1,14 @@ +current: all + +include Makefile.config + +PDP_MOD = pdp_1394L.o + +all: $(PDP_MOD) + $(CC) -export_dynamic -shared -o pdp_1394L.pd_linux *.o $(PDP_LIBS) + +clean: + rm -f *~ + rm -f *.o + rm -f *.pd_linux + -- cgit v1.2.1