summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/base_mp/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-22 19:21:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-22 19:21:38 +0000
commite31c63e5a8bae5fbda548f4b65c423b0fc2ce58c (patch)
treedb00eb2694d7dfd151e4c5f21b47a32e91e075ab /testsuites/samples/base_mp/Makefile.am
parentConverted to automake. (diff)
downloadrtems-e31c63e5a8bae5fbda548f4b65c423b0fc2ce58c.tar.bz2
Patch rtems-rc-19991117-7.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
to convert the sample tests to automake.
Diffstat (limited to '')
-rw-r--r--testsuites/samples/base_mp/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuites/samples/base_mp/Makefile.am b/testsuites/samples/base_mp/Makefile.am
new file mode 100644
index 0000000000..932e671355
--- /dev/null
+++ b/testsuites/samples/base_mp/Makefile.am
@@ -0,0 +1,13 @@
+##
+## $Id$
+##
+
+AUTOMAKE_OPTIONS = foreign 1.4
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+
+SUBDIRS = node1 node2
+
+EXTRA_DIST = apptask.c init.c system.h
+
+include $(top_srcdir)/../../../../automake/subdirs.am
+include $(top_srcdir)/../../../../automake/local.am