From a6b588d649d6fcc933aa356f3c36a1d2f6391976 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 13 Nov 2005 06:46:05 +0000 Subject: Convert to using *_PROGRAMS. --- testsuites/libtests/stackchk/Makefile.am | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'testsuites/libtests/stackchk/Makefile.am') diff --git a/testsuites/libtests/stackchk/Makefile.am b/testsuites/libtests/stackchk/Makefile.am index c7eb439a78..a260668c91 100644 --- a/testsuites/libtests/stackchk/Makefile.am +++ b/testsuites/libtests/stackchk/Makefile.am @@ -4,28 +4,25 @@ MANAGERS = io -noinst_LIBRARIES = lib.a -lib_a_SOURCES = blow.c init.c task1.c system.h +rtems_tests_PROGRAMS = stackchk.exe +stackchk_exe_SOURCES = blow.c init.c task1.c system.h -testsdir = $(libdir)/tests -scndir = $(testsdir) +scndir = $(rtems_testsdir) dist_scn_DATA = stackchk.scn -OBJS = $(lib_a_OBJECTS) - -PGM = ${ARCH}/stackchk.exe - include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -$(PGM): ${ARCH}/$(dirstamp) +stackchk_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -tests_SCRIPTS = $(PGM) +LINK_OBJS = $(stackchk_exe_OBJECTS) $(stackchk_exe_LDADD) +LINK_LIBS = $(stackchk_exe_LDLIBS) -$(PGM): $(OBJS) $(LINK_FILES) +stackchk.exe$(EXEEXT): $(stackchk_exe_OBJECTS) $(stackchk_exe_DEPENDENCIES) + @rm -f stackchk.exe$(EXEEXT) $(make-exe) include $(top_srcdir)/../automake/local.am -- cgit v1.2.3