source: rtems/testsuites/tmtests/tm23/Makefile.am @ 183af89

4.115
Last change on this file since 183af89 was 33a105fb, checked in by Joel Sherrill <joel.sherrill@…>, on 05/07/12 at 16:08:48

Revert: Remove CVS Ids

See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.

  • Property mode set to 100644
File size: 670 bytes
RevLine 
[33a105fb]1##
2## $Id$
3##
4
5
[3d54837]6rtems_tests_PROGRAMS = tm23
7tm23_SOURCES = task1.c system.h ../include/timesys.h \
[dbf4f17]8    ../../support/src/tmtests_empty_function.c
[6e9ad6c]9
[9c5ea11]10dist_rtems_tests_DATA = tm23.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
[6e9ad6c]16
17OPERATION_COUNT = @OPERATION_COUNT@
18AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
[d65005e]19AM_CPPFLAGS += -I$(top_srcdir)/../support/include
20
[448f657]21LINK_OBJS = $(tm23_OBJECTS)
[3d54837]22LINK_LIBS = $(tm23_LDLIBS)
[6e9ad6c]23
[3d54837]24tm23$(EXEEXT): $(tm23_OBJECTS) $(tm23_DEPENDENCIES)
25        @rm -f tm23$(EXEEXT)
[3bb5d94]26        $(make-exe)
[987f0ea]27
[20668c7]28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.