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

                            

                                                         
 
                          
                              
                          
                              
 
                                                 
                                            
                                         
 
                                                                       
 
                                             
 

                                                 

                                                             
 

                                                                                 
                   
 
                                          
##
## $Id$
##

MANAGERS = io mp event timer

rtems_tests_PROGRAMS = mp06-node1.exe
mp06_node1_exe_SOURCES = ../init.c ../task1.c ../system.h

scndir = $(rtems_testsdir)
dist_scn_DATA = mp06-node1.scn
docdir = $(rtems_testsdir)
dist_doc_DATA = mp06-node1.doc

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

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

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

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

LINK_OBJS = $(mp06_node1_exe_OBJECTS) $(mp06_node1_exe_LDADD)
LINK_LIBS = $(mp06_node1_exe_LDLIBS)

mp06-node1.exe$(EXEEXT): $(mp06_node1_exe_OBJECTS) $(mp06_node1_exe_DEPENDENCIES)
	@rm -f mp06-node1.exe$(EXEEXT)
	$(make-exe)

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