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/sp16/Makefile.am | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'testsuites/sptests/sp16') diff --git a/testsuites/sptests/sp16/Makefile.am b/testsuites/sptests/sp16/Makefile.am index 8ad6da940a..96519482f8 100644 --- a/testsuites/sptests/sp16/Makefile.am +++ b/testsuites/sptests/sp16/Makefile.am @@ -4,30 +4,27 @@ MANAGERS = io region -noinst_LIBRARIES = lib.a -lib_a_SOURCES = init.c task1.c task2.c task3.c task4.c task5.c system.h +rtems_tests_PROGRAMS = sp16.exe +sp16_exe_SOURCES = init.c task1.c task2.c task3.c task4.c task5.c system.h -testsdir = $(libdir)/tests -scndir = $(testsdir) +scndir = $(rtems_testsdir) dist_scn_DATA = sp16.scn -docdir = $(testsdir) +docdir = $(rtems_testsdir) dist_doc_DATA = sp16.doc -OBJS = $(lib_a_OBJECTS) - -PGM = ${ARCH}/sp16.exe - include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -$(PGM): ${ARCH}/$(dirstamp) +sp16_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -tests_SCRIPTS = $(PGM) +LINK_OBJS = $(sp16_exe_OBJECTS) $(sp16_exe_LDADD) +LINK_LIBS = $(sp16_exe_LDLIBS) -$(PGM): $(OBJS) $(LINK_FILES) +sp16.exe$(EXEEXT): $(sp16_exe_OBJECTS) $(sp16_exe_DEPENDENCIES) + @rm -f sp16.exe$(EXEEXT) $(make-exe) include $(top_srcdir)/../automake/local.am -- cgit v1.2.3