OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [libchip/] [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 12:01:40 chris Exp $
4
 
5
AC_PREREQ(2.13)
6
AC_INIT(rtc)
7
RTEMS_TOP(../../..)
8
AC_CONFIG_AUX_DIR(../../..)
9
 
10
RTEMS_CANONICAL_TARGET_CPU
11
AM_INIT_AUTOMAKE(rtems-c-src-libchip,$RTEMS_VERSION,no)
12
AM_MAINTAINER_MODE
13
 
14
RTEMS_ENABLE_NETWORKING
15
RTEMS_ENABLE_BARE
16
 
17
RTEMS_ENV_RTEMSBSP
18
 
19
RTEMS_CHECK_CPU
20
RTEMS_CANONICAL_HOST
21
 
22
RTEMS_PROJECT_ROOT
23
 
24
RTEMS_PROG_CC_FOR_TARGET
25
RTEMS_CANONICALIZE_TOOLS
26
 
27
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
28
RTEMS_CHECK_NETWORKING(RTEMS_BSP)
29
 
30
# pick up all the Makefiles in required parts of the tree
31
if test "$RTEMS_CPU" = "unix"; then
32
## HACK: Suppress libchip for unix
33
AC_MSG_ERROR(Can't build libchip for $RTEMS_CPU)
34
fi
35
 
36
AM_CONDITIONAL(HAS_NETWORKING, test "$HAS_NETWORKING" = "yes")
37
 
38
# Explicitly list all Makefiles here
39
AC_OUTPUT(
40
Makefile
41
network/Makefile
42
rtc/Makefile
43
serial/Makefile
44
)

powered by: WebSVN 2.1.0

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