summaryrefslogblamecommitdiffstats
path: root/testsuites/smptests/smp04/Makefile.am
blob: 3579e94f78b8f1cba0beaed44239cd5207c34d1a (plain) (tree)
1
2
3
4
5
6
7




        
                            
                                                                










                                                 
 
                            






                                                      
##
##  $Id$
##


rtems_tests_PROGRAMS = smp04
smp04_SOURCES = init.c system.h ../../support/src/locked_print.c

dist_rtems_tests_DATA = smp04.scn
dist_rtems_tests_DATA += smp04.doc

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

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


LINK_OBJS = $(smp04_OBJECTS)
LINK_LIBS = $(smp04_LDLIBS)

smp04$(EXEEXT): $(smp04_OBJECTS) $(smp04_DEPENDENCIES)
	@rm -f smp04$(EXEEXT)
	$(make-exe)

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