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/itrontests/itrontime01/Makefile.am | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'testsuites/itrontests/itrontime01') diff --git a/testsuites/itrontests/itrontime01/Makefile.am b/testsuites/itrontests/itrontime01/Makefile.am index 9e51654861..4fd888bc91 100644 --- a/testsuites/itrontests/itrontime01/Makefile.am +++ b/testsuites/itrontests/itrontime01/Makefile.am @@ -2,32 +2,29 @@ ## $Id$ ## -PGM = ${ARCH}/itrontime01.exe - MANAGERS = all -noinst_LIBRARIES = lib.a -lib_a_SOURCES = init.c system.h +rtems_tests_PROGRAMS = itrontime01.exe +itrontime01_exe_SOURCES = init.c system.h -testsdir = $(libdir)/tests -scndir = $(testsdir) +scndir = $(rtems_testsdir) dist_scn_DATA = itrontime01.scn -docdir = $(testsdir) +docdir = $(rtems_testsdir) dist_doc_DATA = itrontime01.doc -OBJS = $(lib_a_OBJECTS) - include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -$(PGM): ${ARCH}/$(dirstamp) +itrontime01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -tests_SCRIPTS = $(PGM) +LINK_OBJS = $(itrontime01_exe_OBJECTS) $(itrontime01_exe_LDADD) +LINK_LIBS = $(itrontime01_exe_LDLIBS) -$(PGM): $(OBJS) $(LINK_FILES) +itrontime01.exe$(EXEEXT): $(itrontime01_exe_OBJECTS) $(itrontime01_exe_DEPENDENCIES) + @rm -f itrontime01.exe$(EXEEXT) $(make-exe) include $(top_srcdir)/../automake/local.am -- cgit v1.2.3