From d1ad56f1da41e7a88eb9a52d6b0daaf145b54ea7 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Fri, 4 Jul 2008 03:54:32 +0000 Subject: new pd~ and stdout objects in extra svn path=/trunk/; revision=10141 --- pd/extra/pd~/makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pd/extra/pd~/makefile (limited to 'pd/extra/pd~/makefile') diff --git a/pd/extra/pd~/makefile b/pd/extra/pd~/makefile new file mode 100644 index 00000000..492c20c2 --- /dev/null +++ b/pd/extra/pd~/makefile @@ -0,0 +1,15 @@ +NAME=pd~ +CSYM=pd_tilde + +include ../makefile + +pd_linux: pdsched.pd_linux + +d_fat: pdsched.d_fat +d_ppc: pdsched.d_ppc + +pdsched.pd_linux: pdsched.c + $(CC) $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c + $(CC) -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm + strip --strip-unneeded $*.pd_linux + rm -f $*.o -- cgit v1.2.1