source: rtems/testsuites/itrontests/itrontask02/Makefile.am @ 8732f1b

4.104.115
Last change on this file since 8732f1b 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: 706 bytes
RevLine 
[df49c60]1##
[116e54ad]2## $Id$
[df49c60]3##
[116e54ad]4
5MANAGERS = all
6
[3d54837]7rtems_tests_PROGRAMS = itrontask02
8itrontask02_SOURCES = init.c dormant.c system.h
[116e54ad]9
[371fe95f]10dist_rtems_tests_DATA = itrontask02.scn
11dist_rtems_tests_DATA += itrontask02.doc
[116e54ad]12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[d66557f]14include $(top_srcdir)/../automake/compile.am
[34c1b16]15include $(top_srcdir)/../automake/leaf.am
[c784867d]16
[3d54837]17itrontask02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
[c784867d]18
[d65005e]19AM_CPPFLAGS += -I$(top_srcdir)/../support/include
20
[3d54837]21LINK_OBJS = $(itrontask02_OBJECTS) $(itrontask02_LDADD)
22LINK_LIBS = $(itrontask02_LDLIBS)
[116e54ad]23
[3d54837]24itrontask02$(EXEEXT): $(itrontask02_OBJECTS) $(itrontask02_DEPENDENCIES)
25        @rm -f itrontask02$(EXEEXT)
[3bb5d94]26        $(make-exe)
[2ac7d12]27
[34c1b16]28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.