source: rtems/c/src/ada-tests/samples/Makefile.am @ 110e1f1

4.104.115
Last change on this file since 110e1f1 was 42f07c5, checked in by Glenn Humphrey <glenn.humphrey@…>, on 10/25/07 at 19:51:06

2007-10-25 Glenn Humphrey <glenn.humphrey@…>

  • configure.ac, samples/Makefile.am: Added a test for Clock_Get_Uptime
  • samples/nsecs/.cvsignore, samples/nsecs/Makefile.am, samples/nsecs/config.h, samples/nsecs/nsecs.adb, samples/nsecs/nsecs.scn, samples/nsecs/sptest.adb, samples/nsecs/sptest.ads: New files.
  • Property mode set to 100644
File size: 255 bytes
Line 
1## $Id$
2
3SUBDIRS = hello ticker base_sp nsecs
4
5if HAS_MP
6SUBDIRS += base_mp
7endif
8DIST_SUBDIRS = hello ticker base_sp base_mp nsecs
9
10include $(top_srcdir)/../../../testsuites/automake/subdirs.am
11include $(top_srcdir)/../../../testsuites/automake/local.am
Note: See TracBrowser for help on using the repository browser.