summaryrefslogblamecommitdiffstats
path: root/tools/cpu/sh/Makefile.am
blob: 541f1758b50f9f870384d6444ec2be30fc426873 (plain) (tree)
1
2
3
4
5
6
7
8
9


        
 
                                            
                                            
 
                       
 
                                   
 







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