forked from Imagelibrary/rtems
* 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.
30 lines
461 B
Makefile
30 lines
461 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
ACLOCAL_AMFLAGS = -I ../aclocal
|
|
|
|
SUBDIRS = hello ticker base_sp unlimited minimum fileio
|
|
|
|
if MPTESTS
|
|
## base_mp is a sample multiprocessing test
|
|
SUBDIRS += base_mp
|
|
endif
|
|
|
|
SUBDIRS += paranoia
|
|
|
|
SUBDIRS += nsecs
|
|
|
|
if CXXTESTS
|
|
SUBDIRS += iostream cdtest
|
|
endif
|
|
|
|
if NETTESTS
|
|
## loopback tests a network loopback interface
|
|
SUBDIRS += loopback
|
|
SUBDIRS += pppd
|
|
endif
|
|
|
|
include $(top_srcdir)/../automake/subdirs.am
|
|
include $(top_srcdir)/../automake/local.am
|