URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [tools/] [cpu/] [sh/] [Makefile.am] - Rev 580
Go to most recent revision | Compare with Previous | Blame | View Log
##
## $Id: Makefile.am,v 1.2 2001-09-27 12:02:54 chris Exp $
##
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
Go to most recent revision | Compare with Previous | Blame | View Log