source: rtems/testsuites/mptests/mp14/node1/Makefile.am @ 48e02af

4.115
Last change on this file since 48e02af was 48e02af, checked in by Joel Sherrill <joel.sherrill@…>, on 05/04/12 at 19:58:21

mptests - Makefile.am did not set LINK_OBJS

LINK_OBJS =

instead of

LINK_OBJS = $(mp01_node1_OBJECTS)

  • Property mode set to 100644
File size: 777 bytes
Line 
1rtems_tests_PROGRAMS = mp14-node1
2mp14_node1_SOURCES = ../exit.c ../init.c ../delay.c ../evtask1.c ../evtmtask.c \
3    ../pttask1.c ../smtask1.c ../msgtask1.c ../system.h
4
5dist_rtems_tests_DATA = mp14-node1.scn
6dist_rtems_tests_DATA += mp14-node1.doc
7
8include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
9include $(top_srcdir)/../automake/compile.am
10include $(top_srcdir)/../automake/leaf.am
11
12AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
13AM_CPPFLAGS += -DMAX_LONG_TEST_DURATION=$(MAX_LONG_TEST_DURATION)
14
15AM_CPPFLAGS += -I$(top_srcdir)/../support/include
16
17LINK_OBJS = $(mp14_node1_OBJECTS)
18LINK_LIBS = $(mp14_node1_LDLIBS)
19
20mp14-node1$(EXEEXT): $(mp14_node1_OBJECTS) $(mp14_node1_DEPENDENCIES)
21        @rm -f mp14-node1$(EXEEXT)
22        $(make-exe)
23
24include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.