File: Makefile.am

package info (click to toggle)
bashdb 4.0.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,820 kB
  • ctags: 942
  • sloc: sh: 10,581; lisp: 885; makefile: 449; ansic: 325
file content (26 lines) | stat: -rw-r--r-- 440 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
pkgdatadir        = ${datadir}/@PACKAGE@/lib
pkgdata_DATA =      	\
	alias.sh    	\
	break.sh    	\
	columnize.sh  	\
	commands.sh  	\
	complete.sh  	\
	dbg-call.sh  	\
	file.sh  	\
	filecache.sh  	\
	fns.sh  	\
	frame.sh        \
	help.sh    	\
	hook.sh    	\
	hist.sh    	\
	info.sh    	\
	journal.sh    	\
	list.sh    	\
	sort.sh    	\
	msg.sh    	\
	processor.sh  	\
	run.sh  	\
	save-restore.sh \
	sig.sh

EXTRA_DIST = $(pkgdata_DATA)