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

AUTOMAKE_OPTIONS = foreign 1.4 no-installman
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal

noinst_PROGRAMS=shgen

shgen_SOURCES = \
sci.h \
sci.c \
shgen.c

if HELP2MAN
man_MANS = shgen.1

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

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