Files
rtems/c/src/lib/libcpu/powerpc/configure.ac
Joel Sherrill 80bbfb9a6a 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
	AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
	AM_INIT_AUTOMAKE([no-define foreign 1.6]).
	* mpc505/ictrl/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc505/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc505/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc505/vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc6xx/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc6xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc6xx/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc6xx/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc6xx/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc6xx/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8260/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8260/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8260/console-generic/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8260/cpm/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8260/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8260/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8260/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8260/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8xx/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8xx/console-generic/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8xx/cpm/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8xx/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8xx/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8xx/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8xx/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* ppc403/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* ppc403/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* ppc403/console/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* ppc403/ictrl/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* ppc403/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* ppc403/tty_drv/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* ppc403/vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* shared/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* shared/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-03-28 00:48:15 +00:00

92 lines
2.3 KiB
Plaintext

## Process this file with autoconf to produce a configure script.
##
## $Id$
AC_PREREQ(2.52)
AC_INIT([rtems-c-src-lib-libcpu-powerpc],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([mpc6xx])
RTEMS_TOP(../../../../..)
AC_CONFIG_AUX_DIR(../../../../..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.6])
AM_MAINTAINER_MODE
RTEMS_ENABLE_BARE
RTEMS_ENV_RTEMSBSP
RTEMS_CHECK_CPU
RTEMS_CANONICAL_HOST
RTEMS_PROJECT_ROOT
RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
AM_CONDITIONAL(shared, test "$RTEMS_CPU_MODEL" = "mpc750" \
|| test "$RTEMS_CPU_MODEL" = "ppc603e" \
|| test "$RTEMS_CPU_MODEL" = "mpc604" \
|| test "$RTEMS_CPU_MODEL" = "mpc6xx" \
|| test "$RTEMS_CPU_MODEL" = "mpc821" \
|| test "$RTEMS_CPU_MODEL" = "mpc860" \
|| test "$RTEMS_CPU_MODEL" = "mpc8260" \
|| test "$RTEMS_CPU_MODEL" = "mpc8xx" )
## test on CPU type
AM_CONDITIONAL(mpc505, test "$RTEMS_CPU_MODEL" = "mpc505")
AM_CONDITIONAL(mpc6xx, test "$RTEMS_CPU_MODEL" = "mpc6xx" \
|| test "$RTEMS_CPU_MODEL" = "mpc604" \
|| test "$RTEMS_CPU_MODEL" = "mpc750" )
AM_CONDITIONAL(mpc8xx, test "$RTEMS_CPU_MODEL" = "mpc8xx" \
|| test "$RTEMS_CPU_MODEL" = "mpc821" \
|| test "$RTEMS_CPU_MODEL" = "mpc860" )
AM_CONDITIONAL(mpc8260, test "$RTEMS_CPU_MODEL" = "mpc8260")
AM_CONDITIONAL(ppc403, test "$RTEMS_CPU_MODEL" = "ppc403")
AM_CONDITIONAL(ppc405, test "$RTEMS_CPU_MODEL" = "ppc405")
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
mpc505/Makefile
mpc505/timer/Makefile
mpc505/vectors/Makefile
mpc505/ictrl/Makefile
mpc8xx/Makefile
mpc8xx/clock/Makefile
mpc8xx/console-generic/Makefile
mpc8xx/cpm/Makefile
mpc8xx/exceptions/Makefile
mpc8xx/include/Makefile
mpc8xx/mmu/Makefile
mpc8xx/timer/Makefile
ppc403/Makefile
ppc403/clock/Makefile
ppc403/console/Makefile
ppc403/tty_drv/Makefile
ppc403/ictrl/Makefile
ppc403/timer/Makefile
ppc403/vectors/Makefile
mpc6xx/Makefile
mpc6xx/clock/Makefile
mpc6xx/timer/Makefile
mpc6xx/exceptions/Makefile
mpc6xx/mmu/Makefile
mpc6xx/timer/Makefile
mpc6xx/wrapup/Makefile
mpc8260/Makefile
mpc8260/clock/Makefile
mpc8260/console-generic/Makefile
mpc8260/include/Makefile
mpc8260/timer/Makefile
mpc8260/exceptions/Makefile
mpc8260/mmu/Makefile
mpc8260/cpm/Makefile
shared/Makefile
shared/include/Makefile
shared/src/Makefile
wrapup/Makefile])
AC_OUTPUT