aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-06-05 03:53:58 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-06-05 03:53:58 +0000
commit907ec8b8eb5892aa0bad5e41a5bb669aa8d88c5d (patch)
tree5e73d2efca7aefa602fc680133bdfdb623eafaa1
parent7b139aeb2710b8bd5a391bf80aaf110060bb37db (diff)
checking in meta file to SVN to make the motex folder an instant libdir
svn path=/trunk/externals/motex/; revision=11677
-rw-r--r--makefile84
-rw-r--r--motex-meta.pd8
2 files changed, 8 insertions, 84 deletions
diff --git a/makefile b/makefile
deleted file mode 100644
index f8050ae..0000000
--- a/makefile
+++ /dev/null
@@ -1,84 +0,0 @@
-
-#make file for motex Pd externals - Iain Mott
-
-current:
- echo make pd_linux
-
-
-# ----------------------- LINUX i386 -----------------------
-
-
-pd_linux: pan~.pd_linux pansig~.pd_linux polygate~.pd_linux shuffle.pd_linux system.pd_linux ln~.pd_linux rec2pol~.pd_linux pol2rec~.pd_linux getenv.pd_linux
-
-
-.SUFFIXES: .pd_linux
-
-# -------------- postgres ----------------------
-
-#SRCDIR= /usr/src/pgsql/postgresql-7.0.3/src
-#EXTERNALDIR= /home/iain/puredata/summon2/externals/
-TARGDIR= ./
-
-
-#include Makefile.global #needed for postgresql stuff
-
-CFLAGS+= -I$(LIBPQDIR)
-
-LDFLAGS+= -L$(LIBPQDIR) -lpq
-
-#-----------------------------------------------
-EXSRCDIR= .
-
-LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \
- -Wall -W -Wshadow -Wstrict-prototypes -Werror \
- -Wno-unused -Wno-parentheses -Wno-switch
-
-# LINUXINCLUDE = -I/home/iain/puredata/pd029/src
-LINUXINCLUDE = -I/home/iain/puredata/pd032/src
-#LINUXINCLUDE+= -I/usr/include/g++-2
-#-------------
-#LINUXCFLAG+=CFLAGS
-
-#LINUXINCLUDE+= -I/usr/local/pgsql/include
-#--------------
-
-
-.c.pd_linux:
- cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $(EXSRCDIR)$*.o -c $*.c
- ld -export_dynamic -shared -o $(TARGDIR)$*.pd_linux $(EXSRCDIR)$*.o -lc -lm $(LDFLAGS)
- strip --strip-unneeded $(TARGDIR)$*.pd_linux
- rm $(EXSRCDIR)$*.o
-# cp $(TARGDIR)$*.pd_linux $(EXTERNALDIR)
-
-
-
-#clean:
-# rm -f foo1.pd_linux burstan.pd_linux burstan~.pd_linux
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/motex-meta.pd b/motex-meta.pd
new file mode 100644
index 0000000..f5217d5
--- /dev/null
+++ b/motex-meta.pd
@@ -0,0 +1,8 @@
+#N canvas 10 10 200 200 10;
+#N canvas 20 20 420 300 META 0;
+#X text 10 10 META this is a prototype of a libdir meta file;
+#X text 10 30 NAME motex;
+#X text 10 50 AUTHOR Iain Mott <iain.mott@bigpond.com>;
+#X text 10 70 LICENSE GNU GPL;
+#X text 10 90 VERSION 1.1.3-cvs;
+#X restore 10 10 pd META;