From b244a05ac318bd2a53c302bf8da09b360e5e7fc1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 13 Nov 2005 06:29:38 +0000 Subject: Convert to use *_PROGRAMS. --- testsuites/sptests/sp23/Makefile.am | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'testsuites/sptests/sp23') diff --git a/testsuites/sptests/sp23/Makefile.am b/testsuites/sptests/sp23/Makefile.am index 71c690f5fd..d8012e09d0 100644 --- a/testsuites/sptests/sp23/Makefile.am +++ b/testsuites/sptests/sp23/Makefile.am @@ -4,30 +4,27 @@ MANAGERS = io dual_ported_memory -noinst_LIBRARIES = lib.a -lib_a_SOURCES = init.c task1.c system.h +rtems_tests_PROGRAMS = sp23.exe +sp23_exe_SOURCES = init.c task1.c system.h -testsdir = $(libdir)/tests -scndir = $(testsdir) +scndir = $(rtems_testsdir) dist_scn_DATA = sp23.scn -docdir = $(testsdir) +docdir = $(rtems_testsdir) dist_doc_DATA = sp23.doc -OBJS = $(lib_a_OBJECTS) - -PGM = ${ARCH}/sp23.exe - include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -$(PGM): ${ARCH}/$(dirstamp) +sp23_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -tests_SCRIPTS = $(PGM) +LINK_OBJS = $(sp23_exe_OBJECTS) $(sp23_exe_LDADD) +LINK_LIBS = $(sp23_exe_LDLIBS) -$(PGM): $(OBJS) $(LINK_FILES) +sp23.exe$(EXEEXT): $(sp23_exe_OBJECTS) $(sp23_exe_DEPENDENCIES) + @rm -f sp23.exe$(EXEEXT) $(make-exe) include $(top_srcdir)/../automake/local.am -- cgit v1.2.3