source: rtems/c/src/tests/psxtests/Makefile.am @ 6287b57

4.104.114.84.95
Last change on this file since 6287b57 was 6287b57, checked in by Joel Sherrill <joel.sherrill@…>, on 05/25/01 at 13:29:38

2001-05-25 Joel Sherrill <joel@…>

  • Added once version of psxchroot01 test for user review.
  • psxchroot01: New directory.
  • psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c, psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
  • configure.in, Makefile.am: Modified to reflect above.
  • Property mode set to 100644
File size: 555 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I ../../../../aclocal
7
8SHARED_DIRS =
9
10POSIX_DIRS = include psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 \
11    psx09 psx10 psx11 psx12 psxtime psxtimer psxcancel psxmsgq01 psxsem01
12
13POSIX_FILES_DIRS = psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01
14
15UNUSED_DIRS =
16
17SUBDIRS = $(SHARED_DIRS) $(POSIX_DIRS) $(POSIX_FILES_DIRS) $(UNUSED_DIRS)
18
19EXTRA_DIST = psxtests.am
20
21include $(top_srcdir)/../../../../automake/subdirs.am
22include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.