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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [aclocal/] [target.m4] - Diff between revs 30 and 173

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 30 Rev 173
dnl $Id: target.m4,v 1.2 2001-09-27 11:59:11 chris Exp $
dnl $Id: target.m4,v 1.2 2001-09-27 11:59:11 chris Exp $
 
 
AC_DEFUN(RTEMS_CONFIG_SUBDIRS,
AC_DEFUN(RTEMS_CONFIG_SUBDIRS,
[
[
define([RTEMS_TGT_SUBDIRS],
define([RTEMS_TGT_SUBDIRS],
ifdef([RTEMS_TGT_SUBDIRS], [RTEMS_TGT_SUBDIRS ],)[$1])dnl
ifdef([RTEMS_TGT_SUBDIRS], [RTEMS_TGT_SUBDIRS ],)[$1])dnl
target_subdirs="RTEMS_TGT_SUBDIRS"
target_subdirs="RTEMS_TGT_SUBDIRS"
AC_SUBST(target_subdirs)
AC_SUBST(target_subdirs)
])
])
 
 
dnl This is a subroutine of AC_OUTPUT.
dnl This is a subroutine of AC_OUTPUT.
dnl It is called after running config.status.
dnl It is called after running config.status.
dnl AC_OUTPUT_SUBDIRS(DIRECTORY...)
dnl AC_OUTPUT_SUBDIRS(DIRECTORY...)
AC_DEFUN(RTEMS_OUTPUT_SUBDIRS,
AC_DEFUN(RTEMS_OUTPUT_SUBDIRS,
[
[
if test "$no_recursion" != yes; then
if test "$no_recursion" != yes; then
  if test $target_alias != $host_alias; then
  if test $target_alias != $host_alias; then
    target_subdir="$target_alias"
    target_subdir="$target_alias"
  else
  else
    target_subdir="."
    target_subdir="."
  fi
  fi
  # Remove --cache-file and --srcdir arguments so they do not pile up.
  # Remove --cache-file and --srcdir arguments so they do not pile up.
  ac_sub_configure_args=
  ac_sub_configure_args=
  ac_prev=
  ac_prev=
  for ac_arg in $ac_configure_args; do
  for ac_arg in $ac_configure_args; do
    if test -n "$ac_prev"; then
    if test -n "$ac_prev"; then
      ac_prev=
      ac_prev=
      continue
      continue
    fi
    fi
    case "$ac_arg" in
    case "$ac_arg" in
    -cache-file | --cache-file | --cache-fil | --cache-fi \
    -cache-file | --cache-file | --cache-fil | --cache-fi \
    | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
    | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
      ac_prev=cache_file ;;
      ac_prev=cache_file ;;
    -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
    -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
    | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
    | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
      ;;
      ;;
    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
      ac_prev=srcdir ;;
      ac_prev=srcdir ;;
    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
      ;;
      ;;
    *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
    *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
    esac
    esac
  done
  done
 
 
  test -d $target_subdir || mkdir $target_subdir
  test -d $target_subdir || mkdir $target_subdir
  for ac_config_dir in $1; do
  for ac_config_dir in $1; do
 
 
    # Do not complain, so a configure script can configure whichever
    # Do not complain, so a configure script can configure whichever
    # parts of a large source tree are present.
    # parts of a large source tree are present.
    if test ! -d $srcdir/$ac_config_dir; then
    if test ! -d $srcdir/$ac_config_dir; then
      continue
      continue
    fi
    fi
 
 
    echo configuring in $target_subdir/$ac_config_dir
    echo configuring in $target_subdir/$ac_config_dir
 
 
    case "$srcdir" in
    case "$srcdir" in
##    .) ;;
##    .) ;;
    *)
    *)
      if test -d $target_subdir/$ac_config_dir || mkdir $target_subdir/$ac_config_dir; then :;
      if test -d $target_subdir/$ac_config_dir || mkdir $target_subdir/$ac_config_dir; then :;
      else
      else
        AC_MSG_ERROR(can not create `pwd`/$target_subdir/$ac_config_dir)
        AC_MSG_ERROR(can not create `pwd`/$target_subdir/$ac_config_dir)
      fi
      fi
      ;;
      ;;
    esac
    esac
 
 
    ac_popdir=`pwd`
    ac_popdir=`pwd`
    cd $target_subdir/$ac_config_dir
    cd $target_subdir/$ac_config_dir
 
 
changequote(, )dnl
changequote(, )dnl
      # A "../" for each directory in /$ac_config_dir.
      # A "../" for each directory in /$ac_config_dir.
      ac_dots=`echo $target_subdir/$ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
      ac_dots=`echo $target_subdir/$ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
changequote([, ])dnl
changequote([, ])dnl
 
 
    case "$srcdir" in
    case "$srcdir" in
##    .) # No --srcdir option.  We are building in place.
##    .) # No --srcdir option.  We are building in place.
##      ac_sub_srcdir=$srcdir ;;
##      ac_sub_srcdir=$srcdir ;;
    /*) # Absolute path.
    /*) # Absolute path.
      ac_sub_srcdir=$srcdir/$ac_config_dir ;;
      ac_sub_srcdir=$srcdir/$ac_config_dir ;;
    *) # Relative path.
    *) # Relative path.
      ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
      ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
    esac
    esac
 
 
    # Check for guested configure; otherwise get Cygnus style configure.
    # Check for guested configure; otherwise get Cygnus style configure.
    if test -f $ac_sub_srcdir/configure; then
    if test -f $ac_sub_srcdir/configure; then
      ac_sub_configure=$ac_sub_srcdir/configure
      ac_sub_configure=$ac_sub_srcdir/configure
    elif test -f $ac_sub_srcdir/configure.in; then
    elif test -f $ac_sub_srcdir/configure.in; then
      ac_sub_configure=$ac_configure
      ac_sub_configure=$ac_configure
    else
    else
      AC_MSG_WARN(no configuration information is in $ac_config_dir)
      AC_MSG_WARN(no configuration information is in $ac_config_dir)
      ac_sub_configure=
      ac_sub_configure=
    fi
    fi
 
 
    # The recursion is here.
    # The recursion is here.
    if test -n "$ac_sub_configure"; then
    if test -n "$ac_sub_configure"; then
 
 
      # Make the cache file name correct relative to the subdirectory.
      # Make the cache file name correct relative to the subdirectory.
      if test "$target_alias" != "$host_alias"; then
      if test "$target_alias" != "$host_alias"; then
      ac_sub_cache_file=$cache_file
      ac_sub_cache_file=$cache_file
      else
      else
      case "$cache_file" in
      case "$cache_file" in
      /*) ac_sub_cache_file=$cache_file ;;
      /*) ac_sub_cache_file=$cache_file ;;
      *) # Relative path.
      *) # Relative path.
        ac_sub_cache_file="$ac_dots$cache_file" ;;
        ac_sub_cache_file="$ac_dots$cache_file" ;;
      esac
      esac
      fi
      fi
ifdef([AC_PROVIDE_AC_PROG_INSTALL],
ifdef([AC_PROVIDE_AC_PROG_INSTALL],
      [  case "$ac_given_INSTALL" in
      [  case "$ac_given_INSTALL" in
changequote(, )dnl
changequote(, )dnl
        [/$]*) INSTALL="$ac_given_INSTALL" ;;
        [/$]*) INSTALL="$ac_given_INSTALL" ;;
changequote([, ])dnl
changequote([, ])dnl
        *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
        *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
        esac
        esac
])dnl
])dnl
 
 
      echo "[running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file] --srcdir=$ac_sub_srcdir"
      echo "[running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file] --srcdir=$ac_sub_srcdir"
      # The eval makes quoting arguments work.
      # The eval makes quoting arguments work.
      if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure \
      if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure \
        $ac_sub_configure_args --srcdir=$ac_sub_srcdir \
        $ac_sub_configure_args --srcdir=$ac_sub_srcdir \
        --with-target-subdir=$target_subdir --cache-file=$ac_sub_cache_file
        --with-target-subdir=$target_subdir --cache-file=$ac_sub_cache_file
      then :
      then :
      else
      else
        AC_MSG_ERROR($ac_sub_configure failed for $ac_config_dir)
        AC_MSG_ERROR($ac_sub_configure failed for $ac_config_dir)
      fi
      fi
    fi
    fi
 
 
    cd $ac_popdir
    cd $ac_popdir
  done
  done
fi
fi
])
])
 
 

powered by: WebSVN 2.1.0

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