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

Subversion Repositories or1k

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

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.9 2002/07/05 15:53:56 ralf Exp
4
 
5
AC_PREREQ(2.52)
6
AC_INIT([rtems-c-src-exec-posix],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
7
AC_CONFIG_SRCDIR([src/pthread.c])
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_POSIX
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_MULTIPROCESSING
29
RTEMS_CHECK_POSIX_API
30
 
31
# If RTEMS macros are enabled, then use them.  Otherwise, use inlines.
32
if test "$RTEMS_USE_MACROS" = "yes"; then
33
  INLINEdir="macros"
34
else
35
  INLINEdir="inline"
36
fi
37
AM_CONDITIONAL(INLINE,test "$INLINEdir" = "inline" )
38
AM_CONDITIONAL(MACROS,test "$INLINEdir" = "macros" )
39
AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes" )
40
 
41
## Needed when using automake for libs/rels
42
RTEMS_CHECK_NEWLIB
43
 
44
## Refuse to build if bsp does not support libposix
45
if test "$HAS_POSIX_API" != "yes"; then
46
AC_MSG_ERROR([libposix is not supported by this configuration])
47
fi
48
 
49
AM_CONFIG_HEADER(src/config.h)
50
 
51
# Explicitly list all Makefiles here
52
AC_CONFIG_FILES([Makefile
53
src/Makefile
54
include/Makefile
55
inline/Makefile
56
macros/Makefile
57
])
58
AC_OUTPUT

powered by: WebSVN 2.1.0

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