summaryrefslogblamecommitdiffstats
path: root/testsuites/mptests/mp03/node2/Makefile.am
blob: f49c7b46c753e57f4f0b8b942a4cc6baef7191ba (plain) (tree)
1
2
3
4
5
6
7
8
9
  
       
  
 

                            

                                                                    
 

                                       
 
                                                 
                                            
                                         
 
                                                                       
 
                                             
 

                                                 

                                                             
 

                                                                                 
                   
 
                                          
##
## $Id$
##

MANAGERS = io mp timer event

rtems_tests_PROGRAMS = mp03-node2.exe
mp03_node2_exe_SOURCES = ../init.c ../delay.c ../task1.c ../system.h

dist_rtems_tests_DATA = mp03-node2.scn
dist_rtems_tests_DATA += mp03-node2.doc

include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am

mp03_node2_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)

AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..

AM_CPPFLAGS += -I$(top_srcdir)/../support/include

LINK_OBJS = $(mp03_node2_exe_OBJECTS) $(mp03_node2_exe_LDADD)
LINK_LIBS = $(mp03_node2_exe_LDLIBS)

mp03-node2.exe$(EXEEXT): $(mp03_node2_exe_OBJECTS) $(mp03_node2_exe_DEPENDENCIES)
	@rm -f mp03-node2.exe$(EXEEXT)
	$(make-exe)

include $(top_srcdir)/../automake/local.am