diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-12-20 12:28:08 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-12-20 12:28:08 +0000 |
commit | e5051b14a4642a6a6c6097c0ae24ecdfa53594e9 (patch) | |
tree | 99f231bd5a6ca12d4d9e66f8019ceb0205d3a40a /examples/puredata/Makefile.am | |
parent | 18fc7723fd66941f394c1657c48bb996670d4ac5 (diff) | |
download | LibXtract-e5051b14a4642a6a6c6097c0ae24ecdfa53594e9.tar.gz LibXtract-e5051b14a4642a6a6c6097c0ae24ecdfa53594e9.tar.bz2 LibXtract-e5051b14a4642a6a6c6097c0ae24ecdfa53594e9.zip |
Fixed xtract_flatness()
Diffstat (limited to 'examples/puredata/Makefile.am')
-rw-r--r-- | examples/puredata/Makefile.am | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/examples/puredata/Makefile.am b/examples/puredata/Makefile.am index dda94f4..ec5c197 100644 --- a/examples/puredata/Makefile.am +++ b/examples/puredata/Makefile.am @@ -14,35 +14,15 @@ xtract_@PD_SUFFIX@_SOURCES = xtract~.c pdincludedir = $(pddir)/src -#LIBTOOL=$(SHELL) $(srcdir)/libtoolkludge - INCLUDES = -I$(top_srcdir)/src -I$(pdincludedir) -#AM_CFLAGS = -DPD -fPIC -DPIC -#AM_LDFLAGS = -L$(top_builddir)/src/.libs -lxtract -export_dynamic -shared - AM_CFLAGS = @PD_CFLAGS@ 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 - -#pdinstallref_DATA = \ -# help/aubioonset-help.pd \ -# help/aubioquiet-help.pd \ -# help/aubiotempo-help.pd \ -# help/aubiotss-help.pd \ -# help/aubiopitch-help.pd -# -#pdinstallexp_DATA = \ -# examples/onset-cam.pd -# -### My kludge -#noinst_SCRIPTS = libtoolkludge -# -#EXTRA_DIST = $(pdinstallref_DATA) $(pdinstallexp_DATA) $(noinst_SCRIPTS) - |