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
+9 -12
View File
@@ -2,34 +2,31 @@
## $Id$
##
PGM = $(ARCH)/mp03-node1.exe
MANAGERS = io mp timer event
noinst_LIBRARIES = lib.a
lib_a_SOURCES = ../init.c ../task1.c ../delay.c ../system.h
rtems_tests_PROGRAMS = mp03-node1.exe
mp03_node1_exe_SOURCES = ../init.c ../task1.c ../delay.c ../system.h
testsdir = $(libdir)/tests
scndir = $(testsdir)
scndir = $(rtems_testsdir)
dist_scn_DATA = mp03-node1.scn
docdir = $(testsdir)
docdir = $(rtems_testsdir)
dist_doc_DATA = mp03-node1.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)
mp03_node1_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
tests_SCRIPTS = $(PGM)
LINK_OBJS = $(mp03_node1_exe_OBJECTS) $(mp03_node1_exe_LDADD)
LINK_LIBS = $(mp03_node1_exe_LDLIBS)
$(PGM): $(OBJS) $(LINK_FILES)
mp03-node1.exe$(EXEEXT): $(mp03_node1_exe_OBJECTS) $(mp03_node1_exe_DEPENDENCIES)
@rm -f mp03-node1.exe$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am