summaryrefslogtreecommitdiffstats
path: root/tools/cpu/sh/Makefile.am
blob: e72f37dd7723e47bcf716f65c888a209c65db958 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ACLOCAL_AMFLAGS = -I ../../../aclocal

noinst_PROGRAMS = shgen

shgen_SOURCES = sci.h sci.c shgen.c

if HELP2MAN
man_MANS = shgen.1

shgen.1: shgen$(EXEEXT)
	$(HELP2MAN) -N ./shgen >$@
endif

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