source: rtems/c/src/tests/samples/Makefile.am @ f27bdfc

Last change on this file since f27bdfc was 328876c, checked in by Jennifer Averett <Jennifer.Averett@…>, on 08/06/03 at 21:59:36

2003-08-06 Thomas Doerfler<Thomas.Doerfler@…>

PR 369/filesystem

  • Makefile.am, configure.ac: sample application to show the use of the DOSFS functions
  • fileio/Makefile.am, fileio/fileio.doc, fileio/init.c, fileio/system.h: New files.
  • Property mode set to 100644
File size: 540 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7CPLUSPLUS_TESTS = cdtest
8
9## base_mp is a sample multiprocessing test
10MP_TESTS = base_mp
11
12FP_TESTS = paranoia
13
14## loopback tests a network loopback interface
15NET_TESTS = loopback
16NET_TESTS += pppd
17
18SUBDIRS = hello ticker base_sp unlimited minimum fileio $(MP_TESTS) \
19    $(CPLUSPLUS_TESTS) $(FP_TESTS) $(NET_TESTS)
20
21AUTOMAKE_FILES = sample.am
22
23EXTRA_DIST = $(AUTOMAKE_FILES)
24
25include $(top_srcdir)/../../../../automake/subdirs.am
26include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.