File: Makefile.am

package info (click to toggle)
zshdb 0.04%2Bgit20100102-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,924 kB
  • ctags: 241
  • sloc: sh: 5,097; lisp: 885; makefile: 306
file content (43 lines) | stat: -rw-r--r-- 911 bytes parent folder | download
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
check_DATA = \
	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       \
	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)