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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [librdbg/] [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:02:00 chris Exp $
4
 
5
AC_PREREQ(2.13)
6
AC_INIT(src/awk.svc)
7
RTEMS_TOP(../../..)
8
AC_CONFIG_AUX_DIR(../../..)
9
 
10
RTEMS_CANONICAL_TARGET_CPU
11
 
12
AM_INIT_AUTOMAKE(rtems-c-src-librdbg,$RTEMS_VERSION,no)
13
AM_MAINTAINER_MODE
14
 
15
RTEMS_ENABLE_NETWORKING
16
RTEMS_ENABLE_RDBG
17
RTEMS_ENABLE_BARE
18
 
19
RTEMS_ENV_RTEMSBSP
20
 
21
RTEMS_CHECK_CPU
22
RTEMS_CANONICAL_HOST
23
 
24
RTEMS_PROG_CC_FOR_TARGET
25
RTEMS_CANONICALIZE_TOOLS
26
 
27
AC_CHECK_PROG(RPCGEN,rpcgen,rpcgen,no)
28
AC_PROG_AWK
29
 
30
if test "$RPCGEN" = "no"; then
31
  AC_MSG_WARN([** missing rpcgen, required to build librdbg **])
32
  rpctools="no"
33
fi
34
if test "$AWK" = "no"; then
35
  AC_MSG_WARN([** missing awk, required to build librdbg **])
36
  rpctools="no"
37
fi
38
 
39
AM_CONDITIONAL(RPCTOOLS, test "$rpctools" != "no")
40
 
41
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
42
RTEMS_BSP_ALIAS(${RTEMS_BSP},bspdir)
43
RTEMS_CHECK_NETWORKING(RTEMS_BSP)
44
RTEMS_CHECK_RDBG(bspdir)
45
 
46
AM_CONDITIONAL(HAS_RDBG,test "$HAS_RDBG" = "yes")
47
 
48
RTEMS_PROJECT_ROOT
49
 
50
# Explicitly list all Makefiles here
51
AC_OUTPUT(
52
Makefile
53
include/Makefile
54
include/rdbg/Makefile
55
include/rdbg/i386/Makefile
56
include/rdbg/powerpc/Makefile
57
src/Makefile
58
src/i386/Makefile
59
src/i386/any/Makefile
60
src/powerpc/Makefile
61
src/powerpc/mcp750/Makefile
62
)

powered by: WebSVN 2.1.0

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