Changeset 3050cb8 for Makefile.am


Ignore:
Timestamp:
Mar 31, 2005, 11:18:14 PM (19 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:
e50b695
Parents:
1f40359
Message:

added configure rules to check presence of swig, python,

puredata and docbook-to-man.
deleted autotools generated files
activated threading in midi_alsa_seq.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r1f40359 r3050cb8  
    1 SUBDIRS = src ext examples doc sounds swig python plugins
     1if DOCBOOKFOUND
     2DOC = doc
     3endif
     4
     5if SWIGFOUND
     6if PYTHONFOUND
     7SWIGDIR = swig
     8PYTHONDIR = python
     9endif
     10endif
     11
     12SUBDIRS = src ext examples doc sounds plugins $(PYTHONDIR) $(SWIGDIR) $(DOC)
    213EXTRA_DIST = bootstrap VERSION
    314DISTCLEANFILES = autom4te.cache
Note: See TracChangeset for help on using the changeset viewer.