diff options
author | N.N. <matju@users.sourceforge.net> | 2010-01-05 22:49:36 +0000 |
---|---|---|
committer | N.N. <matju@users.sourceforge.net> | 2010-01-05 22:49:36 +0000 |
commit | 8dbec761cf858ea65900c8a094599857208d8c3a (patch) | |
tree | 3228c023f87f23a354da3b57fdc2afe5b7052032 /desiredata/extra/pureunity/Makefile | |
parent | 529e59635598e2d90a7a49f6b4c676f8366109ba (diff) |
svn path=/trunk/; revision=12907
Diffstat (limited to 'desiredata/extra/pureunity/Makefile')
-rw-r--r-- | desiredata/extra/pureunity/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/desiredata/extra/pureunity/Makefile b/desiredata/extra/pureunity/Makefile deleted file mode 100644 index a9e9ec88..00000000 --- a/desiredata/extra/pureunity/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# if you don't want the standard pd, set the PD-variable before doing "make" -# e.g. "PD=/home/matju/pd_devel_0_39_und/bin/pd make" - PD ?= pd -#PD ?= desire -PDFLAGS = -lib pureunity -noaudio -PDFLAGS += -lib gridflow -CFLAGS = -Wall - -test:: built - $(PD) $(PDFLAGS) main.pd - -built: Makefile pureunity.pd_linux - echo > built - -generic/%~.pd: generic/%.pd - -pureunity.pd_linux: pureunity.c Makefile - $(CC) $(CFLAGS) -shared -o pureunity.pd_linux pureunity.c - |