source: rtems/c/src/tests/psxtests/configure.ac @ 3c55718

4.104.114.84.95
Last change on this file since 3c55718 was 3c55718, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 09:06:13

Merger from rtems-4-6-branch.

  • 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.57)
6AC_INIT([rtems-c-src-tests-psxtests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
7AC_CONFIG_SRCDIR([psx01])
8RTEMS_TOP(../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
13AM_MAINTAINER_MODE
14
15RTEMS_ENABLE_BARE
16
17RTEMS_ENV_RTEMSBSP
18RTEMS_CHECK_CPU
19RTEMS_CANONICAL_HOST
20
21RTEMS_PROJECT_ROOT
22
23RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
24
25RTEMS_CANONICALIZE_TOOLS
26
27RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
28
29AC_SUBST(BARE_CPU_CFLAGS)
30AC_SUBST(BARE_CPU_MODEL)
31AC_SUBST(CC_CFLAGS_DEFAULT)
32AC_SUBST(CC_CFLAGS_DEBUG_V)
33AC_SUBST(CC_CFLAGS_PROFILE_V)
34AC_SUBST(CC_LDFLAGS_PROFILE_V)
35
36# Explicitly list all Makefiles here
37AC_CONFIG_FILES([Makefile
38include/Makefile
39psx01/Makefile
40psx02/Makefile
41psx03/Makefile
42psx04/Makefile
43psx05/Makefile
44psx06/Makefile
45psx07/Makefile
46psx08/Makefile
47psx09/Makefile
48psx10/Makefile
49psx11/Makefile
50psx12/Makefile
51psx13/Makefile
52psxcancel/Makefile
53psxchroot01/Makefile
54psxfile01/Makefile
55psxhdrs/Makefile
56psxmount/Makefile
57psxmsgq01/Makefile
58psxreaddir/Makefile
59psxsem01/Makefile
60psxstat/Makefile
61psxtime/Makefile
62psxtimer/Makefile
63])
64AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.