summaryrefslogblamecommitdiffstats
path: root/testsuites/sptests/sp23/Makefile.am
blob: d8012e09d0ff4245c5774015ea21eb32259c28d3 (plain) (tree)
1
2
3
4
5
6
7
8
9
  
       
  
 

                                

                                          
 
                          
                        
                          
                        
 
                                                 
                                            
                                         
 
                                                                 
 

                                                 

                                                 
 

                                                               
                   
 
                                          
##
## $Id$
##

MANAGERS = io dual_ported_memory

rtems_tests_PROGRAMS = sp23.exe
sp23_exe_SOURCES = init.c task1.c system.h

scndir = $(rtems_testsdir)
dist_scn_DATA = sp23.scn
docdir = $(rtems_testsdir)
dist_doc_DATA = sp23.doc

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

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

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

LINK_OBJS = $(sp23_exe_OBJECTS) $(sp23_exe_LDADD)
LINK_LIBS = $(sp23_exe_LDLIBS)

sp23.exe$(EXEEXT): $(sp23_exe_OBJECTS) $(sp23_exe_DEPENDENCIES)
	@rm -f sp23.exe$(EXEEXT)
	$(make-exe)

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