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
|
check_DATA = \
action.cmd \
action.right \
brkpt1.right \
brkpt1.cmd \
brkpt1.right \
bug-args.cmd \
bug-args.right \
bug-errexit.cmd \
bug-errexit.right \
bug-ksharrays.cmd \
bug-ksharrays.right\
bugIFS.cmd \
bugIFS.right \
condition.cmd \
condition.right \
delete.cmd \
delete.right \
display.cmd \
display.right \
enable.cmd \
enable.right \
examine.right \
examine.cmd \
frame.cmd \
frame.right \
list.cmd \
list.right \
lopts.right \
next.cmd \
next.right \
restart2.cmd \
restart.cmd \
restart.right \
setshow.cmd \
setshow.right \
skip.cmd \
skip.right \
sopts.right \
step.cmd \
step.right \
subshell.cmd \
subshell.right \
tbreak.cmd \
tbreak.right \
quit.cmd
EXTRA_DIST = $(check_DATA)
|