Changeset 37541b9


Ignore:
Timestamp:
May 18, 2006, 12:28:05 PM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
f647e82
Parents:
9904d81
Message:

fix python Makefiles
fix python Makefiles

Location:
python
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/Makefile.am

    r9904d81 r37541b9  
    33dist_bin_SCRIPTS = aubiocut aubiopitch
    44dist_noinst_SCRIPTS = aubiocompare-onset aubioplot-notes \
    5         aubiofilter-notes aubionotes aubiocompare-onset
     5        aubiofilter-notes aubionotes aubiocompare-onset aubioweb.py
  • python/aubio/Makefile.am

    r9904d81 r37541b9  
    1 pkgpython_PYTHON = __init__.py onsetcompare.py\
    2         gnuplot.py median.py txtfile.py aubioclass.py
     1pkgpython_PYTHON = \
     2        __init__.py \
     3        onsetcompare.py \
     4        gnuplot.py \
     5        median.py \
     6        txtfile.py \
     7        aubioclass.py
     8
     9pkgpythontaskdir = $(pkgpythondir)/task
     10pkgpythontask_PYTHON = \
     11        task/__init__.py \
     12        task/params.py \
     13        task/utils.py \
     14        task/onset.py \
     15        task/silence.py \
     16        task/cut.py \
     17        task/beat.py \
     18        task/task.py \
     19        task/pitch.py \
     20        task/notes.py
     21
     22pkgpythonbenchdir = $(pkgpythondir)/bench
     23pkgpythonbench_PYTHON = \
     24        bench/__init__.py \
     25        bench/broadcast.py \
     26        bench/config.py \
     27        bench/node.py \
     28        bench/onset.py
     29
     30pkgpythonplotdir = $(pkgpythondir)/plot
     31pkgpythonplot_PYTHON = \
     32        plot/__init__.py \
     33        plot/keyboard.py
     34
     35pkgpythonwebdir = $(pkgpythondir)/web
     36pkgpythonweb_PYTHON = \
     37        web/__init__.py \
     38        web/browser.py \
     39        web/html.py
    340
    441nodist_pkgpython_PYTHON = aubiowrapper.py _aubiowrapper.so
Note: See TracChangeset for help on using the changeset viewer.