summaryrefslogblamecommitdiffstats
path: root/testsuites/sptests/spatomic03/Makefile.am
blob: 15b3b472f41d03b5f8bcdb7b034560def001205b (plain) (tree)
1
2
3
4
5
6
7
         




                                             
     




                                                 
         







                                                                     
     

                                          
if ATOMIC
rtems_tests_PROGRAMS = spatomic03
spatomic03_SOURCES = init.c tasks.c system.h 

dist_rtems_tests_DATA = spatomic03.scn
dist_rtems_tests_DATA += spatomic03.doc
endif

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

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

LINK_OBJS = $(spatomic03_OBJECTS)
LINK_LIBS = $(spatomic03_LDLIBS)

spatomic03$(EXEEXT): $(spatomic03_OBJECTS) $(spatomic03_DEPENDENCIES)
	@rm -f spatomic03$(EXEEXT)
	$(make-exe)
endif

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