source: rtems/c/src/tests/psxtests/configure.in @ 1da9f4bd

4.104.114.84.95
Last change on this file since 1da9f4bd was a8df60b, checked in by Joel Sherrill <joel.sherrill@…>, on 11/09/99 at 13:38:00

New test for POSIX Message Queues added.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl $Id$
4
5AC_PREREQ(2.13)
6AC_INIT(psx01)
7RTEMS_TOP(../../../..)
8AC_CONFIG_AUX_DIR(../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE(rtems-c-src-tests-sptests,$RTEMS_VERSION,no)
13AM_MAINTAINER_MODE
14
15RTEMS_ENABLE_INLINES
16RTEMS_ENABLE_GCC28
17RTEMS_ENABLE_LIBCDIR
18RTEMS_ENABLE_BARE
19
20RTEMS_ENV_RTEMSBSP
21RTEMS_CHECK_CPU
22RTEMS_CANONICAL_HOST
23
24RTEMS_PROJECT_ROOT
25
26RTEMS_PROG_CC_FOR_TARGET
27
28RTEMS_CANONICALIZE_TOOLS
29
30RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
31
32AC_SUBST(RTEMS_USE_GCC272)
33AC_SUBST(BARE_CPU_CFLAGS)
34AC_SUBST(BARE_CPU_MODEL)
35AC_SUBST(CC_CFLAGS_DEFAULT)
36AC_SUBST(CC_CFLAGS_DEBUG_V)
37AC_SUBST(CC_CFLAGS_PROFILE_V)
38AC_SUBST(CC_LDFLAGS_PROFILE_V)
39
40# Try to explicitly list a Makefile here
41AC_OUTPUT(
42Makefile
43psx01/Makefile
44psx02/Makefile
45psx03/Makefile
46psx04/Makefile
47psx05/Makefile
48psx06/Makefile
49psx07/Makefile
50psx08/Makefile
51psx09/Makefile
52psx10/Makefile
53psx11/Makefile
54psx12/Makefile
55psx13/Makefile
56psxcancel/Makefile
57psxfile01/Makefile
58psxhdrs/Makefile
59psxmount/Makefile
60psxmsgq01/Makefile
61psxreaddir/Makefile
62psxsem01/Makefile
63psxstat/Makefile
64psxtime/Makefile
65psxtimer/Makefile
66support/Makefile
67support/include/Makefile
68)
69
70# psxfile02/Makefile
Note: See TracBrowser for help on using the repository browser.