source: rtems/testsuites/smptests/smpatomic01/Makefile.am @ 945853b7

4.115
Last change on this file since 945853b7 was 33e18a4, checked in by WeiY <wei.a.yang@…>, on 09/28/13 at 06:54:38

rename smpatomic08 to smpatomic01

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