source: rtems/tools/cpu/sh/Makefile.am @ f4f96e9

4.104.114.84.95
Last change on this file since f4f96e9 was c09248b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/06/04 at 17:04:09

2004-01-06 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Let shgen.1 depend on shgen$(EXEEXT).
  • Property mode set to 100644
File size: 256 bytes
Line 
1##
2##  $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../aclocal
6
7noinst_PROGRAMS = shgen
8
9shgen_SOURCES = sci.h sci.c shgen.c
10
11if HELP2MAN
12man_MANS = shgen.1
13
14shgen.1: shgen$(EXEEXT)
15        $(HELP2MAN) -N ./shgen >$@
16endif
17
18include $(top_srcdir)/../../../automake/host.am
Note: See TracBrowser for help on using the repository browser.