File: Makefile.am

package info (click to toggle)
zshdb 0.05%2Bgit20101031-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,104 kB
  • sloc: sh: 5,563; makefile: 337
file content (48 lines) | stat: -rw-r--r-- 1,021 bytes parent folder | download | duplicates (2)
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)