source: rtems/testsuites/tmtests/tm11/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: 778 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = io message
6
7rtems_tests_PROGRAMS = tm11.exe
8tm11_exe_SOURCES = task1.c system.h ../include/timesys.h
9
10docdir = $(rtems_testsdir)
11dist_doc_DATA = tm11.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17tm11_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19OPERATION_COUNT = @OPERATION_COUNT@
20AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
21AM_CPPFLAGS += -I$(top_srcdir)/../support/include
22
23LINK_OBJS = $(tm11_exe_OBJECTS) $(tm11_exe_LDADD)
24LINK_LIBS = $(tm11_exe_LDLIBS)
25
26tm11.exe$(EXEEXT): $(tm11_exe_OBJECTS) $(tm11_exe_DEPENDENCIES)
27        @rm -f tm11.exe$(EXEEXT)
28        $(make-exe)
29
30include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.