summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/tools/sh/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/tools/sh/Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/c/src/exec/score/tools/sh/Makefile.am b/c/src/exec/score/tools/sh/Makefile.am
new file mode 100644
index 0000000000..fb8b99ee93
--- /dev/null
+++ b/c/src/exec/score/tools/sh/Makefile.am
@@ -0,0 +1,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