aboutsummaryrefslogtreecommitdiff
path: root/examples/puredata/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'examples/puredata/Makefile.am')
-rw-r--r--examples/puredata/Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/examples/puredata/Makefile.am b/examples/puredata/Makefile.am
deleted file mode 100644
index ee594d7..0000000
--- a/examples/puredata/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-MAINTAINERCLEANFILES = Makefile.in
-
-SUFFIXES = .@PD_SUFFIX@
-PDDIR = $(prefix)/lib/pd
-pddir = $(PDDIR)
-
-## Make and install the shared library.
-pdinstalldir = $(pddir)/extra
-pdinstallrefdir = $(pddir)/doc/5.reference
-pdinstallexpdir = $(pddir)/doc/xtract
-
-pdinstall_PROGRAMS = xtract.@PD_SUFFIX@
-
-xtract_@PD_SUFFIX@_SOURCES = xtract~.c
-
-pdincludedir = $(pddir)/src
-
-AM_CFLAGS = @PD_CFLAGS@ -I$(top_srcdir)/src -I$(pdincludedir)
-AM_LDFLAGS = @PD_LDFLAGS@ -lxtract -L$(top_builddir)/src/
-
-## Install the documentation.
-
-install:
- install -d $(pdinstalldir)
- install -m 644 $(top_builddir)/examples/puredata/.libs/xtract.@PD_SUFFIX@ $(pdinstalldir)/xtract~.@PD_SUFFIX@
- install -d $(pddir)/doc/5.reference/xtract
- cp xtract/* $(PDDIR)/doc/5.reference/xtract