Changeset 32d6958 for src/Makefile.am


Ignore:
Timestamp:
Nov 24, 2007, 10:00:20 PM (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:
ed631e9
Parents:
bcf38fe
Message:

src/: more moving and splitting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    rbcf38fe r32d6958  
    22pkginclude_HEADERS = aubio.h \
    33        types.h \
    4         phasevoc.h \
    5         mathutils.h \
    6         fft.h \
    7         sample.h \
    84        fvec.h \
    95        cvec.h \
    10         hist.h \
    11         scale.h \
    12         resample.h \
    13         tss.h \
    14         biquad.h \
     6        mathutils.h \
     7        utils/hist.h \
     8        utils/scale.h \
     9        temporal/resample.h \
     10        temporal/biquad.h \
     11        temporal/filter.h \
     12        spectral/filterbank.h \
     13        spectral/mfcc.c \
     14        spectral/phasevoc.h \
     15        spectral/fft.h \
     16        spectral/tss.h \
    1517        pitch/pitchdetection.h \
    1618        pitch/pitchmcomb.h \
     
    2325        onset/peakpick.h \
    2426        tempo/tempo.h \
    25         tempo/beattracking.h \
    26         filter.h \
    27         filterbank.h \
    28         mfcc.h
     27        tempo/beattracking.h
    2928
    3029nodist_pkginclude_HEADERS = config.h
     
    3332libaubio_la_SOURCES = aubio.h \
    3433        types.h \
    35         phasevoc.c \
    36         phasevoc.h \
    37         mathutils.c \
    38         mathutils.h \
    39         fft.c \
    40         fft.h \
    4134        fvec.c \
    4235        fvec.h \
    4336        cvec.c \
    4437        cvec.h \
    45         hist.c \
    46         hist.h \
    47         scale.c \
    48         scale.h \
    49         resample.c \
    50         resample.h \
    51         tss.c \
    52         tss.h \
    53         biquad.c \
    54         biquad.h \
     38        mathutils.c \
     39        mathutils.h \
     40        utils/hist.c \
     41        utils/hist.h \
     42        utils/scale.c \
     43        utils/scale.h \
     44        temporal/resample.c \
     45        temporal/resample.h \
     46        temporal/biquad.c \
     47        temporal/biquad.h \
     48        temporal/filter.c \
     49        temporal/filter.h \
     50        spectral/filterbank.c \
     51        spectral/filterbank.h \
     52        spectral/mfcc.h \
     53        spectral/mfcc.c \
     54        spectral/phasevoc.c \
     55        spectral/phasevoc.h \
     56        spectral/fft.c \
     57        spectral/fft.h \
     58        spectral/tss.c \
     59        spectral/tss.h \
    5560        pitch/pitchdetection.c \
    5661        pitch/pitchdetection.h \
     
    7479        tempo/tempo.h \
    7580        tempo/beattracking.c \
    76         tempo/beattracking.h \
    77         filter.c \
    78         filter.h \
    79         filterbank.c \
    80         filterbank.h \
    81         mfcc.h \
    82         mfcc.c
     81        tempo/beattracking.h
    8382
    8483AM_CFLAGS = @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@
Note: See TracChangeset for help on using the changeset viewer.