1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
check_DATA = \
bad-cat1.cue \
bad-cat1.toc \
bad-cat2.cue \
bad-cat2.toc \
bad-cat3.cue \
bad-cat3.toc \
bad-dir.iso \
bad-file.toc \
bad-mode1.cue \
bad-mode1.toc \
bad-msf-1.cue \
bad-msf-1.toc \
bad-msf-2.cue \
bad-msf-2.toc \
bad-msf-3.cue \
bad-msf-3.toc \
cdda.bin \
cdda.cue \
cdda_4_5.bin \
cdda_4_5.cue \
copying-rr.iso \
copying.iso \
data1.toc \
data2.toc \
deep-directory.iso \
deep_directory1_file \
deep_directory2_file \
isofs-m1.bin \
isofs-m1.cue \
isofs-m1.toc \
joliet.iso \
malformed.iso \
malformed2.iso \
multi_extent_8k.iso \
multi_extent_file \
p1.bin \
p1.cue \
p1.nrg \
t1.toc \
t2.toc \
t3.toc \
t4.toc \
t5.toc \
t6.toc \
t7.toc \
t8.toc \
t9.toc \
t10.toc \
vcd2.toc \
videocd.nrg \
cdtext.toc \
data5.toc \
data6.toc \
data7.toc \
test-udf1.iso \
udf102.iso \
cdtext.cdt \
cdtext-krosis.cdt \
cdtext-libburnia.cdt
EXTRA_DIST = $(check_DATA)
|