ref: 37541b944678312b23ab9816aeeb492e2c33e658
parent: 9904d81e94ede1d9a40ad1cedd7d4c2e8d253251
author: Paul Brossier <piem@altern.org>
date: Thu May 18 06:28:05 EDT 2006
fix python Makefiles fix python Makefiles
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -2,4 +2,4 @@
SUBDIRS = aubio
dist_bin_SCRIPTS = aubiocut aubiopitch
dist_noinst_SCRIPTS = aubiocompare-onset aubioplot-notes \
- aubiofilter-notes aubionotes aubiocompare-onset
+ aubiofilter-notes aubionotes aubiocompare-onset aubioweb.py
--- a/python/aubio/Makefile.am
+++ b/python/aubio/Makefile.am
@@ -1,5 +1,42 @@
-pkgpython_PYTHON = __init__.py onsetcompare.py\
- gnuplot.py median.py txtfile.py aubioclass.py
+pkgpython_PYTHON = \
+ __init__.py \
+ onsetcompare.py \
+ gnuplot.py \
+ median.py \
+ txtfile.py \
+ aubioclass.py
+
+pkgpythontaskdir = $(pkgpythondir)/task
+pkgpythontask_PYTHON = \
+ task/__init__.py \
+ task/params.py \
+ task/utils.py \
+ task/onset.py \
+ task/silence.py \
+ task/cut.py \
+ task/beat.py \
+ task/task.py \
+ task/pitch.py \
+ task/notes.py
+
+pkgpythonbenchdir = $(pkgpythondir)/bench
+pkgpythonbench_PYTHON = \
+ bench/__init__.py \
+ bench/broadcast.py \
+ bench/config.py \
+ bench/node.py \
+ bench/onset.py
+
+pkgpythonplotdir = $(pkgpythondir)/plot
+pkgpythonplot_PYTHON = \
+ plot/__init__.py \
+ plot/keyboard.py
+
+pkgpythonwebdir = $(pkgpythondir)/web
+pkgpythonweb_PYTHON = \
+ web/__init__.py \
+ web/browser.py \
+ web/html.py
nodist_pkgpython_PYTHON = aubiowrapper.py _aubiowrapper.so