From e31c63e5a8bae5fbda548f4b65c423b0fc2ce58c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 22 Nov 1999 19:21:38 +0000 Subject: Patch rtems-rc-19991117-7.diff from Ralf Corsepius to convert the sample tests to automake. --- testsuites/samples/base_mp/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testsuites/samples/base_mp/Makefile.am (limited to 'testsuites/samples/base_mp/Makefile.am') 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 -- cgit v1.2.3