source: rtems/testsuites/samples/Makefile.am @ d4f5ddcb

4.104.114.84.95
Last change on this file since d4f5ddcb was 7f9c37c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/02/05 at 10:21:56

2004-01-02 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Remove DIST_SUBDIRS.
  • Property mode set to 100644
File size: 443 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
16if CXXTESTS
17SUBDIRS += iostream cdtest
18endif
19
20if NETTESTS
21## loopback tests a network loopback interface
22SUBDIRS += loopback
23SUBDIRS += pppd
24endif
25
26include $(top_srcdir)/../automake/subdirs.am
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.