source: rtems/testsuites/smptests/smpatomic04/Makefile.am @ d1c5c01f

4.115
Last change on this file since d1c5c01f 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 = smpatomic04
2smpatomic04_SOURCES = init.c tasks.c system.h ../../support/src/locked_print.c
3
4dist_rtems_tests_DATA = smpatomic04.scn
5dist_rtems_tests_DATA += smpatomic04.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 = $(smpatomic04_OBJECTS)
14LINK_LIBS = $(smpatomic04_LDLIBS)
15
16smpatomic04$(EXEEXT): $(smpatomic04_OBJECTS) $(smpatomic04_DEPENDENCIES)
17        @rm -f smpatomic04$(EXEEXT)
18        $(make-exe)
19
20include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.