File: Makefile.am

package info (click to toggle)
powerman 2.4.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 2,388 kB
  • sloc: ansic: 19,458; sh: 7,225; yacc: 694; makefile: 455; lex: 272
file content (25 lines) | stat: -rw-r--r-- 606 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
SUBDIRS = \
	etc \
	man \
	heartbeat \
	src \
	t

# Create run dir for powerman.  Chown will fail if non root - ignore it.
install-data-local:
	-$(top_srcdir)/config/install-sh -m 755 -d \
		$(DESTDIR)$(localstatedir)/run
	-$(top_srcdir)/config/install-sh -o $(RUN_AS_USER) -m 755 -d \
		$(DESTDIR)$(localstatedir)/run/powerman

EXTRA_DIST = \
	DISCLAIMER \
	NEWS.md \
	examples/powerman_el72.spec \
	config/tap-driver.sh \
	scripts/debbuild.sh \
	scripts/install-deps-deb.sh

export DEB_BUILD_OPTIONS ?= nocheck terse
deb: debian scripts/debbuild.sh
	+@$(top_srcdir)/scripts/debbuild.sh $(abs_top_srcdir)