source: rtems/testsuites/mptests/mp01/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: 627 bytes
Line 
1rtems_tests_PROGRAMS = mp01-node1
2mp01_node1_SOURCES = ../init.c ../task1.c ../system.h
3
4dist_rtems_tests_DATA = mp01-node1.scn
5dist_rtems_tests_DATA += mp01-node1.doc
6
7include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
8include $(top_srcdir)/../automake/compile.am
9include $(top_srcdir)/../automake/leaf.am
10
11AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
12AM_CPPFLAGS += -I$(top_srcdir)/../support/include
13
14LINK_OBJS = $(mp01_node1_OBJECTS)
15LINK_LIBS = $(mp01_node1_LDLIBS)
16
17mp01-node1$(EXEEXT): $(mp01_node1_OBJECTS) $(mp01_node1_DEPENDENCIES)
18        @rm -f mp01-node1$(EXEEXT)
19        $(make-exe)
20
21include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.