From 9b8745d5250c9d0b60c9aa5a77f58a3fcddf1076 Mon Sep 17 00:00:00 2001 From: Tom Schouten Date: Tue, 21 Jan 2003 10:27:33 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r352, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/pdp/; revision=353 --- Makefile.linux | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile.linux (limited to 'Makefile.linux') diff --git a/Makefile.linux b/Makefile.linux new file mode 100644 index 0000000..156a5e6 --- /dev/null +++ b/Makefile.linux @@ -0,0 +1,4 @@ +pdp.pd_linux: pdp_all + rm -f pdp.pd_linux + gcc -export_dynamic -shared -o pdp.pd_linux modules/*.o system/*.o $(PDP_LIBS) + #strip --strip-unneeded pdp.pd_linux -- cgit v1.2.1