File: Makefile.am

package info (click to toggle)
gfs2-utils 3.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,984 kB
  • sloc: ansic: 27,343; python: 1,215; sh: 380; makefile: 378; yacc: 188; lex: 108
file content (17 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
MAINTAINERCLEANFILES = Makefile.in
CLEANFILES = 82-gfs2-withdraw.rules
EXTRA_DIST = 82-gfs2-withdraw.rules.in

dist_sbin_SCRIPTS = \
	gfs2_lockcapture \
	gfs2_trace

dist_libexec_SCRIPTS = \
	gfs2_withdraw_helper

82-gfs2-withdraw.rules: 82-gfs2-withdraw.rules.in
	sed -e 's,[@]libexecdir[@],$(libexecdir),g' $< > $@

udevrulesdir=@udevdir@/rules.d
udevrules_DATA = \
	82-gfs2-withdraw.rules