Josh Coalson | cb908a6 | 2002-11-23 02:21:48 +0000 | [diff] [blame^] | 1 | # FLAC - Free Lossless Audio Codec |
| 2 | # Copyright (C) 2001,2002 Josh Coalson |
| 3 | # |
| 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 | |
| 18 | EXTRA_DIST = \ |
| 19 | bad.000.CATALOG_multiple.cue \ |
| 20 | bad.001.CATALOG_missing_number.cue \ |
| 21 | bad.002.CATALOG_number_too_long.cue \ |
| 22 | bad.003.CATALOG_not_13_digits.cue \ |
| 23 | bad.030.FLAGS_multiple.cue \ |
| 24 | bad.031.FLAGS_wrong_place_1.cue \ |
| 25 | bad.032.FLAGS_wrong_place_2.cue \ |
| 26 | bad.060.INDEX_wrong_place.cue \ |
| 27 | bad.061.INDEX_missing_number.cue \ |
| 28 | bad.062.INDEX_invalid_number_1.cue \ |
| 29 | bad.063.first_INDEX_not_0_or_1.cue \ |
| 30 | bad.064.INDEX_num_non_sequential.cue \ |
| 31 | bad.065.INDEX_num_out_of_range.cue \ |
| 32 | bad.066.INDEX_missing_offset.cue \ |
| 33 | bad.067.INDEX_illegal_offset.cue \ |
| 34 | bad.068.INDEX_cdda_illegal_offset.cue \ |
| 35 | bad.069.nonzero_first_INDEX.cue \ |
| 36 | bad.070.INDEX_offset_not_ascending_1.cue \ |
| 37 | bad.071.INDEX_offset_not_ascending_2.cue \ |
| 38 | bad.110.ISRC_multiple.cue \ |
| 39 | bad.111.ISRC_wrong_place_1.cue \ |
| 40 | bad.112.ISRC_wrong_place_2.cue \ |
| 41 | bad.113.ISRC_missing_number.cue \ |
| 42 | bad.114.ISRC_invalid_number.cue \ |
| 43 | bad.130.TRACK_missing_INDEX_01_1.cue \ |
| 44 | bad.131.TRACK_missing_INDEX_01_2.cue \ |
| 45 | bad.132.TRACK_missing_INDEX_01_3.cue \ |
| 46 | bad.133.TRACK_missing_INDEX_01_4.cue \ |
| 47 | bad.134.TRACK_missing_number.cue \ |
| 48 | bad.135.TRACK_invalid_number_1.cue \ |
| 49 | bad.136.TRACK_invalid_number_2.cue \ |
| 50 | bad.137.TRACK_cdda_out_of_range.cue \ |
| 51 | bad.138.TRACK_num_non_sequential.cue \ |
| 52 | bad.139.TRACK_missing_type.cue \ |
| 53 | bad.140.no_TRACKs.cue \ |
| 54 | bad.200.FLAC_leadin_missing_offset.cue \ |
| 55 | bad.201.FLAC_leadin_illegal_offset.cue \ |
| 56 | bad.202.FLAC_leadin_cdda_illegal_offset.cue \ |
| 57 | bad.230.FLAC_leadout_multiple.cue \ |
| 58 | bad.231.FLAC_leadout_missing_track.cue \ |
| 59 | bad.232.FLAC_leadout_illegal_track.cue \ |
| 60 | bad.233.FLAC_leadout_missing_offset.cue \ |
| 61 | bad.234.FLAC_leadout_illegal_offset.cue \ |
| 62 | bad.235.FLAC_leadout_offset_not_211680000.cue \ |
| 63 | good.000.cue \ |
| 64 | good.001.cue |