File: Makefile.am

package info (click to toggle)
uptimed 1%3A0.4.6-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 696 kB
  • sloc: ansic: 2,684; sh: 217; perl: 166; makefile: 51
file content (21 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Makefile.am for uptimed

# this prevents automake from screaming at us about missing README
AUTOMAKE_OPTIONS = foreign

SUBDIRS = libuptimed src man etc

EXTRA_DIST = CREDITS INSTALL.cgi INSTALL.upgrade README.unsupported \
	sample-cgi/uprecords.conf sample-cgi/uprecords.header \
	sample-cgi/uprecords.footer uptimed.spec depcomp

AM_CFLAGS = @CFLAGS@ -DFILE_CONFIG=\"$(sysconfdir)/uptimed.conf\"

install-data-local:
	$(INSTALL) -d $(DESTDIR)/var/spool/uptimed

srpm: dist
	@(rpmbuild -ts uptimed-$(PACKAGE_VERSION).tar.gz)

rpm: dist
	@(rpmbuild -ta uptimed-$(PACKAGE_VERSION).tar.gz)