source: rtems/testsuites/smptests/smpatomic01/Makefile.am @ 39e51758

4.115
Last change on this file since 39e51758 was 2e7f5798, checked in by WeiY <wei.a.yang@…>, on 07/15/13 at 15:31:13

stdatomic.h support check when configure

  • Property mode set to 100644
File size: 647 bytes
Line 
1if ATOMIC
2rtems_tests_PROGRAMS = smpatomic01
3smpatomic01_SOURCES = init.c tasks.c system.h ../../support/src/locked_print.c
4
5dist_rtems_tests_DATA = smpatomic01.scn
6dist_rtems_tests_DATA += smpatomic01.doc
7endif
8
9include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
10include $(top_srcdir)/../automake/compile.am
11include $(top_srcdir)/../automake/leaf.am
12
13if ATOMIC
14AM_CPPFLAGS += -I$(top_srcdir)/../support/include
15
16LINK_OBJS = $(smpatomic01_OBJECTS)
17LINK_LIBS = $(smpatomic01_LDLIBS)
18
19smpatomic01$(EXEEXT): $(smpatomic01_OBJECTS) $(smpatomic01_DEPENDENCIES)
20        @rm -f smpatomic01$(EXEEXT)
21        $(make-exe)
22endif
23
24include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.