summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/samples/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/samples/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/samples/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/ada-tests/samples/Makefile.am b/c/src/ada-tests/samples/Makefile.am
new file mode 100644
index 0000000000..b32eadfc6b
--- /dev/null
+++ b/c/src/ada-tests/samples/Makefile.am
@@ -0,0 +1,6 @@
+## $Id$
+
+SUBDIRS = hello ticker base_sp base_mp
+
+include $(top_srcdir)/../../../automake/subdirs.am
+include $(top_srcdir)/../../../automake/local.am