This commit is contained in:
Ralf Corsepius
2005-11-11 14:33:33 +00:00
parent 8601baeded
commit 3bb5d94490
115 changed files with 772 additions and 3076 deletions

View File

@@ -9,48 +9,25 @@ MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c system.h
DOCS = itronhello.doc itronhello.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = itronhello.scn
docdir = $(testsdir)
dist_doc_DATA = itronhello.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/itronhello.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
$(project_bspdir)/tests/screens/itrontests/itronhello.scn: itronhello.scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = \
$(project_bspdir)/tests/itronhello.exe \
$(project_bspdir)/tests/screens/itrontests/itronhello.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -9,48 +9,25 @@ MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c system.h
DOCS = itronmbf01.doc itronmbf01.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = itronmbf01.scn
docdir = $(testsdir)
dist_doc_DATA = itronmbf01.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/itronmbf01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
$(project_bspdir)/tests/screens/itrontests/itronmbf01.scn: itronmbf01.scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = \
$(project_bspdir)/tests/itronmbf01.exe \
$(project_bspdir)/tests/screens/itrontests/itronmbf01.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -9,48 +9,25 @@ MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c system.h
DOCS = itronmbox01.doc itronmbox01.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = itronmbox01.scn
docdir = $(testsdir)
dist_doc_DATA = itronmbox01.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/itronmbox01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
$(project_bspdir)/tests/screens/itrontests/itronmbox01.scn: itronmbox01.scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = \
$(project_bspdir)/tests/itronmbox01.exe \
$(project_bspdir)/tests/screens/itrontests/itronmbox01.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -9,48 +9,25 @@ MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c system.h
DOCS = itronsem01.doc itronsem01.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = itronsem01.scn
docdir = $(testsdir)
dist_doc_DATA = itronsem01.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/itronsem01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
$(project_bspdir)/tests/screens/itrontests/itronsem01.scn: itronsem01.scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = \
$(project_bspdir)/tests/itronsem01.exe \
$(project_bspdir)/tests/screens/itrontests/itronsem01.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -9,48 +9,25 @@ MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c system.h
DOCS = itrontask01.doc itrontask01.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = itrontask01.scn
docdir = $(testsdir)
dist_doc_DATA = itrontask01.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/itrontask01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
$(project_bspdir)/tests/screens/itrontests/itrontask01.scn: itrontask01.scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = \
$(project_bspdir)/tests/itrontask01.exe \
$(project_bspdir)/tests/screens/itrontests/itrontask01.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -9,48 +9,25 @@ MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c dormant.c system.h
DOCS = itrontask02.doc itrontask02.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = itrontask02.scn
docdir = $(testsdir)
dist_doc_DATA = itrontask02.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/itrontask02.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
$(project_bspdir)/tests/screens/itrontests/itrontask02.scn: itrontask02.scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = \
$(project_bspdir)/tests/itrontask02.exe \
$(project_bspdir)/tests/screens/itrontests/itrontask02.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -9,48 +9,25 @@ MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c preempt.c task1.c task2.c task3.c system.h
DOCS = itrontask03.doc itrontask03.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = itrontask03.scn
docdir = $(testsdir)
dist_doc_DATA = itrontask03.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/itrontask03.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
$(project_bspdir)/tests/screens/itrontests/itrontask03.scn: itrontask03.scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = \
$(project_bspdir)/tests/itrontask03.exe \
$(project_bspdir)/tests/screens/itrontests/itrontask03.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -9,48 +9,25 @@ MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c task2.c task3.c system.h
DOCS = itrontask04.doc itrontask04.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = itrontask04.scn
docdir = $(testsdir)
dist_doc_DATA = itrontask04.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/itrontask04.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
$(project_bspdir)/tests/screens/itrontests/itrontask04.scn: itrontask04.scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = \
$(project_bspdir)/tests/itrontask04.exe \
$(project_bspdir)/tests/screens/itrontests/itrontask04.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -9,48 +9,25 @@ MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c system.h
DOCS = itrontime01.doc itrontime01.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = itrontime01.scn
docdir = $(testsdir)
dist_doc_DATA = itrontime01.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/itrontime01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
$(project_bspdir)/tests/screens/itrontests/itrontime01.scn: itrontime01.scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = \
$(project_bspdir)/tests/itrontime01.exe \
$(project_bspdir)/tests/screens/itrontests/itrontime01.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,46 +2,30 @@
## $Id$
##
MANAGERS = io rate_monotonic
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c task2.c task3.c tswitch.c system.h
DOCS = cpuuse.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = cpuuse.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/cpuuse.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/cpuuse.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/cpuuse.exe
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,46 +2,30 @@
## $Id$
##
MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c system.h
DOCS = malloctest.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = malloctest.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/malloctest.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/malloctest.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/malloctest.exe
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,47 +2,29 @@
## $Id$
##
MANAGERS = dpmem event io msg mp part region sem signal timer rate_monotonic \
ext
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c system.h
DOCS = monitor.scn
testsdir = $(libdir)/tests
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/monitor.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/monitor.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/monitor.exe
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,46 +2,28 @@
## $Id$
##
MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c
DOCS =
testsdir = $(libdir)/tests
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/putenvtest.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/putenvtest.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/putenvtest.exe
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,7 +2,6 @@
## $Id$
##
MANAGERS = event io msg sem signal timer rate_monotonic
if HAS_CXX
@@ -10,9 +9,11 @@ noinst_LIBRARIES = lib.a
lib_a_SOURCES = Init.cc Task1.cc Task2.cc Task3.cc System.h
endif
DOCS = rtems++.scn rtems++.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = rtems++.scn
docdir = $(testsdir)
dist_doc_DATA = rtems++.doc
PGM = ${ARCH}/rtems++.exe
@@ -20,36 +21,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
if HAS_CXX
LD_LIBS = -lrtems++
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/rtems++.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/rtems++.exe
tests_SCRIPTS = $(PGM)
$(PGM): ${ARCH}/$(dirstamp)
LD_LIBS = -lrtems++
if HAS_CXX
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-cxx-exe)
all-local: $(TMPINSTALL_FILES)
else
all-local:
endif
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,46 +2,30 @@
## $Id$
##
MANAGERS = io rate_monotonic
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c getall.c task1.c system.h
DOCS = rtmonuse.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = rtmonuse.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/rtmonuse.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/rtmonuse.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/rtmonuse.exe
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,46 +2,30 @@
## $Id$
##
MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = blow.c init.c task1.c system.h
DOCS = stackchk.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = stackchk.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/stackchk.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/stackchk.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/stackchk.exe
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,46 +2,28 @@
## $Id$
##
MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c
DOCS =
testsdir = $(libdir)/tests
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/termios.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/termios.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/termios.exe
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,56 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
DOCS = psx01.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = psx01.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx01.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/psx01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(project_bspdir)/tests/screens/psxtests/psx01.scn: psx01.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/psx01.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx01.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,56 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
DOCS = psx02.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = psx02.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx02.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/psx02.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(project_bspdir)/tests/screens/psxtests/psx02.scn: psx02.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/psx02.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx02.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,56 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
DOCS = psx03.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = psx03.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx03.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/psx03.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(project_bspdir)/tests/screens/psxtests/psx03.scn: psx03.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/psx03.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx03.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,56 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h
DOCS = psx04.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = psx04.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx04.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/psx04.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(project_bspdir)/tests/screens/psxtests/psx04.scn: psx04.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/psx04.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx04.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,56 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h
DOCS = psx05.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = psx05.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx05.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/psx05.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(project_bspdir)/tests/screens/psxtests/psx05.scn: psx05.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/psx05.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx05.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,56 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task.c task2.c system.h ../include/pmacros.h
DOCS = psx06.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = psx06.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx06.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/psx06.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(project_bspdir)/tests/screens/psxtests/psx06.scn: psx06.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/psx06.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx06.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,56 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
DOCS = psx07.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = psx07.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx07.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/psx07.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(project_bspdir)/tests/screens/psxtests/psx07.scn: psx07.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/psx07.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx07.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,56 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h
DOCS = psx08.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = psx08.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx08.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/psx08.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(project_bspdir)/tests/screens/psxtests/psx08.scn: psx08.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/psx08.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx08.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,56 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c system.h ../include/pmacros.h
DOCS = psx09.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = psx09.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx09.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/psx09.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(project_bspdir)/tests/screens/psxtests/psx09.scn: psx09.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/psx09.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx09.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,56 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h
DOCS = psx10.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = psx10.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx10.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/psx10.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(project_bspdir)/tests/screens/psxtests/psx10.scn: psx10.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/psx10.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx10.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,56 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
DOCS = psx11.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = psx11.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx11.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/psx11.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(project_bspdir)/tests/screens/psxtests/psx11.scn: psx11.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/psx11.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx11.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,56 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
DOCS = psx12.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = psx12.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx12.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/psx12.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(project_bspdir)/tests/screens/psxtests/psx12.scn: psx12.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/psx12.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx12.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,56 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = main.c test.c ../include/pmacros.h
DOCS = psx13.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = psx13.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psx13.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/psx13.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(project_bspdir)/tests/screens/psxtests/psx13.scn: psx13.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/psx13.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx13.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,56 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c ../include/pmacros.h
DOCS = psxcancel.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = psxcancel.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psxcancel.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/psxcancel.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(project_bspdir)/tests/screens/psxtests/psxcancel.scn: psxcancel.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/psxcancel.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psxcancel.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,56 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = main.c test.c ../include/pmacros.h
DOCS = psxchroot01.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = psxchroot01.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psxchroot01.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/psxchroot01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(project_bspdir)/tests/screens/psxtests/psxchroot01.scn: psxchroot01.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/psxchroot01.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psxchroot01.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,56 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = main.c test.c test_cat.c test_extend.c test_write.c ../include/pmacros.h
DOCS = psxfile01.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = psxfile01.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psxfile01.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/psxfile01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(project_bspdir)/tests/screens/psxtests/psxfile01.scn: psxfile01.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/psxfile01.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psxfile01.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,56 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = main.c test.c ../include/pmacros.h
DOCS = psxmount.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = psxmount.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psxmount.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/psxmount.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(project_bspdir)/tests/screens/psxtests/psxmount.scn: psxmount.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/psxmount.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psxmount.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,56 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c system.h ../include/pmacros.h
DOCS = psxmsgq01.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = psxmsgq01.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psxmsgq01.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/psxmsgq01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(project_bspdir)/tests/screens/psxtests/psxmsgq01.scn: psxmsgq01.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/psxmsgq01.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psxmsgq01.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,56 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = main.c test.c ../include/pmacros.h
DOCS = psxreaddir.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = psxreaddir.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psxreaddir.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/psxreaddir.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(project_bspdir)/tests/screens/psxtests/psxreaddir.scn: psxreaddir.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/psxreaddir.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psxreaddir.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,56 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c system.h ../include/pmacros.h
DOCS = psxsem01.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = psxsem01.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psxsem01.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/psxsem01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(project_bspdir)/tests/screens/psxtests/psxsem01.scn: psxsem01.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/psxsem01.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psxsem01.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,56 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = main.c test.c ../include/pmacros.h
DOCS = psxstat.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = psxstat.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psxstat.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/psxstat.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(project_bspdir)/tests/screens/psxtests/psxstat.scn: psxstat.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/psxstat.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psxstat.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,54 +2,30 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = main.c test.c
DOCS = psxtime.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = psxtime.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psxtime.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/psxtime.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(project_bspdir)/tests/screens/psxtests/psxtime.scn: psxtime.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/psxtime.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psxtime.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,56 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = psxtimer.c system.h ../include/pmacros.h
DOCS = psxtimer.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = psxtimer.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psxtimer.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/psxtimer.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(project_bspdir)/tests/screens/psxtests/psxtimer.scn: psxtimer.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/psxtimer.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psxtimer.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -9,43 +9,23 @@ MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c apptask.c system.h
DOCS = base_sp.doc base_sp.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = base_sp.scn
docdir = $(testsdir)
dist_doc_DATA = base_sp.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/samples/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/samples
@: > $(project_bspdir)/samples/$(dirstamp)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/samples/base_sp.exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/base_sp.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/base_sp.exe
TMPINSTALL_FILES += $(project_bspdir)/samples/base_sp.exe
$(PGM): ${ARCH}/$(dirstamp)
tests_SCRIPTS = $(PGM)
all-local: $(TMPINSTALL_FILES)
${PGM}: $(OBJS) $(LINK_FILES)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -9,47 +9,25 @@ MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c main.cc system.h
DOCS = cdtest.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = cdtest.scn
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/samples/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/samples
@: > $(project_bspdir)/samples/$(dirstamp)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/samples/cdtest.exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/cdtest.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/cdtest.exe
TMPINSTALL_FILES += $(project_bspdir)/samples/cdtest.exe
$(PGM): ${ARCH}/$(dirstamp)
# AM_CPPFLAGS += -DRTEMS_TEST_IO_STREAM
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-cxx-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,52 +2,33 @@
## Makefile.am,v 1.9 2002/08/11 05:18:59 ralf Exp
##
PGM = ${ARCH}/fileio.exe
MANAGERS = io message semaphore
if LIBCHIP
PGM = ${ARCH}/fileio.exe
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c system.h
OBJS = $(lib_a_OBJECTS)
endif
DOCS = fileio.doc
testsdir = $(libdir)/tests
docdir = $(testsdir)
dist_doc_DATA = fileio.doc
endif
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/samples/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/samples
@: > $(project_bspdir)/samples/$(dirstamp)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/samples/fileio.exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/fileio.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/fileio.exe
TMPINSTALL_FILES += $(project_bspdir)/samples/fileio.exe
$(PGM): ${ARCH}/$(dirstamp)
if LIBCHIP
all-local: $(TMPINSTALL_FILES)
$(PGM): ${ARCH}/$(dirstamp)
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
endif
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -9,43 +9,23 @@ MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c system.h
DOCS = hello.doc hello.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = hello.scn
docdir = $(testsdir)
dist_doc_DATA = hello.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/samples/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/samples
@: > $(project_bspdir)/samples/$(dirstamp)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/samples/hello.exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/hello.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/hello.exe
TMPINSTALL_FILES += $(project_bspdir)/samples/hello.exe
$(PGM): ${ARCH}/$(dirstamp)
tests_SCRIPTS = $(PGM)
all-local: $(TMPINSTALL_FILES)
${PGM}: $(OBJS) $(LINK_FILES)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -9,43 +9,23 @@ MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.cc system.h
DOCS = iostream.doc iostream.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = iostream.scn
docdir = $(testsdir)
dist_doc_DATA = iostream.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/samples/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/samples
@: > $(project_bspdir)/samples/$(dirstamp)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/samples/iostream.exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/iostream.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/iostream.exe
TMPINSTALL_FILES += $(project_bspdir)/samples/iostream.exe
$(PGM): ${ARCH}/$(dirstamp)
tests_SCRIPTS = $(PGM)
all-local: $(TMPINSTALL_FILES)
${PGM}: $(OBJS) $(LINK_FILES)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-cxx-exe)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -9,43 +9,21 @@ MANAGERS = io event
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c
DOCS = loopback.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = loopback.scn
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/samples/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/samples
@: > $(project_bspdir)/samples/$(dirstamp)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/samples/loopback.exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/loopback.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/loopback.exe
TMPINSTALL_FILES += $(project_bspdir)/samples/loopback.exe
$(PGM): ${ARCH}/$(dirstamp)
tests_SCRIPTS = $(PGM)
all-local: $(TMPINSTALL_FILES)
${PGM}: $(OBJS) $(LINK_FILES)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -9,44 +9,25 @@ MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c
DOCS = minimum.doc minimum.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = minimum.scn
docdir = $(testsdir)
dist_doc_DATA = minimum.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/samples/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/samples
@: > $(project_bspdir)/samples/$(dirstamp)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/samples/minimum.exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/minimum.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/minimum.exe
TMPINSTALL_FILES += $(project_bspdir)/samples/minimum.exe
$(PGM): ${ARCH}/$(dirstamp)
all-local: $(TMPINSTALL_FILES)
# This test should not be executed
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -9,48 +9,27 @@ MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c paranoia.c system.h
DOCS = paranoia.doc
testsdir = $(libdir)/tests
docdir = $(testsdir)
dist_doc_DATA = paranoia.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/samples/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/samples
@: > $(project_bspdir)/samples/$(dirstamp)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/samples/paranoia.exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/paranoia.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/paranoia.exe
TMPINSTALL_FILES += $(project_bspdir)/samples/paranoia.exe
$(PGM): ${ARCH}/$(dirstamp)
# -DCYGNUS turns on more verbose msgs
AM_CPPFLAGS += -DNOSIGNAL -DCYGNUS -DNOMAIN
LD_LIBS = -lm
all-local: $(TMPINSTALL_FILES)
tests_SCRIPTS = $(PGM)
${PGM}: $(OBJS) $(LINK_FILES)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -11,39 +11,19 @@ lib_a_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 $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/samples/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/samples
@: > $(project_bspdir)/samples/$(dirstamp)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/samples/pppd.exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/pppd.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/pppd.exe
TMPINSTALL_FILES += $(project_bspdir)/samples/pppd.exe
$(PGM): ${ARCH}/$(dirstamp)
LD_LIBS = -lpppd
all-local: $(TMPINSTALL_FILES)
tests_SCRIPTS = $(PGM)
${PGM}: $(OBJS) $(LINK_FILES)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -9,43 +9,23 @@ MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c tasks.c system.h
DOCS = ticker.doc ticker.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = ticker.scn
docdir = $(testsdir)
dist_doc_DATA = ticker.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/samples/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/samples
@: > $(project_bspdir)/samples/$(dirstamp)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/samples/ticker.exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/ticker.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/ticker.exe
TMPINSTALL_FILES += $(project_bspdir)/samples/ticker.exe
$(PGM): ${ARCH}/$(dirstamp)
tests_SCRIPTS = $(PGM)
all-local: $(TMPINSTALL_FILES)
${PGM}: $(OBJS) $(LINK_FILES)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -9,43 +9,23 @@ MANAGERS = io event
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c test1.c test2.c test3.c system.h
DOCS = unlimited.doc unlimited.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = unlimited.scn
docdir = $(testsdir)
dist_doc_DATA = unlimited.doc
OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/samples/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/samples
@: > $(project_bspdir)/samples/$(dirstamp)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/samples/unlimited.exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/unlimited.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/unlimited.exe
TMPINSTALL_FILES += $(project_bspdir)/samples/unlimited.exe
$(PGM): ${ARCH}/$(dirstamp)
tests_SCRIPTS = $(PGM)
all-local: $(TMPINSTALL_FILES)
${PGM}: $(OBJS) $(LINK_FILES)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c system.h
DOCS = sp01.scn sp01.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp01.scn
docdir = $(testsdir)
dist_doc_DATA = sp01.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp01.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp01.scn: sp01.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp01.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp01.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c task2.c task3.c preempt.c system.h
DOCS = sp02.scn sp02.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp02.scn
docdir = $(testsdir)
dist_doc_DATA = sp02.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp02.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp02.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp02.scn: sp02.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp02.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp02.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c task2.c system.h
DOCS = sp03.scn sp03.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp03.scn
docdir = $(testsdir)
dist_doc_DATA = sp03.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp03.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp03.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp03.scn: sp03.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp03.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp03.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c task2.c task3.c tswitch.c system.h
DOCS = sp04.scn sp04.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp04.scn
docdir = $(testsdir)
dist_doc_DATA = sp04.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp04.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp04.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp04.scn: sp04.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp04.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp04.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c task2.c task3.c system.h
DOCS = sp05.scn sp05.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp05.scn
docdir = $(testsdir)
dist_doc_DATA = sp05.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp05.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp05.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp05.scn: sp05.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp05.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp05.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c task2.c task3.c system.h
DOCS = sp06.scn sp06.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp06.scn
docdir = $(testsdir)
dist_doc_DATA = sp06.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp06.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp06.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp06.scn: sp06.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp06.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp06.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,54 +2,33 @@
## $Id$
##
MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c buffered_io.c task1.c task2.c task3.c task4.c taskexit.c \
tcreate.c tdelete.c trestart.c tstart.c system.h
DOCS = sp07.scn sp07.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp07.scn
docdir = $(testsdir)
dist_doc_DATA = sp07.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp07.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp07.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp07.scn: sp07.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp07.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp07.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c system.h
DOCS = sp08.scn sp08.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp08.scn
docdir = $(testsdir)
dist_doc_DATA = sp08.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp08.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp08.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp08.scn: sp08.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp08.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp08.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,7 +2,6 @@
## $Id$
##
MANAGERS = io message dual_ported_memory event multi_processor region \
semaphore signal rate_monotonic timer partition
@@ -12,47 +11,27 @@ lib_a_SOURCES = init.c delay.c isr.c screen01.c screen02.c screen03.c screen04.c
screen11.c screen12.c screen13.c screen14.c task1.c task2.c task3.c \
task4.c system.h
DOCS = sp09.scn sp09.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp09.scn
docdir = $(testsdir)
dist_doc_DATA = sp09.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp09.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp09.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp09.scn: sp09.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp09.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp09.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = io event timer
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c task2.c timer.c system.h
DOCS = sp11.scn sp11.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp11.scn
docdir = $(testsdir)
dist_doc_DATA = sp11.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp11.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp11.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp11.scn: sp11.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp11.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp11.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,54 +2,33 @@
## $Id$
##
MANAGERS = io semaphore
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c task2.c task3.c task4.c task5.c pridrv.c \
pritask.c system.h
DOCS = sp12.scn sp12.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp12.scn
docdir = $(testsdir)
dist_doc_DATA = sp12.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp12.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp12.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp12.scn: sp12.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp12.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp12.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = io message
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c fillbuff.c putbuff.c task1.c task2.c task3.c system.h
DOCS = sp13.scn sp13.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp13.scn
docdir = $(testsdir)
dist_doc_DATA = sp13.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp13.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp13.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp13.scn: sp13.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp13.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp13.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = io signal timer
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c asr.c task1.c task2.c system.h
DOCS = sp14.scn sp14.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp14.scn
docdir = $(testsdir)
dist_doc_DATA = sp14.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp14.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp14.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp14.scn: sp14.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp14.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp14.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = io partition
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c system.h
DOCS = sp15.scn sp15.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp15.scn
docdir = $(testsdir)
dist_doc_DATA = sp15.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp15.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp15.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp15.scn: sp15.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp15.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp15.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = io region
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c task2.c task3.c task4.c task5.c system.h
DOCS = sp16.scn sp16.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp16.scn
docdir = $(testsdir)
dist_doc_DATA = sp16.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp16.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp16.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp16.scn: sp16.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp16.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp16.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = io signal
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c asr.c task1.c task2.c system.h
DOCS = sp17.scn sp17.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp17.scn
docdir = $(testsdir)
dist_doc_DATA = sp17.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp17.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp17.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp17.scn: sp17.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp17.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp17.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c first.c fptask.c task1.c system.h fptest.h inttest.h
DOCS = sp19.scn sp19.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp19.scn
docdir = $(testsdir)
dist_doc_DATA = sp19.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp19.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp19.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp19.scn: sp19.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp19.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp19.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = io rate_monotonic
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c getall.c task1.c system.h
DOCS = sp20.scn sp20.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp20.scn
docdir = $(testsdir)
dist_doc_DATA = sp20.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp20.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp20.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp20.scn: sp20.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp20.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp20.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c system.h
DOCS = sp21.scn sp21.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp21.scn
docdir = $(testsdir)
dist_doc_DATA = sp21.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp21.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp21.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp21.scn: sp21.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp21.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp21.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = io timer
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c prtime.c delay.c task1.c system.h
DOCS = sp22.scn sp22.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp22.scn
docdir = $(testsdir)
dist_doc_DATA = sp22.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp22.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp22.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp22.scn: sp22.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp22.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp22.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = io dual_ported_memory
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c system.h
DOCS = sp23.scn sp23.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp23.scn
docdir = $(testsdir)
dist_doc_DATA = sp23.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp23.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp23.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp23.scn: sp23.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp23.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp23.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = io event timer
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c resume.c task1.c system.h
DOCS = sp24.scn sp24.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp24.scn
docdir = $(testsdir)
dist_doc_DATA = sp24.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp24.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp24.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp24.scn: sp24.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp24.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp24.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = io region
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c system.h
DOCS = sp25.scn sp25.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp25.scn
docdir = $(testsdir)
dist_doc_DATA = sp25.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp25.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp25.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp25.scn: sp25.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp25.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp25.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = io region event
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c system.h
DOCS = sp26.scn sp26.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp26.scn
docdir = $(testsdir)
dist_doc_DATA = sp26.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp26.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp26.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp26.scn: sp26.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp26.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp26.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,51 +2,30 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c
DOCS = sp27.doc sp27.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp27.scn
docdir = $(testsdir)
dist_doc_DATA = sp27.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp27.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp27.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp27.scn: sp27.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp27.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp27.scn
$(PGM): ${ARCH}/$(dirstamp)
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c
DOCS = sp28.doc sp28.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp28.scn
docdir = $(testsdir)
dist_doc_DATA = sp28.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp28.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp28.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp28.scn: sp28.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp28.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp28.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c
DOCS = sp29.doc sp29.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp29.scn
docdir = $(testsdir)
dist_doc_DATA = sp29.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp29.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp29.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp29.scn: sp29.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp29.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp29.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,13 +2,16 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c resume.c task1.c system.h
DOCS = sp30.doc sp30.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp30.scn
docdir = $(testsdir)
dist_doc_DATA = sp30.doc
OBJS = $(lib_a_OBJECTS)
@@ -18,36 +21,13 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp30.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp30.scn: sp30.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp30.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp30.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = delay.c init.c prtime.c task1.c system.h
DOCS = sp31.doc sp31.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp31.scn
docdir = $(testsdir)
dist_doc_DATA = sp31.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp31.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp31.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp31.scn: sp31.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp31.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp31.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,30 @@
## $Id$
##
MANAGERS = io rate_monotonic
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c
DOCS = sp32.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = sp32.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/sp32.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/sp32.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/sp32.scn: sp32.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/sp32.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp32.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,53 +2,32 @@
## $Id$
##
MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c puterr.c fatal.c task1.c system.h
DOCS = spfatal.scn spfatal.doc
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = spfatal.scn
docdir = $(testsdir)
dist_doc_DATA = spfatal.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/spfatal.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/spfatal.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/spfatal.scn: spfatal.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/spfatal.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/spfatal.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,13 +2,14 @@
## $Id$
##
MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c getint.c size.c system.h
DOCS = spsize.scn
testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = spsize.scn
OBJS = $(lib_a_OBJECTS)
@@ -18,36 +19,13 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/spsize.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(project_bspdir)/tests/screens/sptests/spsize.scn: spsize.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/spsize.exe
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/spsize.scn
$(PGM): ${ARCH}/$(dirstamp)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,48 +2,32 @@
## $Id$
##
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c system.h
DOCS = tmitronsem01.doc
testsdir = $(libdir)/tests
docdir = $(testsdir)
dist_doc_DATA = tmitronsem01.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tmitronsem01.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/tmitronsem01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/tmitronsem01.exe
$(PGM): ${ARCH}/$(dirstamp)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,48 +2,32 @@
## $Id$
##
MANAGERS = io semaphore
noinst_LIBRARIES = lib.a
lib_a_SOURCES = task1.c system.h ../include/timesys.h
DOCS = tm01.doc
testsdir = $(libdir)/tests
docdir = $(testsdir)
dist_doc_DATA = tm01.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm01.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/tm01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/tm01.exe
$(PGM): ${ARCH}/$(dirstamp)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,49 +2,33 @@
## $Id$
##
MANAGERS = io semaphore
noinst_LIBRARIES = lib.a
lib_a_SOURCES = task1.c system.h ../include/timesys.h
DOCS = tm02.doc
testsdir = $(libdir)/tests
docdir = $(testsdir)
dist_doc_DATA = tm02.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm02.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/tm02.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/tm02.exe
$(PGM): ${ARCH}/$(dirstamp)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,49 +2,33 @@
## $Id$
##
MANAGERS = io semaphore
noinst_LIBRARIES = lib.a
lib_a_SOURCES = task1.c system.h ../include/timesys.h
DOCS = tm03.doc
testsdir = $(libdir)/tests
docdir = $(testsdir)
dist_doc_DATA = tm03.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm03.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/tm03.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/tm03.exe
$(PGM): ${ARCH}/$(dirstamp)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,49 +2,33 @@
## $Id$
##
MANAGERS = io semaphore
noinst_LIBRARIES = lib.a
lib_a_SOURCES = task1.c system.h ../include/timesys.h
DOCS = tm04.doc
testsdir = $(libdir)/tests
docdir = $(testsdir)
dist_doc_DATA = tm04.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm04.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/tm04.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/tm04.exe
$(PGM): ${ARCH}/$(dirstamp)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,49 +2,33 @@
## $Id$
##
MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = task1.c system.h ../include/timesys.h
DOCS = tm05.doc
testsdir = $(libdir)/tests
docdir = $(testsdir)
dist_doc_DATA = tm05.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm05.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/tm05.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/tm05.exe
$(PGM): ${ARCH}/$(dirstamp)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,49 +2,33 @@
## $Id$
##
MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = task1.c system.h ../include/timesys.h
DOCS = tm06.doc
testsdir = $(libdir)/tests
docdir = $(testsdir)
dist_doc_DATA = tm06.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm06.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/tm06.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/tm06.exe
$(PGM): ${ARCH}/$(dirstamp)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,49 +2,33 @@
## $Id$
##
MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = task1.c system.h ../include/timesys.h
DOCS = tm07.doc
testsdir = $(libdir)/tests
docdir = $(testsdir)
dist_doc_DATA = tm07.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm07.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/tm07.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/tm07.exe
$(PGM): ${ARCH}/$(dirstamp)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,49 +2,33 @@
## $Id$
##
MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = task1.c system.h ../include/timesys.h
DOCS = tm08.doc
testsdir = $(libdir)/tests
docdir = $(testsdir)
dist_doc_DATA = tm08.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm08.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/tm08.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/tm08.exe
$(PGM): ${ARCH}/$(dirstamp)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,49 +2,33 @@
## $Id$
##
MANAGERS = io message
noinst_LIBRARIES = lib.a
lib_a_SOURCES = task1.c system.h ../include/timesys.h
DOCS = tm09.doc
testsdir = $(libdir)/tests
docdir = $(testsdir)
dist_doc_DATA = tm09.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm09.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/tm09.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/tm09.exe
$(PGM): ${ARCH}/$(dirstamp)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,49 +2,33 @@
## $Id$
##
MANAGERS = io message
noinst_LIBRARIES = lib.a
lib_a_SOURCES = task1.c system.h ../include/timesys.h
DOCS = tm10.doc
testsdir = $(libdir)/tests
docdir = $(testsdir)
dist_doc_DATA = tm10.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm10.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/tm10.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/tm10.exe
$(PGM): ${ARCH}/$(dirstamp)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,49 +2,33 @@
## $Id$
##
MANAGERS = io message
noinst_LIBRARIES = lib.a
lib_a_SOURCES = task1.c system.h ../include/timesys.h
DOCS = tm11.doc
testsdir = $(libdir)/tests
docdir = $(testsdir)
dist_doc_DATA = tm11.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm11.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/tm11.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/tm11.exe
$(PGM): ${ARCH}/$(dirstamp)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,49 +2,33 @@
## $Id$
##
MANAGERS = io message
noinst_LIBRARIES = lib.a
lib_a_SOURCES = task1.c system.h ../include/timesys.h
DOCS = tm12.doc
testsdir = $(libdir)/tests
docdir = $(testsdir)
dist_doc_DATA = tm12.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm12.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/tm12.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/tm12.exe
$(PGM): ${ARCH}/$(dirstamp)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,49 +2,33 @@
## $Id$
##
MANAGERS = io message
noinst_LIBRARIES = lib.a
lib_a_SOURCES = task1.c system.h ../include/timesys.h
DOCS = tm13.doc
testsdir = $(libdir)/tests
docdir = $(testsdir)
dist_doc_DATA = tm13.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm13.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/tm13.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/tm13.exe
$(PGM): ${ARCH}/$(dirstamp)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,49 +2,33 @@
## $Id$
##
MANAGERS = io message
noinst_LIBRARIES = lib.a
lib_a_SOURCES = task1.c system.h ../include/timesys.h
DOCS = tm14.doc
testsdir = $(libdir)/tests
docdir = $(testsdir)
dist_doc_DATA = tm14.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm14.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/tm14.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/tm14.exe
$(PGM): ${ARCH}/$(dirstamp)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,49 +2,33 @@
## $Id$
##
MANAGERS = io event
noinst_LIBRARIES = lib.a
lib_a_SOURCES = task1.c system.h ../include/timesys.h
DOCS = tm15.doc
testsdir = $(libdir)/tests
docdir = $(testsdir)
dist_doc_DATA = tm15.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm15.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/tm15.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/tm15.exe
$(PGM): ${ARCH}/$(dirstamp)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

View File

@@ -2,49 +2,33 @@
## $Id$
##
MANAGERS = io event
noinst_LIBRARIES = lib.a
lib_a_SOURCES = task1.c system.h ../include/timesys.h
DOCS = tm16.doc
testsdir = $(libdir)/tests
docdir = $(testsdir)
dist_doc_DATA = tm16.doc
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/tm16.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
project_bspdir=$(PROJECT_ROOT)
$(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/tm16.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = $(project_bspdir)/tests/tm16.exe
$(PGM): ${ARCH}/$(dirstamp)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
tests_SCRIPTS = $(PGM)
$(PGM): $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(DOCS)
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am

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