Convert to using *_PROGRAMS.

This commit is contained in:
Ralf Corsepius
2005-11-13 06:46:05 +00:00
parent 3290efc759
commit a6b588d649
114 changed files with 951 additions and 1348 deletions

View File

@@ -2,32 +2,29 @@
## $Id$ ## $Id$
## ##
PGM = ${ARCH}/itronhello.exe
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = itronhello.exe
lib_a_SOURCES = init.c system.h itronhello_exe_SOURCES = init.c system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = itronhello.scn dist_scn_DATA = itronhello.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = itronhello.doc dist_doc_DATA = itronhello.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) itronhello_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(itronhello_exe_OBJECTS) $(itronhello_exe_LDADD)
LINK_LIBS = $(itronhello_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) itronhello.exe$(EXEEXT): $(itronhello_exe_OBJECTS) $(itronhello_exe_DEPENDENCIES)
@rm -f itronhello.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,32 +2,29 @@
## $Id$ ## $Id$
## ##
PGM = ${ARCH}/itronmbf01.exe
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = itronmbf01.exe
lib_a_SOURCES = init.c system.h itronmbf01_exe_SOURCES = init.c system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = itronmbf01.scn dist_scn_DATA = itronmbf01.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = itronmbf01.doc dist_doc_DATA = itronmbf01.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) itronmbf01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(itronmbf01_exe_OBJECTS) $(itronmbf01_exe_LDADD)
LINK_LIBS = $(itronmbf01_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) itronmbf01.exe$(EXEEXT): $(itronmbf01_exe_OBJECTS) $(itronmbf01_exe_DEPENDENCIES)
@rm -f itronmbf01.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,32 +2,29 @@
## $Id$ ## $Id$
## ##
PGM = ${ARCH}/itronmbox01.exe
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = itronmbox01.exe
lib_a_SOURCES = init.c system.h itronmbox01_exe_SOURCES = init.c system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = itronmbox01.scn dist_scn_DATA = itronmbox01.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = itronmbox01.doc dist_doc_DATA = itronmbox01.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) itronmbox01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(itronmbox01_exe_OBJECTS) $(itronmbox01_exe_LDADD)
LINK_LIBS = $(itronmbox01_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) itronmbox01.exe$(EXEEXT): $(itronmbox01_exe_OBJECTS) $(itronmbox01_exe_DEPENDENCIES)
@rm -f itronmbox01.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,32 +2,29 @@
## $Id$ ## $Id$
## ##
PGM = ${ARCH}/itronsem01.exe
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = itronsem01.exe
lib_a_SOURCES = init.c system.h itronsem01_exe_SOURCES = init.c system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = itronsem01.scn dist_scn_DATA = itronsem01.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = itronsem01.doc dist_doc_DATA = itronsem01.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) itronsem01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(itronsem01_exe_OBJECTS) $(itronsem01_exe_LDADD)
LINK_LIBS = $(itronsem01_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) itronsem01.exe$(EXEEXT): $(itronsem01_exe_OBJECTS) $(itronsem01_exe_DEPENDENCIES)
@rm -f itronsem01.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,32 +2,29 @@
## $Id$ ## $Id$
## ##
PGM = ${ARCH}/itrontask01.exe
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = itrontask01.exe
lib_a_SOURCES = init.c task1.c system.h itrontask01_exe_SOURCES = init.c task1.c system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = itrontask01.scn dist_scn_DATA = itrontask01.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = itrontask01.doc dist_doc_DATA = itrontask01.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) itrontask01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(itrontask01_exe_OBJECTS) $(itrontask01_exe_LDADD)
LINK_LIBS = $(itrontask01_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) itrontask01.exe$(EXEEXT): $(itrontask01_exe_OBJECTS) $(itrontask01_exe_DEPENDENCIES)
@rm -f itrontask01.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,32 +2,29 @@
## $Id$ ## $Id$
## ##
PGM = ${ARCH}/itrontask02.exe
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = itrontask02.exe
lib_a_SOURCES = init.c dormant.c system.h itrontask02_exe_SOURCES = init.c dormant.c system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = itrontask02.scn dist_scn_DATA = itrontask02.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = itrontask02.doc dist_doc_DATA = itrontask02.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) itrontask02_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(itrontask02_exe_OBJECTS) $(itrontask02_exe_LDADD)
LINK_LIBS = $(itrontask02_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) itrontask02.exe$(EXEEXT): $(itrontask02_exe_OBJECTS) $(itrontask02_exe_DEPENDENCIES)
@rm -f itrontask02.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,32 +2,29 @@
## $Id$ ## $Id$
## ##
PGM = ${ARCH}/itrontask03.exe
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = itrontask03.exe
lib_a_SOURCES = init.c preempt.c task1.c task2.c task3.c system.h itrontask03_exe_SOURCES = init.c preempt.c task1.c task2.c task3.c system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = itrontask03.scn dist_scn_DATA = itrontask03.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = itrontask03.doc dist_doc_DATA = itrontask03.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) itrontask03_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(itrontask03_exe_OBJECTS) $(itrontask03_exe_LDADD)
LINK_LIBS = $(itrontask03_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) itrontask03.exe$(EXEEXT): $(itrontask03_exe_OBJECTS) $(itrontask03_exe_DEPENDENCIES)
@rm -f itrontask03.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,32 +2,29 @@
## $Id$ ## $Id$
## ##
PGM = ${ARCH}/itrontask04.exe
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = itrontask04.exe
lib_a_SOURCES = init.c task1.c task2.c task3.c system.h itrontask04_exe_SOURCES = init.c task1.c task2.c task3.c system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = itrontask04.scn dist_scn_DATA = itrontask04.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = itrontask04.doc dist_doc_DATA = itrontask04.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) itrontask04_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(itrontask04_exe_OBJECTS) $(itrontask04_exe_LDADD)
LINK_LIBS = $(itrontask04_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) itrontask04.exe$(EXEEXT): $(itrontask04_exe_OBJECTS) $(itrontask04_exe_DEPENDENCIES)
@rm -f itrontask04.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,32 +2,29 @@
## $Id$ ## $Id$
## ##
PGM = ${ARCH}/itrontime01.exe
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = itrontime01.exe
lib_a_SOURCES = init.c system.h itrontime01_exe_SOURCES = init.c system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = itrontime01.scn dist_scn_DATA = itrontime01.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = itrontime01.doc dist_doc_DATA = itrontime01.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) itrontime01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(itrontime01_exe_OBJECTS) $(itrontime01_exe_LDADD)
LINK_LIBS = $(itrontime01_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) itrontime01.exe$(EXEEXT): $(itrontime01_exe_OBJECTS) $(itrontime01_exe_DEPENDENCIES)
@rm -f itrontime01.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,28 +4,25 @@
MANAGERS = io rate_monotonic MANAGERS = io rate_monotonic
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = cpuuse.exe
lib_a_SOURCES = init.c task1.c task2.c task3.c tswitch.c system.h cpuuse_exe_SOURCES = init.c task1.c task2.c task3.c tswitch.c system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = cpuuse.scn dist_scn_DATA = cpuuse.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/cpuuse.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) cpuuse_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(cpuuse_exe_OBJECTS) $(cpuuse_exe_LDADD)
LINK_LIBS = $(cpuuse_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) cpuuse.exe$(EXEEXT): $(cpuuse_exe_OBJECTS) $(cpuuse_exe_DEPENDENCIES)
@rm -f cpuuse.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,28 +4,25 @@
MANAGERS = io MANAGERS = io
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = malloctest.exe
lib_a_SOURCES = init.c task1.c system.h malloctest_exe_SOURCES = init.c task1.c system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = malloctest.scn dist_scn_DATA = malloctest.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/malloctest.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) malloctest_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(malloctest_exe_OBJECTS) $(malloctest_exe_LDADD)
LINK_LIBS = $(malloctest_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) malloctest.exe$(EXEEXT): $(malloctest_exe_OBJECTS) $(malloctest_exe_DEPENDENCIES)
@rm -f malloctest.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -5,26 +5,22 @@
MANAGERS = dpmem event io msg mp part region sem signal timer rate_monotonic \ MANAGERS = dpmem event io msg mp part region sem signal timer rate_monotonic \
ext ext
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = monitor.exe
lib_a_SOURCES = init.c system.h monitor_exe_SOURCES = init.c system.h
testsdir = $(libdir)/tests
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/monitor.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) monitor_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(monitor_exe_OBJECTS) $(monitor_exe_LDADD)
LINK_LIBS = $(monitor_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) monitor.exe$(EXEEXT): $(monitor_exe_OBJECTS) $(monitor_exe_DEPENDENCIES)
@rm -f monitor.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,26 +4,22 @@
MANAGERS = io MANAGERS = io
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = putenvtest.exe
lib_a_SOURCES = init.c putenvtest_exe_SOURCES = init.c
testsdir = $(libdir)/tests
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/putenvtest.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) putenvtest_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(putenvtest_exe_OBJECTS) $(putenvtest_exe_LDADD)
LINK_LIBS = $(putenvtest_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) putenvtest.exe$(EXEEXT): $(putenvtest_exe_OBJECTS) $(putenvtest_exe_DEPENDENCIES)
@rm -f putenvtest.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -5,31 +5,30 @@
MANAGERS = event io msg sem signal timer rate_monotonic MANAGERS = event io msg sem signal timer rate_monotonic
if HAS_CXX if HAS_CXX
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = rtems++.exe
lib_a_SOURCES = Init.cc Task1.cc Task2.cc Task3.cc System.h rtems___exe_SOURCES = Init.cc Task1.cc Task2.cc Task3.cc System.h
endif endif
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = rtems++.scn dist_scn_DATA = rtems++.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = rtems++.doc dist_doc_DATA = rtems++.doc
PGM = ${ARCH}/rtems++.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
if HAS_CXX if HAS_CXX
LD_LIBS = -lrtems++ rtems___exe_LDLIBS = -lrtems++
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) rtems___exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
$(PGM): ${ARCH}/$(dirstamp) LINK_OBJS = $(rtems___exe_OBJECTS) $(rtems___exe_LDADD)
LINK_LIBS = $(rtems___exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) rtems++.exe$(EXEEXT): $(rtems___exe_OBJECTS) $(rtems___exe_DEPENDENCIES)
@rm -f rtems++.exe$(EXEEXT)
$(make-cxx-exe) $(make-cxx-exe)
endif endif

View File

@@ -4,28 +4,25 @@
MANAGERS = io rate_monotonic MANAGERS = io rate_monotonic
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = rtmonuse.exe
lib_a_SOURCES = init.c getall.c task1.c system.h rtmonuse_exe_SOURCES = init.c getall.c task1.c system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = rtmonuse.scn dist_scn_DATA = rtmonuse.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/rtmonuse.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) rtmonuse_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(rtmonuse_exe_OBJECTS) $(rtmonuse_exe_LDADD)
LINK_LIBS = $(rtmonuse_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) rtmonuse.exe$(EXEEXT): $(rtmonuse_exe_OBJECTS) $(rtmonuse_exe_DEPENDENCIES)
@rm -f rtmonuse.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,28 +4,25 @@
MANAGERS = io MANAGERS = io
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = stackchk.exe
lib_a_SOURCES = blow.c init.c task1.c system.h stackchk_exe_SOURCES = blow.c init.c task1.c system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = stackchk.scn dist_scn_DATA = stackchk.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/stackchk.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) stackchk_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(stackchk_exe_OBJECTS) $(stackchk_exe_LDADD)
LINK_LIBS = $(stackchk_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) stackchk.exe$(EXEEXT): $(stackchk_exe_OBJECTS) $(stackchk_exe_DEPENDENCIES)
@rm -f stackchk.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,26 +4,22 @@
MANAGERS = io MANAGERS = io
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = termios.exe
lib_a_SOURCES = init.c termios_exe_SOURCES = init.c
testsdir = $(libdir)/tests
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/termios.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) termios_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(termios_exe_OBJECTS) $(termios_exe_LDADD)
LINK_LIBS = $(termios_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) termios.exe$(EXEEXT): $(termios_exe_OBJECTS) $(termios_exe_DEPENDENCIES)
@rm -f termios.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,17 +4,14 @@
MANAGERS = io mp MANAGERS = io mp
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp01-node1.exe
lib_a_SOURCES = ../init.c ../task1.c ../system.h mp01_node1_exe_SOURCES = ../init.c ../task1.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp01-node1.scn dist_scn_DATA = mp01-node1.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp01-node1.doc dist_doc_DATA = mp01-node1.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
@@ -22,13 +19,13 @@ include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
PGM = $(ARCH)/mp01-node1.exe mp01_node1_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp01_node1_exe_OBJECTS) $(mp01_node1_exe_LDADD)
LINK_LIBS = $(mp01_node1_exe_LDLIBS)
$(PGM): ${ARCH}/$(dirstamp) mp01-node1.exe$(EXEEXT): $(mp01_node1_exe_OBJECTS) $(mp01_node1_exe_DEPENDENCIES)
@rm -f mp01-node1.exe$(EXEEXT)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp01-node2.exe
MANAGERS = io mp MANAGERS = io mp
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp01-node2.exe
lib_a_SOURCES = ../init.c ../task1.c ../system.h mp01_node2_exe_SOURCES = ../init.c ../task1.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp01-node2.scn dist_scn_DATA = mp01-node2.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp01-node2.doc dist_doc_DATA = mp01-node2.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp01_node2_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp01_node2_exe_OBJECTS) $(mp01_node2_exe_LDADD)
LINK_LIBS = $(mp01_node2_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp01-node2.exe$(EXEEXT): $(mp01_node2_exe_OBJECTS) $(mp01_node2_exe_DEPENDENCIES)
@rm -f mp01-node2.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp02-node1.exe
MANAGERS = io mp MANAGERS = io mp
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp02-node1.exe
lib_a_SOURCES = ../init.c ../task1.c ../system.h mp02_node1_exe_SOURCES = ../init.c ../task1.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp02-node1.scn dist_scn_DATA = mp02-node1.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp02-node1.doc dist_doc_DATA = mp02-node1.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp02_node1_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp02_node1_exe_OBJECTS) $(mp02_node1_exe_LDADD)
LINK_LIBS = $(mp02_node1_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp02-node1.exe$(EXEEXT): $(mp02_node1_exe_OBJECTS) $(mp02_node1_exe_DEPENDENCIES)
@rm -f mp02-node1.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp02-node2.exe
MANAGERS = io mp MANAGERS = io mp
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp02-node2.exe
lib_a_SOURCES = ../init.c ../task1.c ../system.h mp02_node2_exe_SOURCES = ../init.c ../task1.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp02-node2.scn dist_scn_DATA = mp02-node2.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp02-node2.doc dist_doc_DATA = mp02-node2.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp02_node2_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp02_node2_exe_OBJECTS) $(mp02_node2_exe_LDADD)
LINK_LIBS = $(mp02_node2_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp02-node2.exe$(EXEEXT): $(mp02_node2_exe_OBJECTS) $(mp02_node2_exe_DEPENDENCIES)
@rm -f mp02-node2.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp03-node1.exe
MANAGERS = io mp timer event MANAGERS = io mp timer event
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp03-node1.exe
lib_a_SOURCES = ../init.c ../task1.c ../delay.c ../system.h mp03_node1_exe_SOURCES = ../init.c ../task1.c ../delay.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp03-node1.scn dist_scn_DATA = mp03-node1.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp03-node1.doc dist_doc_DATA = mp03-node1.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp03_node1_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp03_node1_exe_OBJECTS) $(mp03_node1_exe_LDADD)
LINK_LIBS = $(mp03_node1_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp03-node1.exe$(EXEEXT): $(mp03_node1_exe_OBJECTS) $(mp03_node1_exe_DEPENDENCIES)
@rm -f mp03-node1.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp03-node2.exe
MANAGERS = io mp timer event MANAGERS = io mp timer event
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp03-node2.exe
lib_a_SOURCES = ../init.c ../delay.c ../task1.c ../system.h mp03_node2_exe_SOURCES = ../init.c ../delay.c ../task1.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp03-node2.scn dist_scn_DATA = mp03-node2.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp03-node2.doc dist_doc_DATA = mp03-node2.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp03_node2_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp03_node2_exe_OBJECTS) $(mp03_node2_exe_LDADD)
LINK_LIBS = $(mp03_node2_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp03-node2.exe$(EXEEXT): $(mp03_node2_exe_OBJECTS) $(mp03_node2_exe_DEPENDENCIES)
@rm -f mp03-node2.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp04-node1.exe
MANAGERS = io mp MANAGERS = io mp
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp04-node1.exe
lib_a_SOURCES = ../init.c ../task1.c ../system.h mp04_node1_exe_SOURCES = ../init.c ../task1.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp04-node1.scn dist_scn_DATA = mp04-node1.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp04-node1.doc dist_doc_DATA = mp04-node1.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp04_node1_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp04_node1_exe_OBJECTS) $(mp04_node1_exe_LDADD)
LINK_LIBS = $(mp04_node1_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp04-node1.exe$(EXEEXT): $(mp04_node1_exe_OBJECTS) $(mp04_node1_exe_DEPENDENCIES)
@rm -f mp04-node1.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp04-node2.exe
MANAGERS = io mp MANAGERS = io mp
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp04-node2.exe
lib_a_SOURCES = ../init.c ../task1.c ../system.h mp04_node2_exe_SOURCES = ../init.c ../task1.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp04-node2.scn dist_scn_DATA = mp04-node2.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp04-node2.doc dist_doc_DATA = mp04-node2.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp04_node2_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp04_node2_exe_OBJECTS) $(mp04_node2_exe_LDADD)
LINK_LIBS = $(mp04_node2_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp04-node2.exe$(EXEEXT): $(mp04_node2_exe_OBJECTS) $(mp04_node2_exe_DEPENDENCIES)
@rm -f mp04-node2.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp05-node1.exe
MANAGERS = io mp signal timer MANAGERS = io mp signal timer
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp05-node1.exe
lib_a_SOURCES = ../init.c ../asr.c ../task1.c ../system.h mp05_node1_exe_SOURCES = ../init.c ../asr.c ../task1.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp05-node1.scn dist_scn_DATA = mp05-node1.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp05-node1.doc dist_doc_DATA = mp05-node1.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp05_node1_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp05_node1_exe_OBJECTS) $(mp05_node1_exe_LDADD)
LINK_LIBS = $(mp05_node1_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp05-node1.exe$(EXEEXT): $(mp05_node1_exe_OBJECTS) $(mp05_node1_exe_DEPENDENCIES)
@rm -f mp05-node1.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp05-node2.exe
MANAGERS = io mp signal timer MANAGERS = io mp signal timer
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp05-node2.exe
lib_a_SOURCES = ../init.c ../asr.c ../task1.c ../system.h mp05_node2_exe_SOURCES = ../init.c ../asr.c ../task1.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp05-node2.scn dist_scn_DATA = mp05-node2.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp05-node2.doc dist_doc_DATA = mp05-node2.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp05_node2_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp05_node2_exe_OBJECTS) $(mp05_node2_exe_LDADD)
LINK_LIBS = $(mp05_node2_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp05-node2.exe$(EXEEXT): $(mp05_node2_exe_OBJECTS) $(mp05_node2_exe_DEPENDENCIES)
@rm -f mp05-node2.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp06-node1.exe
MANAGERS = io mp event timer MANAGERS = io mp event timer
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp06-node1.exe
lib_a_SOURCES = ../init.c ../task1.c ../system.h mp06_node1_exe_SOURCES = ../init.c ../task1.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp06-node1.scn dist_scn_DATA = mp06-node1.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp06-node1.doc dist_doc_DATA = mp06-node1.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp06_node1_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp06_node1_exe_OBJECTS) $(mp06_node1_exe_LDADD)
LINK_LIBS = $(mp06_node1_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp06-node1.exe$(EXEEXT): $(mp06_node1_exe_OBJECTS) $(mp06_node1_exe_DEPENDENCIES)
@rm -f mp06-node1.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp06-node2.exe
MANAGERS = io mp event timer MANAGERS = io mp event timer
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp06-node2.exe
lib_a_SOURCES = ../init.c ../task1.c ../system.h mp06_node2_exe_SOURCES = ../init.c ../task1.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp06-node2.scn dist_scn_DATA = mp06-node2.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp06-node2.doc dist_doc_DATA = mp06-node2.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp06_node2_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp06_node2_exe_OBJECTS) $(mp06_node2_exe_LDADD)
LINK_LIBS = $(mp06_node2_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp06-node2.exe$(EXEEXT): $(mp06_node2_exe_OBJECTS) $(mp06_node2_exe_DEPENDENCIES)
@rm -f mp06-node2.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp07-node1.exe
MANAGERS = io mp event timer MANAGERS = io mp event timer
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp07-node1.exe
lib_a_SOURCES = ../init.c ../task1.c ../system.h mp07_node1_exe_SOURCES = ../init.c ../task1.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp07-node1.scn dist_scn_DATA = mp07-node1.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp07-node1.doc dist_doc_DATA = mp07-node1.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp07_node1_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp07_node1_exe_OBJECTS) $(mp07_node1_exe_LDADD)
LINK_LIBS = $(mp07_node1_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp07-node1.exe$(EXEEXT): $(mp07_node1_exe_OBJECTS) $(mp07_node1_exe_DEPENDENCIES)
@rm -f mp07-node1.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp07-node2.exe
MANAGERS = io mp event timer MANAGERS = io mp event timer
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp07-node2.exe
lib_a_SOURCES = ../init.c ../task1.c ../system.h mp07_node2_exe_SOURCES = ../init.c ../task1.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp07-node2.scn dist_scn_DATA = mp07-node2.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp07-node2.doc dist_doc_DATA = mp07-node2.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp07_node2_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp07_node2_exe_OBJECTS) $(mp07_node2_exe_LDADD)
LINK_LIBS = $(mp07_node2_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp07-node2.exe$(EXEEXT): $(mp07_node2_exe_OBJECTS) $(mp07_node2_exe_DEPENDENCIES)
@rm -f mp07-node2.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp08-node1.exe
MANAGERS = io mp semaphore MANAGERS = io mp semaphore
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp08-node1.exe
lib_a_SOURCES = ../init.c ../task1.c ../system.h mp08_node1_exe_SOURCES = ../init.c ../task1.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp08-node1.scn dist_scn_DATA = mp08-node1.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp08-node1.doc dist_doc_DATA = mp08-node1.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp08_node1_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp08_node1_exe_OBJECTS) $(mp08_node1_exe_LDADD)
LINK_LIBS = $(mp08_node1_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp08-node1.exe$(EXEEXT): $(mp08_node1_exe_OBJECTS) $(mp08_node1_exe_DEPENDENCIES)
@rm -f mp08-node1.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp08-node2.exe
MANAGERS = io mp semaphore MANAGERS = io mp semaphore
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp08-node2.exe
lib_a_SOURCES = ../init.c ../task1.c ../system.h mp08_node2_exe_SOURCES = ../init.c ../task1.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp08-node2.scn dist_scn_DATA = mp08-node2.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp08-node2.doc dist_doc_DATA = mp08-node2.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp08_node2_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp08_node2_exe_OBJECTS) $(mp08_node2_exe_LDADD)
LINK_LIBS = $(mp08_node2_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp08-node2.exe$(EXEEXT): $(mp08_node2_exe_OBJECTS) $(mp08_node2_exe_DEPENDENCIES)
@rm -f mp08-node2.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp09-node1.exe
MANAGERS = io mp message MANAGERS = io mp message
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp09-node1.exe
lib_a_SOURCES = ../init.c ../task1.c ../recvmsg.c ../sendmsg.c ../system.h mp09_node1_exe_SOURCES = ../init.c ../task1.c ../recvmsg.c ../sendmsg.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp09-node1.scn dist_scn_DATA = mp09-node1.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp09-node1.doc dist_doc_DATA = mp09-node1.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp09_node1_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp09_node1_exe_OBJECTS) $(mp09_node1_exe_LDADD)
LINK_LIBS = $(mp09_node1_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp09-node1.exe$(EXEEXT): $(mp09_node1_exe_OBJECTS) $(mp09_node1_exe_DEPENDENCIES)
@rm -f mp09-node1.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp09-node2.exe
MANAGERS = io mp message MANAGERS = io mp message
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp09-node2.exe
lib_a_SOURCES = ../init.c ../task1.c ../recvmsg.c ../sendmsg.c ../system.h mp09_node2_exe_SOURCES = ../init.c ../task1.c ../recvmsg.c ../sendmsg.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp09-node2.scn dist_scn_DATA = mp09-node2.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp09-node2.doc dist_doc_DATA = mp09-node2.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp09_node2_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp09_node2_exe_OBJECTS) $(mp09_node2_exe_LDADD)
LINK_LIBS = $(mp09_node2_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp09-node2.exe$(EXEEXT): $(mp09_node2_exe_OBJECTS) $(mp09_node2_exe_DEPENDENCIES)
@rm -f mp09-node2.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp10-node1.exe
MANAGERS = io mp message semaphore MANAGERS = io mp message semaphore
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp10-node1.exe
lib_a_SOURCES = ../init.c ../task1.c ../task2.c ../task3.c ../system.h mp10_node1_exe_SOURCES = ../init.c ../task1.c ../task2.c ../task3.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp10-node1.scn dist_scn_DATA = mp10-node1.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp10-node1.doc dist_doc_DATA = mp10-node1.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp10_node1_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp10_node1_exe_OBJECTS) $(mp10_node1_exe_LDADD)
LINK_LIBS = $(mp10_node1_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp10-node1.exe$(EXEEXT): $(mp10_node1_exe_OBJECTS) $(mp10_node1_exe_DEPENDENCIES)
@rm -f mp10-node1.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp10-node2.exe
MANAGERS = io mp message semaphore MANAGERS = io mp message semaphore
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp10-node2.exe
lib_a_SOURCES = ../init.c ../task1.c ../task2.c ../task3.c ../system.h mp10_node2_exe_SOURCES = ../init.c ../task1.c ../task2.c ../task3.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp10-node2.scn dist_scn_DATA = mp10-node2.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp10-node2.doc dist_doc_DATA = mp10-node2.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp10_node2_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp10_node2_exe_OBJECTS) $(mp10_node2_exe_LDADD)
LINK_LIBS = $(mp10_node2_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp10-node2.exe$(EXEEXT): $(mp10_node2_exe_OBJECTS) $(mp10_node2_exe_DEPENDENCIES)
@rm -f mp10-node2.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp11-node1.exe
MANAGERS = io mp message partition semaphore MANAGERS = io mp message partition semaphore
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp11-node1.exe
lib_a_SOURCES = ../init.c ../system.h mp11_node1_exe_SOURCES = ../init.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp11-node1.scn dist_scn_DATA = mp11-node1.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp11-node1.doc dist_doc_DATA = mp11-node1.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp11_node1_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp11_node1_exe_OBJECTS) $(mp11_node1_exe_LDADD)
LINK_LIBS = $(mp11_node1_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp11-node1.exe$(EXEEXT): $(mp11_node1_exe_OBJECTS) $(mp11_node1_exe_DEPENDENCIES)
@rm -f mp11-node1.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp11-node2.exe
MANAGERS = io mp message partition semaphore MANAGERS = io mp message partition semaphore
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp11-node2.exe
lib_a_SOURCES = ../init.c ../system.h mp11_node2_exe_SOURCES = ../init.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp11-node2.scn dist_scn_DATA = mp11-node2.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp11-node2.doc dist_doc_DATA = mp11-node2.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp11_node2_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp11_node2_exe_OBJECTS) $(mp11_node2_exe_LDADD)
LINK_LIBS = $(mp11_node2_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp11-node2.exe$(EXEEXT): $(mp11_node2_exe_OBJECTS) $(mp11_node2_exe_DEPENDENCIES)
@rm -f mp11-node2.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp12-node1.exe
MANAGERS = io mp partition MANAGERS = io mp partition
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp12-node1.exe
lib_a_SOURCES = ../init.c ../system.h mp12_node1_exe_SOURCES = ../init.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp12-node1.scn dist_scn_DATA = mp12-node1.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp12-node1.doc dist_doc_DATA = mp12-node1.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp12_node1_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp12_node1_exe_OBJECTS) $(mp12_node1_exe_LDADD)
LINK_LIBS = $(mp12_node1_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp12-node1.exe$(EXEEXT): $(mp12_node1_exe_OBJECTS) $(mp12_node1_exe_DEPENDENCIES)
@rm -f mp12-node1.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp12-node2.exe
MANAGERS = io mp partition MANAGERS = io mp partition
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp12-node2.exe
lib_a_SOURCES = ../init.c ../system.h mp12_node2_exe_SOURCES = ../init.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp12-node2.scn dist_scn_DATA = mp12-node2.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp12-node2.doc dist_doc_DATA = mp12-node2.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp12_node2_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp12_node2_exe_OBJECTS) $(mp12_node2_exe_LDADD)
LINK_LIBS = $(mp12_node2_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp12-node2.exe$(EXEEXT): $(mp12_node2_exe_OBJECTS) $(mp12_node2_exe_DEPENDENCIES)
@rm -f mp12-node2.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp13-node1.exe
MANAGERS = io mp message semaphore MANAGERS = io mp message semaphore
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp13-node1.exe
lib_a_SOURCES = ../init.c ../task1.c ../task2.c ../system.h mp13_node1_exe_SOURCES = ../init.c ../task1.c ../task2.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp13-node1.scn dist_scn_DATA = mp13-node1.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp13-node1.doc dist_doc_DATA = mp13-node1.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp13_node1_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp13_node1_exe_OBJECTS) $(mp13_node1_exe_LDADD)
LINK_LIBS = $(mp13_node1_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp13-node1.exe$(EXEEXT): $(mp13_node1_exe_OBJECTS) $(mp13_node1_exe_DEPENDENCIES)
@rm -f mp13-node1.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,31 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp13-node2.exe
MANAGERS = io mp message semaphore MANAGERS = io mp message semaphore
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp13-node2.exe
lib_a_SOURCES = ../init.c ../task1.c ../task2.c ../system.h mp13_node2_exe_SOURCES = ../init.c ../task1.c ../task2.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp13-node2.scn dist_scn_DATA = mp13-node2.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp13-node2.doc dist_doc_DATA = mp13-node2.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp13_node2_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp13_node2_exe_OBJECTS) $(mp13_node2_exe_LDADD)
LINK_LIBS = $(mp13_node2_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp13-node2.exe$(EXEEXT): $(mp13_node2_exe_OBJECTS) $(mp13_node2_exe_DEPENDENCIES)
@rm -f mp13-node2.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,36 +2,33 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp14-node1.exe
MANAGERS = io mp event partition semaphore timer message MANAGERS = io mp event partition semaphore timer message
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp14-node1.exe
lib_a_SOURCES = ../exit.c ../init.c ../delay.c ../evtask1.c ../evtmtask.c \ mp14_node1_exe_SOURCES = ../exit.c ../init.c ../delay.c ../evtask1.c ../evtmtask.c \
../pttask1.c ../smtask1.c ../msgtask1.c ../system.h ../pttask1.c ../smtask1.c ../msgtask1.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp14-node1.scn dist_scn_DATA = mp14-node1.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp14-node1.doc dist_doc_DATA = mp14-node1.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp14_node1_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
AM_CPPFLAGS += -DMAX_LONG_TEST_DURATION=$(MAX_LONG_TEST_DURATION) AM_CPPFLAGS += -DMAX_LONG_TEST_DURATION=$(MAX_LONG_TEST_DURATION)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp14_node1_exe_OBJECTS) $(mp14_node1_exe_LDADD)
LINK_LIBS = $(mp14_node1_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp14-node1.exe$(EXEEXT): $(mp14_node1_exe_OBJECTS) $(mp14_node1_exe_DEPENDENCIES)
@rm -f mp14-node1.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,36 +2,33 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/mp14-node2.exe
MANAGERS = io mp event partition semaphore timer message MANAGERS = io mp event partition semaphore timer message
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = mp14-node2.exe
lib_a_SOURCES = ../exit.c ../init.c ../delay.c ../evtask1.c ../evtmtask.c \ mp14_node2_exe_SOURCES = ../exit.c ../init.c ../delay.c ../evtask1.c ../evtmtask.c \
../pttask1.c ../smtask1.c ../msgtask1.c ../system.h ../pttask1.c ../smtask1.c ../msgtask1.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = mp14-node2.scn dist_scn_DATA = mp14-node2.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = mp14-node2.doc dist_doc_DATA = mp14-node2.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) mp14_node2_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/.. AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
AM_CPPFLAGS += -DMAX_LONG_TEST_DURATION=$(MAX_LONG_TEST_DURATION) AM_CPPFLAGS += -DMAX_LONG_TEST_DURATION=$(MAX_LONG_TEST_DURATION)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(mp14_node2_exe_OBJECTS) $(mp14_node2_exe_LDADD)
LINK_LIBS = $(mp14_node2_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) mp14-node2.exe$(EXEEXT): $(mp14_node2_exe_OBJECTS) $(mp14_node2_exe_DEPENDENCIES)
@rm -f mp14-node2.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,30 +4,26 @@
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = psx01.exe
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h psx01_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = psx01.scn dist_scn_DATA = psx01.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx01.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) psx01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(psx01_exe_OBJECTS) $(psx01_exe_LDADD)
LINK_LIBS = $(psx01_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) psx01.exe$(EXEEXT): $(psx01_exe_OBJECTS) $(psx01_exe_DEPENDENCIES)
@rm -f psx01.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,30 +4,26 @@
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = psx02.exe
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h psx02_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = psx02.scn dist_scn_DATA = psx02.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx02.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) psx02_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(psx02_exe_OBJECTS) $(psx02_exe_LDADD)
LINK_LIBS = $(psx02_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) psx02.exe$(EXEEXT): $(psx02_exe_OBJECTS) $(psx02_exe_DEPENDENCIES)
@rm -f psx02.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,30 +4,26 @@
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = psx03.exe
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h psx03_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = psx03.scn dist_scn_DATA = psx03.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx03.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) psx03_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(psx03_exe_OBJECTS) $(psx03_exe_LDADD)
LINK_LIBS = $(psx03_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) psx03.exe$(EXEEXT): $(psx03_exe_OBJECTS) $(psx03_exe_DEPENDENCIES)
@rm -f psx03.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,30 +4,26 @@
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = psx04.exe
lib_a_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h psx04_exe_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = psx04.scn dist_scn_DATA = psx04.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx04.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) psx04_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(psx04_exe_OBJECTS) $(psx04_exe_LDADD)
LINK_LIBS = $(psx04_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) psx04.exe$(EXEEXT): $(psx04_exe_OBJECTS) $(psx04_exe_DEPENDENCIES)
@rm -f psx04.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,30 +4,26 @@
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = psx05.exe
lib_a_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h psx05_exe_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = psx05.scn dist_scn_DATA = psx05.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx05.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) psx05_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(psx05_exe_OBJECTS) $(psx05_exe_LDADD)
LINK_LIBS = $(psx05_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) psx05.exe$(EXEEXT): $(psx05_exe_OBJECTS) $(psx05_exe_DEPENDENCIES)
@rm -f psx05.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,30 +4,26 @@
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = psx06.exe
lib_a_SOURCES = init.c task.c task2.c system.h ../include/pmacros.h psx06_exe_SOURCES = init.c task.c task2.c system.h ../include/pmacros.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = psx06.scn dist_scn_DATA = psx06.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx06.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) psx06_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(psx06_exe_OBJECTS) $(psx06_exe_LDADD)
LINK_LIBS = $(psx06_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) psx06.exe$(EXEEXT): $(psx06_exe_OBJECTS) $(psx06_exe_DEPENDENCIES)
@rm -f psx06.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,30 +4,26 @@
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = psx07.exe
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h psx07_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = psx07.scn dist_scn_DATA = psx07.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx07.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) psx07_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(psx07_exe_OBJECTS) $(psx07_exe_LDADD)
LINK_LIBS = $(psx07_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) psx07.exe$(EXEEXT): $(psx07_exe_OBJECTS) $(psx07_exe_DEPENDENCIES)
@rm -f psx07.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,30 +4,26 @@
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = psx08.exe
lib_a_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h psx08_exe_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = psx08.scn dist_scn_DATA = psx08.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx08.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) psx08_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(psx08_exe_OBJECTS) $(psx08_exe_LDADD)
LINK_LIBS = $(psx08_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) psx08.exe$(EXEEXT): $(psx08_exe_OBJECTS) $(psx08_exe_DEPENDENCIES)
@rm -f psx08.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,30 +4,26 @@
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = psx09.exe
lib_a_SOURCES = init.c system.h ../include/pmacros.h psx09_exe_SOURCES = init.c system.h ../include/pmacros.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = psx09.scn dist_scn_DATA = psx09.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx09.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) psx09_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(psx09_exe_OBJECTS) $(psx09_exe_LDADD)
LINK_LIBS = $(psx09_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) psx09.exe$(EXEEXT): $(psx09_exe_OBJECTS) $(psx09_exe_DEPENDENCIES)
@rm -f psx09.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,30 +4,26 @@
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = psx10.exe
lib_a_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h psx10_exe_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = psx10.scn dist_scn_DATA = psx10.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx10.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) psx10_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(psx10_exe_OBJECTS) $(psx10_exe_LDADD)
LINK_LIBS = $(psx10_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) psx10.exe$(EXEEXT): $(psx10_exe_OBJECTS) $(psx10_exe_DEPENDENCIES)
@rm -f psx10.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,30 +4,26 @@
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = psx11.exe
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h psx11_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = psx11.scn dist_scn_DATA = psx11.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx11.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) psx11_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(psx11_exe_OBJECTS) $(psx11_exe_LDADD)
LINK_LIBS = $(psx11_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) psx11.exe$(EXEEXT): $(psx11_exe_OBJECTS) $(psx11_exe_DEPENDENCIES)
@rm -f psx11.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,30 +4,26 @@
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = psx12.exe
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h psx12_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = psx12.scn dist_scn_DATA = psx12.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx12.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) psx12_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(psx12_exe_OBJECTS) $(psx12_exe_LDADD)
LINK_LIBS = $(psx12_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) psx12.exe$(EXEEXT): $(psx12_exe_OBJECTS) $(psx12_exe_DEPENDENCIES)
@rm -f psx12.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,30 +4,26 @@
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = psx13.exe
lib_a_SOURCES = main.c test.c ../include/pmacros.h psx13_exe_SOURCES = main.c test.c ../include/pmacros.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = psx13.scn dist_scn_DATA = psx13.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx13.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) psx13_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(psx13_exe_OBJECTS) $(psx13_exe_LDADD)
LINK_LIBS = $(psx13_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) psx13.exe$(EXEEXT): $(psx13_exe_OBJECTS) $(psx13_exe_DEPENDENCIES)
@rm -f psx13.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,30 +4,26 @@
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = psxcancel.exe
lib_a_SOURCES = init.c ../include/pmacros.h psxcancel_exe_SOURCES = init.c ../include/pmacros.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = psxcancel.scn dist_scn_DATA = psxcancel.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psxcancel.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) psxcancel_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(psxcancel_exe_OBJECTS) $(psxcancel_exe_LDADD)
LINK_LIBS = $(psxcancel_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) psxcancel.exe$(EXEEXT): $(psxcancel_exe_OBJECTS) $(psxcancel_exe_DEPENDENCIES)
@rm -f psxcancel.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,30 +4,26 @@
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = psxchroot01.exe
lib_a_SOURCES = main.c test.c ../include/pmacros.h psxchroot01_exe_SOURCES = main.c test.c ../include/pmacros.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = psxchroot01.scn dist_scn_DATA = psxchroot01.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psxchroot01.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) psxchroot01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(psxchroot01_exe_OBJECTS) $(psxchroot01_exe_LDADD)
LINK_LIBS = $(psxchroot01_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) psxchroot01.exe$(EXEEXT): $(psxchroot01_exe_OBJECTS) $(psxchroot01_exe_DEPENDENCIES)
@rm -f psxchroot01.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,30 +4,26 @@
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = psxfile01.exe
lib_a_SOURCES = main.c test.c test_cat.c test_extend.c test_write.c ../include/pmacros.h psxfile01_exe_SOURCES = main.c test.c test_cat.c test_extend.c test_write.c ../include/pmacros.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = psxfile01.scn dist_scn_DATA = psxfile01.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psxfile01.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) psxfile01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(psxfile01_exe_OBJECTS) $(psxfile01_exe_LDADD)
LINK_LIBS = $(psxfile01_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) psxfile01.exe$(EXEEXT): $(psxfile01_exe_OBJECTS) $(psxfile01_exe_DEPENDENCIES)
@rm -f psxfile01.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -25,14 +25,8 @@ lib_a_SOURCES = clock01.c clock02.c clock03.c clock04.c clock05.c clock06.c \
time08.c time09.c time10.c time11.c time12.c time13.c timer01.c \ time08.c time09.c time10.c time11.c time12.c time13.c timer01.c \
timer02.c timer03.c timer04.c timer05.c timer06.c timer07.c timer02.c timer03.c timer04.c timer05.c timer06.c timer07.c
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
all-local: ${OBJS}
EXTRA_DIST =
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,30 +4,26 @@
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = psxmount.exe
lib_a_SOURCES = main.c test.c ../include/pmacros.h psxmount_exe_SOURCES = main.c test.c ../include/pmacros.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = psxmount.scn dist_scn_DATA = psxmount.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psxmount.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) psxmount_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(psxmount_exe_OBJECTS) $(psxmount_exe_LDADD)
LINK_LIBS = $(psxmount_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) psxmount.exe$(EXEEXT): $(psxmount_exe_OBJECTS) $(psxmount_exe_DEPENDENCIES)
@rm -f psxmount.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,30 +4,26 @@
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = psxmsgq01.exe
lib_a_SOURCES = init.c system.h ../include/pmacros.h psxmsgq01_exe_SOURCES = init.c system.h ../include/pmacros.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = psxmsgq01.scn dist_scn_DATA = psxmsgq01.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psxmsgq01.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) psxmsgq01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(psxmsgq01_exe_OBJECTS) $(psxmsgq01_exe_LDADD)
LINK_LIBS = $(psxmsgq01_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) psxmsgq01.exe$(EXEEXT): $(psxmsgq01_exe_OBJECTS) $(psxmsgq01_exe_DEPENDENCIES)
@rm -f psxmsgq01.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,30 +4,26 @@
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = psxreaddir.exe
lib_a_SOURCES = main.c test.c ../include/pmacros.h psxreaddir_exe_SOURCES = main.c test.c ../include/pmacros.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = psxreaddir.scn dist_scn_DATA = psxreaddir.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psxreaddir.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) psxreaddir_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(psxreaddir_exe_OBJECTS) $(psxreaddir_exe_LDADD)
LINK_LIBS = $(psxreaddir_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) psxreaddir.exe$(EXEEXT): $(psxreaddir_exe_OBJECTS) $(psxreaddir_exe_DEPENDENCIES)
@rm -f psxreaddir.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,30 +4,26 @@
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = psxsem01.exe
lib_a_SOURCES = init.c system.h ../include/pmacros.h psxsem01_exe_SOURCES = init.c system.h ../include/pmacros.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = psxsem01.scn dist_scn_DATA = psxsem01.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psxsem01.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) psxsem01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(psxsem01_exe_OBJECTS) $(psxsem01_exe_LDADD)
LINK_LIBS = $(psxsem01_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) psxsem01.exe$(EXEEXT): $(psxsem01_exe_OBJECTS) $(psxsem01_exe_DEPENDENCIES)
@rm -f psxsem01.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,30 +4,26 @@
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = psxstat.exe
lib_a_SOURCES = main.c test.c ../include/pmacros.h psxstat_exe_SOURCES = main.c test.c ../include/pmacros.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = psxstat.scn dist_scn_DATA = psxstat.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psxstat.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) psxstat_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(psxstat_exe_OBJECTS) $(psxstat_exe_LDADD)
LINK_LIBS = $(psxstat_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) psxstat.exe$(EXEEXT): $(psxstat_exe_OBJECTS) $(psxstat_exe_DEPENDENCIES)
@rm -f psxstat.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,28 +4,25 @@
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = psxtime.exe
lib_a_SOURCES = main.c test.c psxtime_exe_SOURCES = main.c test.c
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = psxtime.scn dist_scn_DATA = psxtime.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psxtime.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) psxtime_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(psxtime_exe_OBJECTS) $(psxtime_exe_LDADD)
LINK_LIBS = $(psxtime_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) psxtime.exe$(EXEEXT): $(psxtime_exe_OBJECTS) $(psxtime_exe_DEPENDENCIES)
@rm -f psxtime.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,30 +4,26 @@
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = psxtimer.exe
lib_a_SOURCES = psxtimer.c system.h ../include/pmacros.h psxtimer_exe_SOURCES = psxtimer.c system.h ../include/pmacros.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = psxtimer.scn dist_scn_DATA = psxtimer.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psxtimer.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) psxtimer_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(psxtimer_exe_OBJECTS) $(psxtimer_exe_LDADD)
LINK_LIBS = $(psxtimer_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) psxtimer.exe$(EXEEXT): $(psxtimer_exe_OBJECTS) $(psxtimer_exe_DEPENDENCIES)
@rm -f psxtimer.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,32 +2,29 @@
## $Id$ ## $Id$
## ##
PGM = ${ARCH}/base_mp-node1.exe
MANAGERS = io mp MANAGERS = io mp
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = base_mp-node1.exe
lib_a_SOURCES = ../init.c ../apptask.c ../system.h base_mp_node1_exe_SOURCES = ../init.c ../apptask.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = base_mp-node1.scn dist_scn_DATA = base_mp-node1.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = base_mp-node1.doc dist_doc_DATA = base_mp-node1.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) base_mp_node1_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=1 -I. AM_CPPFLAGS += -DNODE_NUMBER=1 -I.
tests_SCRIPTS = $(PGM) LINK_OBJS = $(base_mp_node1_exe_OBJECTS) $(base_mp_node1_exe_LDADD)
LINK_LIBS = $(base_mp_node1_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) base_mp-node1.exe$(EXEEXT): $(base_mp_node1_exe_OBJECTS) $(base_mp_node1_exe_DEPENDENCIES)
@rm -f base_mp-node1.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,32 +2,29 @@
## $Id$ ## $Id$
## ##
PGM = ${ARCH}/base_mp-node2.exe
MANAGERS = io mp MANAGERS = io mp
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = base_mp-node2.exe
lib_a_SOURCES = ../init.c ../apptask.c ../system.h base_mp_node2_exe_SOURCES = ../init.c ../apptask.c ../system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = base_mp-node2.scn dist_scn_DATA = base_mp-node2.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = base_mp-node2.doc dist_doc_DATA = base_mp-node2.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) base_mp_node2_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=2 -I. AM_CPPFLAGS += -DNODE_NUMBER=2 -I.
tests_SCRIPTS = $(PGM) LINK_OBJS = $(base_mp_node2_exe_OBJECTS) $(base_mp_node2_exe_LDADD)
LINK_LIBS = $(base_mp_node2_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) base_mp-node2.exe$(EXEEXT): $(base_mp_node2_exe_OBJECTS) $(base_mp_node2_exe_DEPENDENCIES)
@rm -f base_mp-node2.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,30 +2,27 @@
## $Id$ ## $Id$
## ##
PGM = ${ARCH}/base_sp.exe
MANAGERS = io MANAGERS = io
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = base_sp.exe
lib_a_SOURCES = init.c apptask.c system.h base_sp_exe_SOURCES = init.c apptask.c system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = base_sp.scn dist_scn_DATA = base_sp.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = base_sp.doc dist_doc_DATA = base_sp.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) base_sp_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
tests_SCRIPTS = $(PGM) LINK_OBJS = $(base_sp_exe_OBJECTS) $(base_sp_exe_LDADD)
LINK_LIBS = $(base_sp_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) base_sp.exe$(EXEEXT): $(base_sp_exe_OBJECTS) $(base_sp_exe_DEPENDENCIES)
@rm -f base_sp.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,32 +2,30 @@
## $Id$ ## $Id$
## ##
PGM = ${ARCH}/cdtest.exe
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = cdtest.exe
lib_a_SOURCES = init.c main.cc system.h cdtest_exe_SOURCES = init.c main.cc system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = cdtest.scn dist_scn_DATA = cdtest.scn
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) cdtest_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
# AM_CPPFLAGS += -DRTEMS_TEST_IO_STREAM # AM_CPPFLAGS += -DRTEMS_TEST_IO_STREAM
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(cdtest_exe_OBJECTS) $(cdtest_exe_LDADD)
LINK_LIBS = $(cdtest_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) cdtest.exe$(EXEEXT): $(cdtest_exe_OBJECTS) $(cdtest_exe_DEPENDENCIES)
@rm -f cdtest.exe$(EXEEXT)
$(make-exe)
$(make-cxx-exe) $(make-cxx-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,18 +2,14 @@
## Makefile.am,v 1.9 2002/08/11 05:18:59 ralf Exp ## Makefile.am,v 1.9 2002/08/11 05:18:59 ralf Exp
## ##
MANAGERS = io message semaphore MANAGERS = io message semaphore
if LIBCHIP if LIBCHIP
PGM = ${ARCH}/fileio.exe
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = fileio.exe
lib_a_SOURCES = init.c system.h fileio_exe_SOURCES = init.c system.h
OBJS = $(lib_a_OBJECTS)
testsdir = $(libdir)/tests docdir = $(rtems_testsdir)
docdir = $(testsdir)
dist_doc_DATA = fileio.doc dist_doc_DATA = fileio.doc
endif endif
@@ -21,13 +17,14 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
if LIBCHIP if LIBCHIP
$(PGM): ${ARCH}/$(dirstamp) fileio_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
tests_SCRIPTS = $(PGM) LINK_OBJS = $(fileio_exe_OBJECTS) $(fileio_exe_LDADD)
LINK_LIBS = $(fileio_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) fileio.exe$(EXEEXT): $(fileio_exe_OBJECTS) $(fileio_exe_DEPENDENCIES)
@rm -f fileio.exe$(EXEEXT)
$(make-exe) $(make-exe)
endif endif

View File

@@ -2,30 +2,27 @@
## $Id$ ## $Id$
## ##
PGM = ${ARCH}/hello.exe
MANAGERS = io MANAGERS = io
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = hello.exe
lib_a_SOURCES = init.c system.h hello_exe_SOURCES = init.c system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = hello.scn dist_scn_DATA = hello.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = hello.doc dist_doc_DATA = hello.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) hello_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
tests_SCRIPTS = $(PGM) LINK_OBJS = $(hello_exe_OBJECTS) $(hello_exe_LDADD)
LINK_LIBS = $(hello_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) hello.exe$(EXEEXT): $(hello_exe_OBJECTS) $(hello_exe_DEPENDENCIES)
@rm -f hello.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,30 +2,28 @@
## $Id$ ## $Id$
## ##
PGM = ${ARCH}/iostream.exe
MANAGERS = io MANAGERS = io
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = iostream.exe
lib_a_SOURCES = init.cc system.h iostream_exe_SOURCES = init.cc system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = iostream.scn dist_scn_DATA = iostream.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = iostream.doc dist_doc_DATA = iostream.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) iostream_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
tests_SCRIPTS = $(PGM) LINK_OBJS = $(iostream_exe_OBJECTS) $(iostream_exe_LDADD)
LINK_LIBS = $(iostream_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) iostream.exe$(EXEEXT): $(iostream_exe_OBJECTS) $(iostream_exe_DEPENDENCIES)
@rm -f iostream.exe$(EXEEXT)
$(make-exe)
$(make-cxx-exe) $(make-cxx-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,28 +2,25 @@
## $Id$ ## $Id$
## ##
PGM = ${ARCH}/loopback.exe
MANAGERS = io event MANAGERS = io event
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = loopback.exe
lib_a_SOURCES = init.c loopback_exe_SOURCES = init.c
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = loopback.scn dist_scn_DATA = loopback.scn
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) loopback_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
tests_SCRIPTS = $(PGM) LINK_OBJS = $(loopback_exe_OBJECTS) $(loopback_exe_LDADD)
LINK_LIBS = $(loopback_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) loopback.exe$(EXEEXT): $(loopback_exe_OBJECTS) $(loopback_exe_DEPENDENCIES)
@rm -f loopback.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,32 +2,29 @@
## $Id$ ## $Id$
## ##
PGM = ${ARCH}/minimum.exe
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = minimum.exe
lib_a_SOURCES = init.c minimum_exe_SOURCES = init.c
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = minimum.scn dist_scn_DATA = minimum.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = minimum.doc dist_doc_DATA = minimum.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) minimum_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
# This test should not be executed # This test should not be executed
tests_SCRIPTS = $(PGM) LINK_OBJS = $(minimum_exe_OBJECTS) $(minimum_exe_LDADD)
LINK_LIBS = $(minimum_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) minimum.exe$(EXEEXT): $(minimum_exe_OBJECTS) $(minimum_exe_DEPENDENCIES)
@rm -f minimum.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,34 +2,30 @@
## $Id$ ## $Id$
## ##
PGM = ${ARCH}/paranoia.exe
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = paranoia.exe
lib_a_SOURCES = init.c paranoia.c system.h paranoia_exe_SOURCES = init.c paranoia.c system.h
testsdir = $(libdir)/tests docdir = $(rtems_testsdir)
docdir = $(testsdir)
dist_doc_DATA = paranoia.doc dist_doc_DATA = paranoia.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
paranoia_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
$(PGM): ${ARCH}/$(dirstamp)
# -DCYGNUS turns on more verbose msgs # -DCYGNUS turns on more verbose msgs
AM_CPPFLAGS += -DNOSIGNAL -DCYGNUS -DNOMAIN AM_CPPFLAGS += -DNOSIGNAL -DCYGNUS -DNOMAIN
LD_LIBS = -lm paranoia_exe_LDLIBS = -lm
tests_SCRIPTS = $(PGM) LINK_OBJS = $(paranoia_exe_OBJECTS) $(paranoia_exe_LDADD)
LINK_LIBS = $(paranoia_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) paranoia.exe$(EXEEXT): $(paranoia_exe_OBJECTS) $(paranoia_exe_DEPENDENCIES)
@rm -f paranoia.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,28 +2,24 @@
## $Id$ ## $Id$
## ##
PGM = ${ARCH}/pppd.exe
MANAGERS = io event semaphore MANAGERS = io event semaphore
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = pppd.exe
lib_a_SOURCES = init.c pppdapp.c netconfig.h system.h pppd_exe_SOURCES = init.c pppdapp.c netconfig.h system.h
OBJS = $(lib_a_OBJECTS)
testsdir = $(libdir)/tests
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) pppd_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
LD_LIBS = -lpppd pppd_exe_LDLIBS = -lpppd
tests_SCRIPTS = $(PGM) LINK_OBJS = $(pppd_exe_OBJECTS) $(pppd_exe_LDADD)
LINK_LIBS = $(pppd_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) pppd.exe$(EXEEXT): $(pppd_exe_OBJECTS) $(pppd_exe_DEPENDENCIES)
@rm -f pppd.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,30 +2,27 @@
## $Id$ ## $Id$
## ##
PGM = ${ARCH}/ticker.exe
MANAGERS = io MANAGERS = io
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = ticker.exe
lib_a_SOURCES = init.c tasks.c system.h ticker_exe_SOURCES = init.c tasks.c system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = ticker.scn dist_scn_DATA = ticker.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = ticker.doc dist_doc_DATA = ticker.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) ticker_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
tests_SCRIPTS = $(PGM) LINK_OBJS = $(ticker_exe_OBJECTS) $(ticker_exe_LDADD)
LINK_LIBS = $(ticker_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) ticker.exe$(EXEEXT): $(ticker_exe_OBJECTS) $(ticker_exe_DEPENDENCIES)
@rm -f ticker.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -2,30 +2,27 @@
## $Id$ ## $Id$
## ##
PGM = ${ARCH}/unlimited.exe
MANAGERS = io event MANAGERS = io event
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = unlimited.exe
lib_a_SOURCES = init.c test1.c test2.c test3.c system.h unlimited_exe_SOURCES = init.c test1.c test2.c test3.c system.h
testsdir = $(libdir)/tests scndir = $(rtems_testsdir)
scndir = $(testsdir)
dist_scn_DATA = unlimited.scn dist_scn_DATA = unlimited.scn
docdir = $(testsdir) docdir = $(rtems_testsdir)
dist_doc_DATA = unlimited.doc dist_doc_DATA = unlimited.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) unlimited_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
tests_SCRIPTS = $(PGM) LINK_OBJS = $(unlimited_exe_OBJECTS) $(unlimited_exe_LDADD)
LINK_LIBS = $(unlimited_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) unlimited.exe$(EXEEXT): $(unlimited_exe_OBJECTS) $(unlimited_exe_DEPENDENCIES)
@rm -f unlimited.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,30 +4,27 @@
MANAGERS = all MANAGERS = all
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = tmitronsem01.exe
lib_a_SOURCES = init.c system.h tmitronsem01_exe_SOURCES = init.c system.h
testsdir = $(libdir)/tests docdir = $(rtems_testsdir)
docdir = $(testsdir)
dist_doc_DATA = tmitronsem01.doc dist_doc_DATA = tmitronsem01.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tmitronsem01.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) tmitronsem01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@ OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(tmitronsem01_exe_OBJECTS) $(tmitronsem01_exe_LDADD)
LINK_LIBS = $(tmitronsem01_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) tmitronsem01.exe$(EXEEXT): $(tmitronsem01_exe_OBJECTS) $(tmitronsem01_exe_DEPENDENCIES)
@rm -f tmitronsem01.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,30 +4,27 @@
MANAGERS = io semaphore MANAGERS = io semaphore
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = tm01.exe
lib_a_SOURCES = task1.c system.h ../include/timesys.h tm01_exe_SOURCES = task1.c system.h ../include/timesys.h
testsdir = $(libdir)/tests docdir = $(rtems_testsdir)
docdir = $(testsdir)
dist_doc_DATA = tm01.doc dist_doc_DATA = tm01.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm01.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) tm01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@ OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(tm01_exe_OBJECTS) $(tm01_exe_LDADD)
LINK_LIBS = $(tm01_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) tm01.exe$(EXEEXT): $(tm01_exe_OBJECTS) $(tm01_exe_DEPENDENCIES)
@rm -f tm01.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,31 +4,27 @@
MANAGERS = io semaphore MANAGERS = io semaphore
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = tm02.exe
lib_a_SOURCES = task1.c system.h ../include/timesys.h tm02_exe_SOURCES = task1.c system.h ../include/timesys.h
testsdir = $(libdir)/tests docdir = $(rtems_testsdir)
docdir = $(testsdir)
dist_doc_DATA = tm02.doc dist_doc_DATA = tm02.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm02.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) tm02_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@ OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(tm02_exe_OBJECTS) $(tm02_exe_LDADD)
LINK_LIBS = $(tm02_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) tm02.exe$(EXEEXT): $(tm02_exe_OBJECTS) $(tm02_exe_DEPENDENCIES)
@rm -f tm02.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,31 +4,27 @@
MANAGERS = io semaphore MANAGERS = io semaphore
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = tm03.exe
lib_a_SOURCES = task1.c system.h ../include/timesys.h tm03_exe_SOURCES = task1.c system.h ../include/timesys.h
testsdir = $(libdir)/tests docdir = $(rtems_testsdir)
docdir = $(testsdir)
dist_doc_DATA = tm03.doc dist_doc_DATA = tm03.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm03.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) tm03_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@ OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(tm03_exe_OBJECTS) $(tm03_exe_LDADD)
LINK_LIBS = $(tm03_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) tm03.exe$(EXEEXT): $(tm03_exe_OBJECTS) $(tm03_exe_DEPENDENCIES)
@rm -f tm03.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,31 +4,27 @@
MANAGERS = io semaphore MANAGERS = io semaphore
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = tm04.exe
lib_a_SOURCES = task1.c system.h ../include/timesys.h tm04_exe_SOURCES = task1.c system.h ../include/timesys.h
testsdir = $(libdir)/tests docdir = $(rtems_testsdir)
docdir = $(testsdir)
dist_doc_DATA = tm04.doc dist_doc_DATA = tm04.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm04.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) tm04_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@ OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(tm04_exe_OBJECTS) $(tm04_exe_LDADD)
LINK_LIBS = $(tm04_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) tm04.exe$(EXEEXT): $(tm04_exe_OBJECTS) $(tm04_exe_DEPENDENCIES)
@rm -f tm04.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,31 +4,27 @@
MANAGERS = io MANAGERS = io
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = tm05.exe
lib_a_SOURCES = task1.c system.h ../include/timesys.h tm05_exe_SOURCES = task1.c system.h ../include/timesys.h
testsdir = $(libdir)/tests docdir = $(rtems_testsdir)
docdir = $(testsdir)
dist_doc_DATA = tm05.doc dist_doc_DATA = tm05.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm05.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) tm05_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@ OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(tm05_exe_OBJECTS) $(tm05_exe_LDADD)
LINK_LIBS = $(tm05_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) tm05.exe$(EXEEXT): $(tm05_exe_OBJECTS) $(tm05_exe_DEPENDENCIES)
@rm -f tm05.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,31 +4,27 @@
MANAGERS = io MANAGERS = io
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = tm06.exe
lib_a_SOURCES = task1.c system.h ../include/timesys.h tm06_exe_SOURCES = task1.c system.h ../include/timesys.h
testsdir = $(libdir)/tests docdir = $(rtems_testsdir)
docdir = $(testsdir)
dist_doc_DATA = tm06.doc dist_doc_DATA = tm06.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm06.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) tm06_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@ OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(tm06_exe_OBJECTS) $(tm06_exe_LDADD)
LINK_LIBS = $(tm06_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) tm06.exe$(EXEEXT): $(tm06_exe_OBJECTS) $(tm06_exe_DEPENDENCIES)
@rm -f tm06.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,31 +4,27 @@
MANAGERS = io MANAGERS = io
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = tm07.exe
lib_a_SOURCES = task1.c system.h ../include/timesys.h tm07_exe_SOURCES = task1.c system.h ../include/timesys.h
testsdir = $(libdir)/tests docdir = $(rtems_testsdir)
docdir = $(testsdir)
dist_doc_DATA = tm07.doc dist_doc_DATA = tm07.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm07.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) tm07_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@ OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(tm07_exe_OBJECTS) $(tm07_exe_LDADD)
LINK_LIBS = $(tm07_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) tm07.exe$(EXEEXT): $(tm07_exe_OBJECTS) $(tm07_exe_DEPENDENCIES)
@rm -f tm07.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,31 +4,27 @@
MANAGERS = io MANAGERS = io
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = tm08.exe
lib_a_SOURCES = task1.c system.h ../include/timesys.h tm08_exe_SOURCES = task1.c system.h ../include/timesys.h
testsdir = $(libdir)/tests docdir = $(rtems_testsdir)
docdir = $(testsdir)
dist_doc_DATA = tm08.doc dist_doc_DATA = tm08.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm08.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) tm08_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@ OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(tm08_exe_OBJECTS) $(tm08_exe_LDADD)
LINK_LIBS = $(tm08_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) tm08.exe$(EXEEXT): $(tm08_exe_OBJECTS) $(tm08_exe_DEPENDENCIES)
@rm -f tm08.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,31 +4,27 @@
MANAGERS = io message MANAGERS = io message
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = tm09.exe
lib_a_SOURCES = task1.c system.h ../include/timesys.h tm09_exe_SOURCES = task1.c system.h ../include/timesys.h
testsdir = $(libdir)/tests docdir = $(rtems_testsdir)
docdir = $(testsdir)
dist_doc_DATA = tm09.doc dist_doc_DATA = tm09.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm09.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) tm09_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@ OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(tm09_exe_OBJECTS) $(tm09_exe_LDADD)
LINK_LIBS = $(tm09_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) tm09.exe$(EXEEXT): $(tm09_exe_OBJECTS) $(tm09_exe_DEPENDENCIES)
@rm -f tm09.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,31 +4,27 @@
MANAGERS = io message MANAGERS = io message
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = tm10.exe
lib_a_SOURCES = task1.c system.h ../include/timesys.h tm10_exe_SOURCES = task1.c system.h ../include/timesys.h
testsdir = $(libdir)/tests docdir = $(rtems_testsdir)
docdir = $(testsdir)
dist_doc_DATA = tm10.doc dist_doc_DATA = tm10.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm10.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) tm10_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@ OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(tm10_exe_OBJECTS) $(tm10_exe_LDADD)
LINK_LIBS = $(tm10_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) tm10.exe$(EXEEXT): $(tm10_exe_OBJECTS) $(tm10_exe_DEPENDENCIES)
@rm -f tm10.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,31 +4,27 @@
MANAGERS = io message MANAGERS = io message
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = tm11.exe
lib_a_SOURCES = task1.c system.h ../include/timesys.h tm11_exe_SOURCES = task1.c system.h ../include/timesys.h
testsdir = $(libdir)/tests docdir = $(rtems_testsdir)
docdir = $(testsdir)
dist_doc_DATA = tm11.doc dist_doc_DATA = tm11.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm11.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) tm11_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@ OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(tm11_exe_OBJECTS) $(tm11_exe_LDADD)
LINK_LIBS = $(tm11_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) tm11.exe$(EXEEXT): $(tm11_exe_OBJECTS) $(tm11_exe_DEPENDENCIES)
@rm -f tm11.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,31 +4,27 @@
MANAGERS = io message MANAGERS = io message
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = tm12.exe
lib_a_SOURCES = task1.c system.h ../include/timesys.h tm12_exe_SOURCES = task1.c system.h ../include/timesys.h
testsdir = $(libdir)/tests docdir = $(rtems_testsdir)
docdir = $(testsdir)
dist_doc_DATA = tm12.doc dist_doc_DATA = tm12.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm12.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) tm12_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@ OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(tm12_exe_OBJECTS) $(tm12_exe_LDADD)
LINK_LIBS = $(tm12_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) tm12.exe$(EXEEXT): $(tm12_exe_OBJECTS) $(tm12_exe_DEPENDENCIES)
@rm -f tm12.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,31 +4,27 @@
MANAGERS = io message MANAGERS = io message
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = tm13.exe
lib_a_SOURCES = task1.c system.h ../include/timesys.h tm13_exe_SOURCES = task1.c system.h ../include/timesys.h
testsdir = $(libdir)/tests docdir = $(rtems_testsdir)
docdir = $(testsdir)
dist_doc_DATA = tm13.doc dist_doc_DATA = tm13.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm13.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) tm13_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@ OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(tm13_exe_OBJECTS) $(tm13_exe_LDADD)
LINK_LIBS = $(tm13_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) tm13.exe$(EXEEXT): $(tm13_exe_OBJECTS) $(tm13_exe_DEPENDENCIES)
@rm -f tm13.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,31 +4,27 @@
MANAGERS = io message MANAGERS = io message
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = tm14.exe
lib_a_SOURCES = task1.c system.h ../include/timesys.h tm14_exe_SOURCES = task1.c system.h ../include/timesys.h
testsdir = $(libdir)/tests docdir = $(rtems_testsdir)
docdir = $(testsdir)
dist_doc_DATA = tm14.doc dist_doc_DATA = tm14.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm14.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) tm14_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@ OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(tm14_exe_OBJECTS) $(tm14_exe_LDADD)
LINK_LIBS = $(tm14_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) tm14.exe$(EXEEXT): $(tm14_exe_OBJECTS) $(tm14_exe_DEPENDENCIES)
@rm -f tm14.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,31 +4,27 @@
MANAGERS = io event MANAGERS = io event
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = tm15.exe
lib_a_SOURCES = task1.c system.h ../include/timesys.h tm15_exe_SOURCES = task1.c system.h ../include/timesys.h
testsdir = $(libdir)/tests docdir = $(rtems_testsdir)
docdir = $(testsdir)
dist_doc_DATA = tm15.doc dist_doc_DATA = tm15.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm15.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) tm15_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@ OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(tm15_exe_OBJECTS) $(tm15_exe_LDADD)
LINK_LIBS = $(tm15_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) tm15.exe$(EXEEXT): $(tm15_exe_OBJECTS) $(tm15_exe_DEPENDENCIES)
@rm -f tm15.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,31 +4,27 @@
MANAGERS = io event MANAGERS = io event
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = tm16.exe
lib_a_SOURCES = task1.c system.h ../include/timesys.h tm16_exe_SOURCES = task1.c system.h ../include/timesys.h
testsdir = $(libdir)/tests docdir = $(rtems_testsdir)
docdir = $(testsdir)
dist_doc_DATA = tm16.doc dist_doc_DATA = tm16.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm16.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) tm16_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@ OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(tm16_exe_OBJECTS) $(tm16_exe_LDADD)
LINK_LIBS = $(tm16_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) tm16.exe$(EXEEXT): $(tm16_exe_OBJECTS) $(tm16_exe_DEPENDENCIES)
@rm -f tm16.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

View File

@@ -4,31 +4,27 @@
MANAGERS = io MANAGERS = io
noinst_LIBRARIES = lib.a rtems_tests_PROGRAMS = tm17.exe
lib_a_SOURCES = task1.c system.h ../include/timesys.h tm17_exe_SOURCES = task1.c system.h ../include/timesys.h
testsdir = $(libdir)/tests docdir = $(rtems_testsdir)
docdir = $(testsdir)
dist_doc_DATA = tm17.doc dist_doc_DATA = tm17.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm17.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp) tm17_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@ OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM) LINK_OBJS = $(tm17_exe_OBJECTS) $(tm17_exe_LDADD)
LINK_LIBS = $(tm17_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES) tm17.exe$(EXEEXT): $(tm17_exe_OBJECTS) $(tm17_exe_DEPENDENCIES)
@rm -f tm17.exe$(EXEEXT)
$(make-exe) $(make-exe)
include $(top_srcdir)/../automake/local.am include $(top_srcdir)/../automake/local.am

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