source: rtems/testsuites/sptests/spatomic06/Makefile.am @ 502693f5

4.115
Last change on this file since 502693f5 was 502693f5, checked in by WeiY <wei.a.yang@…>, on 04/23/13 at 16:34:17

Clear the atomic conditional compilation.

  • Property mode set to 100644
File size: 573 bytes
Line 
1rtems_tests_PROGRAMS = spatomic06
2spatomic06_SOURCES = init.c tasks.c system.h
3
4dist_rtems_tests_DATA = spatomic06.scn
5dist_rtems_tests_DATA += spatomic06.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 = $(spatomic06_OBJECTS)
14LINK_LIBS = $(spatomic06_LDLIBS)
15
16spatomic06$(EXEEXT): $(spatomic06_OBJECTS) $(spatomic06_DEPENDENCIES)
17        @rm -f spatomic06$(EXEEXT)
18        $(make-exe)
19
20include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.