From 37541b944678312b23ab9816aeeb492e2c33e658 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 18 May 2006 10:28:05 +0000 Subject: [PATCH] fix python Makefiles fix python Makefiles --- python/Makefile.am | 2 +- python/aubio/Makefile.am | 41 ++++++++++++++++++++++++++++++++++++++-- 2 files changed, 40 insertions(+), 3 deletions(-) diff --git a/python/Makefile.am b/python/Makefile.am index ec2b6cfc..9870be90 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -2,4 +2,4 @@ EXTRA_DIST = README 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 diff --git a/python/aubio/Makefile.am b/python/aubio/Makefile.am index 1371e3c6..788bac15 100644 --- 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 -- 2.26.2