From 7e3887773ab0c62e82e34e2fac42f5e1acf66794 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 11 Nov 2005 09:03:24 +0000 Subject: Eliminate TEST. --- testsuites/psxtests/psxmsgq01/Makefile.am | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'testsuites/psxtests/psxmsgq01') diff --git a/testsuites/psxtests/psxmsgq01/Makefile.am b/testsuites/psxtests/psxmsgq01/Makefile.am index 563bd4e53d..b32d19026b 100644 --- a/testsuites/psxtests/psxmsgq01/Makefile.am +++ b/testsuites/psxtests/psxmsgq01/Makefile.am @@ -2,19 +2,18 @@ ## $Id$ ## -TEST = psxmsgq01 MANAGERS = all noinst_LIBRARIES = lib.a lib_a_SOURCES = init.c system.h ../include/pmacros.h -DOCS = $(TEST).scn +DOCS = psxmsgq01.scn OBJS = $(lib_a_OBJECTS) -PGM = ${ARCH}/$(TEST).exe +PGM = ${ARCH}/psxmsgq01.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/psxmsgq01.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) $(INSTALL_PROGRAM) $< $@ $(project_bspdir)/tests/screens/psxtests/$(dirstamp): @$(mkdir_p) $(project_bspdir)/tests/screens/psxtests @: > $(project_bspdir)/tests/screens/psxtests/$(dirstamp) -$(project_bspdir)/tests/screens/psxtests/$(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) $< $@ -TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe -TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/$(TEST).scn +TMPINSTALL_FILES = $(project_bspdir)/tests/psxmsgq01.exe +TMPINSTALL_FILES += $(project_bspdir)/tests/screens/psxtests/psxmsgq01.scn $(PGM): ${ARCH}/$(dirstamp) -- cgit v1.2.3