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

4.104.114.84.95
Last change on this file since bd5efa92 was ea14663, checked in by Joel Sherrill <joel.sherrill@…>, on 01/03/03 at 21:14:04

2003-01-03 Joel Sherrill <joel@…>

  • Makefile.am, configure.ac, samples/Makefile.am: Do not configure them unless multiprocessing is enabled.
  • Property mode set to 100644
File size: 178 bytes
Line 
1## $Id$
2
3SUBDIRS = hello ticker base_sp
4
5if HAS_MP
6SUBDIRS += base_mp
7endif
8
9
10include $(top_srcdir)/../../../automake/subdirs.am
11include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.