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



       
                                     
 

                           
 

                                 




                                                 
                                                             


                                                 

                                         
 

                                                   


                                          
##
## $Id$
##

MANAGERS = io barrier semaphore clock

rtems_tests_PROGRAMS = sp33
sp33_SOURCES = init.c

dist_rtems_tests_DATA = sp33.scn
dist_rtems_tests_DATA += sp33.doc

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

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

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

LINK_OBJS = $(sp33_OBJECTS) $(sp33_LDADD)
LINK_LIBS = $(sp33_LDLIBS)

sp33$(EXEEXT): $(sp33_OBJECTS) $(sp33_DEPENDENCIES)
	@rm -f sp33$(EXEEXT)
	$(make-exe)

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