forked from Imagelibrary/rtems
Eliminate TEST.
This commit is contained in:
@@ -2,19 +2,18 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
TEST = rtmonuse
|
||||
|
||||
MANAGERS = io rate_monotonic
|
||||
|
||||
noinst_LIBRARIES = lib.a
|
||||
lib_a_SOURCES = init.c getall.c task1.c system.h
|
||||
|
||||
DOCS = $(TEST).scn
|
||||
DOCS = rtmonuse.scn
|
||||
|
||||
OBJS = $(lib_a_OBJECTS)
|
||||
|
||||
|
||||
PGM = ${ARCH}/$(TEST).exe
|
||||
PGM = ${ARCH}/rtmonuse.exe
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
@@ -26,10 +25,10 @@ $(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/rtmonuse.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||
$(INSTALL_PROGRAM) $< $@
|
||||
|
||||
TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe
|
||||
TMPINSTALL_FILES = $(project_bspdir)/tests/rtmonuse.exe
|
||||
|
||||
$(PGM): ${ARCH}/$(dirstamp)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user