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

4.104.114.84.95
Last change on this file since c94eb25 was c94eb25, checked in by Joel Sherrill <joel.sherrill@…>, on 11/23/99 at 13:39:29

Patch rtems-rc-19991117-14.diff from Ralf Corsepius <corsepiu@…>
to convert the psxtests directory from Makefile.in to Makefile.am.

  • 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-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
43filesupp/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
59psxfile02/Makefile
60psxhdrs/Makefile
61psxmount/Makefile
62psxmsgq01/Makefile
63psxreaddir/Makefile
64psxsem01/Makefile
65psxstat/Makefile
66psxtime/Makefile
67psxtimer/Makefile
68support/Makefile
69support/include/Makefile
70)
71
72# psxfile02/Makefile
Note: See TracBrowser for help on using the repository browser.