source: rtems/testsuites/samples/nsecs/Makefile.am @ 23a0105a

4.104.114.84.95
Last change on this file since 23a0105a was 23a0105a, checked in by Joel Sherrill <joel.sherrill@…>, on 04/02/07 at 18:24:10

2007-04-02 Joel Sherrill <joel@…>

  • Makefile.am, configure.ac: Convert from Classic API style TOD_Control as fundamental time structure to POSIX struct timespec. Add clock_get_uptime().
  • nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc, nsecs/nsecs.scn: New files.
  • Property mode set to 100644
File size: 521 bytes
Line 
1##
2##  $Id$
3##
4
5rtems_tests_PROGRAMS = nsecs.exe
6nsecs_exe_SOURCES = init.c
7
8dist_rtems_tests_DATA = nsecs.scn
9dist_rtems_tests_DATA += nsecs.doc
10
11include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
12include $(top_srcdir)/../automake/compile.am
13include $(top_srcdir)/../automake/leaf.am
14
15LINK_OBJS = $(nsecs_exe_OBJECTS) $(nsecs_exe_LDADD)
16LINK_LIBS = $(nsecs_exe_LDLIBS)
17
18nsecs.exe$(EXEEXT): $(nsecs_exe_OBJECTS) $(nsecs_exe_DEPENDENCIES)
19        @rm -f nsecs.exe$(EXEEXT)
20        $(make-exe)
21
22include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.