annotate src/flac-1.2.1/test/cuesheets/Makefile.am @ 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 EXTRA_DIST = \
cannam@86 19 bad.000.CATALOG_multiple.cue \
cannam@86 20 bad.001.CATALOG_missing_number.cue \
cannam@86 21 bad.002.CATALOG_number_too_long.cue \
cannam@86 22 bad.003.CATALOG_not_13_digits.cue \
cannam@86 23 bad.030.FLAGS_multiple.cue \
cannam@86 24 bad.031.FLAGS_wrong_place_1.cue \
cannam@86 25 bad.032.FLAGS_wrong_place_2.cue \
cannam@86 26 bad.060.INDEX_wrong_place.cue \
cannam@86 27 bad.061.INDEX_missing_number.cue \
cannam@86 28 bad.062.INDEX_invalid_number_1.cue \
cannam@86 29 bad.063.first_INDEX_not_0_or_1.cue \
cannam@86 30 bad.064.INDEX_num_non_sequential.cue \
cannam@86 31 bad.065.INDEX_num_out_of_range.cue \
cannam@86 32 bad.066.INDEX_missing_offset.cue \
cannam@86 33 bad.067.INDEX_illegal_offset.cue \
cannam@86 34 bad.068.INDEX_cdda_illegal_offset.cue \
cannam@86 35 bad.069.nonzero_first_INDEX.cue \
cannam@86 36 bad.070.INDEX_offset_not_ascending_1.cue \
cannam@86 37 bad.071.INDEX_offset_not_ascending_2.cue \
cannam@86 38 bad.110.ISRC_multiple.cue \
cannam@86 39 bad.111.ISRC_wrong_place_1.cue \
cannam@86 40 bad.112.ISRC_wrong_place_2.cue \
cannam@86 41 bad.113.ISRC_missing_number.cue \
cannam@86 42 bad.114.ISRC_invalid_number.cue \
cannam@86 43 bad.130.TRACK_missing_INDEX_01_1.cue \
cannam@86 44 bad.131.TRACK_missing_INDEX_01_2.cue \
cannam@86 45 bad.132.TRACK_missing_INDEX_01_3.cue \
cannam@86 46 bad.133.TRACK_missing_INDEX_01_4.cue \
cannam@86 47 bad.134.TRACK_missing_number.cue \
cannam@86 48 bad.135.TRACK_invalid_number_1.cue \
cannam@86 49 bad.136.TRACK_invalid_number_2.cue \
cannam@86 50 bad.137.TRACK_cdda_out_of_range.cue \
cannam@86 51 bad.138.TRACK_num_non_sequential.cue \
cannam@86 52 bad.139.TRACK_missing_type.cue \
cannam@86 53 bad.140.no_TRACKs.cue \
cannam@86 54 bad.200.FLAC_leadin_missing_offset.cue \
cannam@86 55 bad.201.FLAC_leadin_illegal_offset.cue \
cannam@86 56 bad.202.FLAC_leadin_cdda_illegal_offset.cue \
cannam@86 57 bad.230.FLAC_leadout_multiple.cue \
cannam@86 58 bad.231.FLAC_leadout_missing_track.cue \
cannam@86 59 bad.232.FLAC_leadout_illegal_track.cue \
cannam@86 60 bad.233.FLAC_leadout_missing_offset.cue \
cannam@86 61 bad.234.FLAC_leadout_illegal_offset.cue \
cannam@86 62 bad.235.FLAC_leadout_offset_not_211680000.cue \
cannam@86 63 good.000.cue \
cannam@86 64 good.001.cue \
cannam@86 65 good.002.dos_format.cue \
cannam@86 66 good.003.missing_final_newline.cue \
cannam@86 67 good.004.dos_format.missing_final_newline.cue