source: rtems/testsuites/psxtests/configure.ac @ 634adfee

4.104.115
Last change on this file since 634adfee was 2ad8f85, checked in by Joel Sherrill <joel.sherrill@…>, on 07/29/09 at 18:31:20

2009-07-29 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add test to address cases where a thread is waiting on a signal (sigwait) and we send it. Also address case where there are too many queued signals.
  • psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c, psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
  • Property mode set to 100644
File size: 1.5 KB
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ(2.60)
6AC_INIT([rtems-c-src-tests-psxtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
7AC_CONFIG_SRCDIR([psx01])
8RTEMS_TOP([../..],[..])
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE([no-define foreign 1.10])
13AM_MAINTAINER_MODE
14
15RTEMS_ENV_RTEMSBSP
16
17RTEMS_PROJECT_ROOT
18
19RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
20
21RTEMS_CANONICALIZE_TOOLS
22
23RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
24
25AM_CONDITIONAL([HAS_NETWORKING],[test "$HAS_NETWORKING" = "yes"])
26
27# Explicitly list all Makefiles here
28AC_CONFIG_FILES([Makefile
29psx01/Makefile
30psx02/Makefile
31psx03/Makefile
32psx04/Makefile
33psx05/Makefile
34psx06/Makefile
35psx07/Makefile
36psx08/Makefile
37psx09/Makefile
38psx10/Makefile
39psx11/Makefile
40psx12/Makefile
41psx13/Makefile
42psx14/Makefile
43psxautoinit01/Makefile
44psxautoinit02/Makefile
45psxbarrier01/Makefile
46psxcancel/Makefile
47psxchroot01/Makefile
48psxcleanup/Makefile
49psxcond01/Makefile
50psxenosys/Makefile
51psxfatal01/Makefile
52psxfatal02/Makefile
53psxfile01/Makefile
54psxhdrs/Makefile
55psxintrcritical01/Makefile
56psxitimer/Makefile
57psxkey01/Makefile
58psxmount/Makefile
59psxmsgq01/Makefile
60psxmsgq02/Makefile
61psxmsgq03/Makefile
62psxmutexattr01/Makefile
63psxobj01/Makefile
64psxreaddir/Makefile
65psxrdwrv/Makefile
66psxrwlock01/Makefile
67psxsem01/Makefile
68psxsignal01/Makefile
69psxsignal02/Makefile
70psxsignal03/Makefile
71psxspin01/Makefile
72psxspin02/Makefile
73psxstat/Makefile
74psxsysconf/Makefile
75psxtime/Makefile
76psxtimer01/Makefile
77psxtimer02/Makefile
78psxualarm/Makefile
79])
80AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.