source: rtems/testsuites/tmtests/tm30/Makefile.am @ 9f4e8fb

4.115
Last change on this file since 9f4e8fb was 9f4e8fb, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:54:41

Remove CVS-Ids.

  • Property mode set to 100644
File size: 685 bytes
Line 
1rtems_tests_PROGRAMS = tm30
2tm30_SOURCES = init.c ../include/timesys.h \
3    ../../support/src/tmtests_empty_function.c \
4    ../../support/src/tmtests_support.c
5
6dist_rtems_tests_DATA = tm30.doc
7
8include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
9include $(top_srcdir)/../automake/compile.am
10include $(top_srcdir)/../automake/leaf.am
11
12OPERATION_COUNT = @OPERATION_COUNT@
13AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
14AM_CPPFLAGS += -I$(top_srcdir)/../support/include
15
16LINK_OBJS = $(tm30_OBJECTS)
17LINK_LIBS = $(tm30_LDLIBS)
18
19tm30$(EXEEXT): $(tm30_OBJECTS) $(tm30_DEPENDENCIES)
20        @rm -f tm30$(EXEEXT)
21        $(make-exe)
22
23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.