File: Makefile.am

package info (click to toggle)
xrestop 0.4%2Bgit20130926-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 200 kB
  • sloc: ansic: 559; makefile: 17; sh: 7
file content (21 lines) | stat: -rw-r--r-- 296 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
SUBDIRS = doc

AM_CFLAGS = @XLIBS_CFLAGS@

bin_PROGRAMS = xrestop

xrestop_SOURCES = xrestop.c

xrestop_LDADD = @XLIBS_LIBS@

extra_DIST = xrestop.spec xrestop.spec.in

EXTRA_DIST = ChangeLog
MAINTAINERCLEANFILES = ChangeLog

.PHONY: ChangeLog

ChangeLog:
	$(CHANGELOG_CMD)

dist-hook: ChangeLog