source: rtems/testsuites/samples/Makefile.am @ 6b6c06b

4.104.114.84.95
Last change on this file since 6b6c06b 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: 461 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7SUBDIRS = hello ticker base_sp unlimited minimum fileio
8
9if MPTESTS
10## base_mp is a sample multiprocessing test
11SUBDIRS += base_mp
12endif
13
14SUBDIRS += paranoia
15
16SUBDIRS += nsecs
17
18if CXXTESTS
19SUBDIRS += iostream cdtest
20endif
21
22if NETTESTS
23## loopback tests a network loopback interface
24SUBDIRS += loopback
25SUBDIRS += pppd
26endif
27
28include $(top_srcdir)/../automake/subdirs.am
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.