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
RevLine 
[df49c60]1##
[6e9ad6c]2## $Id$
[df49c60]3##
[6e9ad6c]4
5MANAGERS = io event
6
[a6b588d6]7rtems_tests_PROGRAMS = tm15.exe
8tm15_exe_SOURCES = task1.c system.h ../include/timesys.h
[6e9ad6c]9
[9c5ea11]10dist_rtems_tests_DATA = tm15.doc
[6e9ad6c]11
12include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[d66557f]13include $(top_srcdir)/../automake/compile.am
[20668c7]14include $(top_srcdir)/../automake/leaf.am
[acdc144]15
[a6b588d6]16tm15_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
[6e9ad6c]17
18OPERATION_COUNT = @OPERATION_COUNT@
19AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
[d65005e]20AM_CPPFLAGS += -I$(top_srcdir)/../support/include
21
[a6b588d6]22LINK_OBJS = $(tm15_exe_OBJECTS) $(tm15_exe_LDADD)
23LINK_LIBS = $(tm15_exe_LDLIBS)
[6e9ad6c]24
[a6b588d6]25tm15.exe$(EXEEXT): $(tm15_exe_OBJECTS) $(tm15_exe_DEPENDENCIES)
26        @rm -f tm15.exe$(EXEEXT)
[3bb5d94]27        $(make-exe)
[987f0ea]28
[20668c7]29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.