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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [unix/] [posix/] [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:14 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-unix-posix,$RTEMS_VERSION,no)
12
AM_MAINTAINER_MODE
13
 
14
RTEMS_ENABLE_CXX
15
RTEMS_ENABLE_MULTIPROCESSING
16
 
17
RTEMS_ENV_RTEMSBSP
18
RTEMS_CANONICAL_HOST
19
 
20
RTEMS_PROG_CC_FOR_TARGET
21
 
22
if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
23
  RTEMS_PROG_CXX_FOR_TARGET
24
fi
25
 
26
RTEMS_CANONICALIZE_TOOLS
27
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
28
RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
29
RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
30
 
31
RTEMS_CHECK_CXX
32
 
33
AC_CONFIG_SUBDIRS(tools)
34
AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")
35
 
36
AM_CONDITIONAL(HAS_CXX,test "$HAS_CPLUSPLUS" = "yes")
37
 
38
RTEMS_PROJECT_ROOT
39
 
40
# Explicitly list all Makefiles here
41
AC_OUTPUT(
42
Makefile
43
clock/Makefile
44
console/Makefile
45
include/Makefile
46
shmsupp/Makefile
47
startup/Makefile
48
timer/Makefile
49
wrapup/Makefile)

powered by: WebSVN 2.1.0

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