source: rtems/testsuites/sptests/spatomic04/Makefile.am @ fb9fa15

4.115
Last change on this file since fb9fa15 was fb9fa15, checked in by WeiY <wei.a.yang@…>, on 01/25/13 at 15:59:49

tests: atomic support for RTEMS. Uniprocessor tests for atomic ops.

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