Changeset 13e23b8 for python


Ignore:
Timestamp:
May 16, 2008, 2:18:26 AM (16 years ago)
Author:
Paul Brossier <piem@piem.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:
9ae6e03
Parents:
7e204d01
Message:

python/aubio/Makefile.am: simplify using nobase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/Makefile.am

    r7e204d01 r13e23b8  
    1 pkgpython_PYTHON = \
     1nobase_pkgpython_PYTHON = \
    22        __init__.py \
    33        onsetcompare.py \
     
    55        median.py \
    66        txtfile.py \
    7         aubioclass.py
    8 
    9 pkgpythontaskdir = $(pkgpythondir)/task
    10 pkgpythontask_PYTHON = \
     7        aubioclass.py \
    118        task/__init__.py \
    129        task/params.py \
     
    1815        task/task.py \
    1916        task/pitch.py \
    20         task/notes.py
    21 
    22 pkgpythonbenchdir = $(pkgpythondir)/bench
    23 pkgpythonbench_PYTHON = \
     17        task/notes.py \
    2418        bench/__init__.py \
    2519        bench/broadcast.py \
    2620        bench/config.py \
    2721        bench/node.py \
    28         bench/onset.py
    29 
    30 pkgpythonplotdir = $(pkgpythondir)/plot
    31 pkgpythonplot_PYTHON = \
     22        bench/onset.py \
    3223        plot/__init__.py \
    33         plot/keyboard.py
    34 
    35 pkgpythonwebdir = $(pkgpythondir)/web
    36 pkgpythonweb_PYTHON = \
     24        plot/keyboard.py \
    3725        web/__init__.py \
    3826        web/browser.py \
Note: See TracChangeset for help on using the changeset viewer.