Changeset 7f3cae67 for src/Makefile.am


Ignore:
Timestamp:
Apr 29, 2008, 10:04:46 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:
7abfc82
Parents:
651cac8
Message:

src/Makefile.am: use nobase_ to simplify headers installation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    r651cac8 r7f3cae67  
    33        temporal/filter_priv.h
    44
    5 pkginclude_HEADERS = aubio.h \
     5nobase_pkginclude_HEADERS = \
     6        aubio.h \
    67        types.h \
    78        fvec.h \
    89        lvec.h \
    910        cvec.h \
    10         mathutils.h
    11 
    12 pkgincludeutilsdir = $(pkgincludedir)/utils
    13 pkgincludetemporaldir = $(pkgincludedir)/temporal
    14 pkgincludespectraldir = $(pkgincludedir)/spectral
    15 pkgincludepitchdir = $(pkgincludedir)/pitch
    16 pkgincludeonsetdir = $(pkgincludedir)/onset
    17 pkgincludetempodir = $(pkgincludedir)/tempo
    18 
    19 pkgincludeutils_HEADERS = \
     11        mathutils.h \
    2012        utils/hist.h \
    21         utils/scale.h
    22 
    23 pkgincludetemporal_HEADERS = \
     13        utils/scale.h \
    2414        temporal/resample.h \
    2515        temporal/biquad.h \
    2616        temporal/filter.h \
    2717        temporal/adesign.h \
    28         temporal/cdesign.h
    29 
    30 pkgincludespectral_HEADERS = \
     18        temporal/cdesign.h \
    3119        spectral/filterbank.h \
    3220        spectral/mfcc.h \
     
    3422        spectral/fft.h \
    3523        spectral/tss.h \
    36         spectral/spectral_centroid.h
    37 
    38 pkgincludepitch_HEADERS = \
     24        spectral/spectral_centroid.h \
    3925        pitch/pitchdetection.h \
    4026        pitch/pitchmcomb.h \
     
    4228        pitch/pitchschmitt.h \
    4329        pitch/pitchfcomb.h \
    44         pitch/pitchyinfft.h
    45 
    46 pkgincludeonset_HEADERS =       \
     30        pitch/pitchyinfft.h \
    4731        onset/onset.h \
    4832        onset/onsetdetection.h \
    49         onset/peakpick.h
    50 
    51 pkgincludetempo_HEADERS =       \
     33        onset/peakpick.h \
    5234        tempo/tempo.h \
    5335        tempo/beattracking.h
Note: See TracChangeset for help on using the changeset viewer.