testsuite/smptests: Merged nested Makefile.am files into one Makefile.am

This change is part of the testsuite Makefile.am reorganization.

Update #3382
This commit is contained in:
Chris Johns
2018-04-10 08:24:54 +10:00
parent d027e6bb8e
commit 8074fa0b83
57 changed files with 692 additions and 1192 deletions
File diff suppressed because it is too large Load Diff
+60 -60
View File
@@ -32,8 +32,8 @@ RTEMS_CHECK_CXX(RTEMS_BSP)
RTEMS_CHECK_CPUOPTS([RTEMS_NETWORKING])
RTEMS_CHECK_CPUOPTS([RTEMS_SMP])
AM_CONDITIONAL(SMPTESTS,test "$rtems_cv_RTEMS_SMP" = "yes")
AM_CONDITIONAL(NO_SMP,test "$rtems_cv_RTEMS_SMP" != "yes")
AM_CONDITIONAL(HAS_SMP,test "$rtems_cv_RTEMS_SMP" = "yes")
AM_CONDITIONAL([HAS_POSIX],[test x"${rtems_cv_RTEMS_POSIX_API}" = xyes])
# These are SMP related and were added to newlib by RTEMS.
@@ -53,62 +53,62 @@ AC_CHECK_DECLS([pthread_getattr_np],[],[],[[
#define _GNU_SOURCE
#include <pthread.h>]])
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
smpopenmp01/Makefile
smp01/Makefile
smp02/Makefile
smp03/Makefile
smp05/Makefile
smp07/Makefile
smp08/Makefile
smp09/Makefile
smpaffinity01/Makefile
smpatomic01/Makefile
smpcache01/Makefile
smpcapture01/Makefile
smpcapture02/Makefile
smpclock01/Makefile
smpfatal01/Makefile
smpfatal02/Makefile
smpfatal03/Makefile
smpfatal04/Makefile
smpfatal05/Makefile
smpfatal06/Makefile
smpfatal08/Makefile
smpipi01/Makefile
smpload01/Makefile
smplock01/Makefile
smpmigration01/Makefile
smpmigration02/Makefile
smpmrsp01/Makefile
smpmutex01/Makefile
smpmutex02/Makefile
smppsxaffinity01/Makefile
smppsxaffinity02/Makefile
smppsxmutex01/Makefile
smppsxsignal01/Makefile
smpschedaffinity01/Makefile
smpschedaffinity02/Makefile
smpschedaffinity03/Makefile
smpschedaffinity04/Makefile
smpschedaffinity05/Makefile
smpschededf01/Makefile
smpschededf02/Makefile
smpschededf03/Makefile
smpschedsem01/Makefile
smpscheduler01/Makefile
smpscheduler02/Makefile
smpscheduler03/Makefile
smpscheduler04/Makefile
smpscheduler05/Makefile
smpscheduler06/Makefile
smpscheduler07/Makefile
smpsignal01/Makefile
smpstrongapa01/Makefile
smpswitchextension01/Makefile
smpthreadlife01/Makefile
smpunsupported01/Makefile
smpwakeafter01/Makefile
])
# BSP Test configuration
RTEMS_TEST_CHECK([smp01])
RTEMS_TEST_CHECK([smp02])
RTEMS_TEST_CHECK([smp03])
RTEMS_TEST_CHECK([smp05])
RTEMS_TEST_CHECK([smp07])
RTEMS_TEST_CHECK([smp08])
RTEMS_TEST_CHECK([smp09])
RTEMS_TEST_CHECK([smpaffinity01])
RTEMS_TEST_CHECK([smpatomic01])
RTEMS_TEST_CHECK([smpcache01])
RTEMS_TEST_CHECK([smpcapture01])
RTEMS_TEST_CHECK([smpcapture02])
RTEMS_TEST_CHECK([smpclock01])
RTEMS_TEST_CHECK([smpfatal01])
RTEMS_TEST_CHECK([smpfatal02])
RTEMS_TEST_CHECK([smpfatal03])
RTEMS_TEST_CHECK([smpfatal04])
RTEMS_TEST_CHECK([smpfatal05])
RTEMS_TEST_CHECK([smpfatal06])
RTEMS_TEST_CHECK([smpfatal08])
RTEMS_TEST_CHECK([smpipi01])
RTEMS_TEST_CHECK([smpload01])
RTEMS_TEST_CHECK([smplock01])
RTEMS_TEST_CHECK([smpmigration01])
RTEMS_TEST_CHECK([smpmigration02])
RTEMS_TEST_CHECK([smpmrsp01])
RTEMS_TEST_CHECK([smpmutex01])
RTEMS_TEST_CHECK([smpmutex02])
RTEMS_TEST_CHECK([smpopenmp01])
RTEMS_TEST_CHECK([smppsxaffinity01])
RTEMS_TEST_CHECK([smppsxaffinity02])
RTEMS_TEST_CHECK([smppsxmutex01])
RTEMS_TEST_CHECK([smppsxsignal01])
RTEMS_TEST_CHECK([smpschedaffinity01])
RTEMS_TEST_CHECK([smpschedaffinity02])
RTEMS_TEST_CHECK([smpschedaffinity03])
RTEMS_TEST_CHECK([smpschedaffinity04])
RTEMS_TEST_CHECK([smpschedaffinity05])
RTEMS_TEST_CHECK([smpschededf01])
RTEMS_TEST_CHECK([smpschededf02])
RTEMS_TEST_CHECK([smpschededf03])
RTEMS_TEST_CHECK([smpschedsem01])
RTEMS_TEST_CHECK([smpscheduler01])
RTEMS_TEST_CHECK([smpscheduler02])
RTEMS_TEST_CHECK([smpscheduler03])
RTEMS_TEST_CHECK([smpscheduler04])
RTEMS_TEST_CHECK([smpscheduler05])
RTEMS_TEST_CHECK([smpscheduler06])
RTEMS_TEST_CHECK([smpscheduler07])
RTEMS_TEST_CHECK([smpsignal01])
RTEMS_TEST_CHECK([smpstrongapa01])
RTEMS_TEST_CHECK([smpswitchextension01])
RTEMS_TEST_CHECK([smpthreadlife01])
RTEMS_TEST_CHECK([smpunsupported01])
RTEMS_TEST_CHECK([smpwakeafter01])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
-22
View File
@@ -1,22 +0,0 @@
rtems_tests_PROGRAMS = smp01
smp01_SOURCES = init.c tasks.c system.h ../../support/src/locked_print.c
dist_rtems_tests_DATA = smp01.scn
dist_rtems_tests_DATA += smp01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CPPFLAGS += -DSMPTEST
LINK_OBJS = $(smp01_OBJECTS)
LINK_LIBS = $(smp01_LDLIBS)
smp01$(EXEEXT): $(smp01_OBJECTS) $(smp01_DEPENDENCIES)
@rm -f smp01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-23
View File
@@ -1,23 +0,0 @@
rtems_tests_PROGRAMS = smp02
smp02_SOURCES = init.c tasks.c system.h ../../support/src/locked_print.c
dist_rtems_tests_DATA = smp02.scn
dist_rtems_tests_DATA += smp02.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CPPFLAGS += -DSMPTEST
LINK_OBJS = $(smp02_OBJECTS)
LINK_LIBS = $(smp02_LDLIBS)
smp02$(EXEEXT): $(smp02_OBJECTS) $(smp02_DEPENDENCIES)
@rm -f smp02$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-23
View File
@@ -1,23 +0,0 @@
rtems_tests_PROGRAMS = smp03
smp03_SOURCES = init.c tasks.c system.h ../../support/src/locked_print.c
dist_rtems_tests_DATA = smp03.scn
dist_rtems_tests_DATA += smp03.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CPPFLAGS += -DSMPTEST
LINK_OBJS = $(smp03_OBJECTS)
LINK_LIBS = $(smp03_LDLIBS)
smp03$(EXEEXT): $(smp03_OBJECTS) $(smp03_DEPENDENCIES)
@rm -f smp03$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-22
View File
@@ -1,22 +0,0 @@
rtems_tests_PROGRAMS = smp05
smp05_SOURCES = init.c ../../support/src/locked_print.c
dist_rtems_tests_DATA = smp05.scn
dist_rtems_tests_DATA += smp05.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CPPFLAGS += -DSMPTEST
LINK_OBJS = $(smp05_OBJECTS)
LINK_LIBS = $(smp05_LDLIBS)
smp05$(EXEEXT): $(smp05_OBJECTS) $(smp05_DEPENDENCIES)
@rm -f smp05$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-22
View File
@@ -1,22 +0,0 @@
rtems_tests_PROGRAMS = smp07
smp07_SOURCES = init.c ../../support/src/locked_print.c
dist_rtems_tests_DATA = smp07.scn
dist_rtems_tests_DATA += smp07.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CPPFLAGS += -DSMPTEST
LINK_OBJS = $(smp07_OBJECTS)
LINK_LIBS = $(smp07_LDLIBS)
smp07$(EXEEXT): $(smp07_OBJECTS) $(smp07_DEPENDENCIES)
@rm -f smp07$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-23
View File
@@ -1,23 +0,0 @@
rtems_tests_PROGRAMS = smp08
smp08_SOURCES = init.c tasks.c system.h ../../support/src/locked_print.c
dist_rtems_tests_DATA = smp08.scn
dist_rtems_tests_DATA += smp08.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CPPFLAGS += -DSMPTEST
LINK_OBJS = $(smp08_OBJECTS)
LINK_LIBS = $(smp08_LDLIBS)
smp08$(EXEEXT): $(smp08_OBJECTS) $(smp08_DEPENDENCIES)
@rm -f smp08$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-22
View File
@@ -1,22 +0,0 @@
rtems_tests_PROGRAMS = smp09
smp09_SOURCES = init.c ../../support/src/locked_print.c
dist_rtems_tests_DATA = smp09.scn
dist_rtems_tests_DATA += smp09.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CPPFLAGS += -DSMPTEST
LINK_OBJS = $(smp09_OBJECTS)
LINK_LIBS = $(smp09_LDLIBS)
smp09$(EXEEXT): $(smp09_OBJECTS) $(smp09_DEPENDENCIES)
@rm -f smp09$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpaffinity01
smpaffinity01_SOURCES = init.c
dist_rtems_tests_DATA = smpaffinity01.scn smpaffinity01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpaffinity01_OBJECTS)
LINK_LIBS = $(smpaffinity01_LDLIBS)
smpaffinity01$(EXEEXT): $(smpaffinity01_OBJECTS) $(smpaffinity01_DEPENDENCIES)
@rm -f smpaffinity01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpatomic01
smpatomic01_SOURCES = init.c
dist_rtems_tests_DATA = smpatomic01.scn smpatomic01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpatomic01_OBJECTS)
LINK_LIBS = $(smpatomic01_LDLIBS)
smpatomic01$(EXEEXT): $(smpatomic01_OBJECTS) $(smpatomic01_DEPENDENCIES)
@rm -f smpatomic01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpcache01
smpcache01_SOURCES = init.c
dist_rtems_tests_DATA = smpcache01.scn smpcache01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpcache01_OBJECTS)
LINK_LIBS = $(smpcache01_LDLIBS)
smpcache01$(EXEEXT): $(smpcache01_OBJECTS) $(smpcache01_DEPENDENCIES)
@rm -f smpcache01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpcapture01
smpcapture01_SOURCES = init.c
dist_rtems_tests_DATA = smpcapture01.scn smpcapture01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpcapture01_OBJECTS)
LINK_LIBS = $(smpcapture01_LDLIBS)
smpcapture01$(EXEEXT): $(smpcapture01_OBJECTS) $(smpcapture01_DEPENDENCIES)
@rm -f smpcapture01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpcapture02
smpcapture02_SOURCES = init.c
dist_rtems_tests_DATA = smpcapture02.scn smpcapture02.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpcapture02_OBJECTS)
LINK_LIBS = $(smpcapture02_LDLIBS)
smpcapture02$(EXEEXT): $(smpcapture02_OBJECTS) $(smpcapture02_DEPENDENCIES)
@rm -f smpcapture02$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,20 +0,0 @@
rtems_tests_PROGRAMS = smpclock01
smpclock01_SOURCES = init.c
smpclock01_SOURCES += ../../support/src/spin.c
dist_rtems_tests_DATA = smpclock01.scn smpclock01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpclock01_OBJECTS)
LINK_LIBS = $(smpclock01_LDLIBS)
smpclock01$(EXEEXT): $(smpclock01_OBJECTS) $(smpclock01_DEPENDENCIES)
@rm -f smpclock01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpfatal01
smpfatal01_SOURCES = init.c
dist_rtems_tests_DATA = smpfatal01.scn smpfatal01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpfatal01_OBJECTS)
LINK_LIBS = $(smpfatal01_LDLIBS)
smpfatal01$(EXEEXT): $(smpfatal01_OBJECTS) $(smpfatal01_DEPENDENCIES)
@rm -f smpfatal01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpfatal02
smpfatal02_SOURCES = init.c
dist_rtems_tests_DATA = smpfatal02.scn smpfatal02.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpfatal02_OBJECTS)
LINK_LIBS = $(smpfatal02_LDLIBS)
smpfatal02$(EXEEXT): $(smpfatal02_OBJECTS) $(smpfatal02_DEPENDENCIES)
@rm -f smpfatal02$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpfatal03
smpfatal03_SOURCES = init.c
dist_rtems_tests_DATA = smpfatal03.scn smpfatal03.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpfatal03_OBJECTS)
LINK_LIBS = $(smpfatal03_LDLIBS)
smpfatal03$(EXEEXT): $(smpfatal03_OBJECTS) $(smpfatal03_DEPENDENCIES)
@rm -f smpfatal03$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpfatal04
smpfatal04_SOURCES = init.c
dist_rtems_tests_DATA = smpfatal04.scn smpfatal04.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpfatal04_OBJECTS)
LINK_LIBS = $(smpfatal04_LDLIBS)
smpfatal04$(EXEEXT): $(smpfatal04_OBJECTS) $(smpfatal04_DEPENDENCIES)
@rm -f smpfatal04$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpfatal05
smpfatal05_SOURCES = init.c
dist_rtems_tests_DATA = smpfatal05.scn smpfatal05.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpfatal05_OBJECTS)
LINK_LIBS = $(smpfatal05_LDLIBS)
smpfatal05$(EXEEXT): $(smpfatal05_OBJECTS) $(smpfatal05_DEPENDENCIES)
@rm -f smpfatal05$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpfatal06
smpfatal06_SOURCES = init.c
dist_rtems_tests_DATA = smpfatal06.scn smpfatal06.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpfatal06_OBJECTS)
LINK_LIBS = $(smpfatal06_LDLIBS)
smpfatal06$(EXEEXT): $(smpfatal06_OBJECTS) $(smpfatal06_DEPENDENCIES)
@rm -f smpfatal06$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpfatal08
smpfatal08_SOURCES = init.c
dist_rtems_tests_DATA = smpfatal08.scn smpfatal08.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpfatal08_OBJECTS)
LINK_LIBS = $(smpfatal08_LDLIBS)
smpfatal08$(EXEEXT): $(smpfatal08_OBJECTS) $(smpfatal08_DEPENDENCIES)
@rm -f smpfatal08$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-19
View File
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpipi01
smpipi01_SOURCES = init.c
dist_rtems_tests_DATA = smpipi01.scn smpipi01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpipi01_OBJECTS)
LINK_LIBS = $(smpipi01_LDLIBS)
smpipi01$(EXEEXT): $(smpipi01_OBJECTS) $(smpipi01_DEPENDENCIES)
@rm -f smpipi01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-19
View File
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpload01
smpload01_SOURCES = init.c
dist_rtems_tests_DATA = smpload01.scn smpload01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpload01_OBJECTS)
LINK_LIBS = $(smpload01_LDLIBS)
smpload01$(EXEEXT): $(smpload01_OBJECTS) $(smpload01_DEPENDENCIES)
@rm -f smpload01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-19
View File
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smplock01
smplock01_SOURCES = init.c
dist_rtems_tests_DATA = smplock01.scn smplock01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smplock01_OBJECTS)
LINK_LIBS = $(smplock01_LDLIBS)
smplock01$(EXEEXT): $(smplock01_OBJECTS) $(smplock01_DEPENDENCIES)
@rm -f smplock01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpmigration01
smpmigration01_SOURCES = init.c
dist_rtems_tests_DATA = smpmigration01.scn smpmigration01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpmigration01_OBJECTS)
LINK_LIBS = $(smpmigration01_LDLIBS)
smpmigration01$(EXEEXT): $(smpmigration01_OBJECTS) $(smpmigration01_DEPENDENCIES)
@rm -f smpmigration01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpmigration02
smpmigration02_SOURCES = init.c
dist_rtems_tests_DATA = smpmigration02.scn smpmigration02.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpmigration02_OBJECTS)
LINK_LIBS = $(smpmigration02_LDLIBS)
smpmigration02$(EXEEXT): $(smpmigration02_OBJECTS) $(smpmigration02_DEPENDENCIES)
@rm -f smpmigration02$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-19
View File
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpmrsp01
smpmrsp01_SOURCES = init.c
dist_rtems_tests_DATA = smpmrsp01.scn smpmrsp01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpmrsp01_OBJECTS)
LINK_LIBS = $(smpmrsp01_LDLIBS)
smpmrsp01$(EXEEXT): $(smpmrsp01_OBJECTS) $(smpmrsp01_DEPENDENCIES)
@rm -f smpmrsp01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpmutex01
smpmutex01_SOURCES = init.c
dist_rtems_tests_DATA = smpmutex01.scn smpmutex01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpmutex01_OBJECTS)
LINK_LIBS = $(smpmutex01_LDLIBS)
smpmutex01$(EXEEXT): $(smpmutex01_OBJECTS) $(smpmutex01_DEPENDENCIES)
@rm -f smpmutex01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpmutex02
smpmutex02_SOURCES = init.c
dist_rtems_tests_DATA = smpmutex02.scn smpmutex02.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpmutex02_OBJECTS)
LINK_LIBS = $(smpmutex02_LDLIBS)
smpmutex02$(EXEEXT): $(smpmutex02_OBJECTS) $(smpmutex02_DEPENDENCIES)
@rm -f smpmutex02$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,20 +0,0 @@
rtems_tests_PROGRAMS = smpopenmp01
smpopenmp01_SOURCES = init.c
dist_rtems_tests_DATA = smpopenmp01.scn smpopenmp01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CFLAGS += -fopenmp
LINK_OBJS = $(smpopenmp01_OBJECTS)
LINK_LIBS = $(smpopenmp01_LDLIBS)
smpopenmp01$(EXEEXT): $(smpopenmp01_OBJECTS) $(smpopenmp01_DEPENDENCIES)
@rm -f smpopenmp01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,23 +0,0 @@
rtems_tests_PROGRAMS = smppsxaffinity01
smppsxaffinity01_SOURCES = init.c
dist_rtems_tests_DATA = smppsxaffinity01.scn
dist_rtems_tests_DATA += smppsxaffinity01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smppsxaffinity01_OBJECTS)
LINK_LIBS = $(smppsxaffinity01_LDLIBS)
smppsxaffinity01$(EXEEXT): $(smppsxaffinity01_OBJECTS) $(smppsxaffinity01_DEPENDENCIES)
@rm -f smppsxaffinity01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smppsxaffinity02
smppsxaffinity02_SOURCES = init.c
dist_rtems_tests_DATA = smppsxaffinity02.scn smppsxaffinity02.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smppsxaffinity02_OBJECTS)
LINK_LIBS = $(smppsxaffinity02_LDLIBS)
smppsxaffinity02$(EXEEXT): $(smppsxaffinity02_OBJECTS) $(smppsxaffinity02_DEPENDENCIES)
@rm -f smppsxaffinity02$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smppsxmutex01
smppsxmutex01_SOURCES = init.c
dist_rtems_tests_DATA = smppsxmutex01.scn smppsxmutex01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smppsxmutex01_OBJECTS)
LINK_LIBS = $(smppsxmutex01_LDLIBS)
smppsxmutex01$(EXEEXT): $(smppsxmutex01_OBJECTS) $(smppsxmutex01_DEPENDENCIES)
@rm -f smppsxmutex01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smppsxsignal01
smppsxsignal01_SOURCES = init.c
dist_rtems_tests_DATA = smppsxsignal01.scn smppsxsignal01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smppsxsignal01_OBJECTS)
LINK_LIBS = $(smppsxsignal01_LDLIBS)
smppsxsignal01$(EXEEXT): $(smppsxsignal01_OBJECTS) $(smppsxsignal01_DEPENDENCIES)
@rm -f smppsxsignal01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpschedaffinity01
smpschedaffinity01_SOURCES = init.c
dist_rtems_tests_DATA = smpschedaffinity01.scn smpschedaffinity01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpschedaffinity01_OBJECTS)
LINK_LIBS = $(smpschedaffinity01_LDLIBS)
smpschedaffinity01$(EXEEXT): $(smpschedaffinity01_OBJECTS) $(smpschedaffinity01_DEPENDENCIES)
@rm -f smpschedaffinity01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpschedaffinity02
smpschedaffinity02_SOURCES = init.c
dist_rtems_tests_DATA = smpschedaffinity02.scn smpschedaffinity02.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpschedaffinity02_OBJECTS)
LINK_LIBS = $(smpschedaffinity02_LDLIBS)
smpschedaffinity02$(EXEEXT): $(smpschedaffinity02_OBJECTS) $(smpschedaffinity02_DEPENDENCIES)
@rm -f smpschedaffinity02$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpschedaffinity03
smpschedaffinity03_SOURCES = init.c
dist_rtems_tests_DATA = smpschedaffinity03.scn smpschedaffinity03.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpschedaffinity03_OBJECTS)
LINK_LIBS = $(smpschedaffinity03_LDLIBS)
smpschedaffinity03$(EXEEXT): $(smpschedaffinity03_OBJECTS) $(smpschedaffinity03_DEPENDENCIES)
@rm -f smpschedaffinity03$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpschedaffinity04
smpschedaffinity04_SOURCES = init.c
dist_rtems_tests_DATA = smpschedaffinity04.scn smpschedaffinity04.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpschedaffinity04_OBJECTS)
LINK_LIBS = $(smpschedaffinity04_LDLIBS)
smpschedaffinity04$(EXEEXT): $(smpschedaffinity04_OBJECTS) $(smpschedaffinity04_DEPENDENCIES)
@rm -f smpschedaffinity04$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpschedaffinity05
smpschedaffinity05_SOURCES = init.c
dist_rtems_tests_DATA = smpschedaffinity05.scn smpschedaffinity05.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpschedaffinity05_OBJECTS)
LINK_LIBS = $(smpschedaffinity05_LDLIBS)
smpschedaffinity05$(EXEEXT): $(smpschedaffinity05_OBJECTS) $(smpschedaffinity05_DEPENDENCIES)
@rm -f smpschedaffinity05$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpschededf01
smpschededf01_SOURCES = init.c
dist_rtems_tests_DATA = smpschededf01.scn smpschededf01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpschededf01_OBJECTS)
LINK_LIBS = $(smpschededf01_LDLIBS)
smpschededf01$(EXEEXT): $(smpschededf01_OBJECTS) $(smpschededf01_DEPENDENCIES)
@rm -f smpschededf01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpschededf02
smpschededf02_SOURCES = init.c
dist_rtems_tests_DATA = smpschededf02.scn smpschededf02.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpschededf02_OBJECTS)
LINK_LIBS = $(smpschededf02_LDLIBS)
smpschededf02$(EXEEXT): $(smpschededf02_OBJECTS) $(smpschededf02_DEPENDENCIES)
@rm -f smpschededf02$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpschededf03
smpschededf03_SOURCES = init.c
dist_rtems_tests_DATA = smpschededf03.scn smpschededf03.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpschededf03_OBJECTS)
LINK_LIBS = $(smpschededf03_LDLIBS)
smpschededf03$(EXEEXT): $(smpschededf03_OBJECTS) $(smpschededf03_DEPENDENCIES)
@rm -f smpschededf03$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpschedsem01
smpschedsem01_SOURCES = init.c
dist_rtems_tests_DATA = smpschedsem01.scn smpschedsem01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpschedsem01_OBJECTS)
LINK_LIBS = $(smpschedsem01_LDLIBS)
smpschedsem01$(EXEEXT): $(smpschedsem01_OBJECTS) $(smpschedsem01_DEPENDENCIES)
@rm -f smpschedsem01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpscheduler01
smpscheduler01_SOURCES = init.c
dist_rtems_tests_DATA = smpscheduler01.scn smpscheduler01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpscheduler01_OBJECTS)
LINK_LIBS = $(smpscheduler01_LDLIBS)
smpscheduler01$(EXEEXT): $(smpscheduler01_OBJECTS) $(smpscheduler01_DEPENDENCIES)
@rm -f smpscheduler01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpscheduler02
smpscheduler02_SOURCES = init.c
dist_rtems_tests_DATA = smpscheduler02.scn smpscheduler02.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpscheduler02_OBJECTS)
LINK_LIBS = $(smpscheduler02_LDLIBS)
smpscheduler02$(EXEEXT): $(smpscheduler02_OBJECTS) $(smpscheduler02_DEPENDENCIES)
@rm -f smpscheduler02$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpscheduler03
smpscheduler03_SOURCES = init.c test.c
dist_rtems_tests_DATA = smpscheduler03.scn smpscheduler03.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpscheduler03_OBJECTS)
LINK_LIBS = $(smpscheduler03_LDLIBS)
smpscheduler03$(EXEEXT): $(smpscheduler03_OBJECTS) $(smpscheduler03_DEPENDENCIES)
@rm -f smpscheduler03$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpscheduler04
smpscheduler04_SOURCES = init.c
dist_rtems_tests_DATA = smpscheduler04.scn smpscheduler04.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpscheduler04_OBJECTS)
LINK_LIBS = $(smpscheduler04_LDLIBS)
smpscheduler04$(EXEEXT): $(smpscheduler04_OBJECTS) $(smpscheduler04_DEPENDENCIES)
@rm -f smpscheduler04$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpscheduler05
smpscheduler05_SOURCES = init.c ../smpscheduler03/test.c
dist_rtems_tests_DATA = smpscheduler05.scn smpscheduler05.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpscheduler05_OBJECTS)
LINK_LIBS = $(smpscheduler05_LDLIBS)
smpscheduler05$(EXEEXT): $(smpscheduler05_OBJECTS) $(smpscheduler05_DEPENDENCIES)
@rm -f smpscheduler05$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = smpscheduler06
smpscheduler06_SOURCES = init.c ../smpscheduler03/test.c
dist_rtems_tests_DATA = smpscheduler06.scn smpscheduler06.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(smpscheduler06_OBJECTS)
LINK_LIBS = $(smpscheduler06_LDLIBS)
smpscheduler06$(EXEEXT): $(smpscheduler06_OBJECTS) $(smpscheduler06_DEPENDENCIES)
@rm -f smpscheduler06$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am

Some files were not shown because too many files have changed in this diff Show More