mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Eliminate TEST.
This commit is contained in:
@@ -2,15 +2,14 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = itronhello
|
PGM = ${ARCH}/itronhello.exe
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c system.h
|
lib_a_SOURCES = init.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = itronhello.doc itronhello.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -25,19 +24,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/itronhello.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
|
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
|
||||||
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
$(project_bspdir)/tests/screens/itrontests/itronhello.scn: itronhello.scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST).exe \
|
$(project_bspdir)/tests/itronhello.exe \
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(TEST).scn
|
$(project_bspdir)/tests/screens/itrontests/itronhello.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,14 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = itronmbf01
|
PGM = ${ARCH}/itronmbf01.exe
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c system.h
|
lib_a_SOURCES = init.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = itronmbf01.doc itronmbf01.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -25,19 +24,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/itronmbf01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
|
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
|
||||||
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
$(project_bspdir)/tests/screens/itrontests/itronmbf01.scn: itronmbf01.scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST).exe \
|
$(project_bspdir)/tests/itronmbf01.exe \
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(TEST).scn
|
$(project_bspdir)/tests/screens/itrontests/itronmbf01.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,14 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = itronmbox01
|
PGM = ${ARCH}/itronmbox01.exe
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c system.h
|
lib_a_SOURCES = init.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = itronmbox01.doc itronmbox01.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -25,19 +24,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/itronmbox01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
|
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
|
||||||
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
$(project_bspdir)/tests/screens/itrontests/itronmbox01.scn: itronmbox01.scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST).exe \
|
$(project_bspdir)/tests/itronmbox01.exe \
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(TEST).scn
|
$(project_bspdir)/tests/screens/itrontests/itronmbox01.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,14 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = itronsem01
|
PGM = ${ARCH}/itronsem01.exe
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c system.h
|
lib_a_SOURCES = init.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = itronsem01.doc itronsem01.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -25,19 +24,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/itronsem01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
|
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
|
||||||
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
$(project_bspdir)/tests/screens/itrontests/itronsem01.scn: itronsem01.scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST).exe \
|
$(project_bspdir)/tests/itronsem01.exe \
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(TEST).scn
|
$(project_bspdir)/tests/screens/itrontests/itronsem01.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,14 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = itrontask01
|
PGM = ${ARCH}/itrontask01.exe
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task1.c system.h
|
lib_a_SOURCES = init.c task1.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = itrontask01.doc itrontask01.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -25,19 +24,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/itrontask01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
|
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
|
||||||
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
$(project_bspdir)/tests/screens/itrontests/itrontask01.scn: itrontask01.scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST).exe \
|
$(project_bspdir)/tests/itrontask01.exe \
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(TEST).scn
|
$(project_bspdir)/tests/screens/itrontests/itrontask01.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,14 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = itrontask02
|
PGM = ${ARCH}/itrontask02.exe
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c dormant.c system.h
|
lib_a_SOURCES = init.c dormant.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = itrontask02.doc itrontask02.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -25,19 +24,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/itrontask02.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
|
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
|
||||||
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
$(project_bspdir)/tests/screens/itrontests/itrontask02.scn: itrontask02.scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST).exe \
|
$(project_bspdir)/tests/itrontask02.exe \
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(TEST).scn
|
$(project_bspdir)/tests/screens/itrontests/itrontask02.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,14 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = itrontask03
|
PGM = ${ARCH}/itrontask03.exe
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c preempt.c task1.c task2.c task3.c system.h
|
lib_a_SOURCES = init.c preempt.c task1.c task2.c task3.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = itrontask03.doc itrontask03.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -25,19 +24,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/itrontask03.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
|
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
|
||||||
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
$(project_bspdir)/tests/screens/itrontests/itrontask03.scn: itrontask03.scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST).exe \
|
$(project_bspdir)/tests/itrontask03.exe \
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(TEST).scn
|
$(project_bspdir)/tests/screens/itrontests/itrontask03.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,14 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = itrontask04
|
PGM = ${ARCH}/itrontask04.exe
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task1.c task2.c task3.c system.h
|
lib_a_SOURCES = init.c task1.c task2.c task3.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = itrontask04.doc itrontask04.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -25,19 +24,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/itrontask04.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
|
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
|
||||||
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
$(project_bspdir)/tests/screens/itrontests/itrontask04.scn: itrontask04.scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST).exe \
|
$(project_bspdir)/tests/itrontask04.exe \
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(TEST).scn
|
$(project_bspdir)/tests/screens/itrontests/itrontask04.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,14 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = itrontime01
|
PGM = ${ARCH}/itrontime01.exe
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c system.h
|
lib_a_SOURCES = init.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = itrontime01.doc itrontime01.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -25,19 +24,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/itrontime01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
|
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
|
||||||
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
$(project_bspdir)/tests/screens/itrontests/itrontime01.scn: itrontime01.scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST).exe \
|
$(project_bspdir)/tests/itrontime01.exe \
|
||||||
$(project_bspdir)/tests/screens/itrontests/$(TEST).scn
|
$(project_bspdir)/tests/screens/itrontests/itrontime01.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = cpuuse
|
|
||||||
|
|
||||||
MANAGERS = io rate_monotonic
|
MANAGERS = io rate_monotonic
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task1.c task2.c task3.c tswitch.c system.h
|
lib_a_SOURCES = init.c task1.c task2.c task3.c tswitch.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = cpuuse.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/cpuuse.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,10 +25,10 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/cpuuse.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/cpuuse.exe
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = malloctest
|
|
||||||
|
|
||||||
MANAGERS = io
|
MANAGERS = io
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task1.c system.h
|
lib_a_SOURCES = init.c task1.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = malloctest.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/malloctest.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,10 +25,10 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/malloctest.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/malloctest.exe
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = monitor
|
|
||||||
|
|
||||||
MANAGERS = dpmem event io msg mp part region sem signal timer rate_monotonic \
|
MANAGERS = dpmem event io msg mp part region sem signal timer rate_monotonic \
|
||||||
ext
|
ext
|
||||||
@@ -10,12 +9,12 @@ MANAGERS = dpmem event io msg mp part region sem signal timer rate_monotonic \
|
|||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c system.h
|
lib_a_SOURCES = init.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = monitor.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/monitor.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -27,10 +26,10 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/monitor.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/monitor.exe
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = putenvtest
|
|
||||||
|
|
||||||
MANAGERS = io
|
MANAGERS = io
|
||||||
|
|
||||||
@@ -14,7 +13,7 @@ DOCS =
|
|||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/putenvtest.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,10 +25,10 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/putenvtest.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/putenvtest.exe
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = rtems++
|
|
||||||
|
|
||||||
MANAGERS = event io msg sem signal timer rate_monotonic
|
MANAGERS = event io msg sem signal timer rate_monotonic
|
||||||
|
|
||||||
@@ -11,11 +10,11 @@ noinst_LIBRARIES = lib.a
|
|||||||
lib_a_SOURCES = Init.cc Task1.cc Task2.cc Task3.cc System.h
|
lib_a_SOURCES = Init.cc Task1.cc Task2.cc Task3.cc System.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DOCS = $(TEST).scn $(TEST).doc
|
DOCS = rtems++.scn rtems++.doc
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/rtems++.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -27,10 +26,10 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/rtems++.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/rtems++.exe
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = rtmonuse
|
|
||||||
|
|
||||||
MANAGERS = io rate_monotonic
|
MANAGERS = io rate_monotonic
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c getall.c task1.c system.h
|
lib_a_SOURCES = init.c getall.c task1.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = rtmonuse.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/rtmonuse.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,10 +25,10 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/rtmonuse.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/rtmonuse.exe
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = stackchk
|
|
||||||
|
|
||||||
MANAGERS = io
|
MANAGERS = io
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = blow.c init.c task1.c system.h
|
lib_a_SOURCES = blow.c init.c task1.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = stackchk.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/stackchk.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,10 +25,10 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/stackchk.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/stackchk.exe
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = termios
|
|
||||||
|
|
||||||
MANAGERS = io
|
MANAGERS = io
|
||||||
|
|
||||||
@@ -14,7 +13,7 @@ DOCS =
|
|||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/termios.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,10 +25,10 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/termios.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/termios.exe
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 1
|
NODE = 1
|
||||||
TEST = mp01-node$(NODE)
|
PGM = $(ARCH)/mp01-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp
|
MANAGERS = io mp
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../task1.c ../system.h
|
lib_a_SOURCES = ../init.c ../task1.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp01-node$(NODE).doc mp01-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp01-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp01-node$(NODE).scn: mp01-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp01-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp01-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 2
|
NODE = 2
|
||||||
TEST = mp01-node$(NODE)
|
PGM = $(ARCH)/mp01-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp
|
MANAGERS = io mp
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../task1.c ../system.h
|
lib_a_SOURCES = ../init.c ../task1.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp01-node$(NODE).doc mp01-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp01-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp01-node$(NODE).scn: mp01-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp01-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp01-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 1
|
NODE = 1
|
||||||
TEST = mp02-node$(NODE)
|
PGM = $(ARCH)/mp02-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp
|
MANAGERS = io mp
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../task1.c ../system.h
|
lib_a_SOURCES = ../init.c ../task1.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp02-node$(NODE).doc mp02-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp02-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp02-node$(NODE).scn: mp02-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp02-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp02-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 2
|
NODE = 2
|
||||||
TEST = mp02-node$(NODE)
|
PGM = $(ARCH)/mp02-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp
|
MANAGERS = io mp
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../task1.c ../system.h
|
lib_a_SOURCES = ../init.c ../task1.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp02-node$(NODE).doc mp02-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp02-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp02-node$(NODE).scn: mp02-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp02-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp02-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 1
|
NODE = 1
|
||||||
TEST = mp03-node$(NODE)
|
PGM = $(ARCH)/mp03-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp timer event
|
MANAGERS = io mp timer event
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../task1.c ../delay.c ../system.h
|
lib_a_SOURCES = ../init.c ../task1.c ../delay.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp03-node$(NODE).doc mp03-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp03-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp03-node$(NODE).scn: mp03-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp03-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp03-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 2
|
NODE = 2
|
||||||
TEST = mp03-node$(NODE)
|
PGM = $(ARCH)/mp03-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp timer event
|
MANAGERS = io mp timer event
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../delay.c ../task1.c ../system.h
|
lib_a_SOURCES = ../init.c ../delay.c ../task1.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp03-node$(NODE).doc mp03-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp03-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp03-node$(NODE).scn: mp03-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp03-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp03-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 1
|
NODE = 1
|
||||||
TEST = mp04-node$(NODE)
|
PGM = $(ARCH)/mp04-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp
|
MANAGERS = io mp
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../task1.c ../system.h
|
lib_a_SOURCES = ../init.c ../task1.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp04-node$(NODE).doc mp04-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp04-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp04-node$(NODE).scn: mp04-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp04-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp04-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 2
|
NODE = 2
|
||||||
TEST = mp04-node$(NODE)
|
PGM = $(ARCH)/mp04-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp
|
MANAGERS = io mp
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../task1.c ../system.h
|
lib_a_SOURCES = ../init.c ../task1.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp04-node$(NODE).doc mp04-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp04-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp04-node$(NODE).scn: mp04-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp04-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp04-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 1
|
NODE = 1
|
||||||
TEST = mp05-node$(NODE)
|
PGM = $(ARCH)/mp05-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp signal timer
|
MANAGERS = io mp signal timer
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../asr.c ../task1.c ../system.h
|
lib_a_SOURCES = ../init.c ../asr.c ../task1.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp05-node$(NODE).doc mp05-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp05-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp05-node$(NODE).scn: mp05-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp05-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp05-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 2
|
NODE = 2
|
||||||
TEST = mp05-node$(NODE)
|
PGM = $(ARCH)/mp05-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp signal timer
|
MANAGERS = io mp signal timer
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../asr.c ../task1.c ../system.h
|
lib_a_SOURCES = ../init.c ../asr.c ../task1.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp05-node$(NODE).doc mp05-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp05-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp05-node$(NODE).scn: mp05-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp05-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp05-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 1
|
NODE = 1
|
||||||
TEST = mp06-node$(NODE)
|
PGM = $(ARCH)/mp06-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp event timer
|
MANAGERS = io mp event timer
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../task1.c ../system.h
|
lib_a_SOURCES = ../init.c ../task1.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp06-node$(NODE).doc mp06-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp06-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp06-node$(NODE).scn: mp06-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp06-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp06-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 2
|
NODE = 2
|
||||||
TEST = mp06-node$(NODE)
|
PGM = $(ARCH)/mp06-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp event timer
|
MANAGERS = io mp event timer
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../task1.c ../system.h
|
lib_a_SOURCES = ../init.c ../task1.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp06-node$(NODE).doc mp06-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp06-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp06-node$(NODE).scn: mp06-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp06-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp06-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 1
|
NODE = 1
|
||||||
TEST = mp07-node$(NODE)
|
PGM = $(ARCH)/mp07-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp event timer
|
MANAGERS = io mp event timer
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../task1.c ../system.h
|
lib_a_SOURCES = ../init.c ../task1.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp07-node$(NODE).doc mp07-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp07-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp07-node$(NODE).scn: mp07-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp07-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp07-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 2
|
NODE = 2
|
||||||
TEST = mp07-node$(NODE)
|
PGM = $(ARCH)/mp07-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp event timer
|
MANAGERS = io mp event timer
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../task1.c ../system.h
|
lib_a_SOURCES = ../init.c ../task1.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp07-node$(NODE).doc mp07-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp07-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp07-node$(NODE).scn: mp07-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp07-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp07-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 1
|
NODE = 1
|
||||||
TEST = mp08-node$(NODE)
|
PGM = $(ARCH)/mp08-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp semaphore
|
MANAGERS = io mp semaphore
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../task1.c ../system.h
|
lib_a_SOURCES = ../init.c ../task1.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp08-node$(NODE).doc mp08-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp08-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp08-node$(NODE).scn: mp08-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp08-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp08-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 2
|
NODE = 2
|
||||||
TEST = mp08-node$(NODE)
|
PGM = $(ARCH)/mp08-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp semaphore
|
MANAGERS = io mp semaphore
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../task1.c ../system.h
|
lib_a_SOURCES = ../init.c ../task1.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp08-node$(NODE).doc mp08-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp08-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp08-node$(NODE).scn: mp08-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp08-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp08-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 1
|
NODE = 1
|
||||||
TEST = mp09-node$(NODE)
|
PGM = $(ARCH)/mp09-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp message
|
MANAGERS = io mp message
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../task1.c ../recvmsg.c ../sendmsg.c ../system.h
|
lib_a_SOURCES = ../init.c ../task1.c ../recvmsg.c ../sendmsg.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp09-node$(NODE).doc mp09-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp09-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp09-node$(NODE).scn: mp09-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp09-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp09-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 2
|
NODE = 2
|
||||||
TEST = mp09-node$(NODE)
|
PGM = $(ARCH)/mp09-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp message
|
MANAGERS = io mp message
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../task1.c ../recvmsg.c ../sendmsg.c ../system.h
|
lib_a_SOURCES = ../init.c ../task1.c ../recvmsg.c ../sendmsg.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp09-node$(NODE).doc mp09-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp09-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp09-node$(NODE).scn: mp09-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp09-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp09-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 1
|
NODE = 1
|
||||||
TEST = mp10-node$(NODE)
|
PGM = $(ARCH)/mp10-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp message semaphore
|
MANAGERS = io mp message semaphore
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../task1.c ../task2.c ../task3.c ../system.h
|
lib_a_SOURCES = ../init.c ../task1.c ../task2.c ../task3.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp10-node$(NODE).doc mp10-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp10-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp10-node$(NODE).scn: mp10-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp10-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp10-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 2
|
NODE = 2
|
||||||
TEST = mp10-node$(NODE)
|
PGM = $(ARCH)/mp10-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp message semaphore
|
MANAGERS = io mp message semaphore
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../task1.c ../task2.c ../task3.c ../system.h
|
lib_a_SOURCES = ../init.c ../task1.c ../task2.c ../task3.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp10-node$(NODE).doc mp10-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp10-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp10-node$(NODE).scn: mp10-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp10-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp10-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 1
|
NODE = 1
|
||||||
TEST = mp11-node$(NODE)
|
PGM = $(ARCH)/mp11-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp message partition semaphore
|
MANAGERS = io mp message partition semaphore
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../system.h
|
lib_a_SOURCES = ../init.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp11-node$(NODE).doc mp11-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp11-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp11-node$(NODE).scn: mp11-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp11-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp11-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 2
|
NODE = 2
|
||||||
TEST = mp11-node$(NODE)
|
PGM = $(ARCH)/mp11-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp message partition semaphore
|
MANAGERS = io mp message partition semaphore
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../system.h
|
lib_a_SOURCES = ../init.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp11-node$(NODE).doc mp11-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp11-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp11-node$(NODE).scn: mp11-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp11-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp11-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 1
|
NODE = 1
|
||||||
TEST = mp12-node$(NODE)
|
PGM = $(ARCH)/mp12-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp partition
|
MANAGERS = io mp partition
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../system.h
|
lib_a_SOURCES = ../init.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp12-node$(NODE).doc mp12-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp12-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp12-node$(NODE).scn: mp12-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp12-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp12-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 2
|
NODE = 2
|
||||||
TEST = mp12-node$(NODE)
|
PGM = $(ARCH)/mp12-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp partition
|
MANAGERS = io mp partition
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../system.h
|
lib_a_SOURCES = ../init.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp12-node$(NODE).doc mp12-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp12-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp12-node$(NODE).scn: mp12-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp12-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp12-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 1
|
NODE = 1
|
||||||
TEST = mp13-node$(NODE)
|
PGM = $(ARCH)/mp13-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp message semaphore
|
MANAGERS = io mp message semaphore
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../task1.c ../task2.c ../system.h
|
lib_a_SOURCES = ../init.c ../task1.c ../task2.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp13-node$(NODE).doc mp13-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp13-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp13-node$(NODE).scn: mp13-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp13-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp13-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 2
|
NODE = 2
|
||||||
TEST = mp13-node$(NODE)
|
PGM = $(ARCH)/mp13-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp message semaphore
|
MANAGERS = io mp message semaphore
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../task1.c ../task2.c ../system.h
|
lib_a_SOURCES = ../init.c ../task1.c ../task2.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp13-node$(NODE).doc mp13-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -26,19 +25,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp13-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp13-node$(NODE).scn: mp13-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp13-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp13-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,8 +3,7 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 1
|
NODE = 1
|
||||||
TEST = mp14-node$(NODE)
|
PGM = $(ARCH)/mp14-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp event partition semaphore timer message
|
MANAGERS = io mp event partition semaphore timer message
|
||||||
|
|
||||||
@@ -12,7 +11,7 @@ noinst_LIBRARIES = lib.a
|
|||||||
lib_a_SOURCES = ../exit.c ../init.c ../delay.c ../evtask1.c ../evtmtask.c \
|
lib_a_SOURCES = ../exit.c ../init.c ../delay.c ../evtask1.c ../evtmtask.c \
|
||||||
../pttask1.c ../smtask1.c ../msgtask1.c ../system.h
|
../pttask1.c ../smtask1.c ../msgtask1.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp14-node$(NODE).doc mp14-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -27,19 +26,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp14-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp14-node$(NODE).scn: mp14-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp14-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp14-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,8 +3,7 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 2
|
NODE = 2
|
||||||
TEST = mp14-node$(NODE)
|
PGM = $(ARCH)/mp14-node$(NODE).exe
|
||||||
PGM = $(ARCH)/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp event partition semaphore timer message
|
MANAGERS = io mp event partition semaphore timer message
|
||||||
|
|
||||||
@@ -12,7 +11,7 @@ noinst_LIBRARIES = lib.a
|
|||||||
lib_a_SOURCES = ../exit.c ../init.c ../delay.c ../evtask1.c ../evtmtask.c \
|
lib_a_SOURCES = ../exit.c ../init.c ../delay.c ../evtask1.c ../evtmtask.c \
|
||||||
../pttask1.c ../smtask1.c ../msgtask1.c ../system.h
|
../pttask1.c ../smtask1.c ../msgtask1.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = mp14-node$(NODE).doc mp14-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -27,19 +26,19 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/mp14-node$(NODE)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
@$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE)
|
||||||
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp14-node$(NODE).scn: mp14-node$(NODE).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = \
|
TMPINSTALL_FILES = \
|
||||||
$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \
|
$(project_bspdir)/tests/mp14-node$(NODE)-node$(NODE).exe \
|
||||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
$(project_bspdir)/tests/screens/mptests/node$(NODE)/mp14-node$(NODE).scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = psx01
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
|
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = psx01.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/psx01.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/psx01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
||||||
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
$(project_bspdir)/tests/screens/psxtests/psx01.scn: psx01.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/psx01.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx01.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = psx02
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
|
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = psx02.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/psx02.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/psx02.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
||||||
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
$(project_bspdir)/tests/screens/psxtests/psx02.scn: psx02.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/psx02.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx02.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = psx03
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
|
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = psx03.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/psx03.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/psx03.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
||||||
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
$(project_bspdir)/tests/screens/psxtests/psx03.scn: psx03.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/psx03.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx03.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = psx04
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h
|
lib_a_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = psx04.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/psx04.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/psx04.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
||||||
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
$(project_bspdir)/tests/screens/psxtests/psx04.scn: psx04.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/psx04.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx04.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = psx05
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h
|
lib_a_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = psx05.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/psx05.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/psx05.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
||||||
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
$(project_bspdir)/tests/screens/psxtests/psx05.scn: psx05.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/psx05.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx05.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = psx06
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task.c task2.c system.h ../include/pmacros.h
|
lib_a_SOURCES = init.c task.c task2.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = psx06.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/psx06.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/psx06.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
||||||
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
$(project_bspdir)/tests/screens/psxtests/psx06.scn: psx06.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/psx06.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx06.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = psx07
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
|
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = psx07.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/psx07.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/psx07.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
||||||
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
$(project_bspdir)/tests/screens/psxtests/psx07.scn: psx07.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/psx07.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx07.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = psx08
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h
|
lib_a_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = psx08.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/psx08.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/psx08.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
||||||
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
$(project_bspdir)/tests/screens/psxtests/psx08.scn: psx08.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/psx08.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx08.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = psx09
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c system.h ../include/pmacros.h
|
lib_a_SOURCES = init.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = psx09.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/psx09.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/psx09.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
||||||
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
$(project_bspdir)/tests/screens/psxtests/psx09.scn: psx09.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/psx09.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx09.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = psx10
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h
|
lib_a_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = psx10.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/psx10.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/psx10.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
||||||
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
$(project_bspdir)/tests/screens/psxtests/psx10.scn: psx10.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/psx10.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx10.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = psx11
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
|
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = psx11.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/psx11.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/psx11.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
||||||
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
$(project_bspdir)/tests/screens/psxtests/psx11.scn: psx11.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/psx11.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx11.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = psx12
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
|
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = psx12.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/psx12.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/psx12.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
||||||
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
$(project_bspdir)/tests/screens/psxtests/psx12.scn: psx12.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/psx12.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx12.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = psx13
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = main.c test.c ../include/pmacros.h
|
lib_a_SOURCES = main.c test.c ../include/pmacros.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = psx13.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/psx13.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/psx13.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
||||||
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
$(project_bspdir)/tests/screens/psxtests/psx13.scn: psx13.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/psx13.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psx13.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = psxcancel
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c ../include/pmacros.h
|
lib_a_SOURCES = init.c ../include/pmacros.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = psxcancel.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/psxcancel.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/psxcancel.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
||||||
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
$(project_bspdir)/tests/screens/psxtests/psxcancel.scn: psxcancel.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/psxcancel.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psxcancel.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = psxchroot01
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = main.c test.c ../include/pmacros.h
|
lib_a_SOURCES = main.c test.c ../include/pmacros.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = psxchroot01.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/psxchroot01.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/psxchroot01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
||||||
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
$(project_bspdir)/tests/screens/psxtests/psxchroot01.scn: psxchroot01.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/psxchroot01.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psxchroot01.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = psxfile01
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = main.c test.c test_cat.c test_extend.c test_write.c ../include/pmacros.h
|
lib_a_SOURCES = main.c test.c test_cat.c test_extend.c test_write.c ../include/pmacros.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = psxfile01.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/psxfile01.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/psxfile01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
||||||
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
$(project_bspdir)/tests/screens/psxtests/psxfile01.scn: psxfile01.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/psxfile01.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psxfile01.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = psxmount
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = main.c test.c ../include/pmacros.h
|
lib_a_SOURCES = main.c test.c ../include/pmacros.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = psxmount.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/psxmount.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/psxmount.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
||||||
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
$(project_bspdir)/tests/screens/psxtests/psxmount.scn: psxmount.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/psxmount.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psxmount.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = psxmsgq01
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c system.h ../include/pmacros.h
|
lib_a_SOURCES = init.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = psxmsgq01.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/psxmsgq01.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/psxmsgq01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
||||||
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
$(project_bspdir)/tests/screens/psxtests/psxmsgq01.scn: psxmsgq01.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/psxmsgq01.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psxmsgq01.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = psxreaddir
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = main.c test.c ../include/pmacros.h
|
lib_a_SOURCES = main.c test.c ../include/pmacros.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = psxreaddir.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/psxreaddir.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/psxreaddir.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
||||||
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
$(project_bspdir)/tests/screens/psxtests/psxreaddir.scn: psxreaddir.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/psxreaddir.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psxreaddir.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = psxsem01
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c system.h ../include/pmacros.h
|
lib_a_SOURCES = init.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = psxsem01.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/psxsem01.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/psxsem01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
||||||
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
$(project_bspdir)/tests/screens/psxtests/psxsem01.scn: psxsem01.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/psxsem01.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psxsem01.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = psxstat
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = main.c test.c ../include/pmacros.h
|
lib_a_SOURCES = main.c test.c ../include/pmacros.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = psxstat.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/psxstat.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/psxstat.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
||||||
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
$(project_bspdir)/tests/screens/psxtests/psxstat.scn: psxstat.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/psxstat.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psxstat.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = psxtime
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = main.c test.c
|
lib_a_SOURCES = main.c test.c
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = psxtime.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/psxtime.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/psxtime.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
||||||
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
$(project_bspdir)/tests/screens/psxtests/psxtime.scn: psxtime.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/psxtime.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psxtime.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = psxtimer
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = psxtimer.c system.h ../include/pmacros.h
|
lib_a_SOURCES = psxtimer.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = psxtimer.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/psxtimer.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/psxtimer.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
$(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/psxtests
|
||||||
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
$(project_bspdir)/tests/screens/psxtests/psxtimer.scn: psxtimer.scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/psxtimer.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psxtimer.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 1
|
NODE = 1
|
||||||
TEST = base_mp-node$(NODE)
|
PGM = ${ARCH}/base_mp-node$(NODE).exe
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp
|
MANAGERS = io mp
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../apptask.c ../system.h
|
lib_a_SOURCES = ../init.c ../apptask.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = base_mp-node$(NODE).doc base_mp-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -29,14 +28,14 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/samples/$(TEST).exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
$(project_bspdir)/samples/base_mp-node$(NODE).exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/base_mp-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/base_mp-node$(NODE).exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/samples/$(TEST).exe
|
TMPINSTALL_FILES += $(project_bspdir)/samples/base_mp-node$(NODE).exe
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NODE = 2
|
NODE = 2
|
||||||
TEST = base_mp-node$(NODE)
|
PGM = ${ARCH}/base_mp-node$(NODE).exe
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io mp
|
MANAGERS = io mp
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = ../init.c ../apptask.c ../system.h
|
lib_a_SOURCES = ../init.c ../apptask.c ../system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = base_mp-node$(NODE).doc base_mp-node$(NODE).scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -29,14 +28,14 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/samples/$(TEST).exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
$(project_bspdir)/samples/base_mp-node$(NODE).exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/base_mp-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/base_mp-node$(NODE).exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/samples/$(TEST).exe
|
TMPINSTALL_FILES += $(project_bspdir)/samples/base_mp-node$(NODE).exe
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,14 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = base_sp
|
PGM = ${ARCH}/base_sp.exe
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io
|
MANAGERS = io
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c apptask.c system.h
|
lib_a_SOURCES = init.c apptask.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = base_sp.doc base_sp.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -28,14 +27,14 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/samples/$(TEST).exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
$(project_bspdir)/samples/base_sp.exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/base_sp.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/base_sp.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/samples/$(TEST).exe
|
TMPINSTALL_FILES += $(project_bspdir)/samples/base_sp.exe
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,14 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = cdtest
|
PGM = ${ARCH}/cdtest.exe
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c main.cc system.h
|
lib_a_SOURCES = init.c main.cc system.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = cdtest.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -28,14 +27,14 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/samples/$(TEST).exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
$(project_bspdir)/samples/cdtest.exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/cdtest.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/cdtest.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/samples/$(TEST).exe
|
TMPINSTALL_FILES += $(project_bspdir)/samples/cdtest.exe
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,8 +2,7 @@
|
|||||||
## Makefile.am,v 1.9 2002/08/11 05:18:59 ralf Exp
|
## Makefile.am,v 1.9 2002/08/11 05:18:59 ralf Exp
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = fileio
|
PGM = ${ARCH}/fileio.exe
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io message semaphore
|
MANAGERS = io message semaphore
|
||||||
|
|
||||||
@@ -13,7 +12,7 @@ lib_a_SOURCES = init.c system.h
|
|||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DOCS = $(TEST).doc
|
DOCS = fileio.doc
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -28,14 +27,14 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/samples/$(TEST).exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
$(project_bspdir)/samples/fileio.exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/fileio.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/fileio.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/samples/$(TEST).exe
|
TMPINSTALL_FILES += $(project_bspdir)/samples/fileio.exe
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,14 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = hello
|
PGM = ${ARCH}/hello.exe
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io
|
MANAGERS = io
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c system.h
|
lib_a_SOURCES = init.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = hello.doc hello.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -28,14 +27,14 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/samples/$(TEST).exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
$(project_bspdir)/samples/hello.exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/hello.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/hello.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/samples/$(TEST).exe
|
TMPINSTALL_FILES += $(project_bspdir)/samples/hello.exe
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,14 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = iostream
|
PGM = ${ARCH}/iostream.exe
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io
|
MANAGERS = io
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.cc system.h
|
lib_a_SOURCES = init.cc system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = iostream.doc iostream.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -28,14 +27,14 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/samples/$(TEST).exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
$(project_bspdir)/samples/iostream.exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/iostream.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/iostream.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/samples/$(TEST).exe
|
TMPINSTALL_FILES += $(project_bspdir)/samples/iostream.exe
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,14 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = loopback
|
PGM = ${ARCH}/loopback.exe
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io event
|
MANAGERS = io event
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c
|
lib_a_SOURCES = init.c
|
||||||
|
|
||||||
DOCS = $(TEST).scn
|
DOCS = loopback.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -28,14 +27,14 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/samples/$(TEST).exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
$(project_bspdir)/samples/loopback.exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/loopback.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/loopback.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/samples/$(TEST).exe
|
TMPINSTALL_FILES += $(project_bspdir)/samples/loopback.exe
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,14 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = minimum
|
PGM = ${ARCH}/minimum.exe
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c
|
lib_a_SOURCES = init.c
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = minimum.doc minimum.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -28,14 +27,14 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/samples/$(TEST).exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
$(project_bspdir)/samples/minimum.exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/minimum.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/minimum.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/samples/$(TEST).exe
|
TMPINSTALL_FILES += $(project_bspdir)/samples/minimum.exe
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,14 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = paranoia
|
PGM = ${ARCH}/paranoia.exe
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = all
|
MANAGERS = all
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c paranoia.c system.h
|
lib_a_SOURCES = init.c paranoia.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc
|
DOCS = paranoia.doc
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -28,14 +27,14 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/samples/$(TEST).exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
$(project_bspdir)/samples/paranoia.exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/paranoia.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/paranoia.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/samples/$(TEST).exe
|
TMPINSTALL_FILES += $(project_bspdir)/samples/paranoia.exe
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,8 +2,7 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = pppd
|
PGM = ${ARCH}/pppd.exe
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io event semaphore
|
MANAGERS = io event semaphore
|
||||||
|
|
||||||
@@ -26,14 +25,14 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/samples/$(TEST).exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
$(project_bspdir)/samples/pppd.exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/pppd.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/pppd.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/samples/$(TEST).exe
|
TMPINSTALL_FILES += $(project_bspdir)/samples/pppd.exe
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,14 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = ticker
|
PGM = ${ARCH}/ticker.exe
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io
|
MANAGERS = io
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c tasks.c system.h
|
lib_a_SOURCES = init.c tasks.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = ticker.doc ticker.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -28,14 +27,14 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/samples/$(TEST).exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
$(project_bspdir)/samples/ticker.exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/ticker.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/ticker.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/samples/$(TEST).exe
|
TMPINSTALL_FILES += $(project_bspdir)/samples/ticker.exe
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,14 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = unlimited
|
PGM = ${ARCH}/unlimited.exe
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
|
||||||
|
|
||||||
MANAGERS = io event
|
MANAGERS = io event
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c test1.c test2.c test3.c system.h
|
lib_a_SOURCES = init.c test1.c test2.c test3.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).doc $(TEST).scn
|
DOCS = unlimited.doc unlimited.scn
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
@@ -28,14 +27,14 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/samples/$(TEST).exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
$(project_bspdir)/samples/unlimited.exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/unlimited.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/unlimited.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/samples/$(TEST).exe
|
TMPINSTALL_FILES += $(project_bspdir)/samples/unlimited.exe
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = sp01
|
|
||||||
|
|
||||||
MANAGERS = io
|
MANAGERS = io
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task1.c system.h
|
lib_a_SOURCES = init.c task1.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn $(TEST).doc
|
DOCS = sp01.scn sp01.doc
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/sp01.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/sp01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
||||||
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
$(project_bspdir)/tests/screens/sptests/sp01.scn: sp01.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/sp01.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp01.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = sp02
|
|
||||||
|
|
||||||
MANAGERS = io
|
MANAGERS = io
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task1.c task2.c task3.c preempt.c system.h
|
lib_a_SOURCES = init.c task1.c task2.c task3.c preempt.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn $(TEST).doc
|
DOCS = sp02.scn sp02.doc
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/sp02.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/sp02.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
||||||
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
$(project_bspdir)/tests/screens/sptests/sp02.scn: sp02.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/sp02.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp02.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = sp03
|
|
||||||
|
|
||||||
MANAGERS = io
|
MANAGERS = io
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task1.c task2.c system.h
|
lib_a_SOURCES = init.c task1.c task2.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn $(TEST).doc
|
DOCS = sp03.scn sp03.doc
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/sp03.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/sp03.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
||||||
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
$(project_bspdir)/tests/screens/sptests/sp03.scn: sp03.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/sp03.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp03.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = sp04
|
|
||||||
|
|
||||||
MANAGERS = io
|
MANAGERS = io
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task1.c task2.c task3.c tswitch.c system.h
|
lib_a_SOURCES = init.c task1.c task2.c task3.c tswitch.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn $(TEST).doc
|
DOCS = sp04.scn sp04.doc
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/sp04.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/sp04.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
||||||
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
$(project_bspdir)/tests/screens/sptests/sp04.scn: sp04.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/sp04.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp04.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = sp05
|
|
||||||
|
|
||||||
MANAGERS = io
|
MANAGERS = io
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task1.c task2.c task3.c system.h
|
lib_a_SOURCES = init.c task1.c task2.c task3.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn $(TEST).doc
|
DOCS = sp05.scn sp05.doc
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/sp05.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/sp05.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
||||||
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
$(project_bspdir)/tests/screens/sptests/sp05.scn: sp05.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/sp05.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp05.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = sp06
|
|
||||||
|
|
||||||
MANAGERS = io
|
MANAGERS = io
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task1.c task2.c task3.c system.h
|
lib_a_SOURCES = init.c task1.c task2.c task3.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn $(TEST).doc
|
DOCS = sp06.scn sp06.doc
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/sp06.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/sp06.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
||||||
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
$(project_bspdir)/tests/screens/sptests/sp06.scn: sp06.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/sp06.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp06.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = sp07
|
|
||||||
|
|
||||||
MANAGERS = io
|
MANAGERS = io
|
||||||
|
|
||||||
@@ -10,12 +9,12 @@ noinst_LIBRARIES = lib.a
|
|||||||
lib_a_SOURCES = init.c buffered_io.c task1.c task2.c task3.c task4.c taskexit.c \
|
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
|
tcreate.c tdelete.c trestart.c tstart.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn $(TEST).doc
|
DOCS = sp07.scn sp07.doc
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/sp07.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -27,18 +26,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/sp07.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
||||||
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
$(project_bspdir)/tests/screens/sptests/sp07.scn: sp07.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/sp07.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp07.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = sp08
|
|
||||||
|
|
||||||
MANAGERS = io
|
MANAGERS = io
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task1.c system.h
|
lib_a_SOURCES = init.c task1.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn $(TEST).doc
|
DOCS = sp08.scn sp08.doc
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/sp08.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/sp08.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
||||||
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
$(project_bspdir)/tests/screens/sptests/sp08.scn: sp08.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/sp08.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp08.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = sp09
|
|
||||||
|
|
||||||
MANAGERS = io message dual_ported_memory event multi_processor region \
|
MANAGERS = io message dual_ported_memory event multi_processor region \
|
||||||
semaphore signal rate_monotonic timer partition
|
semaphore signal rate_monotonic timer partition
|
||||||
@@ -13,12 +12,12 @@ 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 \
|
screen11.c screen12.c screen13.c screen14.c task1.c task2.c task3.c \
|
||||||
task4.c system.h
|
task4.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn $(TEST).doc
|
DOCS = sp09.scn sp09.doc
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/sp09.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -30,18 +29,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/sp09.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
||||||
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
$(project_bspdir)/tests/screens/sptests/sp09.scn: sp09.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/sp09.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp09.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = sp11
|
|
||||||
|
|
||||||
MANAGERS = io event timer
|
MANAGERS = io event timer
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task1.c task2.c timer.c system.h
|
lib_a_SOURCES = init.c task1.c task2.c timer.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn $(TEST).doc
|
DOCS = sp11.scn sp11.doc
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/sp11.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/sp11.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
||||||
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
$(project_bspdir)/tests/screens/sptests/sp11.scn: sp11.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/sp11.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp11.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = sp12
|
|
||||||
|
|
||||||
MANAGERS = io semaphore
|
MANAGERS = io semaphore
|
||||||
|
|
||||||
@@ -10,12 +9,12 @@ noinst_LIBRARIES = lib.a
|
|||||||
lib_a_SOURCES = init.c task1.c task2.c task3.c task4.c task5.c pridrv.c \
|
lib_a_SOURCES = init.c task1.c task2.c task3.c task4.c task5.c pridrv.c \
|
||||||
pritask.c system.h
|
pritask.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn $(TEST).doc
|
DOCS = sp12.scn sp12.doc
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/sp12.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -27,18 +26,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/sp12.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
||||||
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
$(project_bspdir)/tests/screens/sptests/sp12.scn: sp12.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/sp12.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp12.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = sp13
|
|
||||||
|
|
||||||
MANAGERS = io message
|
MANAGERS = io message
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c fillbuff.c putbuff.c task1.c task2.c task3.c system.h
|
lib_a_SOURCES = init.c fillbuff.c putbuff.c task1.c task2.c task3.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn $(TEST).doc
|
DOCS = sp13.scn sp13.doc
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/sp13.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/sp13.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
||||||
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
$(project_bspdir)/tests/screens/sptests/sp13.scn: sp13.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/sp13.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp13.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = sp14
|
|
||||||
|
|
||||||
MANAGERS = io signal timer
|
MANAGERS = io signal timer
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c asr.c task1.c task2.c system.h
|
lib_a_SOURCES = init.c asr.c task1.c task2.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn $(TEST).doc
|
DOCS = sp14.scn sp14.doc
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/sp14.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/sp14.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
||||||
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
$(project_bspdir)/tests/screens/sptests/sp14.scn: sp14.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/sp14.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp14.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = sp15
|
|
||||||
|
|
||||||
MANAGERS = io partition
|
MANAGERS = io partition
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task1.c system.h
|
lib_a_SOURCES = init.c task1.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn $(TEST).doc
|
DOCS = sp15.scn sp15.doc
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/sp15.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/sp15.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
||||||
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
$(project_bspdir)/tests/screens/sptests/sp15.scn: sp15.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/sp15.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp15.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = sp16
|
|
||||||
|
|
||||||
MANAGERS = io region
|
MANAGERS = io region
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task1.c task2.c task3.c task4.c task5.c system.h
|
lib_a_SOURCES = init.c task1.c task2.c task3.c task4.c task5.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn $(TEST).doc
|
DOCS = sp16.scn sp16.doc
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/sp16.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/sp16.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
||||||
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
$(project_bspdir)/tests/screens/sptests/sp16.scn: sp16.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/sp16.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp16.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = sp17
|
|
||||||
|
|
||||||
MANAGERS = io signal
|
MANAGERS = io signal
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c asr.c task1.c task2.c system.h
|
lib_a_SOURCES = init.c asr.c task1.c task2.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn $(TEST).doc
|
DOCS = sp17.scn sp17.doc
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/sp17.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/sp17.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
||||||
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
$(project_bspdir)/tests/screens/sptests/sp17.scn: sp17.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/sp17.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp17.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = sp19
|
|
||||||
|
|
||||||
MANAGERS = io
|
MANAGERS = io
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c first.c fptask.c task1.c system.h fptest.h inttest.h
|
lib_a_SOURCES = init.c first.c fptask.c task1.c system.h fptest.h inttest.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn $(TEST).doc
|
DOCS = sp19.scn sp19.doc
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/sp19.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/sp19.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
||||||
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
$(project_bspdir)/tests/screens/sptests/sp19.scn: sp19.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/sp19.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp19.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = sp20
|
|
||||||
|
|
||||||
MANAGERS = io rate_monotonic
|
MANAGERS = io rate_monotonic
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c getall.c task1.c system.h
|
lib_a_SOURCES = init.c getall.c task1.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn $(TEST).doc
|
DOCS = sp20.scn sp20.doc
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/sp20.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/sp20.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
||||||
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
$(project_bspdir)/tests/screens/sptests/sp20.scn: sp20.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/sp20.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp20.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
@@ -2,19 +2,18 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
TEST = sp21
|
|
||||||
|
|
||||||
MANAGERS = io
|
MANAGERS = io
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = init.c task1.c system.h
|
lib_a_SOURCES = init.c task1.c system.h
|
||||||
|
|
||||||
DOCS = $(TEST).scn $(TEST).doc
|
DOCS = sp21.scn sp21.doc
|
||||||
|
|
||||||
OBJS = $(lib_a_OBJECTS)
|
OBJS = $(lib_a_OBJECTS)
|
||||||
|
|
||||||
|
|
||||||
PGM = ${ARCH}/$(TEST).exe
|
PGM = ${ARCH}/sp21.exe
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
|||||||
@$(mkdir_p) $(project_bspdir)/tests
|
@$(mkdir_p) $(project_bspdir)/tests
|
||||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
$(project_bspdir)/tests/sp21.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
||||||
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
||||||
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
@: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
$(project_bspdir)/tests/screens/sptests/sp21.scn: sp21.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
TMPINSTALL_FILES = $(project_bspdir)/tests/sp21.exe
|
||||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/$(TEST).scn
|
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp21.scn
|
||||||
|
|
||||||
$(PGM): ${ARCH}/$(dirstamp)
|
$(PGM): ${ARCH}/$(dirstamp)
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user