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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [itron/] [configure.ac] - Blame information for rev 1774

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.7 2002/07/05 15:53:59 ralf Exp
4
 
5
AC_PREREQ(2.52)
6
AC_INIT([rtems-c-src-exec-itron],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
7
AC_CONFIG_SRCDIR([include/itronsys])
8
RTEMS_TOP(../..)
9
AC_CONFIG_AUX_DIR(../..)
10
 
11
RTEMS_CANONICAL_TARGET_CPU
12
 
13
AM_INIT_AUTOMAKE([no-define foreign 1.6])
14
AM_MAINTAINER_MODE
15
 
16
RTEMS_ENABLE_ITRON
17
RTEMS_ENABLE_INLINES
18
 
19
RTEMS_ENV_RTEMSCPU
20
 
21
RTEMS_CHECK_CPU
22
RTEMS_CANONICAL_HOST
23
 
24
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
25
RTEMS_CANONICALIZE_TOOLS
26
AC_PROG_RANLIB
27
 
28
RTEMS_CHECK_ITRON_API
29
 
30
# If RTEMS macros are enabled, then use them.  Otherwise, use inlines.
31
if test "$RTEMS_USE_MACROS" = "yes"; then
32
  INLINEdir="macros"
33
else
34
  INLINEdir="inline"
35
fi
36
AM_CONDITIONAL(INLINE,test "$INLINEdir" = "inline" )
37
AM_CONDITIONAL(MACROS,test "$INLINEdir" = "macros" )
38
 
39
## Needed when using automake for libs/rels
40
RTEMS_CHECK_NEWLIB
41
 
42
AM_CONFIG_HEADER(src/config.h)
43
 
44
##
45
## FIXME: We configure and build the macros subdirectory, too.
46
## Should probably use AM_CONDITIONALs to disable them in future
47
# Explicitly list all Makefiles here
48
AC_CONFIG_FILES([Makefile
49
src/Makefile
50
include/Makefile
51
inline/Makefile
52
macros/Makefile
53
])
54
AC_OUTPUT
55
 

powered by: WebSVN 2.1.0

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