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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [exec/] [configure.in] - Blame information for rev 751

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

Line No. Rev Author Line
1 30 unneback
dnl Process this file with autoconf to produce a configure script.
2
dnl
3
dnl  $Id: configure.in,v 1.2 2001-09-27 11:59:12 chris Exp $
4
 
5
AC_PREREQ(2.13)
6
AC_INIT(score)
7
RTEMS_TOP(../../..)
8
AC_CONFIG_AUX_DIR(../../..)
9
 
10
RTEMS_CANONICAL_TARGET_CPU
11
 
12
AM_INIT_AUTOMAKE(rtems-c-src-exec,$RTEMS_VERSION,no)
13
AM_MAINTAINER_MODE
14
RTEMS_ENABLE_MULTIPROCESSING
15
RTEMS_ENABLE_POSIX
16
RTEMS_ENABLE_ITRON
17
RTEMS_ENABLE_INLINES
18
RTEMS_ENABLE_GCC28
19
 
20
RTEMS_ENV_RTEMSBSP
21
 
22
RTEMS_CHECK_CPU
23
RTEMS_CANONICAL_HOST
24
 
25
RTEMS_PROJECT_ROOT
26
 
27
RTEMS_PROG_CC_FOR_TARGET
28
RTEMS_CANONICALIZE_TOOLS
29
 
30
RTEMS_CHECK_NEWLIB
31
 
32
# Check if there is custom/*.cfg for this BSP
33
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
34
RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
35
RTEMS_CHECK_POSIX_API(RTEMS_BSP)
36
RTEMS_CHECK_ITRON_API(RTEMS_BSP)
37
 
38
# If RTEMS macros are enabled, then use them.  Otherwise, use inlines.
39
if test "$RTEMS_USE_MACROS" = "yes"; then
40
  INLINEdir="macros"
41
  if test "$HAS_POSIX_API" = "yes"; then
42
    # The problem is that there is currently no code in posix/macros :)
43
    AC_MSG_ERROR(Macros are not implemented for the POSIX API)
44
  fi
45
  if test "$HAS_ITRON_API" = "yes"; then
46
    # The problem is that there is currently no code in itron/macros :)
47
    AC_MSG_ERROR(Macros are not implemented for the ITRON API)
48
  fi
49
else
50
  INLINEdir="inline"
51
fi
52
AM_CONDITIONAL(INLINE,test "$INLINEdir" = "inline" )
53
AM_CONDITIONAL(MACROS,test "$INLINEdir" = "macros" )
54
AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes" )
55
 
56
AC_SUBST(RTEMS_VERSION)
57
 
58
AM_CONDITIONAL(HAS_POSIX,test "$HAS_POSIX_API" = "yes")
59
AM_CONDITIONAL(HAS_ITRON,test "$HAS_ITRON_API" = "yes")
60
 
61
if test "$HAS_POSIX_API" = "yes"; then
62
  cfg_subdirs="posix"
63
fi
64
if test "$HAS_ITRON_API" = "yes"; then
65
  cfg_subdirs="$cfg_subdirs itron"
66
fi
67
AC_CONFIG_SUBDIRS($cfg_subdirs)
68
AC_CONFIG_SUBDIRS(score/cpu/$RTEMS_CPU)
69
 
70
# Explicitly list all Makefiles here
71
AC_OUTPUT(
72
Makefile
73
rtems/Makefile
74
rtems/src/Makefile
75
rtems/include/Makefile
76
rtems/include/rtems/Makefile
77
rtems/include/rtems/rtems/Makefile
78
rtems/optman/Makefile
79
rtems/inline/Makefile
80
rtems/inline/rtems/Makefile
81
rtems/inline/rtems/rtems/Makefile
82
rtems/macros/Makefile
83
rtems/macros/rtems/Makefile
84
rtems/macros/rtems/rtems/Makefile
85
sapi/Makefile
86
sapi/src/Makefile
87
sapi/include/Makefile
88
sapi/include/rtems/Makefile
89
sapi/include/rtems/sptables.h
90
sapi/inline/Makefile
91
sapi/inline/rtems/Makefile
92
sapi/macros/Makefile
93
sapi/macros/rtems/Makefile
94
sapi/optman/Makefile
95
score/Makefile
96
score/cpu/Makefile
97
score/include/Makefile
98
score/include/rtems/Makefile
99
score/include/rtems/score/Makefile
100
score/inline/Makefile
101
score/inline/rtems/Makefile
102
score/inline/rtems/score/Makefile
103
score/macros/Makefile
104
score/macros/rtems/Makefile
105
score/macros/rtems/score/Makefile
106
score/src/Makefile
107
wrapup/Makefile
108
wrapup/rtems/Makefile
109
wrapup/itron/Makefile
110
wrapup/posix/Makefile
111
)

powered by: WebSVN 2.1.0

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