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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [unix/] [posix/] [configure.ac] - Blame information for rev 1026

Go to most recent revision | 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:43:02 joel Exp
4
 
5
AC_PREREQ(2.52)
6
AC_INIT([rtems-c-src-lib-libbsp-unix-posix],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
7
AC_CONFIG_SRCDIR([bsp_specs])
8
RTEMS_TOP(../../../../../..)
9
AC_CONFIG_AUX_DIR(../../../../../..)
10
 
11
RTEMS_CANONICAL_TARGET_CPU
12
AM_INIT_AUTOMAKE([no-define foreign 1.6])
13
RTEMS_BSP_CONFIGURE
14
 
15
RTEMS_ENABLE_CXX
16
 
17
 
18
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
19
 
20
if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
21
  RTEMS_PROG_CXX_FOR_TARGET
22
fi
23
 
24
RTEMS_CANONICALIZE_TOOLS
25
RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
26
 
27
RTEMS_CHECK_CXX
28
 
29
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
30
AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")
31
 
32
AM_CONDITIONAL(HAS_CXX,test "$HAS_CPLUSPLUS" = "yes")
33
 
34
 
35
# Explicitly list all Makefiles here
36
AC_CONFIG_FILES([Makefile
37
clock/Makefile
38
console/Makefile
39
include/Makefile
40
shmsupp/Makefile
41
startup/Makefile
42
timer/Makefile
43
wrapup/Makefile])
44
AC_OUTPUT
45
 
46
RTEMS_OUTPUT_BUILD_SUBDIRS(RTEMS_BUILD_SUBDIRS)

powered by: WebSVN 2.1.0

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