From 908436c1ec62838e4efdabbc591ee92b817d25b7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 10 Aug 1999 15:38:09 +0000 Subject: New configuration files added by patch from Ralf Corsepius ". --- testsuites/mptests/Makefile.am | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 testsuites/mptests/Makefile.am (limited to 'testsuites/mptests/Makefile.am') diff --git a/testsuites/mptests/Makefile.am b/testsuites/mptests/Makefile.am new file mode 100644 index 0000000000..3d4d5e8e98 --- /dev/null +++ b/testsuites/mptests/Makefile.am @@ -0,0 +1,23 @@ +# +# $Id$ +# + +AUTOMAKE_OPTIONS = foreign 1.4 +ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal + +project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@ + +PREINSTALLDIRS = \ + $(project_bspdir)/tests/screens/mptests \ + $(project_bspdir)/tests/screens/mptests/node1 \ + $(project_bspdir)/tests/screens/mptests/node2 +$(PREINSTALLDIRS): + @$(mkinstalldirs) $@ + +all-local: $(PREINSTALLDIRS) + +SUBDIRS = . mp01 mp02 mp03 mp04 mp05 mp06 mp07 mp08 mp09 mp10 mp11 mp12 mp13 \ + mp14 + +include $(top_srcdir)/../../../../automake/subdirs.am +include $(top_srcdir)/../../../../automake/local.am -- cgit v1.2.3