From a82556379caadef548ce8978d404d0e3ece5446c 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/ff/; revision=1107 --- ff/makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ff/makefile (limited to 'ff/makefile') diff --git a/ff/makefile b/ff/makefile new file mode 100644 index 0000000..99554e3 --- /dev/null +++ b/ff/makefile @@ -0,0 +1,7 @@ +ff: ff.c + gcc $(CFLAGS) $(LINUXCFLAGS) $(LINUXINCLUDE) -o ff.o -c ff.c + ld -export_dynamic -shared -o ff.pd_linux ff.o -lc -lm + strip --strip-unneeded ff.pd_linux + rm ff.o + + -- cgit v1.2.1