source: rtems/testsuites/samples/nsecs/Makefile.am @ 33a105fb

4.115
Last change on this file since 33a105fb 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: 530 bytes
RevLine 
[33a105fb]1##
2##  $Id$
3##
4
5
[3d54837]6rtems_tests_PROGRAMS = nsecs
[69a71c5]7nsecs_SOURCES = init.c empty.c
[23a0105a]8
9dist_rtems_tests_DATA = nsecs.scn
10dist_rtems_tests_DATA += nsecs.doc
11
12include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
13include $(top_srcdir)/../automake/compile.am
14include $(top_srcdir)/../automake/leaf.am
15
[69a71c5]16AM_CPPFLAGS += -I$(top_srcdir)/../support/include
17
[cd06294a]18LINK_OBJS = $(nsecs_OBJECTS)
[3d54837]19LINK_LIBS = $(nsecs_LDLIBS)
[23a0105a]20
[3d54837]21nsecs$(EXEEXT): $(nsecs_OBJECTS) $(nsecs_DEPENDENCIES)
22        @rm -f nsecs$(EXEEXT)
[23a0105a]23        $(make-exe)
24
25include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.