Changeset e6594ae in rtems
- Timestamp:
- 12/05/03 17:52:07 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 91fd793d
- Parents:
- f4d702d7
- Location:
- c/src/ada-tests
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ada-tests/ChangeLog
rf4d702d7 re6594ae 1 2003-12-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * mptests/mp01/Makefile.am: Cosmetics. 4 * samples/Makefile.am: Cosmetics. 5 * samples/base_mp/Makefile.am: Cosmetics. 6 * samples/base_sp/Makefile.am: Cosmetics. 7 * samples/hello/Makefile.am: Cosmetics. 8 * samples/ticker/Makefile.am: Cosmetics. 9 * support/Makefile.am: Cosmetics. 10 * tmtests/tmoverhd/Makefile.am: Cosmetics. 11 1 12 2003-11-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 13 -
c/src/ada-tests/mptests/mp01/Makefile.am
rf4d702d7 re6594ae 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../testsuites/automake/compile.am 5 include $(top_srcdir)/../../../testsuites/automake/subdirs.am6 5 7 6 SUBDIRS = node1 node2 8 7 8 include $(top_srcdir)/../../../testsuites/automake/subdirs.am 9 9 include $(top_srcdir)/../../../testsuites/automake/local.am -
c/src/ada-tests/samples/Makefile.am
rf4d702d7 re6594ae 7 7 endif 8 8 9 10 9 include $(top_srcdir)/../../../testsuites/automake/subdirs.am 11 10 include $(top_srcdir)/../../../testsuites/automake/local.am -
c/src/ada-tests/samples/base_mp/Makefile.am
rf4d702d7 re6594ae 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../testsuites/automake/compile.am 5 include $(top_srcdir)/../../../testsuites/automake/subdirs.am6 5 7 6 SUBDIRS = node1 node2 … … 23 22 #EXTRA_DIST += node2/mptest-per_node_configuration.adb 24 23 24 include $(top_srcdir)/../../../testsuites/automake/subdirs.am 25 25 include $(top_srcdir)/../../../testsuites/automake/local.am -
c/src/ada-tests/samples/base_sp/Makefile.am
rf4d702d7 re6594ae 14 14 noinst_PROGRAMS = base_sp 15 15 16 base_sp_SOURCES = base_sp.adb \ 17 config.h sptest.adb sptest.ads 16 base_sp_SOURCES = base_sp.adb config.h sptest.adb sptest.ads 18 17 19 18 EXTRA_DIST = base_sp.scn -
c/src/ada-tests/samples/hello/Makefile.am
rf4d702d7 re6594ae 14 14 noinst_PROGRAMS = hello 15 15 16 hello_SOURCES = hello.adb \ 17 config.h sptest.adb sptest.ads 16 hello_SOURCES = hello.adb config.h sptest.adb sptest.ads 18 17 19 18 EXTRA_DIST = hello.scn -
c/src/ada-tests/samples/ticker/Makefile.am
rf4d702d7 re6594ae 14 14 noinst_PROGRAMS = ticker 15 15 16 ticker_SOURCES = ticker.adb \ 17 config.h sptest.adb sptest.ads 16 ticker_SOURCES = ticker.adb config.h sptest.adb sptest.ads 18 17 19 18 EXTRA_DIST = ticker.scn -
c/src/ada-tests/support/Makefile.am
rf4d702d7 re6594ae 19 19 20 20 include $(top_srcdir)/../../../testsuites/automake/local.am 21 -
c/src/ada-tests/tmtests/tmoverhd/Makefile.am
rf4d702d7 re6594ae 7 7 8 8 noinst_PROGRAMS = tmoverhd 9 tmoverhd_SOURCES = tmoverhd.adb config.h \ 10 tmtest.adb tmtest.ads \ 11 dummy_rtems.adb dummy_rtems.ads 9 tmoverhd_SOURCES = tmoverhd.adb config.h tmtest.adb tmtest.ads \ 10 dummy_rtems.adb dummy_rtems.ads 12 11 tmoverhd_SOURCES += ../../support/init.c 13 12
Note: See TracChangeset
for help on using the changeset viewer.