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

4.104.114.84.95
Last change on this file since e90c5a1e was 5c104e08, checked in by Joel Sherrill <joel.sherrill@…>, on 10/28/99 at 15:12:10

New test added - psxcancel. This is just a shell for now.

  • 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
60psxreaddir/Makefile
61psxstat/Makefile
62psxtime/Makefile
63psxtimer/Makefile
64support/Makefile
65support/include/Makefile
66)
67
68# psxfile02/Makefile
Note: See TracBrowser for help on using the repository browser.