From 7ed00adf7a1d30fbbb35b80f4915c8d778b4f9cc Mon Sep 17 00:00:00 2001 From: Gerard van Dongen Date: Sat, 18 Oct 2003 13:38:48 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r1106, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/jackx/; revision=1107 --- makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 makefile (limited to 'makefile') diff --git a/makefile b/makefile new file mode 100644 index 0000000..787cb8c --- /dev/null +++ b/makefile @@ -0,0 +1,7 @@ +jackx: jackx.c + gcc $(CFLAGS) $(LINUXCFLAGS) $(LINUXINCLUDE) -o jackx.o -c jackx.c + ld -export_dynamic -shared -o jackx.pd_linux jackx.o -lc -lm + strip --strip-unneeded jackx.pd_linux + rm jackx.o + + -- cgit v1.2.1