From c74ea57e3b1e75e9f2dacf576b4cd23cd2e765d1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 11 Nov 2005 08:05:24 +0000 Subject: Remove. --- testsuites/itrontests/itrontests.am | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 testsuites/itrontests/itrontests.am diff --git a/testsuites/itrontests/itrontests.am b/testsuites/itrontests/itrontests.am deleted file mode 100644 index 32ae41a5e8..0000000000 --- a/testsuites/itrontests/itrontests.am +++ /dev/null @@ -1,23 +0,0 @@ -## $Id$ - -project_bspdir=$(PROJECT_ROOT) - -$(project_bspdir)/tests/$(dirstamp): - @$(mkdir_p) $(project_bspdir)/tests - @: > $(project_bspdir)/tests/$(dirstamp) - -$(project_bspdir)/tests/$(TEST).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) - $(INSTALL_DATA) $< $@ - -$(PGM): ${ARCH}/$(dirstamp) - -TMPINSTALL_FILES = \ -$(project_bspdir)/tests/$(TEST).exe \ -$(project_bspdir)/tests/screens/itrontests/$(TEST).scn -- cgit v1.2.3