mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
@@ -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>
|
2003-11-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Reflect having moved tests/.
|
* Makefile.am: Reflect having moved tests/.
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../../../testsuites/automake/compile.am
|
include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||||
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
|
|
||||||
|
|
||||||
SUBDIRS = node1 node2
|
SUBDIRS = node1 node2
|
||||||
|
|
||||||
|
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
|
||||||
include $(top_srcdir)/../../../testsuites/automake/local.am
|
include $(top_srcdir)/../../../testsuites/automake/local.am
|
||||||
|
|||||||
@@ -6,6 +6,5 @@ if HAS_MP
|
|||||||
SUBDIRS += base_mp
|
SUBDIRS += base_mp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
|
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
|
||||||
include $(top_srcdir)/../../../testsuites/automake/local.am
|
include $(top_srcdir)/../../../testsuites/automake/local.am
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../../../testsuites/automake/compile.am
|
include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||||
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
|
|
||||||
|
|
||||||
SUBDIRS = node1 node2
|
SUBDIRS = node1 node2
|
||||||
#include $(top_srcdir)/ada.am
|
#include $(top_srcdir)/ada.am
|
||||||
@@ -22,4 +21,5 @@ SUBDIRS = node1 node2
|
|||||||
#EXTRA_DIST += node2/base_mp.scn
|
#EXTRA_DIST += node2/base_mp.scn
|
||||||
#EXTRA_DIST += node2/mptest-per_node_configuration.adb
|
#EXTRA_DIST += node2/mptest-per_node_configuration.adb
|
||||||
|
|
||||||
|
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
|
||||||
include $(top_srcdir)/../../../testsuites/automake/local.am
|
include $(top_srcdir)/../../../testsuites/automake/local.am
|
||||||
|
|||||||
@@ -13,8 +13,7 @@ init.$(OBJEXT): ../../support/init.c
|
|||||||
|
|
||||||
noinst_PROGRAMS = base_sp
|
noinst_PROGRAMS = base_sp
|
||||||
|
|
||||||
base_sp_SOURCES = base_sp.adb \
|
base_sp_SOURCES = base_sp.adb config.h sptest.adb sptest.ads
|
||||||
config.h sptest.adb sptest.ads
|
|
||||||
|
|
||||||
EXTRA_DIST = base_sp.scn
|
EXTRA_DIST = base_sp.scn
|
||||||
|
|
||||||
|
|||||||
@@ -13,8 +13,7 @@ init.$(OBJEXT): ../../support/init.c
|
|||||||
|
|
||||||
noinst_PROGRAMS = hello
|
noinst_PROGRAMS = hello
|
||||||
|
|
||||||
hello_SOURCES = hello.adb \
|
hello_SOURCES = hello.adb config.h sptest.adb sptest.ads
|
||||||
config.h sptest.adb sptest.ads
|
|
||||||
|
|
||||||
EXTRA_DIST = hello.scn
|
EXTRA_DIST = hello.scn
|
||||||
|
|
||||||
|
|||||||
@@ -13,8 +13,7 @@ init.$(OBJEXT): ../../support/init.c
|
|||||||
|
|
||||||
noinst_PROGRAMS = ticker
|
noinst_PROGRAMS = ticker
|
||||||
|
|
||||||
ticker_SOURCES = ticker.adb \
|
ticker_SOURCES = ticker.adb config.h sptest.adb sptest.ads
|
||||||
config.h sptest.adb sptest.ads
|
|
||||||
|
|
||||||
EXTRA_DIST = ticker.scn
|
EXTRA_DIST = ticker.scn
|
||||||
|
|
||||||
|
|||||||
@@ -18,4 +18,3 @@ EXTRA_DIST += timer_driver.ads
|
|||||||
EXTRA_DIST += unsigned32_io.ads
|
EXTRA_DIST += unsigned32_io.ads
|
||||||
|
|
||||||
include $(top_srcdir)/../../../testsuites/automake/local.am
|
include $(top_srcdir)/../../../testsuites/automake/local.am
|
||||||
|
|
||||||
|
|||||||
@@ -6,9 +6,8 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
|
|||||||
include $(top_srcdir)/ada.am
|
include $(top_srcdir)/ada.am
|
||||||
|
|
||||||
noinst_PROGRAMS = tmoverhd
|
noinst_PROGRAMS = tmoverhd
|
||||||
tmoverhd_SOURCES = tmoverhd.adb config.h \
|
tmoverhd_SOURCES = tmoverhd.adb config.h tmtest.adb tmtest.ads \
|
||||||
tmtest.adb tmtest.ads \
|
dummy_rtems.adb dummy_rtems.ads
|
||||||
dummy_rtems.adb dummy_rtems.ads
|
|
||||||
tmoverhd_SOURCES += ../../support/init.c
|
tmoverhd_SOURCES += ../../support/init.c
|
||||||
|
|
||||||
tmoverhd$(EXEEXT): tmoverhd.adb init.$(OBJEXT)
|
tmoverhd$(EXEEXT): tmoverhd.adb init.$(OBJEXT)
|
||||||
|
|||||||
Reference in New Issue
Block a user