summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: a32517ff4a329935ac840ee11e17aa1d49f0063a (plain)
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