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/itrontests/itronhello/Makefile.am | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'testsuites/itrontests/itronhello/Makefile.am') diff --git a/testsuites/itrontests/itronhello/Makefile.am b/testsuites/itrontests/itronhello/Makefile.am index 5dd35d0551..e9b334460b 100644 --- a/testsuites/itrontests/itronhello/Makefile.am +++ b/testsuites/itrontests/itronhello/Makefile.am @@ -2,15 +2,14 @@ ## $Id$ ## -TEST = itronhello -PGM = ${ARCH}/$(TEST).exe +PGM = ${ARCH}/itronhello.exe MANAGERS = all noinst_LIBRARIES = lib.a lib_a_SOURCES = init.c system.h -DOCS = $(TEST).doc $(TEST).scn +DOCS = itronhello.doc itronhello.scn OBJS = $(lib_a_OBJECTS) @@ -25,19 +24,19 @@ $(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/itronhello.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) $(INSTALL_PROGRAM) $< $@ $(project_bspdir)/tests/screens/itrontests/$(dirstamp): @$(mkdir_p) $(project_bspdir)/tests/screens/itrontests @: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp) -$(project_bspdir)/tests/screens/itrontests/$(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) $< $@ TMPINSTALL_FILES = \ -$(project_bspdir)/tests/$(TEST).exe \ -$(project_bspdir)/tests/screens/itrontests/$(TEST).scn +$(project_bspdir)/tests/itronhello.exe \ +$(project_bspdir)/tests/screens/itrontests/itronhello.scn $(PGM): ${ARCH}/$(dirstamp) -- cgit v1.2.3