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



        




                           

                               



                                
                       
 
 
                                                 
                                            
                                         





                                          
                              



                             
                    
 

                                
                                          
##
##  $Id$
##

SAMPLE = hello
PGM = ${ARCH}/$(SAMPLE).exe

MANAGERS = io

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

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

OBJS = $(lib_a_OBJECTS)


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

#
# (OPTIONAL) Add local stuff here using +=
#

all-local: $(TMPINSTALL_FILES)

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

EXTRA_DIST = $(DOCS)

CLEANFILES = $(TMPINSTALL_FILES)

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