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/psxtests/psxstat/Makefile.am | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'testsuites/psxtests/psxstat') diff --git a/testsuites/psxtests/psxstat/Makefile.am b/testsuites/psxtests/psxstat/Makefile.am index 2824cf4bde..e86c6435a1 100644 --- a/testsuites/psxtests/psxstat/Makefile.am +++ b/testsuites/psxtests/psxstat/Makefile.am @@ -4,30 +4,26 @@ MANAGERS = all -noinst_LIBRARIES = lib.a -lib_a_SOURCES = main.c test.c ../include/pmacros.h +rtems_tests_PROGRAMS = psxstat.exe +psxstat_exe_SOURCES = main.c test.c ../include/pmacros.h -testsdir = $(libdir)/tests -scndir = $(testsdir) +scndir = $(rtems_testsdir) dist_scn_DATA = psxstat.scn -OBJS = $(lib_a_OBJECTS) - -PGM = ${ARCH}/psxstat.exe - include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -$(PGM): ${ARCH}/$(dirstamp) +psxstat_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/include - AM_CPPFLAGS += -I$(top_srcdir)/../support/include -tests_SCRIPTS = $(PGM) +LINK_OBJS = $(psxstat_exe_OBJECTS) $(psxstat_exe_LDADD) +LINK_LIBS = $(psxstat_exe_LDLIBS) -$(PGM): $(OBJS) $(LINK_FILES) +psxstat.exe$(EXEEXT): $(psxstat_exe_OBJECTS) $(psxstat_exe_DEPENDENCIES) + @rm -f psxstat.exe$(EXEEXT) $(make-exe) include $(top_srcdir)/../automake/local.am -- cgit v1.2.3