flac/test/Makefile.lite

58 lines
2.2 KiB
Makefile
Raw Normal View History

# FLAC - Free Lossless Audio Codec
2005-01-25 04:17:55 +00:00
# Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson
#
2003-02-07 00:14:32 +00:00
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
# are distributed under Xiph.Org's BSD-like license (see the file
# COPYING.Xiph in this distribution). All other programs, libraries, and
# plugins are distributed under the GPL (see COPYING.GPL). The documentation
# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
# FLAC distribution contains at the top the terms under which it may be
# distributed.
#
2003-02-07 00:14:32 +00:00
# Since this particular file is relevant to all components of FLAC,
# it may be distributed under the Xiph.Org license, which is the least
# restrictive of those mentioned above. See the file COPYING.Xiph in this
# distribution.
2000-12-10 04:09:52 +00:00
#
# GNU makefile
#
topdir = ..
2004-12-30 03:49:15 +00:00
DEFAULT_CONFIG = release
CONFIG = $(DEFAULT_CONFIG)
2000-12-10 04:09:52 +00:00
all: clean
2004-12-30 03:49:15 +00:00
$(FLAC__EXHAUSTIVE_TESTS) $(FLAC__VALGRIND) ./test_libFLAC.sh $(CONFIG)
$(FLAC__EXHAUSTIVE_TESTS) $(FLAC__VALGRIND) ./test_libFLAC++.sh $(CONFIG)
$(FLAC__EXHAUSTIVE_TESTS) $(FLAC__VALGRIND) ./test_libOggFLAC.sh $(CONFIG)
$(FLAC__EXHAUSTIVE_TESTS) $(FLAC__VALGRIND) ./test_libOggFLAC++.sh $(CONFIG)
$(FLAC__EXHAUSTIVE_TESTS) $(FLAC__VALGRIND) ./test_flac.sh $(CONFIG)
$(FLAC__EXHAUSTIVE_TESTS) $(FLAC__VALGRIND) ./test_metaflac.sh $(CONFIG)
$(FLAC__EXHAUSTIVE_TESTS) $(FLAC__VALGRIND) ./test_grabbag.sh $(CONFIG)
$(FLAC__EXHAUSTIVE_TESTS) $(FLAC__VALGRIND) ./test_seeking.sh $(CONFIG)
$(FLAC__EXHAUSTIVE_TESTS) $(FLAC__VALGRIND) ./test_streams.sh $(CONFIG)
$(FLAC__EXHAUSTIVE_TESTS) $(FLAC__VALGRIND) ./test_bins.sh $(CONFIG)
2000-12-10 04:09:52 +00:00
2002-12-04 04:57:33 +00:00
debug : FLAC__EXHAUSTIVE_TESTS=FLAC__EXHAUSTIVE_TESTS=yes
valgrind: FLAC__EXHAUSTIVE_TESTS=FLAC__EXHAUSTIVE_TESTS=no
release : FLAC__EXHAUSTIVE_TESTS=FLAC__EXHAUSTIVE_TESTS=yes
2000-12-10 04:09:52 +00:00
2002-12-04 04:57:33 +00:00
debug : FLAC__VALGRIND=FLAC__VALGRIND=no
valgrind: FLAC__VALGRIND=FLAC__VALGRIND=yes
release : FLAC__VALGRIND=FLAC__VALGRIND=no
2004-12-30 03:49:15 +00:00
debug : CONFIG = debug
valgrind: CONFIG = valgrind
release : CONFIG = release
2002-12-04 04:57:33 +00:00
debug : all
valgrind: all
release : all
2000-12-10 04:09:52 +00:00
clean:
2004-09-28 01:14:55 +00:00
rm -f *.raw *.flac *.ogg *.cmp *.aiff *.wav *.diff *.log *.cue core