blob: 58ebc62f5cdf2158fbe6e9f75b1e24669d610996 [file] [log] [blame]
Josh Coalson6b05bc52001-06-08 00:13:21 +00001# FLAC - Free Lossless Audio Codec
Josh Coalson1152f9f2002-01-26 18:05:12 +00002# Copyright (C) 2001,2002 Josh Coalson
Josh Coalson6b05bc52001-06-08 00:13:21 +00003#
4# This program is part of FLAC; you can redistribute it and/or
5# modify it under the terms of the GNU General Public License
6# as published by the Free Software Foundation; either version 2
7# of the License, or (at your option) any later version.
8#
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with this program; if not, write to the Free Software
16# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17
Josh Coalsonbb7f6b92000-12-10 04:09:52 +000018#
19# GNU makefile
20#
Josh Coalsoncd0e3222002-10-23 22:08:13 +000021
22topdir = ..
23
Josh Coalsonbb7f6b92000-12-10 04:09:52 +000024all: clean
Josh Coalson9b145182002-08-30 05:39:36 +000025 FLAC__EXHAUSTIVE_TESTS=yes ./test_libFLAC.sh
26 FLAC__EXHAUSTIVE_TESTS=yes ./test_libFLAC++.sh
27 FLAC__EXHAUSTIVE_TESTS=yes ./test_libOggFLAC.sh
28 FLAC__EXHAUSTIVE_TESTS=yes ./test_libOggFLAC++.sh
29 FLAC__EXHAUSTIVE_TESTS=yes ./test_metaflac.sh
30 FLAC__EXHAUSTIVE_TESTS=yes ./test_streams.sh
31 FLAC__EXHAUSTIVE_TESTS=yes ./test_bins.sh
Josh Coalsonbb7f6b92000-12-10 04:09:52 +000032
33debug: all
34
35release: all
36
37clean:
Josh Coalsoneab64572002-08-07 17:08:32 +000038 rm -f *.raw *.flac *.ogg *.cmp *.wav ../../test_files/bins/*.raw ../../test_files/bins/*.flac ../../test_files/bins/*.cmp *.log core