source: rtems/c/src/lib/configure.in @ 51f21b2

4.104.114.84.95
Last change on this file since 51f21b2 was 51f21b2, checked in by Joel Sherrill <joel.sherrill@…>, on 08/30/00 at 07:59:43

2000-08-30 Ralf Corsepius <corsepiu@…>

  • configure.in: Remove libcpu and libbsp
  • Makefile.am: Remove libcpu and libbsp
  • Property mode set to 100644
File size: 1.0 KB
RevLine 
[eb299afc]1dnl Process this file with autoconf to produce a configure script.
2dnl
[3ac8e590]3dnl $Id$
[eb299afc]4
5AC_PREREQ(2.13)
[994202a4]6AC_INIT(libc)
[eb299afc]7RTEMS_TOP(../../..)
8AC_CONFIG_AUX_DIR(../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
[7e642ba]11AM_INIT_AUTOMAKE(rtems-c-src-lib,$RTEMS_VERSION,no)
[eb299afc]12AM_MAINTAINER_MODE
13
14RTEMS_ENABLE_NETWORKING
15RTEMS_ENABLE_BARE
16
17RTEMS_ENV_RTEMSBSP
18
19RTEMS_CHECK_CPU
20RTEMS_CANONICAL_HOST
21
22RTEMS_PROJECT_ROOT
23
24RTEMS_PROG_CC_FOR_TARGET
25RTEMS_CANONICALIZE_TOOLS
[04e4829]26RTEMS_CHECK_NEWLIB
[eb299afc]27RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
[1896a650]28RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
[3a8915e]29RTEMS_CHECK_NETWORKING(RTEMS_BSP)
[eb299afc]30
[04e4829]31AM_CONDITIONAL(UNIX,test x"$RTEMS_CPU" = x"unix")
32AM_CONDITIONAL(NEWLIB,test x"$RTEMS_USE_NEWLIB" = x"yes")
[e1d8abb]33
[eb299afc]34# find all the CPU dependent library Makefiles
[51f21b2]35# AC_CONFIG_SUBDIRS(libcpu)
36# AC_CONFIG_SUBDIRS(libbsp)
[eb299afc]37
[e1d8abb]38AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
39
40AC_CONFIG_SUBDIRS($cfg_subdirs)
[eb299afc]41
[70810dc]42# Explicitly list all Makefiles here
[eb299afc]43AC_OUTPUT(
44Makefile
45include/Makefile
[e1d8abb]46include/sys/Makefile
47include/motorola/Makefile
48include/zilog/Makefile
[ce18601a]49libc/Makefile)
Note: See TracBrowser for help on using the repository browser.