OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [make/] [configure.ac] - Blame information for rev 1778

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
## Process this file with autoconf to produce a configure script.
2
##
3
## configure.ac,v 1.3 2002/04/16 13:51:48 joel Exp
4
 
5
##
6
## This script configures the configuration files below c/make/
7
##
8
 
9
AC_PREREQ(2.52)
10
AC_INIT([rtems-c-make],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
11
AC_CONFIG_SRCDIR([target.cfg.in])
12
RTEMS_TOP(../..)
13
AC_CONFIG_AUX_DIR(../..)
14
 
15
RTEMS_CANONICAL_TARGET_CPU
16
 
17
AM_INIT_AUTOMAKE([no-define foreign 1.6])
18
AM_MAINTAINER_MODE
19
 
20
RTEMS_ENABLE_MULTIPROCESSING
21
RTEMS_ENABLE_POSIX
22
RTEMS_ENABLE_ITRON
23
RTEMS_ENABLE_NETWORKING
24
RTEMS_ENABLE_RDBG
25
RTEMS_ENABLE_INLINES
26
RTEMS_ENABLE_CXX
27
 
28
RTEMS_CHECK_CPU
29
RTEMS_CANONICAL_HOST
30
 
31
RTEMS_PROJECT_ROOT
32
 
33
RTEMS_PROG_CC_FOR_TARGET
34
 
35
## check for g++
36
if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
37
  RTEMS_PROG_CXX_FOR_TARGET
38
fi
39
 
40
RTEMS_CANONICALIZE_TOOLS
41
 
42
AC_SUBST(RTEMS_HAS_POSIX)
43
AC_SUBST(RTEMS_HOST)
44
AC_SUBST(RTEMS_HAS_CPLUSPLUS)
45
AC_SUBST(RTEMS_CPU)
46
 
47
# Explicitly list all Makefiles here
48
AC_CONFIG_FILES([Makefile
49
target.cfg
50
])
51
AC_OUTPUT

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.