source: rtems/testsuites/psxtests/Makefile.am @ 7cd9cd89

4.104.115
Last change on this file since 7cd9cd89 was 7cd9cd89, checked in by Joel Sherrill <joel.sherrill@…>, on 06/10/09 at 17:09:54

2009-06-10 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
  • psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c, psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
  • Property mode set to 100644
File size: 857 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 psx13 psx14 psxcleanup psxtime psxtimer01 psxtimer02  \
9    psxcancel psxbarrier01 psxmsgq01 psxmsgq03 psxrwlock01 psxsem01 \
10    psxspin01 psxenosys psxsignal01 psxsysconf psxualarm psxkey01 \
11    psxfatal01 psxfatal02 psxitimer
12
13## File IO tests
14SUBDIRS += psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01
15## Until sys/uio.h is moved to libcsupport, we have to have networking
16## enabled to support readv and writev.  Hopefully this is a temporary
17## situation.
18if HAS_NETWORKING
19SUBDIRS += psxrdwrv
20endif
21
22DIST_SUBDIRS = $(SUBDIRS) psxfatal_support
23EXTRA_DIST = psxfatal_support/init.c psxfatal_support/system.h
24
25
26include $(top_srcdir)/../automake/subdirs.am
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.