summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-26 06:12:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-26 06:12:08 +0000
commit2af6056ad9129deb324cf8448c0e956d64ab4093 (patch)
tree69de2948a0856715b91d41bd05fbd897aa40b5f5 /c/src/ada-tests/Makefile.am
parent2002-08-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-2af6056ad9129deb324cf8448c0e956d64ab4093.tar.bz2
2002-08-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: New. * configure.ac: New. * ada.am: New. * support/Makefile.am: New. * samples/Makefile.am: New. * samples/base_mp/Makefile.am: New. * samples/base_sp/Makefile.am: New. * samples/hello/Makefile.am: New. * samples/ticker/Makefile.am: New.
Diffstat (limited to '')
-rw-r--r--c/src/ada-tests/Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/c/src/ada-tests/Makefile.am b/c/src/ada-tests/Makefile.am
new file mode 100644
index 0000000000..891aa8ddc3
--- /dev/null
+++ b/c/src/ada-tests/Makefile.am
@@ -0,0 +1,15 @@
+## $Id$
+
+ACLOCAL_AMFLAGS = -I ../../../aclocal
+
+include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../../../automake/compile.am
+include $(top_srcdir)/../../../automake/lib.am
+
+SUBDIRS = support samples sptests
+# SUBDIRS += sptests tmtests mptests
+
+EXTRA_DIST = ada.am
+
+include $(top_srcdir)/../../../automake/subdirs.am
+include $(top_srcdir)/../../../automake/local.am