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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [aclocal/] [rtems-top.m4] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
dnl rtems-top.m4,v 1.14 2002/03/28 13:53:19 joel Exp
2
 
3
dnl
4
dnl RTEMS_TOP($1)
5
dnl
6
dnl $1 .. relative path from this configure.in to the toplevel configure.in
7
dnl
8
AC_DEFUN(RTEMS_TOP,
9
[dnl
10
AC_REQUIRE([RTEMS_VERSIONING])
11
AC_CHECK_PROGS(MAKE, gmake make)
12
AC_BEFORE([$0], [AC_CONFIG_AUX_DIR])dnl
13
AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl
14
 
15
AC_PREFIX_DEFAULT([/opt/rtems])
16
 
17
## HACK to allow gnu-make conditionals in automake-Makefiles.
18
ENDIF=endif
19
AC_SUBST(ENDIF)
20
 
21
RTEMS_TOPdir="$1";
22
AC_SUBST(RTEMS_TOPdir)
23
 
24
## with_target_subdirs is handled implicitly by autoconf
25
test -n "$with_target_subdir" || with_target_subdir="."
26
 
27
if test "$with_target_subdir" = "." ; then
28
# Native
29
PROJECT_TOPdir=${RTEMS_TOPdir}/'$(top_builddir)'
30
else
31
# Cross
32
dots=`echo $with_target_subdir|\
33
sed -e 's%^\./%%' -e 's%[[^/]]$%&/%' -e 's%[[^/]]*/%../%g'`
34
PROJECT_TOPdir=${dots}${RTEMS_TOPdir}/'$(top_builddir)'
35
fi
36
AC_SUBST(PROJECT_TOPdir)
37
 
38
if test "$with_target_subdir" = "." ; then
39
# Native
40
PROJECT_ROOT="${RTEMS_TOPdir}/\$(top_builddir)"
41
else
42
# Cross
43
PROJECT_ROOT="${RTEMS_TOPdir}/\$(top_builddir)"
44
fi
45
AC_SUBST(PROJECT_ROOT)
46
 
47
AC_MSG_CHECKING([for RTEMS Version])
48
AS_IF([test -r "${srcdir}/${RTEMS_TOPdir}/aclocal/version.m4"],
49
[],
50
[AC_MSG_ERROR([Unable to find ${RTEMS_TOPdir}/aclocal/version.m4])])
51
AC_MSG_RESULT([_RTEMS_VERSION])
52
])dnl

powered by: WebSVN 2.1.0

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