source: rtems/testsuites/psxtests/configure.ac @ 7689b49

4.104.114.95
Last change on this file since 7689b49 was 7689b49, checked in by Jennifer Averett <Jennifer.Averett@…>, on 12/19/07 at 18:41:15

2007-12-19 Jennifer Averett <jennifer.averett@…>

  • Makefile.am, configure.ac: Added posix signal test
  • psxsignal01/Makefile.am, psxsignal01/init.c, psxsignal01/psxsignal01.scn, psxsignal01/system.h, psxsignal01/task1.c: New files.
  • Property mode set to 100644
File size: 1.1 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
15
16RTEMS_ENV_RTEMSBSP
17
18RTEMS_PROJECT_ROOT
19
20RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
21
22RTEMS_CANONICALIZE_TOOLS
23
24RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
25
26AM_CONDITIONAL([HAS_NETWORKING],[test "$HAS_NETWORKING" = "yes"])
27
28# Explicitly list all Makefiles here
29AC_CONFIG_FILES([Makefile
30psx01/Makefile
31psx02/Makefile
32psx03/Makefile
33psx04/Makefile
34psx05/Makefile
35psx06/Makefile
36psx07/Makefile
37psx08/Makefile
38psx09/Makefile
39psx10/Makefile
40psx11/Makefile
41psx12/Makefile
42psx13/Makefile
43psxbarrier01/Makefile
44psxcancel/Makefile
45psxchroot01/Makefile
46psxenosys/Makefile
47psxfile01/Makefile
48psxhdrs/Makefile
49psxmount/Makefile
50psxmsgq01/Makefile
51psxreaddir/Makefile
52psxrdwrv/Makefile
53psxrwlock01/Makefile
54psxsem01/Makefile
55psxsignal01/Makefile
56psxspin01/Makefile
57psxstat/Makefile
58psxsysconf/Makefile
59psxtime/Makefile
60psxtimer01/Makefile
61psxtimer02/Makefile
62])
63AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.