blob: fb8b99ee9316e51c0f7a82bbae6d24844413ac53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# $Id$
#
AUTOMAKE_OPTIONS = foreign
ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal
noinst_PROGRAMS=shgen
shgen_SOURCES = \
sci.h \
sci.c \
shgen.c
include $(top_srcdir)/../../../../../../automake/local.am
|