File: Makefile.am

package info (click to toggle)
smem 1.5-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 240 kB
  • sloc: python: 1,860; ansic: 176; makefile: 12
file content (17 lines) | stat: -rw-r--r-- 339 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
bin_PROGRAMS = smemcap
bin_SCRIPTS = smem

smemcap_SOURCES = smemcap.c

man8_MANS = smem.8

# Note: smemcap.8 is provided by Debian packaging in debian/
# It will be installed via debian/smemcap.manpages

EXTRA_DIST = $(bin_SCRIPTS) $(man8_MANS) COPYING

install-exec-hook:
	chmod 755 $(DESTDIR)$(bindir)/smem

clean-local:
	rm -f smemcap