summaryrefslogtreecommitdiffstats
path: root/tools/build/Makefile.am
blob: a03508b21e5eed7cfb2796d52beb7ddd4dff7d4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
##
## $Id$
##

ACLOCAL_AMFLAGS = -I ../../aclocal

bin_PROGRAMS = cklength eolstrip packhex unhex

noinst_PROGRAMS = binpatch

cklength_SOURCES = cklength.c
eolstrip_SOURCES = eolstrip.c
packhex_SOURCES = packhex.c
unhex_SOURCES = unhex.c
binpatch_SOURCES = binpatch.c

bin_SCRIPTS = install-if-change lock-directory unlock-directory

noinst_SCRIPTS = search-id.sh multigen

include $(top_srcdir)/../../automake/host.am