File: Makefile.am

package info (click to toggle)
bbtime 0.1.5-10
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 464 kB
  • ctags: 511
  • sloc: cpp: 4,175; sh: 327; makefile: 96
file content (15 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
configdir = $(sysconfdir)/bbtools
CLEANFILES = bbtoolsrc 

config_DATA =	bbtime.conf \
		bbtime.style \
		bbtime.nobb \
		README.bbtime

EXTRA_DIST = $(config_DATA) bbtoolsrc.in

all-local: bbtoolsrc

bbtoolsrc: bbtoolsrc.in
	@regex_cmd@ -e "s,@configdir@,$(configdir)," bbtoolsrc.in > bbtoolsrc