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





              

                              

                                
                                 




                                                 
                                                             


                                                 

                                         
 

                                                   


                                          
##
## $Id$
##

MANAGERS = all

rtems_tests_PROGRAMS = sp37
sp37_SOURCES = init.c system.h

dist_rtems_tests_DATA = sp37.scn
dist_rtems_tests_DATA += sp37.doc

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

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

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

LINK_OBJS = $(sp37_OBJECTS) $(sp37_LDADD)
LINK_LIBS = $(sp37_LDLIBS)

sp37$(EXEEXT): $(sp37_OBJECTS) $(sp37_DEPENDENCIES)
	@rm -f sp37$(EXEEXT)
	$(make-exe)

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