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


        
 
                                     
 
                       
 
                                   
 



                          
                                  


                                               
##
##  $Id$
##

ACLOCAL_AMFLAGS = -I ../../../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