aboutsummaryrefslogtreecommitdiff
path: root/guile/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-16 00:37:47 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-16 00:37:47 +0000
commit6fd40fd5265b6941d5114f6b4f82e1c6b6cdbc0d (patch)
treedc317bccff92e459c51102a655ec708d8ce0ac67 /guile/Makefile
parente1da63276dc159532c0e5258f69a5365568f598f (diff)
removed bad attempt... arg
svn path=/trunk/externals/pdp/; revision=4229
Diffstat (limited to 'guile/Makefile')
-rw-r--r--guile/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/guile/Makefile b/guile/Makefile
deleted file mode 100644
index 269f339..0000000
--- a/guile/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-current: pd_linux
-
-pd_linux: pdp_guile.pd_linux
-
-.SUFFIXES: .pd_linux
-
-LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \
- -Wall -W -Wstrict-prototypes -Werror \
- -Wno-unused -Wno-parentheses -Wno-switch # -Wshadow
-
-LINUXINCLUDE = -I../distro/pd/src -Idbot -I../include
-
-.c.pd_linux:
- gcc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- gcc -export_dynamic -shared -o $*.pd_linux $*.o -lm \
- -lguile #-lguile-ltdl -lqthreads -lpthread -lcrypt
-
- strip --strip-unneeded $*.pd_linux
- rm $*.o
-
-clean:
- rm -f *.pd_linux
- rm -f *~
-