source: rtems/testsuites/samples/base_mp/node1/Makefile.am @ 333a312

4.115
Last change on this file since 333a312 was 333a312, checked in by Joel Sherrill <joel.sherrill@…>, on 05/04/12 at 20:14:34

samples/base_mp - Makefile.am did not set LINK_OBJS

LINK_OBJS =

instead of

LINK_OBJS = $(mp01_node1_OBJECTS)

  • Property mode set to 100644
File size: 648 bytes
Line 
1rtems_tests_PROGRAMS = base_mp-node1
2base_mp_node1_SOURCES = ../init.c ../apptask.c ../system.h
3
4dist_rtems_tests_DATA = base_mp-node1.scn
5dist_rtems_tests_DATA += base_mp-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.
12AM_CPPFLAGS += -I$(top_srcdir)/../support/include
13
14LINK_OBJS = $(base_mp_node1_OBJECTS)
15LINK_LIBS = $(base_mp_node1_LDLIBS)
16
17base_mp-node1$(EXEEXT): $(base_mp_node1_OBJECTS) $(base_mp_node1_DEPENDENCIES)
18        @rm -f base_mp-node1$(EXEEXT)
19        $(make-exe)
20
21include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.