1# ReZound backend/DSP/Makefile.am Written by Anthony Ventimiglia
2## Process this file with automake to create Makefile.in
3##
4##
5##   Copyright (C) 2002 - Anthony Ventimiglia
6##
7##  This file is part of ReZound, an audio editing application.
8##
9##  ReZound is free software; you can redistribute it and/or modify
10##  it under the terms of the GNU General Public License as published
11##  by the Free Software Foundation; either version 2 of the License,
12##  or (at your option) any later version.
13##
14##  ReZound is distributed in the hope that it will be useful, but
15##  WITHOUT ANY WARRANTY; without even the implied warranty of
16##  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17##  GNU General Public License for more details.
18##
19##  You should have received a copy of the GNU General Public License
20##  along with this program; if not, write to the Free Software
21##  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
22##
23
24
25include $(top_srcdir)/config/am_include.mk
26
27noinst_HEADERS= \
28	Compressor.h \
29	Convolver.h \
30	DelayEffect.h \
31	Delay.h \
32	FlangeEffect.h \
33	LevelDetector.h \
34	NoiseGate.h \
35	Quantizer.h \
36	Distorter.h \
37	SinglePoleFilters.h \
38	BiquadResFilters.h \
39	TSoundStretcher.h \
40	TPitchChanger.h \
41	TTempoChanger.h
42