annotate src/flac-1.2.1/test/Makefile.lite @ 169:223a55898ab9 tip default

Add null config files
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 02 Mar 2020 14:03:47 +0000
parents 98c1576536ae
children
rev   line source
cannam@86 1 # FLAC - Free Lossless Audio Codec
cannam@86 2 # Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson
cannam@86 3 #
cannam@86 4 # This file is part the FLAC project. FLAC is comprised of several
cannam@86 5 # components distributed under difference licenses. The codec libraries
cannam@86 6 # are distributed under Xiph.Org's BSD-like license (see the file
cannam@86 7 # COPYING.Xiph in this distribution). All other programs, libraries, and
cannam@86 8 # plugins are distributed under the GPL (see COPYING.GPL). The documentation
cannam@86 9 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
cannam@86 10 # FLAC distribution contains at the top the terms under which it may be
cannam@86 11 # distributed.
cannam@86 12 #
cannam@86 13 # Since this particular file is relevant to all components of FLAC,
cannam@86 14 # it may be distributed under the Xiph.Org license, which is the least
cannam@86 15 # restrictive of those mentioned above. See the file COPYING.Xiph in this
cannam@86 16 # distribution.
cannam@86 17
cannam@86 18 #
cannam@86 19 # GNU makefile
cannam@86 20 #
cannam@86 21
cannam@86 22 topdir = ..
cannam@86 23
cannam@86 24 DEFAULT_CONFIG = release
cannam@86 25
cannam@86 26 CONFIG = $(DEFAULT_CONFIG)
cannam@86 27
cannam@86 28 all: clean
cannam@86 29 $(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_libFLAC.sh $(CONFIG)
cannam@86 30 $(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_libFLAC++.sh $(CONFIG)
cannam@86 31 $(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_grabbag.sh $(CONFIG)
cannam@86 32 $(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_flac.sh $(CONFIG)
cannam@86 33 $(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_metaflac.sh $(CONFIG)
cannam@86 34 $(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_seeking.sh $(CONFIG)
cannam@86 35 $(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_streams.sh $(CONFIG)
cannam@86 36 $(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_bins.sh $(CONFIG)
cannam@86 37
cannam@86 38 debug : FLAC__TEST_LEVEL=FLAC__TEST_LEVEL=2
cannam@86 39 valgrind: FLAC__TEST_LEVEL=FLAC__TEST_LEVEL=1
cannam@86 40 release : FLAC__TEST_LEVEL=FLAC__TEST_LEVEL=2
cannam@86 41
cannam@86 42 debug : FLAC__TEST_WITH_VALGRIND=FLAC__TEST_WITH_VALGRIND=no
cannam@86 43 valgrind: FLAC__TEST_WITH_VALGRIND=FLAC__TEST_WITH_VALGRIND=yes
cannam@86 44 release : FLAC__TEST_WITH_VALGRIND=FLAC__TEST_WITH_VALGRIND=no
cannam@86 45
cannam@86 46 debug : CONFIG = debug
cannam@86 47 valgrind: CONFIG = debug
cannam@86 48 release : CONFIG = release
cannam@86 49
cannam@86 50 debug : all
cannam@86 51 valgrind: all
cannam@86 52 release : all
cannam@86 53
cannam@86 54 clean:
cannam@86 55 rm -f *.raw *.flac *.oga *.ogg *.cmp *.aiff *.wav *.diff *.log *.cue core flac-to-flac-metadata-test-files/out.* metaflac-test-files/out.*