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

                                          
 

                                       
 
                                                 
                                            
                                         
 
                                             
 

                                                 
                                 
                                
 

                                                                     
                   
 
                                          
rtems_tests_PROGRAMS = mp11-node1
mp11_node1_SOURCES = ../init.c ../system.h

dist_rtems_tests_DATA = mp11-node1.scn
dist_rtems_tests_DATA += mp11-node1.doc

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

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

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

LINK_OBJS = $(mp11_node1_OBJECTS)
LINK_LIBS = $(mp11_node1_LDLIBS)

mp11-node1$(EXEEXT): $(mp11_node1_OBJECTS) $(mp11_node1_DEPENDENCIES)
	@rm -f mp11-node1$(EXEEXT)
	$(make-exe)

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