2003-12-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* mptests/mp01/Makefile.am: Cosmetics.
	* samples/Makefile.am: Cosmetics.
	* samples/base_mp/Makefile.am: Cosmetics.
	* samples/base_sp/Makefile.am: Cosmetics.
	* samples/hello/Makefile.am: Cosmetics.
	* samples/ticker/Makefile.am: Cosmetics.
	* support/Makefile.am: Cosmetics.
	* tmtests/tmoverhd/Makefile.am: Cosmetics.
This commit is contained in:
Ralf Corsepius
2003-12-05 17:52:07 +00:00
parent f4d702d75e
commit e6594aec2d
9 changed files with 18 additions and 13 deletions

View File

@@ -1,3 +1,14 @@
2003-12-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mptests/mp01/Makefile.am: Cosmetics.
* samples/Makefile.am: Cosmetics.
* samples/base_mp/Makefile.am: Cosmetics.
* samples/base_sp/Makefile.am: Cosmetics.
* samples/hello/Makefile.am: Cosmetics.
* samples/ticker/Makefile.am: Cosmetics.
* support/Makefile.am: Cosmetics.
* tmtests/tmoverhd/Makefile.am: Cosmetics.
2003-11-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved tests/.

View File

@@ -2,8 +2,8 @@
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
include $(top_srcdir)/../../../testsuites/automake/local.am

View File

@@ -6,6 +6,5 @@ if HAS_MP
SUBDIRS += base_mp
endif
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
include $(top_srcdir)/../../../testsuites/automake/local.am

View File

@@ -2,7 +2,6 @@
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
SUBDIRS = node1 node2
#include $(top_srcdir)/ada.am
@@ -22,4 +21,5 @@ SUBDIRS = node1 node2
#EXTRA_DIST += node2/base_mp.scn
#EXTRA_DIST += node2/mptest-per_node_configuration.adb
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
include $(top_srcdir)/../../../testsuites/automake/local.am

View File

@@ -13,8 +13,7 @@ init.$(OBJEXT): ../../support/init.c
noinst_PROGRAMS = base_sp
base_sp_SOURCES = base_sp.adb \
config.h sptest.adb sptest.ads
base_sp_SOURCES = base_sp.adb config.h sptest.adb sptest.ads
EXTRA_DIST = base_sp.scn

View File

@@ -13,8 +13,7 @@ init.$(OBJEXT): ../../support/init.c
noinst_PROGRAMS = hello
hello_SOURCES = hello.adb \
config.h sptest.adb sptest.ads
hello_SOURCES = hello.adb config.h sptest.adb sptest.ads
EXTRA_DIST = hello.scn

View File

@@ -13,8 +13,7 @@ init.$(OBJEXT): ../../support/init.c
noinst_PROGRAMS = ticker
ticker_SOURCES = ticker.adb \
config.h sptest.adb sptest.ads
ticker_SOURCES = ticker.adb config.h sptest.adb sptest.ads
EXTRA_DIST = ticker.scn

View File

@@ -18,4 +18,3 @@ EXTRA_DIST += timer_driver.ads
EXTRA_DIST += unsigned32_io.ads
include $(top_srcdir)/../../../testsuites/automake/local.am

View File

@@ -6,9 +6,8 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
include $(top_srcdir)/ada.am
noinst_PROGRAMS = tmoverhd
tmoverhd_SOURCES = tmoverhd.adb config.h \
tmtest.adb tmtest.ads \
dummy_rtems.adb dummy_rtems.ads
tmoverhd_SOURCES = tmoverhd.adb config.h tmtest.adb tmtest.ads \
dummy_rtems.adb dummy_rtems.ads
tmoverhd_SOURCES += ../../support/init.c
tmoverhd$(EXEEXT): tmoverhd.adb init.$(OBJEXT)