mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-28 01:08:52 +08:00
Eliminate TEST.
This commit is contained in:
@@ -2,19 +2,18 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
TEST = sp14
|
||||
|
||||
MANAGERS = io signal timer
|
||||
|
||||
noinst_LIBRARIES = lib.a
|
||||
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)
|
||||
|
||||
|
||||
PGM = ${ARCH}/$(TEST).exe
|
||||
PGM = ${ARCH}/sp14.exe
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
@@ -26,18 +25,18 @@ $(project_bspdir)/tests/$(dirstamp):
|
||||
@$(mkdir_p) $(project_bspdir)/tests
|
||||
@: > $(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) $< $@
|
||||
|
||||
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
|
||||
@$(mkdir_p) $(project_bspdir)/tests/screens/sptests
|
||||
@: > $(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) $< $@
|
||||
|
||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/$(TEST).scn
|
||||
TMPINSTALL_FILES = $(project_bspdir)/tests/sp14.exe
|
||||
TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp14.scn
|
||||
|
||||
$(PGM): ${ARCH}/$(dirstamp)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user