aboutsummaryrefslogtreecommitdiff
path: root/pdp_1394L/Makefile
diff options
context:
space:
mode:
authorlluís gómez i bigordà <lluisbigorda@users.sourceforge.net>2011-02-14 21:09:53 +0000
committerlluís gómez i bigordà <lluisbigorda@users.sourceforge.net>2011-02-14 21:09:53 +0000
commit1e5b0fc3b22c8f23077d47dccb466e2daf468c5a (patch)
treec2bf7334c934dff9625d93c3f7bb6469cf7061a7 /pdp_1394L/Makefile
parenta08d16986c92b15eecf4abe3a00848b68b5921f3 (diff)
deleted pdp_1394L. this object is now part of pidip.
svn path=/trunk/externals/pdvjtools/; revision=14922
Diffstat (limited to 'pdp_1394L/Makefile')
-rw-r--r--pdp_1394L/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/pdp_1394L/Makefile b/pdp_1394L/Makefile
deleted file mode 100644
index 71e2070..0000000
--- a/pdp_1394L/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-current: all
-
-include Makefile.config
-
-PDP_MOD = pdp_1394L.o
-
-all: $(PDP_MOD)
- $(CC) -Wl,--export-dynamic -shared -o pdp_1394L.pd_linux *.o $(PDP_LIBS)
-
-clean:
- rm -f *~
- rm -f *.o
- rm -f *.pd_linux
-