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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [powerpc/] [ppcn_60x/] [configure.in] - Blame information for rev 30

Go to most recent revision | 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:45 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-ppcn_60x,$RTEMS_VERSION,no)
12
AM_MAINTAINER_MODE
13
 
14
RTEMS_PROG_CC_FOR_TARGET
15
RTEMS_CANONICALIZE_TOOLS
16
RTEMS_ENABLE_MULTIPROCESSING
17
 
18
RTEMS_ENV_RTEMSBSP
19
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
20
RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
21
RTEMS_CHECK_NETWORKING
22
RTEMS_CANONICAL_HOST
23
 
24
# Don't build the network directory
25
# The problem is that the code there has not yet been converted to
26
# bsd networking
27
AM_CONDITIONAL(HAS_NETWORKING,false)
28
# AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
29
 
30
RTEMS_PROJECT_ROOT
31
 
32
# Explicitly list all Makefiles here
33
AC_OUTPUT(
34
Makefile
35
clock/Makefile
36
console/Makefile
37
include/Makefile
38
network/Makefile
39
nvram/Makefile
40
pci/Makefile
41
start/Makefile
42
startup/Makefile
43
timer/Makefile
44
tod/Makefile
45
universe/Makefile
46
vectors/Makefile
47
wrapup/Makefile)
48
 

powered by: WebSVN 2.1.0

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