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

4.104.114.84.95
Last change on this file since a1bcc6e9 was a1bcc6e9, checked in by Joel Sherrill <joel.sherrill@…>, on 11/23/99 at 14:20:41

Moved pmacros.h to include not support/include.

  • Property mode set to 100644
File size: 1.1 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-psxtests,$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
43include/Makefile
44psx01/Makefile
45psx02/Makefile
46psx03/Makefile
47psx04/Makefile
48psx05/Makefile
49psx06/Makefile
50psx07/Makefile
51psx08/Makefile
52psx09/Makefile
53psx10/Makefile
54psx11/Makefile
55psx12/Makefile
56psx13/Makefile
57psxcancel/Makefile
58psxfile01/Makefile
59psxhdrs/Makefile
60psxmount/Makefile
61psxmsgq01/Makefile
62psxreaddir/Makefile
63psxsem01/Makefile
64psxstat/Makefile
65psxtime/Makefile
66psxtimer/Makefile
67)
Note: See TracBrowser for help on using the repository browser.