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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [tests/] [samples/] [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:02:26 chris Exp $
4
 
5
AC_PREREQ(2.13)
6
AC_INIT(hello)
7
RTEMS_TOP(../../../..)
8
AC_CONFIG_AUX_DIR(../../../..)
9
 
10
RTEMS_CANONICAL_TARGET_CPU
11
 
12
AM_INIT_AUTOMAKE(rtems-c-src-tests-samples,$RTEMS_VERSION,no)
13
AM_MAINTAINER_MODE
14
 
15
RTEMS_ENABLE_MULTIPROCESSING
16
RTEMS_ENABLE_POSIX
17
RTEMS_ENABLE_ITRON
18
RTEMS_ENABLE_NETWORKING
19
RTEMS_ENABLE_INLINES
20
RTEMS_ENABLE_CXX
21
RTEMS_ENABLE_GCC28
22
RTEMS_ENABLE_BARE
23
 
24
RTEMS_ENV_RTEMSBSP
25
RTEMS_CHECK_CPU
26
RTEMS_CANONICAL_HOST
27
 
28
RTEMS_PROJECT_ROOT
29
 
30
RTEMS_PROG_CC_FOR_TARGET
31
 
32
if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
33
  RTEMS_PROG_CXX_FOR_TARGET
34
fi
35
 
36
RTEMS_CANONICALIZE_TOOLS
37
 
38
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
39
RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
40
RTEMS_CHECK_POSIX_API(RTEMS_BSP)
41
RTEMS_CHECK_CXX(RTEMS_BSP)
42
 
43
AM_CONDITIONAL(HAS_CXX,test "$HAS_CPLUSPLUS" = "yes")
44
AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")
45
 
46
# Explicitly list all Makefiles here
47
AC_OUTPUT(
48
Makefile
49
base_sp/Makefile
50
hello/Makefile
51
minimum/Makefile
52
paranoia/Makefile
53
ticker/Makefile
54
unlimited/Makefile
55
base_mp/Makefile
56
base_mp/node1/Makefile
57
base_mp/node2/Makefile
58
cdtest/Makefile
59
)

powered by: WebSVN 2.1.0

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