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

              

                               
 

                                 
 
                                                 
                                            
                                         
 
                                                                 
 

                                                 
 

                                                               
                   
 
                                          
##
## $Id$
##

MANAGERS = all

rtems_tests_PROGRAMS = sp27.exe
sp27_exe_SOURCES = init.c

dist_rtems_tests_DATA = sp27.scn
dist_rtems_tests_DATA += sp27.doc

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

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

LINK_OBJS = $(sp27_exe_OBJECTS) $(sp27_exe_LDADD)
LINK_LIBS = $(sp27_exe_LDLIBS)

sp27.exe$(EXEEXT): $(sp27_exe_OBJECTS) $(sp27_exe_DEPENDENCIES)
	@rm -f sp27.exe$(EXEEXT)
	$(make-exe)

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