source: rtems/cpukit/configure.ac @ 9eadce0

4.104.114.84.95
Last change on this file since 9eadce0 was 965c49b2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/29/02 at 16:40:03

2002-10-29 Ralf Corsepius <corsepiu@…>

  • aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
  • Property mode set to 100644
File size: 4.7 KB
RevLine 
[66387986]1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
[eb299afc]4
[66387986]5AC_PREREQ(2.52)
[f31a078]6AC_INIT([rtems-cpukit],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
[66387986]7AC_CONFIG_SRCDIR([score])
[51b4875]8RTEMS_TOP(..)
[15c107ff]9AC_CONFIG_AUX_DIR(..)
[eb299afc]10
11RTEMS_CANONICAL_TARGET_CPU
12
[56a1ae36]13AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.6])
[eb299afc]14AM_MAINTAINER_MODE
[04e6f7bf]15
16RTEMS_ENABLE_MULTILIB
[eb299afc]17RTEMS_ENABLE_MULTIPROCESSING
18RTEMS_ENABLE_POSIX
[352c9b2]19RTEMS_ENABLE_ITRON
[eb299afc]20RTEMS_ENABLE_INLINES
[39607984]21RTEMS_ENABLE_RTEMS_DEBUG
[3e39b47]22RTEMS_ENABLE_NETWORKING
[eb299afc]23
[04e6f7bf]24RTEMS_ENV_RTEMSCPU
[39607984]25RTEMS_CHECK_RTEMS_DEBUG
[eb299afc]26
27RTEMS_CHECK_CPU
28RTEMS_CANONICAL_HOST
29
[53c3a2c6]30RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
[eb299afc]31RTEMS_CANONICALIZE_TOOLS
[e73e576]32AC_PROG_RANLIB
[eb299afc]33
34RTEMS_CHECK_NEWLIB
35
[27f9f12]36RTEMS_CHECK_MULTIPROCESSING
37RTEMS_CHECK_POSIX_API
38RTEMS_CHECK_ITRON_API
[3e39b47]39RTEMS_CHECK_NETWORKING
[1896a650]40
[eb299afc]41# If RTEMS macros are enabled, then use them.  Otherwise, use inlines.
[8217c40]42AS_IF([test "$RTEMS_USE_MACROS" = "yes"],
43  [INLINEdir="macros"],
44  [INLINEdir="inline"])
45
46AM_CONDITIONAL(INLINE,test x"$INLINEdir" = x"inline" )
47AM_CONDITIONAL(MACROS,test x"$INLINEdir" = x"macros" )
48AM_CONDITIONAL(HAS_MP,test x"$HAS_MP" = x"yes" )
[1896a650]49
[e1d8abb]50AC_SUBST(RTEMS_VERSION)
[1896a650]51
[8217c40]52AM_CONDITIONAL(HAS_POSIX,test x"$HAS_POSIX_API" = x"yes")
53AM_CONDITIONAL(HAS_ITRON,test x"$HAS_ITRON_API" = x"yes")
[3e39b47]54AM_CONDITIONAL(HAS_NETWORKING,test x"$HAS_NETWORKING" = x"yes")
[eb299afc]55
[8217c40]56AS_IF([test x"$HAS_POSIX_API" = x"yes"],
57  [AC_CONFIG_SUBDIRS([posix])]
58)
59AS_IF([test x"$HAS_ITRON_API" = x"yes"],
60  [AC_CONFIG_SUBDIRS(itron)]
61)
[7660ccd8]62RTEMS_CPU_SUBDIRS([score/cpu])
[2a582aa5]63# FIXME: All ports should have a libscorecpu.a - But the powerpc doesn't!
64AM_CONDITIONAL([LIBSCORECPU],
65[test -f "${srcdir}/score/cpu/${RTEMS_CPU}/cpu.c"])
[eb299afc]66
[90926129]67AC_CONFIG_SUBDIRS([libcsupport])
[35cd6ae]68AC_CONFIG_SUBDIRS([libblock])
69AC_CONFIG_SUBDIRS([libfs])
[85eb57e7]70AS_IF([test x"$HAS_NETWORKING" = x"yes"],[
71  AC_CONFIG_SUBDIRS(libnetworking)
72## FIXME: Should better use a feature-based test
[e336882]73AC_MSG_CHECKING([whether CPU supports librpc])
[85eb57e7]74  case "$RTEMS_CPU" in
75  c4x )  LIBRPC=no;;
76  or32 ) LIBRPC=no;;
77  * )    LIBRPC=yes;;
78  esac
[e336882]79AC_MSG_RESULT([$LIBRPC])
80  AS_IF([test "$LIBRPC" = "yes"],
[85eb57e7]81    [AC_CONFIG_SUBDIRS([librpc])
[2a582aa5]82  ])
83])
84AM_CONDITIONAL(LIBRPC,[test "$LIBRPC" = "yes"])
[90926129]85
[965c49b2]86AC_ARG_ENABLE([ada],
87[AC_HELP_STRING([--enable-ada],[enable ada support])],
88[case "${enable_ada}" in
89  yes) ;;
90  no) ;;
91  *)  AC_MSG_ERROR([bad value ${enable_ada} for --enable-ada]) ;;
92esac],[enable_ada=no])
93
[97b4bc1]94AS_IF([test x"$enable_ada" = x"yes"],[
[f31a078]95  AS_IF([test x"$HAS_POSIX_API" = x"yes"],[
[97b4bc1]96    AC_CONFIG_SUBDIRS([ada])
97  ])
98])
99
[b8a30d07]100RTEMS_DEFINE_POSIX_API
101RTEMS_DEFINE_ITRON_API
102RTEMS_DEFINE_MULTIPROCESSING
103
[c0394d4b]104# HACK: We should use a feature-based configuration.
[8217c40]105AS_IF([test x"${RTEMS_CPU}" = x"unix"],[
[64b1f81]106  AC_DEFINE_UNQUOTED([RTEMS_UNIX],[1],[to indicate RTEMS unix])
[8217c40]107# HACK: silently accept --enable-unixlib
[64b1f81]108  test -n "${enable_unixlib}" || enable_unixlib="yes"
[8217c40]109])
110
[35cd6ae]111AM_CONDITIONAL(UNIX,[test x"${RTEMS_CPU}" = x"unix"])
112
[8217c40]113AS_IF([test x"${enable_unixlib}" = x"yes"],
[64b1f81]114  [AC_DEFINE_UNQUOTED([RTEMS_UNIXLIB],[1],
[8217c40]115    [to indicate RTEMS using RTEMS's unixlib])]
116)
[c0394d4b]117
[f31a078]118
119AM_CONFIG_HEADER([score/include/rtems/score/cpuopts-tmp.h],[
120echo "/* target cpu dependent options file */"         >$tmp/config.h
121echo "/* automatically generated -- DO NOT EDIT!! */" >>$tmp/config.h
122echo                                                  >>$tmp/config.h
123echo "#ifndef __CPU_OPTIONS_h"                        >>$tmp/config.h
124echo "#define __CPU_OPTIONS_h"                        >>$tmp/config.h
125echo                                                  >>$tmp/config.h
126sed -e '/.*PACKAGE.*/d' score/include/rtems/score/cpuopts-tmp.h >> $tmp/config.h
127echo                                                  >>$tmp/config.h
128echo "#endif"                                         >>$tmp/config.h
129AS_IF([cmp -s score/include/rtems/score/cpuopts.h $tmp/config.h 2>/dev/null],
130  [AC_MSG_NOTICE([score/include/rtems/score/cpuopts.h is unchanged])
131   rm -f $tmp/config.h],
132  [AC_MSG_NOTICE([creating score/include/rtems/score/cpuopts.h])
133   rm -f score/include/rtems/score/cpuopts.h
134   mv $tmp/config.h score/include/rtems/score/cpuopts.h])
135])
[e0ba3e8]136
[8217c40]137AC_ENABLE_MULTILIB([Makefile],[..])
138
[64b1f81]139## HACK: Add a define to cpuopts.h to indicate using multilibs
140## Can be applied to produce compiler errors if using
141## multilib-incompatible settings somewhere else (eg. bspopts.h).
142AS_IF([test x"${enable_multilib}" = x"yes"],[
143  AC_DEFINE_UNQUOTED([RTEMS_MULTILIBS],[1],[using multilib'ed RTEMS])
144])
145
[70810dc]146# Explicitly list all Makefiles here
[66387986]147AC_CONFIG_FILES([Makefile
[8217c40]148include/Makefile
[1896a650]149rtems/Makefile
150rtems/src/Makefile
151rtems/include/Makefile
[e1d8abb]152rtems/inline/Makefile
153rtems/macros/Makefile
[1896a650]154sapi/Makefile
155sapi/src/Makefile
156sapi/include/Makefile
157sapi/include/rtems/sptables.h
[e1d8abb]158sapi/inline/Makefile
159sapi/macros/Makefile
[eb299afc]160score/Makefile
161score/cpu/Makefile
162score/include/Makefile
[e1d8abb]163score/inline/Makefile
164score/macros/Makefile
[eb299afc]165score/src/Makefile
[029527b6]166wrapup/Makefile
[66387986]167])
168AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.