aboutsummaryrefslogtreecommitdiff
path: root/pd/extra/pd~/makefile
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2008-07-04 03:54:32 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2008-07-04 03:54:32 +0000
commitd1ad56f1da41e7a88eb9a52d6b0daaf145b54ea7 (patch)
treee100087ef19ac8d26ff4169a2cebcdc8cad1aa3c /pd/extra/pd~/makefile
parent783aafff32c7e02727e73d86918fa524dfc76e22 (diff)
new pd~ and stdout objects in extra
svn path=/trunk/; revision=10141
Diffstat (limited to 'pd/extra/pd~/makefile')
-rw-r--r--pd/extra/pd~/makefile15
1 files changed, 15 insertions, 0 deletions
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