From 2af6056ad9129deb324cf8448c0e956d64ab4093 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 26 Aug 2002 06:12:08 +0000 Subject: 2002-08-26 Ralf Corsepius * 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. --- c/src/ada-tests/support/Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 c/src/ada-tests/support/Makefile.am (limited to 'c/src/ada-tests/support') diff --git a/c/src/ada-tests/support/Makefile.am b/c/src/ada-tests/support/Makefile.am new file mode 100644 index 0000000000..3dca7cb527 --- /dev/null +++ b/c/src/ada-tests/support/Makefile.am @@ -0,0 +1,21 @@ +## $Id$ + +EXTRA_DIST = +EXTRA_DIST += address_io.adb +EXTRA_DIST += address_io.ads +EXTRA_DIST += float_io.ads +EXTRA_DIST += fp.inc +EXTRA_DIST += init.c +EXTRA_DIST += integer.inc +EXTRA_DIST += rtems_calling_overhead.ads +EXTRA_DIST += status_io.ads +EXTRA_DIST += test_support.adb +EXTRA_DIST += test_support.ads +EXTRA_DIST += time_test_support.adb +EXTRA_DIST += time_test_support.ads +EXTRA_DIST += timer_driver.adb +EXTRA_DIST += timer_driver.ads +EXTRA_DIST += unsigned32_io.ads + +include $(top_srcdir)/../../../automake/local.am + -- cgit v1.2.3