source: rtems/testsuites/tmtests/tm11/Makefile.am @ 448f657

4.115
Last change on this file since 448f657 was 448f657, checked in by Joel Sherrill <joel.sherrill@…>, on 12/08/11 at 21:38:46

2011-12-08 Joel Sherrill <joel.sherrill@…>

PR 1589/build

  • tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am, tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am, tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am, tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am, tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am, tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am, tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am, tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am, tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am, tm28/Makefile.am, tm29/Makefile.am, tm30/Makefile.am, tmck/Makefile.am, tmoverhd/Makefile.am: Remove obsolete optional manager capability.
  • Property mode set to 100644
File size: 670 bytes
Line 
1##
2## $Id$
3##
4
5
6rtems_tests_PROGRAMS = tm11
7tm11_SOURCES = task1.c system.h ../include/timesys.h \
8    ../../support/src/tmtests_empty_function.c
9
10dist_rtems_tests_DATA = tm11.doc
11
12include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
13include $(top_srcdir)/../automake/compile.am
14include $(top_srcdir)/../automake/leaf.am
15
16
17OPERATION_COUNT = @OPERATION_COUNT@
18AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
19AM_CPPFLAGS += -I$(top_srcdir)/../support/include
20
21LINK_OBJS = $(tm11_OBJECTS)
22LINK_LIBS = $(tm11_LDLIBS)
23
24tm11$(EXEEXT): $(tm11_OBJECTS) $(tm11_DEPENDENCIES)
25        @rm -f tm11$(EXEEXT)
26        $(make-exe)
27
28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.