source: rtems/testsuites/tmtests/tm15/Makefile.am @ 9c5ea11

4.104.114.84.95
Last change on this file since 9c5ea11 was 9c5ea11, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/11/06 at 05:09:12

Eliminate scndir, docdir. Use rtems_testsdir instead.

  • Property mode set to 100644
File size: 757 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = io event
6
7rtems_tests_PROGRAMS = tm15.exe
8tm15_exe_SOURCES = task1.c system.h ../include/timesys.h
9
10dist_rtems_tests_DATA = tm15.doc
11
12include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
13include $(top_srcdir)/../automake/compile.am
14include $(top_srcdir)/../automake/leaf.am
15
16tm15_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
17
18OPERATION_COUNT = @OPERATION_COUNT@
19AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
20AM_CPPFLAGS += -I$(top_srcdir)/../support/include
21
22LINK_OBJS = $(tm15_exe_OBJECTS) $(tm15_exe_LDADD)
23LINK_LIBS = $(tm15_exe_LDLIBS)
24
25tm15.exe$(EXEEXT): $(tm15_exe_OBJECTS) $(tm15_exe_DEPENDENCIES)
26        @rm -f tm15.exe$(EXEEXT)
27        $(make-exe)
28
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.