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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [powerpc/] [eth_comm/] [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:00:35 chris Exp $
4
 
5
AC_PREREQ(2.13)
6
AC_INIT(bsp_specs)
7
RTEMS_TOP(../../../../../..)
8
AC_CONFIG_AUX_DIR(../../../../../..)
9
 
10
RTEMS_CANONICAL_TARGET_CPU
11
AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp-powerpc-eth_comm,$RTEMS_VERSION,no)
12
AM_MAINTAINER_MODE
13
 
14
RTEMS_PROG_CC_FOR_TARGET
15
RTEMS_CANONICALIZE_TOOLS
16
RTEMS_ENABLE_MULTIPROCESSING
17
RTEMS_ENABLE_NETWORKING
18
 
19
RTEMS_ENV_RTEMSBSP
20
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
21
RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
22
RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
23
RTEMS_CHECK_NETWORKING
24
RTEMS_CANONICAL_HOST
25
 
26
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
27
AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")
28
 
29
RTEMS_PROJECT_ROOT
30
 
31
# Explicitly list all Makefiles here
32
AC_OUTPUT(
33
Makefile
34
canbus/Makefile
35
console/Makefile
36
include/Makefile
37
network/Makefile
38
start/Makefile
39
startup/Makefile
40
wrapup/Makefile)

powered by: WebSVN 2.1.0

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