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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rtems-20020807/] [c/] [src/] [librdbg/] [configure.ac] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
## Process this file with autoconf to produce a configure script.
2
##
3
## configure.ac,v 1.3 2002/03/28 00:49:46 joel Exp
4
 
5
AC_PREREQ(2.52)
6
AC_INIT([rtems-c-src-librdbg],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
7
AC_CONFIG_SRCDIR([src/awk.svc])
8
RTEMS_TOP(../../..)
9
AC_CONFIG_AUX_DIR(../../..)
10
 
11
RTEMS_CANONICAL_TARGET_CPU
12
 
13
AM_INIT_AUTOMAKE([no-define foreign 1.6])
14
AM_MAINTAINER_MODE
15
 
16
RTEMS_ENABLE_NETWORKING
17
RTEMS_ENABLE_RDBG
18
RTEMS_ENABLE_BARE
19
 
20
RTEMS_ENV_RTEMSBSP
21
 
22
RTEMS_CHECK_CPU
23
RTEMS_CANONICAL_HOST
24
 
25
RTEMS_PROG_CC_FOR_TARGET
26
RTEMS_CANONICALIZE_TOOLS
27
 
28
AC_CHECK_PROG(RPCGEN,rpcgen,rpcgen,no)
29
AC_PROG_AWK
30
 
31
if test "$RPCGEN" = "no"; then
32
  AC_MSG_WARN([** missing rpcgen, required to build librdbg **])
33
  rpctools="no"
34
fi
35
if test "$AWK" = "no"; then
36
  AC_MSG_WARN([** missing awk, required to build librdbg **])
37
  rpctools="no"
38
fi
39
 
40
AM_CONDITIONAL(RPCTOOLS, test "$rpctools" != "no")
41
 
42
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
43
RTEMS_BSP_ALIAS(${RTEMS_BSP},bspdir)
44
RTEMS_CHECK_NETWORKING(RTEMS_BSP)
45
RTEMS_CHECK_RDBG(RTEMS_BSP)
46
 
47
AM_CONDITIONAL(HAS_RDBG,test "$HAS_RDBG" = "yes")
48
 
49
RTEMS_PROJECT_ROOT
50
 
51
# Explicitly list all Makefiles here
52
AC_CONFIG_FILES([Makefile
53
include/Makefile
54
include/rdbg/Makefile
55
include/rdbg/i386/Makefile
56
include/rdbg/powerpc/Makefile
57
include/rdbg/m68k/Makefile
58
src/Makefile
59
src/i386/Makefile
60
src/i386/any/Makefile
61
src/powerpc/Makefile
62
src/powerpc/new_exception_processing/Makefile
63
src/m68k/Makefile
64
src/m68k/any/Makefile
65
])
66
AC_OUTPUT

powered by: WebSVN 2.1.0

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