source: rtems/testsuites/tmtests/tm30/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: 701 bytes
Line 
1##
2## $Id$
3##
4
5
6rtems_tests_PROGRAMS = tm30
7tm30_SOURCES = init.c ../include/timesys.h \
8    ../../support/src/tmtests_empty_function.c \
9    ../../support/src/tmtests_support.c
10
11dist_rtems_tests_DATA = tm30.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
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 = $(tm30_OBJECTS)
22LINK_LIBS = $(tm30_LDLIBS)
23
24tm30$(EXEEXT): $(tm30_OBJECTS) $(tm30_DEPENDENCIES)
25        @rm -f tm30$(EXEEXT)
26        $(make-exe)
27
28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.