Mercurial > hg > audiostuff
comparison spandsp-0.0.6pre17/test-data/local/Makefile.am @ 4:26cd8f1ef0b1
import spandsp-0.0.6pre17
author | Peter Meerwald <pmeerw@cosy.sbg.ac.at> |
---|---|
date | Fri, 25 Jun 2010 15:50:58 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3:c6c5a16ce2f2 | 4:26cd8f1ef0b1 |
---|---|
1 ## | |
2 ## SpanDSP - a series of DSP components for telephony | |
3 ## | |
4 ## Makefile.am - Process this file with automake to produce Makefile.in | |
5 ## | |
6 ## This program is free software; you can redistribute it and/or modify | |
7 ## it under the terms of the GNU Lesser General Public License version 2.1, | |
8 ## as published by the Free Software Foundation. | |
9 ## | |
10 ## This program is distributed in the hope that it will be useful, | |
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of | |
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
13 ## GNU Lesser General Public License for more details. | |
14 ## | |
15 ## You should have received a copy of the GNU Lesser General Public | |
16 ## License along with this program; if not, write to the Free Software | |
17 ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | |
18 ## | |
19 ## $Id: Makefile.am,v 1.1 2008/05/03 07:30:19 steveu Exp $ | |
20 | |
21 SUBDIRS = | |
22 | |
23 DIST_SUBDIRS = | |
24 | |
25 EXTRA_DIST = dam9_lpc55.wav \ | |
26 dam9.wav \ | |
27 short_nb_voice.wav \ | |
28 short_wb_voice.wav | |
29 | |
30 all: | |
31 | |
32 clean: |