aboutsummaryrefslogtreecommitdiff
path: root/examples/puredata/Makefile.am
diff options
context:
space:
mode:
authorJamie Bullock <jamie@jamiebullock.com>2014-11-08 00:07:02 +0000
committerJamie Bullock <jamie@jamiebullock.com>2014-11-08 00:07:02 +0000
commitba706261d3fc5b436aa6f09d57e62eeb77377d8f (patch)
tree4faadd5931a89a847ae9bb2345d9fe7bb0e2f778 /examples/puredata/Makefile.am
parent89890e226e5da72743f885cefb5273c51baf094e (diff)
parent89a9ec7a352dc35141b8f9a87c202fdd448e9a6f (diff)
downloadLibXtract-ba706261d3fc5b436aa6f09d57e62eeb77377d8f.tar.gz
LibXtract-ba706261d3fc5b436aa6f09d57e62eeb77377d8f.tar.bz2
LibXtract-ba706261d3fc5b436aa6f09d57e62eeb77377d8f.zip
Merge branch 'feature/no-autotools' into develop
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