source: rtems/testsuites/sptests/sp68/Makefile.am @ 6e51c4c

4.104.115
Last change on this file since 6e51c4c was 6e51c4c, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 11/30/09 at 09:08:35

Added timer server control block
Removed _Timer_Server thread pointer
Added _Timer_server pointer to the default timer server control block
Rework of the timer server implementation.

  • Property mode set to 100644
File size: 603 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = sp68
8sp68_SOURCES = init.c
9
10dist_rtems_tests_DATA = sp68.scn
11dist_rtems_tests_DATA += sp68.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17sp68_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19AM_CPPFLAGS += -I$(top_srcdir)/../support/include
20
21LINK_OBJS = $(sp68_OBJECTS) $(sp68_LDADD)
22LINK_LIBS = $(sp68_LDLIBS)
23
24sp68$(EXEEXT): $(sp68_OBJECTS) $(sp68_DEPENDENCIES)
25        @rm -f sp68$(EXEEXT)
26        $(make-exe)
27
28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.