From 3c050000c6918b77a353583999e6e810aa675fda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?llu=C3=ADs=20g=C3=B3mez=20i=20bigord=C3=A0?= Date: Wed, 24 Oct 2007 20:37:21 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r8875, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/pdvjtools/; revision=8876 --- pdp_frei0r/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pdp_frei0r/Makefile (limited to 'pdp_frei0r/Makefile') diff --git a/pdp_frei0r/Makefile b/pdp_frei0r/Makefile new file mode 100644 index 0000000..30b81e0 --- /dev/null +++ b/pdp_frei0r/Makefile @@ -0,0 +1,14 @@ +current: all + +include Makefile.config + +PDP_MOD = pdp_frei0r.o + +all: $(PDP_MOD) + $(CC) -export_dynamic -shared -o pdp_frei0r.pd_linux *.o $(PDP_LIBS) + +clean: + rm -f *~ + rm -f *.o + rm -f *.pd_linux + -- cgit v1.2.1