source: rtems/testsuites/samples/minimum/Makefile.am @ 55658c6

4.115
Last change on this file since 55658c6 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: 623 bytes
Line 
1##
2##  $Id$
3##
4
5MANAGERS =
6
7rtems_tests_PROGRAMS = minimum
8minimum_SOURCES = init.c
9
10dist_rtems_tests_DATA = minimum.scn
11dist_rtems_tests_DATA += minimum.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17minimum_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19#       This test should not be executed
20
21LINK_OBJS = $(minimum_OBJECTS) $(minimum_LDADD)
22LINK_LIBS = $(minimum_LDLIBS)
23
24minimum$(EXEEXT): $(minimum_OBJECTS) $(minimum_DEPENDENCIES)
25        @rm -f minimum$(EXEEXT)
26        $(make-exe)
27
28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.