Convert to using *_PROGRAMS.

This commit is contained in:
Ralf Corsepius
2005-11-13 06:46:05 +00:00
parent 3290efc759
commit a6b588d649
114 changed files with 951 additions and 1348 deletions

View File

@@ -4,30 +4,26 @@
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = psxtimer.c system.h ../include/pmacros.h
rtems_tests_PROGRAMS = psxtimer.exe
psxtimer_exe_SOURCES = psxtimer.c system.h ../include/pmacros.h
testsdir = $(libdir)/tests
scndir = $(testsdir)
scndir = $(rtems_testsdir)
dist_scn_DATA = psxtimer.scn
OBJS = $(lib_a_OBJECTS)
PGM = ${ARCH}/psxtimer.exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
$(PGM): ${ARCH}/$(dirstamp)
psxtimer_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 = $(psxtimer_exe_OBJECTS) $(psxtimer_exe_LDADD)
LINK_LIBS = $(psxtimer_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES)
psxtimer.exe$(EXEEXT): $(psxtimer_exe_OBJECTS) $(psxtimer_exe_DEPENDENCIES)
@rm -f psxtimer.exe$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am