summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/samples/base_mp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/ada/samples/base_mp/Makefile.am')
-rw-r--r--testsuites/ada/samples/base_mp/Makefile.am21
1 files changed, 21 insertions, 0 deletions
diff --git a/testsuites/ada/samples/base_mp/Makefile.am b/testsuites/ada/samples/base_mp/Makefile.am
new file mode 100644
index 0000000000..ed05ebbd72
--- /dev/null
+++ b/testsuites/ada/samples/base_mp/Makefile.am
@@ -0,0 +1,21 @@
+include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../automake/compile.am
+
+_SUBDIRS = node1 node2
+#include $(top_srcdir)/ada.am
+
+#mptest$(EXEEXT): mptest.adb
+# $(GNATCOMPILE) -margs -a $< -o $@
+
+#if EXPADA
+#noinst_PROGRAMS = mptest
+#endif
+
+#mptest_exe_SOURCES = mptest.adb mptest.ads
+
+#EXTRA_DIST += node1/mptest-per_node_configuration.adb
+
+#EXTRA_DIST += node2/mptest-per_node_configuration.adb
+
+include $(top_srcdir)/../automake/subdirs.am
+include $(top_srcdir)/../automake/local.am