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


              
                        
                               
 




                              
 
                       
 
                                                 
                                            
                                         
 

                           

                                                 
                      
 

                             
 
                                          
##
## $Id$
##

PGM = ${ARCH}/itronsem01.exe

MANAGERS = all

noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c system.h

testsdir = $(libdir)/tests
scndir = $(testsdir)
dist_scn_DATA = itronsem01.scn
docdir = $(testsdir)
dist_doc_DATA = itronsem01.doc

OBJS = $(lib_a_OBJECTS)

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

$(PGM): ${ARCH}/$(dirstamp)

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

tests_SCRIPTS = $(PGM)

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

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