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



                         
                                        
                                              

                  
                           











                                                 

                                            




                                
                              


                               
                                          
##
## $Id$
##

TEST = sp11

MANAGERS = io event timer

C_FILES = init.c task1.c task2.c timer.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))

H_FILES = system.h
noinst_HEADERS = $(H_FILES)

DOCTYPES = scn doc
DOCS = $(DOCTYPES:%=$(TEST).%)

SRCS = $(C_FILES) $(H_FILES)
OBJS = $(C_O_FILES)

PRINT_SRCS = $(DOCS)

PGM = ${ARCH}/$(TEST).exe

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

${PGM}: $(OBJS) $(LINK_FILES)
	$(make-exe)

all-local: $(TMPINSTALL_FILES)

EXTRA_DIST = $(C_FILES) $(DOCS)

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