Files
rtems/tools/cpu/sh/Makefile.am
Ralf Corsepius c09248b98b 2004-01-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Let shgen.1 depend on shgen$(EXEEXT).
2004-01-06 17:04:09 +00:00

19 lines
256 B
Makefile

##
## $Id$
##
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