source: rtems/testsuites/tmtests/tm23/Makefile.am @ fdc39c4

4.115
Last change on this file since fdc39c4 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: 654 bytes
Line 
1rtems_tests_PROGRAMS = tm23
2tm23_SOURCES = task1.c system.h ../include/timesys.h \
3    ../../support/src/tmtests_empty_function.c
4
5dist_rtems_tests_DATA = tm23.doc
6
7include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
8include $(top_srcdir)/../automake/compile.am
9include $(top_srcdir)/../automake/leaf.am
10
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 = $(tm23_OBJECTS)
17LINK_LIBS = $(tm23_LDLIBS)
18
19tm23$(EXEEXT): $(tm23_OBJECTS) $(tm23_DEPENDENCIES)
20        @rm -f tm23$(EXEEXT)
21        $(make-exe)
22
23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.