From 6f9ce8f4c65c4515ddb6f64ee2561136a1a1f327 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 8 Dec 2011 21:38:12 +0000 Subject: 2011-12-08 Joel Sherrill PR 1589/build * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am, block04/Makefile.am, block05/Makefile.am, block06/Makefile.am, block07/Makefile.am, block08/Makefile.am, block09/Makefile.am, block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am, devfs01/Makefile.am, devfs02/Makefile.am, devfs03/Makefile.am, devfs04/Makefile.am, deviceio01/Makefile.am, devnullfatal01/Makefile.am, dumpbuf01/Makefile.am, ftp01/Makefile.am, gxx01/Makefile.am, heapwalk/Makefile.am, malloc02/Makefile.am, malloc03/Makefile.am, malloc04/Makefile.am, malloc05/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am, monitor02/Makefile.am, mouse01/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am, stringto01/Makefile.am, tar01/Makefile.am, tar02/Makefile.am, tar03/Makefile.am, termios/Makefile.am, termios01/Makefile.am, termios02/Makefile.am, termios03/Makefile.am, termios04/Makefile.am, termios05/Makefile.am, termios06/Makefile.am, termios07/Makefile.am, termios08/Makefile.am, tztest/Makefile.am: Remove obsolete optional manager capability. --- testsuites/libtests/ChangeLog | 22 ++++++++++++++++++++++ testsuites/libtests/block01/Makefile.am | 4 +--- testsuites/libtests/block02/Makefile.am | 4 +--- testsuites/libtests/block03/Makefile.am | 4 +--- testsuites/libtests/block04/Makefile.am | 4 +--- testsuites/libtests/block05/Makefile.am | 4 +--- testsuites/libtests/block06/Makefile.am | 4 +--- testsuites/libtests/block07/Makefile.am | 4 +--- testsuites/libtests/block08/Makefile.am | 4 +--- testsuites/libtests/block09/Makefile.am | 4 +--- testsuites/libtests/block10/Makefile.am | 4 +--- testsuites/libtests/bspcmdline01/Makefile.am | 4 +--- testsuites/libtests/cpuuse/Makefile.am | 4 +--- testsuites/libtests/devfs01/Makefile.am | 3 +-- testsuites/libtests/devfs02/Makefile.am | 2 +- testsuites/libtests/devfs03/Makefile.am | 2 +- testsuites/libtests/devfs04/Makefile.am | 2 +- testsuites/libtests/deviceio01/Makefile.am | 2 +- testsuites/libtests/devnullfatal01/Makefile.am | 3 +-- testsuites/libtests/dumpbuf01/Makefile.am | 3 +-- testsuites/libtests/ftp01/Makefile.am | 3 +-- testsuites/libtests/gxx01/Makefile.am | 3 +-- testsuites/libtests/heapwalk/Makefile.am | 4 +--- testsuites/libtests/malloc02/Makefile.am | 3 +-- testsuites/libtests/malloc03/Makefile.am | 3 +-- testsuites/libtests/malloc04/Makefile.am | 3 +-- testsuites/libtests/malloc05/Makefile.am | 3 +-- testsuites/libtests/malloctest/Makefile.am | 4 +--- testsuites/libtests/monitor/Makefile.am | 4 +--- testsuites/libtests/monitor02/Makefile.am | 4 +--- testsuites/libtests/mouse01/Makefile.am | 3 +-- testsuites/libtests/putenvtest/Makefile.am | 4 +--- testsuites/libtests/rtems++/Makefile.am | 4 +--- testsuites/libtests/rtmonuse/Makefile.am | 4 +--- testsuites/libtests/stackchk/Makefile.am | 4 +--- testsuites/libtests/stackchk01/Makefile.am | 4 +--- testsuites/libtests/stringto01/Makefile.am | 3 +-- testsuites/libtests/tar01/Makefile.am | 2 +- testsuites/libtests/tar02/Makefile.am | 2 +- testsuites/libtests/tar03/Makefile.am | 2 +- testsuites/libtests/termios/Makefile.am | 4 +--- testsuites/libtests/termios01/Makefile.am | 4 +--- testsuites/libtests/termios02/Makefile.am | 4 +--- testsuites/libtests/termios03/Makefile.am | 3 +-- testsuites/libtests/termios04/Makefile.am | 3 +-- testsuites/libtests/termios05/Makefile.am | 3 +-- testsuites/libtests/termios06/Makefile.am | 3 +-- testsuites/libtests/termios07/Makefile.am | 3 +-- testsuites/libtests/termios08/Makefile.am | 3 +-- testsuites/libtests/tztest/Makefile.am | 3 +-- 50 files changed, 71 insertions(+), 115 deletions(-) (limited to 'testsuites') diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog index 77004dc3e4..7885fad325 100644 --- a/testsuites/libtests/ChangeLog +++ b/testsuites/libtests/ChangeLog @@ -1,3 +1,25 @@ +2011-12-08 Joel Sherrill + + PR 1589/build + * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am, + block04/Makefile.am, block05/Makefile.am, block06/Makefile.am, + block07/Makefile.am, block08/Makefile.am, block09/Makefile.am, + block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am, + devfs01/Makefile.am, devfs02/Makefile.am, devfs03/Makefile.am, + devfs04/Makefile.am, deviceio01/Makefile.am, + devnullfatal01/Makefile.am, dumpbuf01/Makefile.am, ftp01/Makefile.am, + gxx01/Makefile.am, heapwalk/Makefile.am, malloc02/Makefile.am, + malloc03/Makefile.am, malloc04/Makefile.am, malloc05/Makefile.am, + malloctest/Makefile.am, monitor/Makefile.am, monitor02/Makefile.am, + mouse01/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am, + rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am, + stringto01/Makefile.am, tar01/Makefile.am, tar02/Makefile.am, + tar03/Makefile.am, termios/Makefile.am, termios01/Makefile.am, + termios02/Makefile.am, termios03/Makefile.am, termios04/Makefile.am, + termios05/Makefile.am, termios06/Makefile.am, termios07/Makefile.am, + termios08/Makefile.am, tztest/Makefile.am: Remove obsolete optional + manager capability. + 2011-12-05 Ralf Corsépius * monitor02/init.c: Remove re-declaration of rtems_shell_main_monitor. diff --git a/testsuites/libtests/block01/Makefile.am b/testsuites/libtests/block01/Makefile.am index 653969a26d..fce652c3eb 100644 --- a/testsuites/libtests/block01/Makefile.am +++ b/testsuites/libtests/block01/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = io semaphore event rtems_tests_PROGRAMS = block01 block01_SOURCES = init.c @@ -13,11 +12,10 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -block01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(block01_OBJECTS) $(block01_LDADD) +LINK_OBJS = $(block01_OBJECTS) LINK_LIBS = $(block01_LDLIBS) block01$(EXEEXT): $(block01_OBJECTS) $(block01_DEPENDENCIES) diff --git a/testsuites/libtests/block02/Makefile.am b/testsuites/libtests/block02/Makefile.am index e873b19c80..9a9ca6183e 100644 --- a/testsuites/libtests/block02/Makefile.am +++ b/testsuites/libtests/block02/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = io semaphore event rtems_tests_PROGRAMS = block02 block02_SOURCES = init.c @@ -13,11 +12,10 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -block02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(block02_OBJECTS) $(block02_LDADD) +LINK_OBJS = $(block02_OBJECTS) LINK_LIBS = $(block02_LDLIBS) block02$(EXEEXT): $(block02_OBJECTS) $(block02_DEPENDENCIES) diff --git a/testsuites/libtests/block03/Makefile.am b/testsuites/libtests/block03/Makefile.am index 4167201923..5165de99e2 100644 --- a/testsuites/libtests/block03/Makefile.am +++ b/testsuites/libtests/block03/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = io semaphore event rtems_tests_PROGRAMS = block03 block03_SOURCES = init.c @@ -13,11 +12,10 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -block03_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(block03_OBJECTS) $(block03_LDADD) +LINK_OBJS = $(block03_OBJECTS) LINK_LIBS = $(block03_LDLIBS) block03$(EXEEXT): $(block03_OBJECTS) $(block03_DEPENDENCIES) diff --git a/testsuites/libtests/block04/Makefile.am b/testsuites/libtests/block04/Makefile.am index 205070cd9b..c9e6e3ebba 100644 --- a/testsuites/libtests/block04/Makefile.am +++ b/testsuites/libtests/block04/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = io semaphore event rtems_tests_PROGRAMS = block04 block04_SOURCES = init.c @@ -13,11 +12,10 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -block04_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(block04_OBJECTS) $(block04_LDADD) +LINK_OBJS = $(block04_OBJECTS) LINK_LIBS = $(block04_LDLIBS) block04$(EXEEXT): $(block04_OBJECTS) $(block04_DEPENDENCIES) diff --git a/testsuites/libtests/block05/Makefile.am b/testsuites/libtests/block05/Makefile.am index 01c6247142..0224c067e9 100644 --- a/testsuites/libtests/block05/Makefile.am +++ b/testsuites/libtests/block05/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = io semaphore event rtems_tests_PROGRAMS = block05 block05_SOURCES = init.c @@ -13,11 +12,10 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -block05_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(block05_OBJECTS) $(block05_LDADD) +LINK_OBJS = $(block05_OBJECTS) LINK_LIBS = $(block05_LDLIBS) block05$(EXEEXT): $(block05_OBJECTS) $(block05_DEPENDENCIES) diff --git a/testsuites/libtests/block06/Makefile.am b/testsuites/libtests/block06/Makefile.am index a8146d4cc3..6d1eccdc32 100644 --- a/testsuites/libtests/block06/Makefile.am +++ b/testsuites/libtests/block06/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = io semaphore event rtems_tests_PROGRAMS = block06 block06_SOURCES = init.c @@ -13,11 +12,10 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -block06_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(block06_OBJECTS) $(block06_LDADD) +LINK_OBJS = $(block06_OBJECTS) LINK_LIBS = $(block06_LDLIBS) block06$(EXEEXT): $(block06_OBJECTS) $(block06_DEPENDENCIES) diff --git a/testsuites/libtests/block07/Makefile.am b/testsuites/libtests/block07/Makefile.am index bf111af7ff..ed39870907 100644 --- a/testsuites/libtests/block07/Makefile.am +++ b/testsuites/libtests/block07/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = io semaphore event rtems_tests_PROGRAMS = block07 block07_SOURCES = init.c @@ -13,11 +12,10 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -block07_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(block07_OBJECTS) $(block07_LDADD) +LINK_OBJS = $(block07_OBJECTS) LINK_LIBS = $(block07_LDLIBS) block07$(EXEEXT): $(block07_OBJECTS) $(block07_DEPENDENCIES) diff --git a/testsuites/libtests/block08/Makefile.am b/testsuites/libtests/block08/Makefile.am index 802c14f594..b9c0401496 100644 --- a/testsuites/libtests/block08/Makefile.am +++ b/testsuites/libtests/block08/Makefile.am @@ -8,7 +8,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = block08 block08_SOURCES = init.c \ @@ -36,11 +35,10 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -block08_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(block08_OBJECTS) $(block08_LDADD) +LINK_OBJS = $(block08_OBJECTS) LINK_LIBS = $(block08_LDLIBS) block08$(EXEEXT): $(block08_OBJECTS) $(block08_DEPENDENCIES) diff --git a/testsuites/libtests/block09/Makefile.am b/testsuites/libtests/block09/Makefile.am index a59029463e..d316414ad2 100644 --- a/testsuites/libtests/block09/Makefile.am +++ b/testsuites/libtests/block09/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = io semaphore event rtems_tests_PROGRAMS = block09 block09_SOURCES = init.c @@ -13,11 +12,10 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -block09_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(block09_OBJECTS) $(block09_LDADD) +LINK_OBJS = $(block09_OBJECTS) LINK_LIBS = $(block09_LDLIBS) block09$(EXEEXT): $(block09_OBJECTS) $(block09_DEPENDENCIES) diff --git a/testsuites/libtests/block10/Makefile.am b/testsuites/libtests/block10/Makefile.am index 2df0bb48c5..59cc48da17 100644 --- a/testsuites/libtests/block10/Makefile.am +++ b/testsuites/libtests/block10/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = io semaphore event rtems_tests_PROGRAMS = block10 block10_SOURCES = init.c @@ -13,11 +12,10 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -block10_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(block10_OBJECTS) $(block10_LDADD) +LINK_OBJS = $(block10_OBJECTS) LINK_LIBS = $(block10_LDLIBS) block10$(EXEEXT): $(block10_OBJECTS) $(block10_DEPENDENCIES) diff --git a/testsuites/libtests/bspcmdline01/Makefile.am b/testsuites/libtests/bspcmdline01/Makefile.am index ba7d16ffd3..9c9f922f70 100644 --- a/testsuites/libtests/bspcmdline01/Makefile.am +++ b/testsuites/libtests/bspcmdline01/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = bspcmdline01 bspcmdline01_SOURCES = init.c @@ -14,11 +13,10 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -bspcmdline01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(bspcmdline01_OBJECTS) $(bspcmdline01_LDADD) +LINK_OBJS = $(bspcmdline01_OBJECTS) LINK_LIBS = $(bspcmdline01_LDLIBS) bspcmdline01$(EXEEXT): $(bspcmdline01_OBJECTS) $(bspcmdline01_DEPENDENCIES) diff --git a/testsuites/libtests/cpuuse/Makefile.am b/testsuites/libtests/cpuuse/Makefile.am index 0b31a92d46..9cd8fef4d4 100644 --- a/testsuites/libtests/cpuuse/Makefile.am +++ b/testsuites/libtests/cpuuse/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = io rate_monotonic semaphore extension rtems_tests_PROGRAMS = cpuuse cpuuse_SOURCES = init.c task1.c task2.c task3.c tswitch.c system.h @@ -13,11 +12,10 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -cpuuse_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(cpuuse_OBJECTS) $(cpuuse_LDADD) +LINK_OBJS = $(cpuuse_OBJECTS) LINK_LIBS = $(cpuuse_LDLIBS) cpuuse$(EXEEXT): $(cpuuse_OBJECTS) $(cpuuse_DEPENDENCIES) diff --git a/testsuites/libtests/devfs01/Makefile.am b/testsuites/libtests/devfs01/Makefile.am index 776cb1304a..ed53dc2c67 100644 --- a/testsuites/libtests/devfs01/Makefile.am +++ b/testsuites/libtests/devfs01/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = devfs01 devfs01_SOURCES = init.c @@ -16,7 +15,7 @@ include $(top_srcdir)/../automake/leaf.am AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(devfs01_OBJECTS) $(devfs01_LDADD) +LINK_OBJS = $(devfs01_OBJECTS) LINK_LIBS = $(devfs01_LDLIBS) devfs01$(EXEEXT): $(devfs01_OBJECTS) $(devfs01_DEPENDENCIES) diff --git a/testsuites/libtests/devfs02/Makefile.am b/testsuites/libtests/devfs02/Makefile.am index 9e7058c246..5f10eed6ac 100644 --- a/testsuites/libtests/devfs02/Makefile.am +++ b/testsuites/libtests/devfs02/Makefile.am @@ -14,7 +14,7 @@ include $(top_srcdir)/../automake/leaf.am AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(devfs02_OBJECTS) $(devfs02_LDADD) +LINK_OBJS = $(devfs02_OBJECTS) LINK_LIBS = $(devfs02_LDLIBS) devfs02$(EXEEXT): $(devfs02_OBJECTS) $(devfs02_DEPENDENCIES) diff --git a/testsuites/libtests/devfs03/Makefile.am b/testsuites/libtests/devfs03/Makefile.am index 6d6d26ec36..b9ab26a310 100644 --- a/testsuites/libtests/devfs03/Makefile.am +++ b/testsuites/libtests/devfs03/Makefile.am @@ -14,7 +14,7 @@ include $(top_srcdir)/../automake/leaf.am AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(devfs03_OBJECTS) $(devfs03_LDADD) +LINK_OBJS = $(devfs03_OBJECTS) LINK_LIBS = $(devfs03_LDLIBS) devfs03$(EXEEXT): $(devfs03_OBJECTS) $(devfs03_DEPENDENCIES) diff --git a/testsuites/libtests/devfs04/Makefile.am b/testsuites/libtests/devfs04/Makefile.am index 4547871794..3bb4dbd604 100644 --- a/testsuites/libtests/devfs04/Makefile.am +++ b/testsuites/libtests/devfs04/Makefile.am @@ -15,7 +15,7 @@ include $(top_srcdir)/../automake/leaf.am AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(devfs04_OBJECTS) $(devfs04_LDADD) +LINK_OBJS = $(devfs04_OBJECTS) LINK_LIBS = $(devfs04_LDLIBS) devfs04$(EXEEXT): $(devfs04_OBJECTS) $(devfs04_DEPENDENCIES) diff --git a/testsuites/libtests/deviceio01/Makefile.am b/testsuites/libtests/deviceio01/Makefile.am index 5d22e6af3e..5afdf3e042 100644 --- a/testsuites/libtests/deviceio01/Makefile.am +++ b/testsuites/libtests/deviceio01/Makefile.am @@ -15,7 +15,7 @@ include $(top_srcdir)/../automake/leaf.am AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(deviceio01_OBJECTS) $(deviceio01_LDADD) +LINK_OBJS = $(deviceio01_OBJECTS) LINK_LIBS = $(deviceio01_LDLIBS) deviceio01$(EXEEXT): $(deviceio01_OBJECTS) $(deviceio01_DEPENDENCIES) diff --git a/testsuites/libtests/devnullfatal01/Makefile.am b/testsuites/libtests/devnullfatal01/Makefile.am index 9615015672..248f570a0f 100644 --- a/testsuites/libtests/devnullfatal01/Makefile.am +++ b/testsuites/libtests/devnullfatal01/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = devnullfatal01 devnullfatal01_SOURCES = ../../sptests/spfatal_support/init.c \ @@ -18,7 +17,7 @@ include $(top_srcdir)/../automake/leaf.am AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../../sptests/spfatal_support -LINK_OBJS = $(devnullfatal01_OBJECTS) $(devnullfatal01_LDADD) +LINK_OBJS = $(devnullfatal01_OBJECTS) LINK_LIBS = $(devnullfatal01_LDLIBS) devnullfatal01$(EXEEXT): $(devnullfatal01_OBJECTS) \ diff --git a/testsuites/libtests/dumpbuf01/Makefile.am b/testsuites/libtests/dumpbuf01/Makefile.am index 8da92734f2..bdf7c93ebe 100644 --- a/testsuites/libtests/dumpbuf01/Makefile.am +++ b/testsuites/libtests/dumpbuf01/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = dumpbuf01 dumpbuf01_SOURCES = init.c @@ -16,7 +15,7 @@ include $(top_srcdir)/../automake/leaf.am AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(dumpbuf01_OBJECTS) $(dumpbuf01_LDADD) +LINK_OBJS = $(dumpbuf01_OBJECTS) LINK_LIBS = $(dumpbuf01_LDLIBS) dumpbuf01$(EXEEXT): $(dumpbuf01_OBJECTS) $(dumpbuf01_DEPENDENCIES) diff --git a/testsuites/libtests/ftp01/Makefile.am b/testsuites/libtests/ftp01/Makefile.am index a92c4fa2c0..15e974acfa 100644 --- a/testsuites/libtests/ftp01/Makefile.am +++ b/testsuites/libtests/ftp01/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = ftp01 ftp01_SOURCES = init.c @@ -18,7 +17,7 @@ include $(top_srcdir)/../automake/leaf.am AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/termios04 -LINK_OBJS = $(ftp01_OBJECTS) $(ftp01_LDADD) +LINK_OBJS = $(ftp01_OBJECTS) LINK_LIBS = $(ftp01_LDLIBS) ftp01$(EXEEXT): $(ftp01_OBJECTS) $(ftp01_DEPENDENCIES) diff --git a/testsuites/libtests/gxx01/Makefile.am b/testsuites/libtests/gxx01/Makefile.am index 7abe554d70..cb94b65d3f 100644 --- a/testsuites/libtests/gxx01/Makefile.am +++ b/testsuites/libtests/gxx01/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = gxx01 gxx01_SOURCES = init.c @@ -16,7 +15,7 @@ include $(top_srcdir)/../automake/leaf.am AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(gxx01_OBJECTS) $(gxx01_LDADD) +LINK_OBJS = $(gxx01_OBJECTS) LINK_LIBS = $(gxx01_LDLIBS) gxx01$(EXEEXT): $(gxx01_OBJECTS) $(gxx01_DEPENDENCIES) diff --git a/testsuites/libtests/heapwalk/Makefile.am b/testsuites/libtests/heapwalk/Makefile.am index 46b972da00..fe4b410eaf 100644 --- a/testsuites/libtests/heapwalk/Makefile.am +++ b/testsuites/libtests/heapwalk/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = heapwalk heapwalk_SOURCES = init.c system.h @@ -13,11 +12,10 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -heapwalk_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(heapwalk_OBJECTS) $(heapwalk_LDADD) +LINK_OBJS = $(heapwalk_OBJECTS) LINK_LIBS = $(heapwalk_LDLIBS) heapwalk$(EXEEXT): $(heapwalk_OBJECTS) $(heapwalk_DEPENDENCIES) diff --git a/testsuites/libtests/malloc02/Makefile.am b/testsuites/libtests/malloc02/Makefile.am index 8ae9029a70..afee06bc45 100644 --- a/testsuites/libtests/malloc02/Makefile.am +++ b/testsuites/libtests/malloc02/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = malloc02 malloc02_SOURCES = init.c @@ -16,7 +15,7 @@ include $(top_srcdir)/../automake/leaf.am AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(malloc02_OBJECTS) $(malloc02_LDADD) +LINK_OBJS = $(malloc02_OBJECTS) LINK_LIBS = $(malloc02_LDLIBS) malloc02$(EXEEXT): $(malloc02_OBJECTS) $(malloc02_DEPENDENCIES) diff --git a/testsuites/libtests/malloc03/Makefile.am b/testsuites/libtests/malloc03/Makefile.am index 88eaf75192..e90a45d438 100644 --- a/testsuites/libtests/malloc03/Makefile.am +++ b/testsuites/libtests/malloc03/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = malloc03 malloc03_SOURCES = init.c @@ -16,7 +15,7 @@ include $(top_srcdir)/../automake/leaf.am AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(malloc03_OBJECTS) $(malloc03_LDADD) +LINK_OBJS = $(malloc03_OBJECTS) LINK_LIBS = $(malloc03_LDLIBS) malloc03$(EXEEXT): $(malloc03_OBJECTS) $(malloc03_DEPENDENCIES) diff --git a/testsuites/libtests/malloc04/Makefile.am b/testsuites/libtests/malloc04/Makefile.am index d04fb680a8..858a33d20a 100644 --- a/testsuites/libtests/malloc04/Makefile.am +++ b/testsuites/libtests/malloc04/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = malloc04 malloc04_SOURCES = init.c @@ -16,7 +15,7 @@ include $(top_srcdir)/../automake/leaf.am AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(malloc04_OBJECTS) $(malloc04_LDADD) +LINK_OBJS = $(malloc04_OBJECTS) LINK_LIBS = $(malloc04_LDLIBS) malloc04$(EXEEXT): $(malloc04_OBJECTS) $(malloc04_DEPENDENCIES) diff --git a/testsuites/libtests/malloc05/Makefile.am b/testsuites/libtests/malloc05/Makefile.am index 2c0e8c8668..21fad7408f 100644 --- a/testsuites/libtests/malloc05/Makefile.am +++ b/testsuites/libtests/malloc05/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = malloc05 malloc05_SOURCES = init.c @@ -16,7 +15,7 @@ include $(top_srcdir)/../automake/leaf.am AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(malloc05_OBJECTS) $(malloc05_LDADD) +LINK_OBJS = $(malloc05_OBJECTS) LINK_LIBS = $(malloc05_LDLIBS) malloc05$(EXEEXT): $(malloc05_OBJECTS) $(malloc05_DEPENDENCIES) diff --git a/testsuites/libtests/malloctest/Makefile.am b/testsuites/libtests/malloctest/Makefile.am index 673dac457e..3804f23292 100644 --- a/testsuites/libtests/malloctest/Makefile.am +++ b/testsuites/libtests/malloctest/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = io semaphore rtems_tests_PROGRAMS = malloctest malloctest_SOURCES = init.c task1.c system.h @@ -13,11 +12,10 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -malloctest_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(malloctest_OBJECTS) $(malloctest_LDADD) +LINK_OBJS = $(malloctest_OBJECTS) LINK_LIBS = $(malloctest_LDLIBS) malloctest$(EXEEXT): $(malloctest_OBJECTS) $(malloctest_DEPENDENCIES) diff --git a/testsuites/libtests/monitor/Makefile.am b/testsuites/libtests/monitor/Makefile.am index c617bf186e..0b49dc90ee 100644 --- a/testsuites/libtests/monitor/Makefile.am +++ b/testsuites/libtests/monitor/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = monitor monitor_SOURCES = init.c system.h @@ -11,11 +10,10 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -monitor_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(monitor_OBJECTS) $(monitor_LDADD) +LINK_OBJS = $(monitor_OBJECTS) LINK_LIBS = $(monitor_LDLIBS) monitor$(EXEEXT): $(monitor_OBJECTS) $(monitor_DEPENDENCIES) diff --git a/testsuites/libtests/monitor02/Makefile.am b/testsuites/libtests/monitor02/Makefile.am index 7a570d2047..d3ca0132b5 100644 --- a/testsuites/libtests/monitor02/Makefile.am +++ b/testsuites/libtests/monitor02/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = monitor02 monitor02_SOURCES = init.c system.h @@ -13,11 +12,10 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -monitor02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(monitor02_OBJECTS) $(monitor02_LDADD) +LINK_OBJS = $(monitor02_OBJECTS) LINK_LIBS = $(monitor02_LDLIBS) monitor02$(EXEEXT): $(monitor02_OBJECTS) $(monitor02_DEPENDENCIES) diff --git a/testsuites/libtests/mouse01/Makefile.am b/testsuites/libtests/mouse01/Makefile.am index df71b65d11..19aa3cecd0 100644 --- a/testsuites/libtests/mouse01/Makefile.am +++ b/testsuites/libtests/mouse01/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = mouse01 mouse01_SOURCES = init.c serial_mouse_config.c msmouse.c\ @@ -18,7 +17,7 @@ include $(top_srcdir)/../automake/leaf.am AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/termios04 -LINK_OBJS = $(mouse01_OBJECTS) $(mouse01_LDADD) +LINK_OBJS = $(mouse01_OBJECTS) LINK_LIBS = $(mouse01_LDLIBS) mouse01$(EXEEXT): $(mouse01_OBJECTS) $(mouse01_DEPENDENCIES) diff --git a/testsuites/libtests/putenvtest/Makefile.am b/testsuites/libtests/putenvtest/Makefile.am index 87d0849699..c2a62f4cae 100644 --- a/testsuites/libtests/putenvtest/Makefile.am +++ b/testsuites/libtests/putenvtest/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = io semaphore rtems_tests_PROGRAMS = putenvtest putenvtest_SOURCES = init.c @@ -11,11 +10,10 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -putenvtest_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(putenvtest_OBJECTS) $(putenvtest_LDADD) +LINK_OBJS = $(putenvtest_OBJECTS) LINK_LIBS = $(putenvtest_LDLIBS) putenvtest$(EXEEXT): $(putenvtest_OBJECTS) $(putenvtest_DEPENDENCIES) diff --git a/testsuites/libtests/rtems++/Makefile.am b/testsuites/libtests/rtems++/Makefile.am index d618ab862d..9e528cb2f8 100644 --- a/testsuites/libtests/rtems++/Makefile.am +++ b/testsuites/libtests/rtems++/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = event io msg sem signal timer rate_monotonic if HAS_CXX rtems_tests_PROGRAMS = rtems++ @@ -20,9 +19,8 @@ if HAS_CXX rtems___LDLIBS = -lrtems++ AM_CPPFLAGS += -I$(top_srcdir)/../support/include -rtems___LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) -LINK_OBJS = $(rtems___OBJECTS) $(rtems___LDADD) +LINK_OBJS = $(rtems___OBJECTS) LINK_LIBS = $(rtems___LDLIBS) rtems++$(EXEEXT): $(rtems___OBJECTS) $(rtems___DEPENDENCIES) diff --git a/testsuites/libtests/rtmonuse/Makefile.am b/testsuites/libtests/rtmonuse/Makefile.am index 14a730fab5..79034b29fb 100644 --- a/testsuites/libtests/rtmonuse/Makefile.am +++ b/testsuites/libtests/rtmonuse/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = io rate_monotonic semaphore rtems_tests_PROGRAMS = rtmonuse rtmonuse_SOURCES = init.c getall.c task1.c system.h @@ -13,11 +12,10 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -rtmonuse_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(rtmonuse_OBJECTS) $(rtmonuse_LDADD) +LINK_OBJS = $(rtmonuse_OBJECTS) LINK_LIBS = $(rtmonuse_LDLIBS) rtmonuse$(EXEEXT): $(rtmonuse_OBJECTS) $(rtmonuse_DEPENDENCIES) diff --git a/testsuites/libtests/stackchk/Makefile.am b/testsuites/libtests/stackchk/Makefile.am index ee2b19af47..989feec1a3 100644 --- a/testsuites/libtests/stackchk/Makefile.am +++ b/testsuites/libtests/stackchk/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = io semaphore rtems_tests_PROGRAMS = stackchk stackchk_SOURCES = blow.c init.c task1.c system.h @@ -13,11 +12,10 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -stackchk_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(stackchk_OBJECTS) $(stackchk_LDADD) +LINK_OBJS = $(stackchk_OBJECTS) LINK_LIBS = $(stackchk_LDLIBS) stackchk$(EXEEXT): $(stackchk_OBJECTS) $(stackchk_DEPENDENCIES) diff --git a/testsuites/libtests/stackchk01/Makefile.am b/testsuites/libtests/stackchk01/Makefile.am index 72d2df1a31..aca890184d 100644 --- a/testsuites/libtests/stackchk01/Makefile.am +++ b/testsuites/libtests/stackchk01/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = io semaphore rtems_tests_PROGRAMS = stackchk01 stackchk01_SOURCES = init.c @@ -14,11 +13,10 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -stackchk01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(stackchk01_OBJECTS) $(stackchk01_LDADD) +LINK_OBJS = $(stackchk01_OBJECTS) LINK_LIBS = $(stackchk01_LDLIBS) stackchk01$(EXEEXT): $(stackchk01_OBJECTS) $(stackchk01_DEPENDENCIES) diff --git a/testsuites/libtests/stringto01/Makefile.am b/testsuites/libtests/stringto01/Makefile.am index 35bbe2fb82..c3f0f67d8e 100644 --- a/testsuites/libtests/stringto01/Makefile.am +++ b/testsuites/libtests/stringto01/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = stringto01 stringto01_SOURCES = init.c @@ -17,7 +16,7 @@ include $(top_srcdir)/../automake/leaf.am AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(stringto01_OBJECTS) $(stringto01_LDADD) +LINK_OBJS = $(stringto01_OBJECTS) LINK_LIBS = $(stringto01_LDLIBS) stringto01$(EXEEXT): $(stringto01_OBJECTS) $(stringto01_DEPENDENCIES) diff --git a/testsuites/libtests/tar01/Makefile.am b/testsuites/libtests/tar01/Makefile.am index bfc7f193ff..199b8f9c69 100644 --- a/testsuites/libtests/tar01/Makefile.am +++ b/testsuites/libtests/tar01/Makefile.am @@ -22,7 +22,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include -LINK_OBJS = $(tar01_OBJECTS) $(tar01_LDADD) +LINK_OBJS = $(tar01_OBJECTS) LINK_LIBS = $(tar01_LDLIBS) tar01$(EXEEXT): $(tar01_OBJECTS) $(tar01_DEPENDENCIES) diff --git a/testsuites/libtests/tar02/Makefile.am b/testsuites/libtests/tar02/Makefile.am index 3e7f01c077..e9c138f1d3 100644 --- a/testsuites/libtests/tar02/Makefile.am +++ b/testsuites/libtests/tar02/Makefile.am @@ -22,7 +22,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include -LINK_OBJS = $(tar02_OBJECTS) $(tar02_LDADD) +LINK_OBJS = $(tar02_OBJECTS) LINK_LIBS = $(tar02_LDLIBS) tar02$(EXEEXT): $(tar02_OBJECTS) $(tar02_DEPENDENCIES) diff --git a/testsuites/libtests/tar03/Makefile.am b/testsuites/libtests/tar03/Makefile.am index fb3ab01469..b91d94280a 100644 --- a/testsuites/libtests/tar03/Makefile.am +++ b/testsuites/libtests/tar03/Makefile.am @@ -14,7 +14,7 @@ include $(top_srcdir)/../automake/leaf.am AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(tar03_OBJECTS) $(tar03_LDADD) +LINK_OBJS = $(tar03_OBJECTS) LINK_LIBS = $(tar03_LDLIBS) tar03$(EXEEXT): $(tar03_OBJECTS) $(tar03_DEPENDENCIES) diff --git a/testsuites/libtests/termios/Makefile.am b/testsuites/libtests/termios/Makefile.am index c53fc9347a..0b8dc7d602 100644 --- a/testsuites/libtests/termios/Makefile.am +++ b/testsuites/libtests/termios/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = io semaphore rtems_tests_PROGRAMS = termios termios_SOURCES = init.c @@ -11,11 +10,10 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -termios_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(termios_OBJECTS) $(termios_LDADD) +LINK_OBJS = $(termios_OBJECTS) LINK_LIBS = $(termios_LDLIBS) termios$(EXEEXT): $(termios_OBJECTS) $(termios_DEPENDENCIES) diff --git a/testsuites/libtests/termios01/Makefile.am b/testsuites/libtests/termios01/Makefile.am index 6b683ba6b3..2746d42c5a 100644 --- a/testsuites/libtests/termios01/Makefile.am +++ b/testsuites/libtests/termios01/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = termios01 termios01_SOURCES = init.c termios_testdriver.c @@ -15,12 +14,11 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -termios01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(termios01_OBJECTS) $(termios01_LDADD) +LINK_OBJS = $(termios01_OBJECTS) LINK_LIBS = $(termios01_LDLIBS) termios01$(EXEEXT): $(termios01_OBJECTS) $(termios01_DEPENDENCIES) diff --git a/testsuites/libtests/termios02/Makefile.am b/testsuites/libtests/termios02/Makefile.am index 389904bc0f..1689bfbe04 100644 --- a/testsuites/libtests/termios02/Makefile.am +++ b/testsuites/libtests/termios02/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = termios02 termios02_SOURCES = init.c @@ -14,12 +13,11 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -termios02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(termios02_OBJECTS) $(termios02_LDADD) +LINK_OBJS = $(termios02_OBJECTS) LINK_LIBS = $(termios02_LDLIBS) termios02$(EXEEXT): $(termios02_OBJECTS) $(termios02_DEPENDENCIES) diff --git a/testsuites/libtests/termios03/Makefile.am b/testsuites/libtests/termios03/Makefile.am index 80cbdf2c22..ee9be71a30 100644 --- a/testsuites/libtests/termios03/Makefile.am +++ b/testsuites/libtests/termios03/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = termios03 termios03_SOURCES = init.c termios_testdriver_polled.c @@ -17,7 +16,7 @@ include $(top_srcdir)/../automake/leaf.am AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(termios03_OBJECTS) $(termios03_LDADD) +LINK_OBJS = $(termios03_OBJECTS) LINK_LIBS = $(termios03_LDLIBS) termios03$(EXEEXT): $(termios03_OBJECTS) $(termios03_DEPENDENCIES) diff --git a/testsuites/libtests/termios04/Makefile.am b/testsuites/libtests/termios04/Makefile.am index 44a3371509..2e7265f958 100644 --- a/testsuites/libtests/termios04/Makefile.am +++ b/testsuites/libtests/termios04/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = termios04 termios04_SOURCES = init.c termios_testdriver_intr.c @@ -17,7 +16,7 @@ include $(top_srcdir)/../automake/leaf.am AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(termios04_OBJECTS) $(termios04_LDADD) +LINK_OBJS = $(termios04_OBJECTS) LINK_LIBS = $(termios04_LDLIBS) termios04$(EXEEXT): $(termios04_OBJECTS) $(termios04_DEPENDENCIES) diff --git a/testsuites/libtests/termios05/Makefile.am b/testsuites/libtests/termios05/Makefile.am index 1ac6602633..e58192ef4c 100644 --- a/testsuites/libtests/termios05/Makefile.am +++ b/testsuites/libtests/termios05/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = termios05 termios05_SOURCES = init.c ../termios04/termios_testdriver_intr.c @@ -18,7 +17,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/termios04 AM_CPPFLAGS += -DTASK_DRIVEN -LINK_OBJS = $(termios05_OBJECTS) $(termios05_LDADD) +LINK_OBJS = $(termios05_OBJECTS) LINK_LIBS = $(termios05_LDLIBS) termios05$(EXEEXT): $(termios05_OBJECTS) $(termios05_DEPENDENCIES) diff --git a/testsuites/libtests/termios06/Makefile.am b/testsuites/libtests/termios06/Makefile.am index 08187ab576..3508d8d8b4 100644 --- a/testsuites/libtests/termios06/Makefile.am +++ b/testsuites/libtests/termios06/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = termios06 termios06_SOURCES = init.c ../termios03/termios_testdriver_polled.c test_pppd.c @@ -17,7 +16,7 @@ include $(top_srcdir)/../automake/leaf.am AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/termios03 -LINK_OBJS = $(termios06_OBJECTS) $(termios06_LDADD) +LINK_OBJS = $(termios06_OBJECTS) LINK_LIBS = $(termios06_LDLIBS) termios06$(EXEEXT): $(termios06_OBJECTS) $(termios06_DEPENDENCIES) diff --git a/testsuites/libtests/termios07/Makefile.am b/testsuites/libtests/termios07/Makefile.am index b523273f9b..6989c1b0ab 100644 --- a/testsuites/libtests/termios07/Makefile.am +++ b/testsuites/libtests/termios07/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = termios07 termios07_SOURCES = init.c ../termios04/termios_testdriver_intr.c @@ -17,7 +16,7 @@ include $(top_srcdir)/../automake/leaf.am AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/termios04 -LINK_OBJS = $(termios07_OBJECTS) $(termios07_LDADD) +LINK_OBJS = $(termios07_OBJECTS) LINK_LIBS = $(termios07_LDLIBS) termios07$(EXEEXT): $(termios07_OBJECTS) $(termios07_DEPENDENCIES) diff --git a/testsuites/libtests/termios08/Makefile.am b/testsuites/libtests/termios08/Makefile.am index 322cd3fb1b..a546f7806e 100644 --- a/testsuites/libtests/termios08/Makefile.am +++ b/testsuites/libtests/termios08/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = termios08 termios08_SOURCES = init.c ../termios03/termios_testdriver_polled.c @@ -17,7 +16,7 @@ include $(top_srcdir)/../automake/leaf.am AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/termios03 -LINK_OBJS = $(termios08_OBJECTS) $(termios08_LDADD) +LINK_OBJS = $(termios08_OBJECTS) LINK_LIBS = $(termios08_LDLIBS) termios08$(EXEEXT): $(termios08_OBJECTS) $(termios08_DEPENDENCIES) diff --git a/testsuites/libtests/tztest/Makefile.am b/testsuites/libtests/tztest/Makefile.am index 1d753e6716..cb1b9400ef 100644 --- a/testsuites/libtests/tztest/Makefile.am +++ b/testsuites/libtests/tztest/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = tztest tztest_SOURCES = init.c @@ -16,7 +15,7 @@ include $(top_srcdir)/../automake/leaf.am AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(tztest_OBJECTS) $(tztest_LDADD) +LINK_OBJS = $(tztest_OBJECTS) LINK_LIBS = $(tztest_LDLIBS) tztest$(EXEEXT): $(tztest_OBJECTS) $(tztest_DEPENDENCIES) -- cgit v1.2.3