File: Makefile.am

package info (click to toggle)
memtool 2018.03.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 404 kB
  • sloc: sh: 1,232; ansic: 752; makefile: 26
file content (31 lines) | stat: -rw-r--r-- 548 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
26
27
28
29
30
31
EXTRA_DIST = README.devel

bin_PROGRAMS = memtool

noinst_HEADERS = fileaccess.h fileaccpriv.h
memtool_SOURCES = memtool.c fileaccess.c acc_mmap.c
if MDIO
memtool_SOURCES += acc_mdio.c
endif

dist_man_MANS = memtool.1

# clean files "make" has built
CLEANFILES = \
	$(DIST_ARCHIVES)

# clean files "configure" has built
DISTCLEAN = \
	config.log \
	config.status \
	Makefile

# clean all files the maintainer of the package has created
MAINTAINERCLEANFILES = \
	compile \
	Makefile.in \
	configure \
	depcomp \
	install-sh \
	missing \
	aclocal.m4