source: rtems/testsuites/itrontests/itrontask02/Makefile.am @ a6b588d6

4.104.114.84.95
Last change on this file since a6b588d6 was a6b588d6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/13/05 at 06:46:05

Convert to using *_PROGRAMS.

  • Property mode set to 100644
File size: 783 bytes
RevLine 
[df49c60]1##
[116e54ad]2## $Id$
[df49c60]3##
[116e54ad]4
5MANAGERS = all
6
[a6b588d6]7rtems_tests_PROGRAMS = itrontask02.exe
8itrontask02_exe_SOURCES = init.c dormant.c system.h
[116e54ad]9
[a6b588d6]10scndir = $(rtems_testsdir)
[3bb5d94]11dist_scn_DATA = itrontask02.scn
[a6b588d6]12docdir = $(rtems_testsdir)
[3bb5d94]13dist_doc_DATA = itrontask02.doc
[116e54ad]14
15include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[d66557f]16include $(top_srcdir)/../automake/compile.am
[34c1b16]17include $(top_srcdir)/../automake/leaf.am
[c784867d]18
[a6b588d6]19itrontask02_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
[c784867d]20
[d65005e]21AM_CPPFLAGS += -I$(top_srcdir)/../support/include
22
[a6b588d6]23LINK_OBJS = $(itrontask02_exe_OBJECTS) $(itrontask02_exe_LDADD)
24LINK_LIBS = $(itrontask02_exe_LDLIBS)
[116e54ad]25
[a6b588d6]26itrontask02.exe$(EXEEXT): $(itrontask02_exe_OBJECTS) $(itrontask02_exe_DEPENDENCIES)
27        @rm -f itrontask02.exe$(EXEEXT)
[3bb5d94]28        $(make-exe)
[2ac7d12]29
[34c1b16]30include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.