mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 15:45:54 +01:00
Use Automake for Audacity.
This commit is contained in:
70
Makefile.am
Normal file
70
Makefile.am
Normal file
@@ -0,0 +1,70 @@
|
||||
SUBDIRS = help images lib-src po src tests
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
dist_doc_DATA = LICENSE.txt README.txt
|
||||
dist_pkgdata_DATA = presets/EQDefaultCurves.xml
|
||||
|
||||
nobase_dist_pkgdata_DATA = \
|
||||
nyquist/bug.lsp \
|
||||
nyquist/dspprims.lsp \
|
||||
nyquist/envelopes.lsp \
|
||||
nyquist/equalizer.lsp \
|
||||
nyquist/evalenv.lsp \
|
||||
nyquist/fileio.lsp \
|
||||
nyquist/follow.lsp \
|
||||
nyquist/init.lsp \
|
||||
nyquist/misc.lsp \
|
||||
nyquist/nyinit.lsp \
|
||||
nyquist/nyqmisc.lsp \
|
||||
nyquist/nyquist.lsp \
|
||||
nyquist/nyquist-plot.txt \
|
||||
nyquist/printrec.lsp \
|
||||
nyquist/profile.lsp \
|
||||
nyquist/sal.lsp \
|
||||
nyquist/sal-parse.lsp \
|
||||
nyquist/seqfnint.lsp \
|
||||
nyquist/seq.lsp \
|
||||
nyquist/seqmidi.lsp \
|
||||
nyquist/sndfnint.lsp \
|
||||
nyquist/stk.lsp \
|
||||
nyquist/system.lsp \
|
||||
nyquist/xlinit.lsp \
|
||||
nyquist/xm.lsp \
|
||||
nyquist/rawwaves/mand1.raw \
|
||||
nyquist/rawwaves/mand2.raw \
|
||||
nyquist/rawwaves/mand3.raw \
|
||||
nyquist/rawwaves/mand4.raw \
|
||||
nyquist/rawwaves/mand5.raw \
|
||||
nyquist/rawwaves/mand6.raw \
|
||||
nyquist/rawwaves/mand7.raw \
|
||||
nyquist/rawwaves/mand8.raw \
|
||||
nyquist/rawwaves/mand9.raw \
|
||||
nyquist/rawwaves/mand10.raw \
|
||||
nyquist/rawwaves/mand11.raw \
|
||||
nyquist/rawwaves/mand12.raw \
|
||||
nyquist/rawwaves/mandpluk.raw \
|
||||
nyquist/rawwaves/marmstk1.raw \
|
||||
nyquist/rawwaves/sinewave.raw \
|
||||
plug-ins/adjustable-fade.ny \
|
||||
plug-ins/analyze.ny \
|
||||
plug-ins/beat.ny \
|
||||
plug-ins/clicktrack.ny \
|
||||
plug-ins/clipfix.ny \
|
||||
plug-ins/crossfadein.ny \
|
||||
plug-ins/crossfadeout.ny \
|
||||
plug-ins/delay.ny \
|
||||
plug-ins/equalabel.ny \
|
||||
plug-ins/highpass.ny \
|
||||
plug-ins/lowpass.ny \
|
||||
plug-ins/notch.ny \
|
||||
plug-ins/pluck.ny \
|
||||
plug-ins/rissetdrum.ny \
|
||||
plug-ins/sample-data-export.ny \
|
||||
plug-ins/SilenceMarker.ny \
|
||||
plug-ins/SoundFinder.ny \
|
||||
plug-ins/StudioFadeOut.ny \
|
||||
plug-ins/tremolo.ny \
|
||||
plug-ins/vocalremover.ny \
|
||||
plug-ins/vocoder.ny \
|
||||
$(NULL)
|
||||
Reference in New Issue
Block a user