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

Subversion Repositories openrisc

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

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:35 chris Exp $
4
 
5
AC_PREREQ(2.13)
6
AC_INIT(libbsp)
7
RTEMS_TOP(../../..)
8
AC_CONFIG_AUX_DIR(../../..)
9
 
10
RTEMS_CANONICAL_TARGET_CPU
11
AM_INIT_AUTOMAKE(rtems-c-src-lib,$RTEMS_VERSION,no)
12
AM_MAINTAINER_MODE
13
 
14
RTEMS_ENABLE_MULTIPROCESSING
15
RTEMS_ENABLE_NETWORKING
16
RTEMS_ENABLE_BARE
17
 
18
RTEMS_ENV_RTEMSBSP
19
 
20
RTEMS_CHECK_CPU
21
RTEMS_CANONICAL_HOST
22
 
23
RTEMS_PROJECT_ROOT
24
 
25
RTEMS_PROG_CC_FOR_TARGET
26
RTEMS_CANONICALIZE_TOOLS
27
 
28
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
29
RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
30
RTEMS_CHECK_NETWORKING(RTEMS_BSP)
31
 
32
AM_CONDITIONAL(UNIX,test "$RTEMS_CPU" = "unix")
33
 
34
# find all the CPU dependent library Makefiles
35
AC_CONFIG_SUBDIRS(libcpu)
36
AC_CONFIG_SUBDIRS(libbsp)
37
 
38
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
39
 
40
AC_CONFIG_SUBDIRS($cfg_subdirs)
41
 
42
# Explicitly list all Makefiles here
43
AC_OUTPUT(
44
Makefile
45
include/Makefile
46
include/sys/Makefile
47
include/motorola/Makefile
48
include/zilog/Makefile
49
libc/Makefile)

powered by: WebSVN 2.1.0

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