diff options
author | lluís gómez i bigordà <lluisbigorda@users.sourceforge.net> | 2008-05-30 16:52:48 +0000 |
---|---|---|
committer | lluís gómez i bigordà <lluisbigorda@users.sourceforge.net> | 2008-05-30 16:52:48 +0000 |
commit | 48e488b6a8b58eca67aee89f8a9f9e888db6e5e7 (patch) | |
tree | 34311e49707224956a272165a4abbae0d599c005 /pdp_1394L/Makefile | |
parent | 4cd89e8deaca7512202b86664677fd9568007df7 (diff) |
first version
code borowed from pix_video
svn path=/trunk/externals/pdvjtools/; revision=9946
Diffstat (limited to 'pdp_1394L/Makefile')
-rw-r--r-- | pdp_1394L/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
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 + |