source: rtems/testsuites/psxtests/Makefile.am @ 901a913

4.104.114.95
Last change on this file since 901a913 was 901a913, checked in by Joel Sherrill <joel.sherrill@…>, on 12/17/07 at 17:57:47

2007-12-17 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add test for sysconf().
  • psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c, psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
  • Property mode set to 100644
File size: 642 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7SUBDIRS = psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 psx09 \
8    psx10 psx11 psx12 psxtime psxtimer01 psxtimer02  psxcancel psxbarrier01 \
9    psxmsgq01 psxrwlock01 psxsem01 psxspin01 psxenosys psxsysconf
10
11## File IO tests
12SUBDIRS += psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01
13
14## Until sys/uio.h is moved to libcsupport, we have to have networking
15## enabled to support readv and writev.  Hopefully this is a temporary
16## situation.
17if HAS_NETWORKING
18SUBDIRS += psxrdwrv
19endif
20
21
22include $(top_srcdir)/../automake/subdirs.am
23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.