source: rtems/testsuites/sptests/sp36/Makefile.am @ d5ae827

4.104.115
Last change on this file since d5ae827 was 3d54837, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/03/09 at 12:55:13

Eliminate _exe_/.exe.

  • Property mode set to 100644
File size: 552 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = sp36
8sp36_SOURCES = strict_order_mut.c
9
10dist_rtems_tests_DATA = sp36.scn
11dist_rtems_tests_DATA += sp36.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17AM_CPPFLAGS += -I$(top_srcdir)/../support/include
18
19LINK_OBJS = $(sp36_OBJECTS) $(sp36_LDADD)
20LINK_LIBS = $(sp36_LDLIBS)
21
22sp36$(EXEEXT): $(sp36_OBJECTS) $(sp36_DEPENDENCIES)
23        @rm -f sp36$(EXEEXT)
24        $(make-exe)
25
26include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.