summaryrefslogblamecommitdiffstats
path: root/testsuites/itrontests/itronhello/Makefile.am
blob: 45d5aa61add03dda78c495663672cf30f40b92d9 (plain) (tree)
1
2
3
4
5
6
7
8
9
  
       
  
 

              

                                        
 
                          
                              
                          
                              
 
                                                 
                                            
                                         
 
                                                                       
 

                                                 

                                                             
 

                                                                                 
                   
 
                                          
##
## $Id$
##

MANAGERS = all

rtems_tests_PROGRAMS = itronhello.exe
itronhello_exe_SOURCES = init.c system.h

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

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

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

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

LINK_OBJS = $(itronhello_exe_OBJECTS) $(itronhello_exe_LDADD)
LINK_LIBS = $(itronhello_exe_LDLIBS)

itronhello.exe$(EXEEXT): $(itronhello_exe_OBJECTS) $(itronhello_exe_DEPENDENCIES)
	@rm -f itronhello.exe$(EXEEXT)
	$(make-exe)

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