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

4.104.114.84.95
Last change on this file since ac0a2af was ac0a2af, checked in by Jennifer Averett <Jennifer.Averett@…>, on 08/06/03 at 19:20:52

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
RevLine 
[811804fe]1##
2## $Id$
3##
[908436c1]4
[feead226]5ACLOCAL_AMFLAGS = -I ../../../../aclocal
[908436c1]6
7CPLUSPLUS_TESTS = cdtest
8
[811804fe]9## base_mp is a sample multiprocessing test
[908436c1]10MP_TESTS = base_mp
11
12FP_TESTS = paranoia
13
[4691b48]14## loopback tests a network loopback interface
15NET_TESTS = loopback
[5f71e41]16NET_TESTS += pppd
[4691b48]17
[ac0a2af]18SUBDIRS = hello ticker base_sp unlimited minimum fileio $(MP_TESTS) \
[4691b48]19    $(CPLUSPLUS_TESTS) $(FP_TESTS) $(NET_TESTS)
[908436c1]20
[df49c60]21AUTOMAKE_FILES = sample.am
[e31c63e5]22
23EXTRA_DIST = $(AUTOMAKE_FILES)
24
[908436c1]25include $(top_srcdir)/../../../../automake/subdirs.am
26include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.