File: Makefile.am

package info (click to toggle)
xrestop 0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: ansic: 566; makefile: 17; sh: 7
file content (20 lines) | stat: -rw-r--r-- 317 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
SUBDIRS = doc

AM_CFLAGS = $(CWARNFLAGS) $(XLIBS_CFLAGS)

bin_PROGRAMS = xrestop

xrestop_SOURCES = xrestop.c

xrestop_LDADD = $(XLIBS_LIBS)

EXTRA_DIST = xrestop.spec xrestop.spec.in README.md ChangeLog

MAINTAINERCLEANFILES = ChangeLog INSTALL

.PHONY: ChangeLog

ChangeLog:
	$(CHANGELOG_CMD)

dist-hook: ChangeLog