source: rtems/testsuites/smptests/smpatomic05/Makefile.am @ 2bbcb64

4.115
Last change on this file since 2bbcb64 was 2bbcb64, checked in by Sebastian Huber <sebastian.huber@…>, on 08/27/13 at 12:26:33

smptests: Move ATOMIC conditional to top-level

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