summaryrefslogblamecommitdiffstats
path: root/testsuites/samples/hello/Makefile.am
blob: 200c3e08a84cace832e5bd44821b4423538084f7 (plain) (tree)
1
2
3
4
5
6
7
8
9



        

             

                                   
 
                          
                         
                          
                         
 
                                                 
                                            
                                         
 
                                                                  
 

                                                   
 

                                                                  

                   
                                          
##
##  $Id$
##

MANAGERS = io

rtems_tests_PROGRAMS = hello.exe
hello_exe_SOURCES = init.c system.h

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

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

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

LINK_OBJS = $(hello_exe_OBJECTS) $(hello_exe_LDADD)
LINK_LIBS = $(hello_exe_LDLIBS)

hello.exe$(EXEEXT): $(hello_exe_OBJECTS) $(hello_exe_DEPENDENCIES)
	@rm -f hello.exe$(EXEEXT)
	$(make-exe)

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