From 66387986497d71e9ff8bc71b91ba3e4f54c97264 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 11 Oct 2001 19:07:37 +0000 Subject: 2001-10-11 Ralf Corsepius * .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove. * configure.ac: New file, generated from configure.in by autoupdate. --- .cvsignore | 1 + ChangeLog | 6 ++ c/.cvsignore | 1 + c/ChangeLog | 6 ++ c/configure.ac | 106 ++++++++++++++++++++++ c/configure.in | 105 ---------------------- c/make/.cvsignore | 1 + c/make/ChangeLog | 6 ++ c/make/configure.ac | 53 +++++++++++ c/make/configure.in | 52 ----------- c/src/exec/.cvsignore | 1 + c/src/exec/ChangeLog | 6 ++ c/src/exec/configure.ac | 117 ++++++++++++++++++++++++ c/src/exec/configure.in | 116 ------------------------ c/src/exec/itron/.cvsignore | 1 + c/src/exec/itron/ChangeLog | 6 ++ c/src/exec/itron/configure.ac | 63 +++++++++++++ c/src/exec/itron/configure.in | 62 ------------- c/src/exec/posix/.cvsignore | 1 + c/src/exec/posix/ChangeLog | 6 ++ c/src/exec/posix/configure.ac | 67 ++++++++++++++ c/src/exec/posix/configure.in | 66 -------------- c/src/exec/score/cpu/a29k/.cvsignore | 1 + c/src/exec/score/cpu/a29k/ChangeLog | 6 ++ c/src/exec/score/cpu/a29k/configure.ac | 32 +++++++ c/src/exec/score/cpu/a29k/configure.in | 31 ------- c/src/exec/score/cpu/arm/.cvsignore | 1 + c/src/exec/score/cpu/arm/ChangeLog | 6 ++ c/src/exec/score/cpu/arm/configure.ac | 35 ++++++++ c/src/exec/score/cpu/arm/configure.in | 34 ------- c/src/exec/score/cpu/c4x/.cvsignore | 1 + c/src/exec/score/cpu/c4x/ChangeLog | 6 ++ c/src/exec/score/cpu/c4x/configure.ac | 35 ++++++++ c/src/exec/score/cpu/c4x/configure.in | 34 ------- c/src/exec/score/cpu/h8300/.cvsignore | 1 + c/src/exec/score/cpu/h8300/ChangeLog | 6 ++ c/src/exec/score/cpu/h8300/configure.ac | 32 +++++++ c/src/exec/score/cpu/h8300/configure.in | 31 ------- c/src/exec/score/cpu/hppa1.1/.cvsignore | 1 + c/src/exec/score/cpu/hppa1.1/ChangeLog | 6 ++ c/src/exec/score/cpu/hppa1.1/configure.ac | 32 +++++++ c/src/exec/score/cpu/hppa1.1/configure.in | 31 ------- c/src/exec/score/cpu/i386/.cvsignore | 1 + c/src/exec/score/cpu/i386/ChangeLog | 6 ++ c/src/exec/score/cpu/i386/configure.ac | 32 +++++++ c/src/exec/score/cpu/i386/configure.in | 31 ------- c/src/exec/score/cpu/i960/.cvsignore | 1 + c/src/exec/score/cpu/i960/ChangeLog | 6 ++ c/src/exec/score/cpu/i960/configure.ac | 32 +++++++ c/src/exec/score/cpu/i960/configure.in | 31 ------- c/src/exec/score/cpu/m68k/.cvsignore | 1 + c/src/exec/score/cpu/m68k/ChangeLog | 6 ++ c/src/exec/score/cpu/m68k/configure.ac | 32 +++++++ c/src/exec/score/cpu/m68k/configure.in | 31 ------- c/src/exec/score/cpu/mips/.cvsignore | 1 + c/src/exec/score/cpu/mips/ChangeLog | 6 ++ c/src/exec/score/cpu/mips/configure.ac | 35 ++++++++ c/src/exec/score/cpu/mips/configure.in | 34 ------- c/src/exec/score/cpu/mips64orion/.cvsignore | 1 + c/src/exec/score/cpu/mips64orion/ChangeLog | 6 ++ c/src/exec/score/cpu/mips64orion/configure.ac | 32 +++++++ c/src/exec/score/cpu/mips64orion/configure.in | 31 ------- c/src/exec/score/cpu/no_cpu/.cvsignore | 1 + c/src/exec/score/cpu/no_cpu/ChangeLog | 6 ++ c/src/exec/score/cpu/no_cpu/configure.ac | 32 +++++++ c/src/exec/score/cpu/no_cpu/configure.in | 31 ------- c/src/exec/score/cpu/or16/.cvsignore | 1 + c/src/exec/score/cpu/or16/ChangeLog | 6 ++ c/src/exec/score/cpu/or16/configure.ac | 32 +++++++ c/src/exec/score/cpu/or16/configure.in | 31 ------- c/src/exec/score/cpu/or32/.cvsignore | 1 + c/src/exec/score/cpu/or32/ChangeLog | 6 ++ c/src/exec/score/cpu/or32/configure.ac | 32 +++++++ c/src/exec/score/cpu/or32/configure.in | 31 ------- configure.ac | 125 ++++++++++++++++++++++++++ configure.in | 125 -------------------------- cpukit/.cvsignore | 1 + cpukit/ChangeLog | 6 ++ cpukit/configure.ac | 117 ++++++++++++++++++++++++ cpukit/itron/.cvsignore | 1 + cpukit/itron/ChangeLog | 6 ++ cpukit/itron/configure.ac | 63 +++++++++++++ cpukit/posix/.cvsignore | 1 + cpukit/posix/ChangeLog | 6 ++ cpukit/posix/configure.ac | 67 ++++++++++++++ cpukit/score/cpu/a29k/.cvsignore | 1 + cpukit/score/cpu/a29k/ChangeLog | 6 ++ cpukit/score/cpu/a29k/configure.ac | 32 +++++++ cpukit/score/cpu/arm/.cvsignore | 1 + cpukit/score/cpu/arm/ChangeLog | 6 ++ cpukit/score/cpu/arm/configure.ac | 35 ++++++++ cpukit/score/cpu/c4x/.cvsignore | 1 + cpukit/score/cpu/c4x/ChangeLog | 6 ++ cpukit/score/cpu/c4x/configure.ac | 35 ++++++++ cpukit/score/cpu/h8300/.cvsignore | 1 + cpukit/score/cpu/h8300/ChangeLog | 6 ++ cpukit/score/cpu/h8300/configure.ac | 32 +++++++ cpukit/score/cpu/hppa1.1/.cvsignore | 1 + cpukit/score/cpu/hppa1.1/ChangeLog | 6 ++ cpukit/score/cpu/hppa1.1/configure.ac | 32 +++++++ cpukit/score/cpu/i386/.cvsignore | 1 + cpukit/score/cpu/i386/ChangeLog | 6 ++ cpukit/score/cpu/i386/configure.ac | 32 +++++++ cpukit/score/cpu/i960/.cvsignore | 1 + cpukit/score/cpu/i960/ChangeLog | 6 ++ cpukit/score/cpu/i960/configure.ac | 32 +++++++ cpukit/score/cpu/m68k/.cvsignore | 1 + cpukit/score/cpu/m68k/ChangeLog | 6 ++ cpukit/score/cpu/m68k/configure.ac | 32 +++++++ cpukit/score/cpu/mips/.cvsignore | 1 + cpukit/score/cpu/mips/ChangeLog | 6 ++ cpukit/score/cpu/mips/configure.ac | 35 ++++++++ cpukit/score/cpu/mips64orion/.cvsignore | 1 + cpukit/score/cpu/mips64orion/ChangeLog | 6 ++ cpukit/score/cpu/mips64orion/configure.ac | 32 +++++++ cpukit/score/cpu/no_cpu/.cvsignore | 1 + cpukit/score/cpu/no_cpu/ChangeLog | 6 ++ cpukit/score/cpu/no_cpu/configure.ac | 32 +++++++ cpukit/score/cpu/or16/.cvsignore | 1 + cpukit/score/cpu/or16/ChangeLog | 6 ++ cpukit/score/cpu/or16/configure.ac | 32 +++++++ cpukit/score/cpu/or32/.cvsignore | 1 + cpukit/score/cpu/or32/ChangeLog | 6 ++ cpukit/score/cpu/or32/configure.ac | 32 +++++++ 124 files changed, 1873 insertions(+), 938 deletions(-) create mode 100644 c/configure.ac delete mode 100644 c/configure.in create mode 100644 c/make/configure.ac delete mode 100644 c/make/configure.in create mode 100644 c/src/exec/configure.ac delete mode 100644 c/src/exec/configure.in create mode 100644 c/src/exec/itron/configure.ac delete mode 100644 c/src/exec/itron/configure.in create mode 100644 c/src/exec/posix/configure.ac delete mode 100644 c/src/exec/posix/configure.in create mode 100644 c/src/exec/score/cpu/a29k/configure.ac delete mode 100644 c/src/exec/score/cpu/a29k/configure.in create mode 100644 c/src/exec/score/cpu/arm/configure.ac delete mode 100644 c/src/exec/score/cpu/arm/configure.in create mode 100644 c/src/exec/score/cpu/c4x/configure.ac delete mode 100644 c/src/exec/score/cpu/c4x/configure.in create mode 100644 c/src/exec/score/cpu/h8300/configure.ac delete mode 100644 c/src/exec/score/cpu/h8300/configure.in create mode 100644 c/src/exec/score/cpu/hppa1.1/configure.ac delete mode 100644 c/src/exec/score/cpu/hppa1.1/configure.in create mode 100644 c/src/exec/score/cpu/i386/configure.ac delete mode 100644 c/src/exec/score/cpu/i386/configure.in create mode 100644 c/src/exec/score/cpu/i960/configure.ac delete mode 100644 c/src/exec/score/cpu/i960/configure.in create mode 100644 c/src/exec/score/cpu/m68k/configure.ac delete mode 100644 c/src/exec/score/cpu/m68k/configure.in create mode 100644 c/src/exec/score/cpu/mips/configure.ac delete mode 100644 c/src/exec/score/cpu/mips/configure.in create mode 100644 c/src/exec/score/cpu/mips64orion/configure.ac delete mode 100644 c/src/exec/score/cpu/mips64orion/configure.in create mode 100644 c/src/exec/score/cpu/no_cpu/configure.ac delete mode 100644 c/src/exec/score/cpu/no_cpu/configure.in create mode 100644 c/src/exec/score/cpu/or16/configure.ac delete mode 100644 c/src/exec/score/cpu/or16/configure.in create mode 100644 c/src/exec/score/cpu/or32/configure.ac delete mode 100644 c/src/exec/score/cpu/or32/configure.in create mode 100644 configure.ac delete mode 100644 configure.in create mode 100644 cpukit/configure.ac create mode 100644 cpukit/itron/configure.ac create mode 100644 cpukit/posix/configure.ac create mode 100644 cpukit/score/cpu/a29k/configure.ac create mode 100644 cpukit/score/cpu/arm/configure.ac create mode 100644 cpukit/score/cpu/c4x/configure.ac create mode 100644 cpukit/score/cpu/h8300/configure.ac create mode 100644 cpukit/score/cpu/hppa1.1/configure.ac create mode 100644 cpukit/score/cpu/i386/configure.ac create mode 100644 cpukit/score/cpu/i960/configure.ac create mode 100644 cpukit/score/cpu/m68k/configure.ac create mode 100644 cpukit/score/cpu/mips/configure.ac create mode 100644 cpukit/score/cpu/mips64orion/configure.ac create mode 100644 cpukit/score/cpu/no_cpu/configure.ac create mode 100644 cpukit/score/cpu/or16/configure.ac create mode 100644 cpukit/score/cpu/or32/configure.ac diff --git a/.cvsignore b/.cvsignore index 16e7074c20..125e4267a1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/ChangeLog b/ChangeLog index 8ce4227669..1ccaaffa6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-10-09 Ralf Corsepius * aclocal/rtems-cpu-subdirs.m4: New file. diff --git a/c/.cvsignore b/c/.cvsignore index 525275c115..d29e5050f5 100644 --- a/c/.cvsignore +++ b/c/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/c/ChangeLog b/c/ChangeLog index 267ae34e73..1b0186e26a 100644 --- a/c/ChangeLog +++ b/c/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-05-25 Joel Sherrill * TESTED: Corrected the name of the MRM332 BSP. diff --git a/c/configure.ac b/c/configure.ac new file mode 100644 index 0000000000..e6a3171a8e --- /dev/null +++ b/c/configure.ac @@ -0,0 +1,106 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([src]) +RTEMS_TOP(..) +AC_CONFIG_AUX_DIR(..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +## These options are used within this file. +RTEMS_ENABLE_BARE +RTEMS_ENABLE_RTEMSBSP(rtems_bsp) + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +if test -z "$rtems_bsp"; then + RTEMS_CHECK_BSPS(rtems_bsp) +fi + +for i in $rtems_bsp; do + + # make sure there is a make/custom file for the bsp + RTEMS_CHECK_CUSTOM_BSP(i) + + RTEMS_BSP_ALIAS($i,bspdir) + + # Is there code where there should be for this BSP? + # The bare bsp is a special case as it is not under the RTEMS_CPU path + case $bspdir in + bare) + bspcpudir= + ;; + *) + bspcpudir=$RTEMS_CPU/ + ;; + esac + + if test -d "$srcdir/$RTEMS_TOPdir/c/src/lib/libbsp/$bspcpudir$bspdir"; then + RTEMS_BSP_LIST="$RTEMS_BSP_LIST $i" + else + AC_MSG_ERROR([unable to find libbsp directory ($bspdir) for $i]) + fi +done + +# +# Compose the configuration arguments to be passed to c/src/configure +# +## +## Partially borrowed from autoconf-2.13 +## + +## Adjust paths +_RTEMS_ADJUST_SRCDIR([rtems_bsp_configure],[src]) +rtems_bsp_configure="$rtems_bsp_configure/configure" + +## Remove --cache-file, --srcdir and --enable-rtemsbsp arguments +## so they do not pile up + rtems_bsp_configure_args= + for ac_arg in $ac_configure_args; do + if test -n "$ac_prev"; then + ac_prev= + continue + fi + case "$ac_arg" in + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + ;; + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + ;; + -enable-rtemsbsp=* | --enable-rtemsbsp=*) ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + ;; + *) rtems_bsp_configure_args="$rtems_bsp_configure_args $ac_arg" ;; + esac + done + +rtems_bsp_configure="$rtems_bsp_configure $rtems_bsp_configure_args" +AC_SUBST(rtems_bsp_configure) + +AC_SUBST(RTEMS_BSP_LIST) + +AC_CONFIG_SUBDIRS(make) + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +]) +AC_OUTPUT + +echo +echo target architecture: $target_cpu. +echo available BSPs: $rtems_bsp. +echo \'${MAKE} all\' will build the following BSPs: $RTEMS_BSP_LIST. +echo other BSPs can be built with \'${MAKE} RTEMS_BSP=\"bsp1 bsp2 ...\"\' +echo diff --git a/c/configure.in b/c/configure.in deleted file mode 100644 index 9d9ae64b55..0000000000 --- a/c/configure.in +++ /dev/null @@ -1,105 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -dnl -dnl $Id$ - -AC_PREREQ(2.13) -AC_INIT(src) -RTEMS_TOP(..) -AC_CONFIG_AUX_DIR(..) - -RTEMS_CANONICAL_TARGET_CPU - -AM_INIT_AUTOMAKE(rtems-c,$RTEMS_VERSION,no) -AM_MAINTAINER_MODE - -dnl These options are used within this file. -RTEMS_ENABLE_BARE -RTEMS_ENABLE_RTEMSBSP(rtems_bsp) - -RTEMS_CHECK_CPU -RTEMS_CANONICAL_HOST - -if test -z "$rtems_bsp"; then - RTEMS_CHECK_BSPS(rtems_bsp) -fi - -for i in $rtems_bsp; do - - # make sure there is a make/custom file for the bsp - RTEMS_CHECK_CUSTOM_BSP(i) - - RTEMS_BSP_ALIAS($i,bspdir) - - # Is there code where there should be for this BSP? - # The bare bsp is a special case as it is not under the RTEMS_CPU path - case $bspdir in - bare) - bspcpudir= - ;; - *) - bspcpudir=$RTEMS_CPU/ - ;; - esac - - if test -d "$srcdir/$RTEMS_TOPdir/c/src/lib/libbsp/$bspcpudir$bspdir"; then - RTEMS_BSP_LIST="$RTEMS_BSP_LIST $i" - else - AC_MSG_ERROR([unable to find libbsp directory ($bspdir) for $i]) - fi -done - -# -# Compose the configuration arguments to be passed to c/src/configure -# -## -## Partially borrowed from autoconf-2.13 -## - -## Adjust paths -_RTEMS_ADJUST_SRCDIR([rtems_bsp_configure],[src]) -rtems_bsp_configure="$rtems_bsp_configure/configure" - -## Remove --cache-file, --srcdir and --enable-rtemsbsp arguments -## so they do not pile up - rtems_bsp_configure_args= - for ac_arg in $ac_configure_args; do - if test -n "$ac_prev"; then - ac_prev= - continue - fi - case "$ac_arg" in - -cache-file | --cache-file | --cache-fil | --cache-fi \ - | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) - ac_prev=cache_file ;; - -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ - | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) - ;; - -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) - ac_prev=srcdir ;; - -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) - ;; - -enable-rtemsbsp=* | --enable-rtemsbsp=*) ;; - -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) - ;; - *) rtems_bsp_configure_args="$rtems_bsp_configure_args $ac_arg" ;; - esac - done - -rtems_bsp_configure="$rtems_bsp_configure $rtems_bsp_configure_args" -AC_SUBST(rtems_bsp_configure) - -AC_SUBST(RTEMS_BSP_LIST) - -AC_CONFIG_SUBDIRS(make) - -# Explicitly list all Makefiles here -AC_OUTPUT( -Makefile -) - -echo -echo target architecture: $target_cpu. -echo available BSPs: $rtems_bsp. -echo \'${MAKE} all\' will build the following BSPs: $RTEMS_BSP_LIST. -echo other BSPs can be built with \'${MAKE} RTEMS_BSP=\"bsp1 bsp2 ...\"\' -echo diff --git a/c/make/.cvsignore b/c/make/.cvsignore index cbb4209f9e..3a3a0063ca 100644 --- a/c/make/.cvsignore +++ b/c/make/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/c/make/ChangeLog b/c/make/ChangeLog index 0d5aa691c6..a0107af0f0 100644 --- a/c/make/ChangeLog +++ b/c/make/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-02-04 Ralf Corsepius * Makefile.am: Switch from prefix to exec_prefix. diff --git a/c/make/configure.ac b/c/make/configure.ac new file mode 100644 index 0000000000..eda474daf7 --- /dev/null +++ b/c/make/configure.ac @@ -0,0 +1,53 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +## +## This script configures the configuration files below c/make/ +## + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([target.cfg.in]) +RTEMS_TOP(../..) +AC_CONFIG_AUX_DIR(../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-make,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENABLE_MULTIPROCESSING +RTEMS_ENABLE_POSIX +RTEMS_ENABLE_ITRON +RTEMS_ENABLE_NETWORKING +RTEMS_ENABLE_RDBG +RTEMS_ENABLE_INLINES +RTEMS_ENABLE_CXX +RTEMS_ENABLE_GCC28 + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET + +## check for g++ +if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then + RTEMS_PROG_CXX_FOR_TARGET +fi + +RTEMS_CANONICALIZE_TOOLS + +AC_SUBST(RTEMS_HAS_POSIX) +AC_SUBST(RTEMS_HOST) +AC_SUBST(RTEMS_HAS_CPLUSPLUS) +AC_SUBST(RTEMS_USE_GCC272) +AC_SUBST(RTEMS_CPU) + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +target.cfg +]) +AC_OUTPUT diff --git a/c/make/configure.in b/c/make/configure.in deleted file mode 100644 index 898b9fd244..0000000000 --- a/c/make/configure.in +++ /dev/null @@ -1,52 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -dnl -dnl $Id$ - -dnl -dnl This script configures the configuration files below c/make/ -dnl - -AC_PREREQ(2.13) -AC_INIT(target.cfg.in) -RTEMS_TOP(../..) -AC_CONFIG_AUX_DIR(../..) - -RTEMS_CANONICAL_TARGET_CPU - -AM_INIT_AUTOMAKE(rtems-c-make,$RTEMS_VERSION,no) -AM_MAINTAINER_MODE - -RTEMS_ENABLE_MULTIPROCESSING -RTEMS_ENABLE_POSIX -RTEMS_ENABLE_ITRON -RTEMS_ENABLE_NETWORKING -RTEMS_ENABLE_RDBG -RTEMS_ENABLE_INLINES -RTEMS_ENABLE_CXX -RTEMS_ENABLE_GCC28 - -RTEMS_CHECK_CPU -RTEMS_CANONICAL_HOST - -RTEMS_PROJECT_ROOT - -RTEMS_PROG_CC_FOR_TARGET - -dnl check for g++ -if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then - RTEMS_PROG_CXX_FOR_TARGET -fi - -RTEMS_CANONICALIZE_TOOLS - -AC_SUBST(RTEMS_HAS_POSIX) -AC_SUBST(RTEMS_HOST) -AC_SUBST(RTEMS_HAS_CPLUSPLUS) -AC_SUBST(RTEMS_USE_GCC272) -AC_SUBST(RTEMS_CPU) - -# Explicitly list all Makefiles here -AC_OUTPUT( -Makefile -target.cfg -) diff --git a/c/src/exec/.cvsignore b/c/src/exec/.cvsignore index 525275c115..d29e5050f5 100644 --- a/c/src/exec/.cvsignore +++ b/c/src/exec/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/c/src/exec/ChangeLog b/c/src/exec/ChangeLog index 3d0674b466..b2646d62d7 100644 --- a/c/src/exec/ChangeLog +++ b/c/src/exec/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-22 Ralf Corsepius * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy. diff --git a/c/src/exec/configure.ac b/c/src/exec/configure.ac new file mode 100644 index 0000000000..92969c9a83 --- /dev/null +++ b/c/src/exec/configure.ac @@ -0,0 +1,117 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([score]) +RTEMS_TOP(../../..) +AC_CONFIG_AUX_DIR(../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENABLE_MULTILIB +RTEMS_ENABLE_MULTIPROCESSING +RTEMS_ENABLE_POSIX +RTEMS_ENABLE_ITRON +RTEMS_ENABLE_INLINES +RTEMS_ENABLE_GCC28 +RTEMS_ENABLE_RTEMS_DEBUG + +RTEMS_ENV_RTEMSCPU +RTEMS_CHECK_RTEMS_DEBUG + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP) +RTEMS_CHECK_POSIX_API(RTEMS_BSP) +RTEMS_CHECK_ITRON_API(RTEMS_BSP) + +# If RTEMS macros are enabled, then use them. Otherwise, use inlines. +if test "$RTEMS_USE_MACROS" = "yes"; then + INLINEdir="macros" +else + INLINEdir="inline" +fi +AM_CONDITIONAL(INLINE,test "$INLINEdir" = "inline" ) +AM_CONDITIONAL(MACROS,test "$INLINEdir" = "macros" ) +AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes" ) + +AC_SUBST(RTEMS_VERSION) + +AM_CONDITIONAL(HAS_POSIX,test "$HAS_POSIX_API" = "yes") +AM_CONDITIONAL(HAS_ITRON,test "$HAS_ITRON_API" = "yes") + +if test "$HAS_POSIX_API" = "yes"; then + cfg_subdirs="posix" +fi +if test "$HAS_ITRON_API" = "yes"; then + cfg_subdirs="$cfg_subdirs itron" +fi +AC_CONFIG_SUBDIRS($cfg_subdirs) +AC_CONFIG_SUBDIRS(score/cpu/$RTEMS_CPU) + +RTEMS_DEFINE_POSIX_API +RTEMS_DEFINE_ITRON_API +RTEMS_DEFINE_MULTIPROCESSING + +# HACK: We should use a feature-based configuration. +if test x"${RTEMS_CPU}" = x"unix"; then +AC_DEFINE_UNQUOTED(RTEMS_UNIX,1,[to indicate RTEMS unix]) +fi + +AM_CONFIG_HEADER(score/include/rtems/score/cpuopts-tmp.h) + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/src/Makefile +rtems/include/Makefile +rtems/include/rtems/Makefile +rtems/include/rtems/rtems/Makefile +rtems/optman/Makefile +rtems/inline/Makefile +rtems/inline/rtems/Makefile +rtems/inline/rtems/rtems/Makefile +rtems/macros/Makefile +rtems/macros/rtems/Makefile +rtems/macros/rtems/rtems/Makefile +sapi/Makefile +sapi/src/Makefile +sapi/include/Makefile +sapi/include/rtems/Makefile +sapi/include/rtems/sptables.h +sapi/inline/Makefile +sapi/inline/rtems/Makefile +sapi/macros/Makefile +sapi/macros/rtems/Makefile +sapi/optman/Makefile +score/Makefile +score/cpu/Makefile +score/include/Makefile +score/include/rtems/Makefile +score/include/rtems/score/Makefile +score/inline/Makefile +score/inline/rtems/Makefile +score/inline/rtems/score/Makefile +score/macros/Makefile +score/macros/rtems/Makefile +score/macros/rtems/score/Makefile +score/src/Makefile +wrapup/Makefile +wrapup/rtems/Makefile +wrapup/itron/Makefile +wrapup/posix/Makefile +]) +AC_OUTPUT diff --git a/c/src/exec/configure.in b/c/src/exec/configure.in deleted file mode 100644 index 6331c27fd0..0000000000 --- a/c/src/exec/configure.in +++ /dev/null @@ -1,116 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -dnl -dnl $Id$ - -AC_PREREQ(2.13) -AC_INIT(score) -RTEMS_TOP(../../..) -AC_CONFIG_AUX_DIR(../../..) - -RTEMS_CANONICAL_TARGET_CPU - -AM_INIT_AUTOMAKE(rtems-c-src-exec,$RTEMS_VERSION,no) -AM_MAINTAINER_MODE - -RTEMS_ENABLE_MULTILIB -RTEMS_ENABLE_MULTIPROCESSING -RTEMS_ENABLE_POSIX -RTEMS_ENABLE_ITRON -RTEMS_ENABLE_INLINES -RTEMS_ENABLE_GCC28 -RTEMS_ENABLE_RTEMS_DEBUG - -RTEMS_ENV_RTEMSCPU -RTEMS_CHECK_RTEMS_DEBUG - -RTEMS_CHECK_CPU -RTEMS_CANONICAL_HOST - -RTEMS_PROJECT_ROOT - -RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) -RTEMS_CANONICALIZE_TOOLS - -RTEMS_CHECK_NEWLIB - -RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP) -RTEMS_CHECK_POSIX_API(RTEMS_BSP) -RTEMS_CHECK_ITRON_API(RTEMS_BSP) - -# If RTEMS macros are enabled, then use them. Otherwise, use inlines. -if test "$RTEMS_USE_MACROS" = "yes"; then - INLINEdir="macros" -else - INLINEdir="inline" -fi -AM_CONDITIONAL(INLINE,test "$INLINEdir" = "inline" ) -AM_CONDITIONAL(MACROS,test "$INLINEdir" = "macros" ) -AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes" ) - -AC_SUBST(RTEMS_VERSION) - -AM_CONDITIONAL(HAS_POSIX,test "$HAS_POSIX_API" = "yes") -AM_CONDITIONAL(HAS_ITRON,test "$HAS_ITRON_API" = "yes") - -if test "$HAS_POSIX_API" = "yes"; then - cfg_subdirs="posix" -fi -if test "$HAS_ITRON_API" = "yes"; then - cfg_subdirs="$cfg_subdirs itron" -fi -AC_CONFIG_SUBDIRS($cfg_subdirs) -AC_CONFIG_SUBDIRS(score/cpu/$RTEMS_CPU) - -RTEMS_DEFINE_POSIX_API -RTEMS_DEFINE_ITRON_API -RTEMS_DEFINE_MULTIPROCESSING - -# HACK: We should use a feature-based configuration. -if test x"${RTEMS_CPU}" = x"unix"; then -AC_DEFINE_UNQUOTED(RTEMS_UNIX,1,[to indicate RTEMS unix]) -fi - -AM_CONFIG_HEADER(score/include/rtems/score/cpuopts-tmp.h) - -# Explicitly list all Makefiles here -AC_OUTPUT( -Makefile -rtems/Makefile -rtems/src/Makefile -rtems/include/Makefile -rtems/include/rtems/Makefile -rtems/include/rtems/rtems/Makefile -rtems/optman/Makefile -rtems/inline/Makefile -rtems/inline/rtems/Makefile -rtems/inline/rtems/rtems/Makefile -rtems/macros/Makefile -rtems/macros/rtems/Makefile -rtems/macros/rtems/rtems/Makefile -sapi/Makefile -sapi/src/Makefile -sapi/include/Makefile -sapi/include/rtems/Makefile -sapi/include/rtems/sptables.h -sapi/inline/Makefile -sapi/inline/rtems/Makefile -sapi/macros/Makefile -sapi/macros/rtems/Makefile -sapi/optman/Makefile -score/Makefile -score/cpu/Makefile -score/include/Makefile -score/include/rtems/Makefile -score/include/rtems/score/Makefile -score/inline/Makefile -score/inline/rtems/Makefile -score/inline/rtems/score/Makefile -score/macros/Makefile -score/macros/rtems/Makefile -score/macros/rtems/score/Makefile -score/src/Makefile -wrapup/Makefile -wrapup/rtems/Makefile -wrapup/itron/Makefile -wrapup/posix/Makefile -) diff --git a/c/src/exec/itron/.cvsignore b/c/src/exec/itron/.cvsignore index 525275c115..d29e5050f5 100644 --- a/c/src/exec/itron/.cvsignore +++ b/c/src/exec/itron/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/c/src/exec/itron/ChangeLog b/c/src/exec/itron/ChangeLog index cfe812b1d2..05f295261c 100644 --- a/c/src/exec/itron/ChangeLog +++ b/c/src/exec/itron/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * include/itronsys/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/c/src/exec/itron/configure.ac b/c/src/exec/itron/configure.ac new file mode 100644 index 0000000000..9d28b050b1 --- /dev/null +++ b/c/src/exec/itron/configure.ac @@ -0,0 +1,63 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([include/itronsys]) +RTEMS_TOP(../../../..) +AC_CONFIG_AUX_DIR(../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-itron,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENABLE_ITRON +RTEMS_ENABLE_INLINES + +RTEMS_ENV_RTEMSCPU + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_ITRON_API(RTEMS_BSP) + +# If RTEMS macros are enabled, then use them. Otherwise, use inlines. +if test "$RTEMS_USE_MACROS" = "yes"; then + INLINEdir="macros" +else + INLINEdir="inline" +fi +AM_CONDITIONAL(INLINE,test "$INLINEdir" = "inline" ) +AM_CONDITIONAL(MACROS,test "$INLINEdir" = "macros" ) + +## Needed when using automake for libs/rels +RTEMS_CHECK_NEWLIB + +AM_CONFIG_HEADER(src/config.h) + +## +## FIXME: We configure and build the macros subdirectory, too. +## Should probably use AM_CONDITIONALs to disable them in future +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +src/Makefile +include/Makefile +include/itronsys/Makefile +include/rtems/Makefile +include/rtems/itron/Makefile +inline/Makefile +inline/rtems/Makefile +inline/rtems/itron/Makefile +macros/Makefile +macros/rtems/Makefile +macros/rtems/itron/Makefile +]) +AC_OUTPUT + diff --git a/c/src/exec/itron/configure.in b/c/src/exec/itron/configure.in deleted file mode 100644 index fb2edb5a66..0000000000 --- a/c/src/exec/itron/configure.in +++ /dev/null @@ -1,62 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -dnl -dnl $Id$ - -AC_PREREQ(2.13) -AC_INIT(include/itronsys) -RTEMS_TOP(../../../..) -AC_CONFIG_AUX_DIR(../../../..) - -RTEMS_CANONICAL_TARGET_CPU - -AM_INIT_AUTOMAKE(rtems-c-src-exec-itron,$RTEMS_VERSION,no) -AM_MAINTAINER_MODE - -RTEMS_ENABLE_ITRON -RTEMS_ENABLE_INLINES - -RTEMS_ENV_RTEMSCPU - -RTEMS_CHECK_CPU -RTEMS_CANONICAL_HOST - -RTEMS_PROJECT_ROOT - -RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) -RTEMS_CANONICALIZE_TOOLS - -RTEMS_CHECK_ITRON_API(RTEMS_BSP) - -# If RTEMS macros are enabled, then use them. Otherwise, use inlines. -if test "$RTEMS_USE_MACROS" = "yes"; then - INLINEdir="macros" -else - INLINEdir="inline" -fi -AM_CONDITIONAL(INLINE,test "$INLINEdir" = "inline" ) -AM_CONDITIONAL(MACROS,test "$INLINEdir" = "macros" ) - -## Needed when using automake for libs/rels -RTEMS_CHECK_NEWLIB - -AM_CONFIG_HEADER(src/config.h) - -## -## FIXME: We configure and build the macros subdirectory, too. -## Should probably use AM_CONDITIONALs to disable them in future -# Explicitly list all Makefiles here -AC_OUTPUT( -Makefile -src/Makefile -include/Makefile -include/itronsys/Makefile -include/rtems/Makefile -include/rtems/itron/Makefile -inline/Makefile -inline/rtems/Makefile -inline/rtems/itron/Makefile -macros/Makefile -macros/rtems/Makefile -macros/rtems/itron/Makefile -) - diff --git a/c/src/exec/posix/.cvsignore b/c/src/exec/posix/.cvsignore index 525275c115..d29e5050f5 100644 --- a/c/src/exec/posix/.cvsignore +++ b/c/src/exec/posix/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/c/src/exec/posix/ChangeLog b/c/src/exec/posix/ChangeLog index d8c65003ed..5c5e9e2424 100644 --- a/c/src/exec/posix/ChangeLog +++ b/c/src/exec/posix/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-28 Joel Sherrill * src/mqueueopen.c, src/semopen.c: Clarify type on va_arg. diff --git a/c/src/exec/posix/configure.ac b/c/src/exec/posix/configure.ac new file mode 100644 index 0000000000..3aa1f2e39f --- /dev/null +++ b/c/src/exec/posix/configure.ac @@ -0,0 +1,67 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([optman]) +RTEMS_TOP(../../../..) +AC_CONFIG_AUX_DIR(../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-posix,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENABLE_POSIX +RTEMS_ENABLE_INLINES + +RTEMS_ENV_RTEMSCPU + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP) +RTEMS_CHECK_POSIX_API(RTEMS_BSP) + +# If RTEMS macros are enabled, then use them. Otherwise, use inlines. +if test "$RTEMS_USE_MACROS" = "yes"; then + INLINEdir="macros" +else + INLINEdir="inline" +fi +AM_CONDITIONAL(INLINE,test "$INLINEdir" = "inline" ) +AM_CONDITIONAL(MACROS,test "$INLINEdir" = "macros" ) +AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes" ) + +## Needed when using automake for libs/rels +RTEMS_CHECK_NEWLIB + +## Refuse to build if bsp does not support libposix +if test "$HAS_POSIX_API" != "yes"; then +AC_MSG_ERROR([BSP $RTEMS_BSP does not support libposix]) +fi + +AM_CONFIG_HEADER(src/config.h) + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +src/Makefile +include/Makefile +include/sys/Makefile +include/rtems/Makefile +include/rtems/posix/Makefile +optman/Makefile +inline/Makefile +inline/rtems/Makefile +inline/rtems/posix/Makefile +macros/Makefile +macros/rtems/Makefile +macros/rtems/posix/Makefile +]) +AC_OUTPUT diff --git a/c/src/exec/posix/configure.in b/c/src/exec/posix/configure.in deleted file mode 100644 index 0a5ac9174d..0000000000 --- a/c/src/exec/posix/configure.in +++ /dev/null @@ -1,66 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -dnl -dnl $Id$ - -AC_PREREQ(2.13) -AC_INIT(optman) -RTEMS_TOP(../../../..) -AC_CONFIG_AUX_DIR(../../../..) - -RTEMS_CANONICAL_TARGET_CPU - -AM_INIT_AUTOMAKE(rtems-c-src-exec-posix,$RTEMS_VERSION,no) -AM_MAINTAINER_MODE - -RTEMS_ENABLE_POSIX -RTEMS_ENABLE_INLINES - -RTEMS_ENV_RTEMSCPU - -RTEMS_CHECK_CPU -RTEMS_CANONICAL_HOST - -RTEMS_PROJECT_ROOT - -RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) -RTEMS_CANONICALIZE_TOOLS - -RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP) -RTEMS_CHECK_POSIX_API(RTEMS_BSP) - -# If RTEMS macros are enabled, then use them. Otherwise, use inlines. -if test "$RTEMS_USE_MACROS" = "yes"; then - INLINEdir="macros" -else - INLINEdir="inline" -fi -AM_CONDITIONAL(INLINE,test "$INLINEdir" = "inline" ) -AM_CONDITIONAL(MACROS,test "$INLINEdir" = "macros" ) -AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes" ) - -## Needed when using automake for libs/rels -RTEMS_CHECK_NEWLIB - -## Refuse to build if bsp does not support libposix -if test "$HAS_POSIX_API" != "yes"; then -AC_MSG_ERROR([BSP $RTEMS_BSP does not support libposix]) -fi - -AM_CONFIG_HEADER(src/config.h) - -# Explicitly list all Makefiles here -AC_OUTPUT( -Makefile -src/Makefile -include/Makefile -include/sys/Makefile -include/rtems/Makefile -include/rtems/posix/Makefile -optman/Makefile -inline/Makefile -inline/rtems/Makefile -inline/rtems/posix/Makefile -macros/Makefile -macros/rtems/Makefile -macros/rtems/posix/Makefile -) diff --git a/c/src/exec/score/cpu/a29k/.cvsignore b/c/src/exec/score/cpu/a29k/.cvsignore index 525275c115..d29e5050f5 100644 --- a/c/src/exec/score/cpu/a29k/.cvsignore +++ b/c/src/exec/score/cpu/a29k/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/c/src/exec/score/cpu/a29k/ChangeLog b/c/src/exec/score/cpu/a29k/ChangeLog index a491685c5f..7afa8b0ba4 100644 --- a/c/src/exec/score/cpu/a29k/ChangeLog +++ b/c/src/exec/score/cpu/a29k/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/c/src/exec/score/cpu/a29k/configure.ac b/c/src/exec/score/cpu/a29k/configure.ac new file mode 100644 index 0000000000..af3174a5df --- /dev/null +++ b/c/src/exec/score/cpu/a29k/configure.ac @@ -0,0 +1,32 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.S]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-a29k,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSCPU + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/c/src/exec/score/cpu/a29k/configure.in b/c/src/exec/score/cpu/a29k/configure.in deleted file mode 100644 index ba5d22ea3f..0000000000 --- a/c/src/exec/score/cpu/a29k/configure.in +++ /dev/null @@ -1,31 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -dnl -dnl $Id$ - -AC_PREREQ(2.13) -AC_INIT(cpu_asm.S) -RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) - -RTEMS_CANONICAL_TARGET_CPU - -AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-a29k,$RTEMS_VERSION,no) -AM_MAINTAINER_MODE - -RTEMS_ENV_RTEMSCPU - -RTEMS_CHECK_CPU -RTEMS_CANONICAL_HOST - -RTEMS_PROJECT_ROOT - -RTEMS_PROG_CC_FOR_TARGET -RTEMS_CANONICALIZE_TOOLS - -RTEMS_CHECK_NEWLIB - -# Explicitly list all Makefiles here -AC_OUTPUT( -Makefile -rtems/Makefile -rtems/score/Makefile) diff --git a/c/src/exec/score/cpu/arm/.cvsignore b/c/src/exec/score/cpu/arm/.cvsignore index 525275c115..d29e5050f5 100644 --- a/c/src/exec/score/cpu/arm/.cvsignore +++ b/c/src/exec/score/cpu/arm/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/c/src/exec/score/cpu/arm/ChangeLog b/c/src/exec/score/cpu/arm/ChangeLog index 83b53c1a79..9f5d00fa90 100644 --- a/c/src/exec/score/cpu/arm/ChangeLog +++ b/c/src/exec/score/cpu/arm/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/c/src/exec/score/cpu/arm/configure.ac b/c/src/exec/score/cpu/arm/configure.ac new file mode 100644 index 0000000000..17fc271325 --- /dev/null +++ b/c/src/exec/score/cpu/arm/configure.ac @@ -0,0 +1,35 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.S]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-arm,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSBSP + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Check if there is custom/*.cfg for this BSP +RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/c/src/exec/score/cpu/arm/configure.in b/c/src/exec/score/cpu/arm/configure.in deleted file mode 100644 index 56c6230fbf..0000000000 --- a/c/src/exec/score/cpu/arm/configure.in +++ /dev/null @@ -1,34 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -dnl -dnl $Id$ - -AC_PREREQ(2.13) -AC_INIT(cpu_asm.S) -RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) - -RTEMS_CANONICAL_TARGET_CPU - -AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-arm,$RTEMS_VERSION,no) -AM_MAINTAINER_MODE - -RTEMS_ENV_RTEMSBSP - -RTEMS_CHECK_CPU -RTEMS_CANONICAL_HOST - -RTEMS_PROJECT_ROOT - -RTEMS_PROG_CC_FOR_TARGET -RTEMS_CANONICALIZE_TOOLS - -RTEMS_CHECK_NEWLIB - -# Check if there is custom/*.cfg for this BSP -RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) - -# Explicitly list all Makefiles here -AC_OUTPUT( -Makefile -rtems/Makefile -rtems/score/Makefile) diff --git a/c/src/exec/score/cpu/c4x/.cvsignore b/c/src/exec/score/cpu/c4x/.cvsignore index 525275c115..d29e5050f5 100644 --- a/c/src/exec/score/cpu/c4x/.cvsignore +++ b/c/src/exec/score/cpu/c4x/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/c/src/exec/score/cpu/c4x/ChangeLog b/c/src/exec/score/cpu/c4x/ChangeLog index 4f3ac9d11b..1ebb66b30c 100644 --- a/c/src/exec/score/cpu/c4x/ChangeLog +++ b/c/src/exec/score/cpu/c4x/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/c/src/exec/score/cpu/c4x/configure.ac b/c/src/exec/score/cpu/c4x/configure.ac new file mode 100644 index 0000000000..19044cdc72 --- /dev/null +++ b/c/src/exec/score/cpu/c4x/configure.ac @@ -0,0 +1,35 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.S]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-c4x,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSBSP + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Check if there is custom/*.cfg for this BSP +RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/c/src/exec/score/cpu/c4x/configure.in b/c/src/exec/score/cpu/c4x/configure.in deleted file mode 100644 index 0fb3c03fa5..0000000000 --- a/c/src/exec/score/cpu/c4x/configure.in +++ /dev/null @@ -1,34 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -dnl -dnl $Id$ - -AC_PREREQ(2.13) -AC_INIT(cpu_asm.S) -RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) - -RTEMS_CANONICAL_TARGET_CPU - -AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-c4x,$RTEMS_VERSION,no) -AM_MAINTAINER_MODE - -RTEMS_ENV_RTEMSBSP - -RTEMS_CHECK_CPU -RTEMS_CANONICAL_HOST - -RTEMS_PROJECT_ROOT - -RTEMS_PROG_CC_FOR_TARGET -RTEMS_CANONICALIZE_TOOLS - -RTEMS_CHECK_NEWLIB - -# Check if there is custom/*.cfg for this BSP -RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) - -# Explicitly list all Makefiles here -AC_OUTPUT( -Makefile -rtems/Makefile -rtems/score/Makefile) diff --git a/c/src/exec/score/cpu/h8300/.cvsignore b/c/src/exec/score/cpu/h8300/.cvsignore index 525275c115..d29e5050f5 100644 --- a/c/src/exec/score/cpu/h8300/.cvsignore +++ b/c/src/exec/score/cpu/h8300/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/c/src/exec/score/cpu/h8300/ChangeLog b/c/src/exec/score/cpu/h8300/ChangeLog index f115760ab1..4c876525b2 100644 --- a/c/src/exec/score/cpu/h8300/ChangeLog +++ b/c/src/exec/score/cpu/h8300/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/c/src/exec/score/cpu/h8300/configure.ac b/c/src/exec/score/cpu/h8300/configure.ac new file mode 100644 index 0000000000..883a43a96a --- /dev/null +++ b/c/src/exec/score/cpu/h8300/configure.ac @@ -0,0 +1,32 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.S]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-h8300,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSCPU + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/c/src/exec/score/cpu/h8300/configure.in b/c/src/exec/score/cpu/h8300/configure.in deleted file mode 100644 index f845fdb0d0..0000000000 --- a/c/src/exec/score/cpu/h8300/configure.in +++ /dev/null @@ -1,31 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -dnl -dnl $Id$ - -AC_PREREQ(2.13) -AC_INIT(cpu_asm.S) -RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) - -RTEMS_CANONICAL_TARGET_CPU - -AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-h8300,$RTEMS_VERSION,no) -AM_MAINTAINER_MODE - -RTEMS_ENV_RTEMSCPU - -RTEMS_CHECK_CPU -RTEMS_CANONICAL_HOST - -RTEMS_PROJECT_ROOT - -RTEMS_PROG_CC_FOR_TARGET -RTEMS_CANONICALIZE_TOOLS - -RTEMS_CHECK_NEWLIB - -# Explicitly list all Makefiles here -AC_OUTPUT( -Makefile -rtems/Makefile -rtems/score/Makefile) diff --git a/c/src/exec/score/cpu/hppa1.1/.cvsignore b/c/src/exec/score/cpu/hppa1.1/.cvsignore index 525275c115..d29e5050f5 100644 --- a/c/src/exec/score/cpu/hppa1.1/.cvsignore +++ b/c/src/exec/score/cpu/hppa1.1/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/c/src/exec/score/cpu/hppa1.1/ChangeLog b/c/src/exec/score/cpu/hppa1.1/ChangeLog index 07641eba51..20bd9f8ca2 100644 --- a/c/src/exec/score/cpu/hppa1.1/ChangeLog +++ b/c/src/exec/score/cpu/hppa1.1/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'CLEANFILES ='. diff --git a/c/src/exec/score/cpu/hppa1.1/configure.ac b/c/src/exec/score/cpu/hppa1.1/configure.ac new file mode 100644 index 0000000000..45f67ae807 --- /dev/null +++ b/c/src/exec/score/cpu/hppa1.1/configure.ac @@ -0,0 +1,32 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.S]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-hppa1.1,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSCPU + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/c/src/exec/score/cpu/hppa1.1/configure.in b/c/src/exec/score/cpu/hppa1.1/configure.in deleted file mode 100644 index 545ed08ce9..0000000000 --- a/c/src/exec/score/cpu/hppa1.1/configure.in +++ /dev/null @@ -1,31 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -dnl -dnl $Id$ - -AC_PREREQ(2.13) -AC_INIT(cpu_asm.S) -RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) - -RTEMS_CANONICAL_TARGET_CPU - -AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-hppa1.1,$RTEMS_VERSION,no) -AM_MAINTAINER_MODE - -RTEMS_ENV_RTEMSCPU - -RTEMS_CHECK_CPU -RTEMS_CANONICAL_HOST - -RTEMS_PROJECT_ROOT - -RTEMS_PROG_CC_FOR_TARGET -RTEMS_CANONICALIZE_TOOLS - -RTEMS_CHECK_NEWLIB - -# Explicitly list all Makefiles here -AC_OUTPUT( -Makefile -rtems/Makefile -rtems/score/Makefile) diff --git a/c/src/exec/score/cpu/i386/.cvsignore b/c/src/exec/score/cpu/i386/.cvsignore index 525275c115..d29e5050f5 100644 --- a/c/src/exec/score/cpu/i386/.cvsignore +++ b/c/src/exec/score/cpu/i386/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/c/src/exec/score/cpu/i386/ChangeLog b/c/src/exec/score/cpu/i386/ChangeLog index 29e5ffc235..60aff5bd65 100644 --- a/c/src/exec/score/cpu/i386/ChangeLog +++ b/c/src/exec/score/cpu/i386/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/c/src/exec/score/cpu/i386/configure.ac b/c/src/exec/score/cpu/i386/configure.ac new file mode 100644 index 0000000000..3209c8048e --- /dev/null +++ b/c/src/exec/score/cpu/i386/configure.ac @@ -0,0 +1,32 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.S]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-i386,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSCPU + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/c/src/exec/score/cpu/i386/configure.in b/c/src/exec/score/cpu/i386/configure.in deleted file mode 100644 index 8b230f29b7..0000000000 --- a/c/src/exec/score/cpu/i386/configure.in +++ /dev/null @@ -1,31 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -dnl -dnl $Id$ - -AC_PREREQ(2.13) -AC_INIT(cpu_asm.S) -RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) - -RTEMS_CANONICAL_TARGET_CPU - -AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-i386,$RTEMS_VERSION,no) -AM_MAINTAINER_MODE - -RTEMS_ENV_RTEMSCPU - -RTEMS_CHECK_CPU -RTEMS_CANONICAL_HOST - -RTEMS_PROJECT_ROOT - -RTEMS_PROG_CC_FOR_TARGET -RTEMS_CANONICALIZE_TOOLS - -RTEMS_CHECK_NEWLIB - -# Explicitly list all Makefiles here -AC_OUTPUT( -Makefile -rtems/Makefile -rtems/score/Makefile) diff --git a/c/src/exec/score/cpu/i960/.cvsignore b/c/src/exec/score/cpu/i960/.cvsignore index 525275c115..d29e5050f5 100644 --- a/c/src/exec/score/cpu/i960/.cvsignore +++ b/c/src/exec/score/cpu/i960/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/c/src/exec/score/cpu/i960/ChangeLog b/c/src/exec/score/cpu/i960/ChangeLog index aa5f9e7bee..39b01acded 100644 --- a/c/src/exec/score/cpu/i960/ChangeLog +++ b/c/src/exec/score/cpu/i960/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/c/src/exec/score/cpu/i960/configure.ac b/c/src/exec/score/cpu/i960/configure.ac new file mode 100644 index 0000000000..bd6b30e516 --- /dev/null +++ b/c/src/exec/score/cpu/i960/configure.ac @@ -0,0 +1,32 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.S]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-i960,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSCPU + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/c/src/exec/score/cpu/i960/configure.in b/c/src/exec/score/cpu/i960/configure.in deleted file mode 100644 index 6d4157a94e..0000000000 --- a/c/src/exec/score/cpu/i960/configure.in +++ /dev/null @@ -1,31 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -dnl -dnl $Id$ - -AC_PREREQ(2.13) -AC_INIT(cpu_asm.S) -RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) - -RTEMS_CANONICAL_TARGET_CPU - -AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-i960,$RTEMS_VERSION,no) -AM_MAINTAINER_MODE - -RTEMS_ENV_RTEMSCPU - -RTEMS_CHECK_CPU -RTEMS_CANONICAL_HOST - -RTEMS_PROJECT_ROOT - -RTEMS_PROG_CC_FOR_TARGET -RTEMS_CANONICALIZE_TOOLS - -RTEMS_CHECK_NEWLIB - -# Explicitly list all Makefiles here -AC_OUTPUT( -Makefile -rtems/Makefile -rtems/score/Makefile) diff --git a/c/src/exec/score/cpu/m68k/.cvsignore b/c/src/exec/score/cpu/m68k/.cvsignore index 525275c115..d29e5050f5 100644 --- a/c/src/exec/score/cpu/m68k/.cvsignore +++ b/c/src/exec/score/cpu/m68k/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/c/src/exec/score/cpu/m68k/ChangeLog b/c/src/exec/score/cpu/m68k/ChangeLog index 541e71f64b..95d6bc39f4 100644 --- a/c/src/exec/score/cpu/m68k/ChangeLog +++ b/c/src/exec/score/cpu/m68k/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/c/src/exec/score/cpu/m68k/configure.ac b/c/src/exec/score/cpu/m68k/configure.ac new file mode 100644 index 0000000000..599fac5de6 --- /dev/null +++ b/c/src/exec/score/cpu/m68k/configure.ac @@ -0,0 +1,32 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.S]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-m68k,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSCPU + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/c/src/exec/score/cpu/m68k/configure.in b/c/src/exec/score/cpu/m68k/configure.in deleted file mode 100644 index ccd418d5a5..0000000000 --- a/c/src/exec/score/cpu/m68k/configure.in +++ /dev/null @@ -1,31 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -dnl -dnl $Id$ - -AC_PREREQ(2.13) -AC_INIT(cpu_asm.S) -RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) - -RTEMS_CANONICAL_TARGET_CPU - -AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-m68k,$RTEMS_VERSION,no) -AM_MAINTAINER_MODE - -RTEMS_ENV_RTEMSCPU - -RTEMS_CHECK_CPU -RTEMS_CANONICAL_HOST - -RTEMS_PROJECT_ROOT - -RTEMS_PROG_CC_FOR_TARGET -RTEMS_CANONICALIZE_TOOLS - -RTEMS_CHECK_NEWLIB - -# Explicitly list all Makefiles here -AC_OUTPUT( -Makefile -rtems/Makefile -rtems/score/Makefile) diff --git a/c/src/exec/score/cpu/mips/.cvsignore b/c/src/exec/score/cpu/mips/.cvsignore index 525275c115..d29e5050f5 100644 --- a/c/src/exec/score/cpu/mips/.cvsignore +++ b/c/src/exec/score/cpu/mips/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/c/src/exec/score/cpu/mips/ChangeLog b/c/src/exec/score/cpu/mips/ChangeLog index bd76b40e0c..5b3439971a 100644 --- a/c/src/exec/score/cpu/mips/ChangeLog +++ b/c/src/exec/score/cpu/mips/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/c/src/exec/score/cpu/mips/configure.ac b/c/src/exec/score/cpu/mips/configure.ac new file mode 100644 index 0000000000..ff38c83ee9 --- /dev/null +++ b/c/src/exec/score/cpu/mips/configure.ac @@ -0,0 +1,35 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.S]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-mips,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSBSP + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Check if there is custom/*.cfg for this BSP +RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/c/src/exec/score/cpu/mips/configure.in b/c/src/exec/score/cpu/mips/configure.in deleted file mode 100644 index d5ef3ed5ad..0000000000 --- a/c/src/exec/score/cpu/mips/configure.in +++ /dev/null @@ -1,34 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -dnl -dnl $Id$ - -AC_PREREQ(2.13) -AC_INIT(cpu_asm.S) -RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) - -RTEMS_CANONICAL_TARGET_CPU - -AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-mips,$RTEMS_VERSION,no) -AM_MAINTAINER_MODE - -RTEMS_ENV_RTEMSBSP - -RTEMS_CHECK_CPU -RTEMS_CANONICAL_HOST - -RTEMS_PROJECT_ROOT - -RTEMS_PROG_CC_FOR_TARGET -RTEMS_CANONICALIZE_TOOLS - -RTEMS_CHECK_NEWLIB - -# Check if there is custom/*.cfg for this BSP -RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) - -# Explicitly list all Makefiles here -AC_OUTPUT( -Makefile -rtems/Makefile -rtems/score/Makefile) diff --git a/c/src/exec/score/cpu/mips64orion/.cvsignore b/c/src/exec/score/cpu/mips64orion/.cvsignore index 525275c115..d29e5050f5 100644 --- a/c/src/exec/score/cpu/mips64orion/.cvsignore +++ b/c/src/exec/score/cpu/mips64orion/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/c/src/exec/score/cpu/mips64orion/ChangeLog b/c/src/exec/score/cpu/mips64orion/ChangeLog index 156781e92a..ac1d673257 100644 --- a/c/src/exec/score/cpu/mips64orion/ChangeLog +++ b/c/src/exec/score/cpu/mips64orion/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/c/src/exec/score/cpu/mips64orion/configure.ac b/c/src/exec/score/cpu/mips64orion/configure.ac new file mode 100644 index 0000000000..2eadc7090e --- /dev/null +++ b/c/src/exec/score/cpu/mips64orion/configure.ac @@ -0,0 +1,32 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.S]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-mips64orion,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSCPU + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/c/src/exec/score/cpu/mips64orion/configure.in b/c/src/exec/score/cpu/mips64orion/configure.in deleted file mode 100644 index 5c3d7b182a..0000000000 --- a/c/src/exec/score/cpu/mips64orion/configure.in +++ /dev/null @@ -1,31 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -dnl -dnl $Id$ - -AC_PREREQ(2.13) -AC_INIT(cpu_asm.S) -RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) - -RTEMS_CANONICAL_TARGET_CPU - -AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-mips64orion,$RTEMS_VERSION,no) -AM_MAINTAINER_MODE - -RTEMS_ENV_RTEMSCPU - -RTEMS_CHECK_CPU -RTEMS_CANONICAL_HOST - -RTEMS_PROJECT_ROOT - -RTEMS_PROG_CC_FOR_TARGET -RTEMS_CANONICALIZE_TOOLS - -RTEMS_CHECK_NEWLIB - -# Explicitly list all Makefiles here -AC_OUTPUT( -Makefile -rtems/Makefile -rtems/score/Makefile) diff --git a/c/src/exec/score/cpu/no_cpu/.cvsignore b/c/src/exec/score/cpu/no_cpu/.cvsignore index 525275c115..d29e5050f5 100644 --- a/c/src/exec/score/cpu/no_cpu/.cvsignore +++ b/c/src/exec/score/cpu/no_cpu/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/c/src/exec/score/cpu/no_cpu/ChangeLog b/c/src/exec/score/cpu/no_cpu/ChangeLog index 86b7519ff6..8a1681ac54 100644 --- a/c/src/exec/score/cpu/no_cpu/ChangeLog +++ b/c/src/exec/score/cpu/no_cpu/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/c/src/exec/score/cpu/no_cpu/configure.ac b/c/src/exec/score/cpu/no_cpu/configure.ac new file mode 100644 index 0000000000..049222d9ef --- /dev/null +++ b/c/src/exec/score/cpu/no_cpu/configure.ac @@ -0,0 +1,32 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.c]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-no_cpu,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSCPU + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/c/src/exec/score/cpu/no_cpu/configure.in b/c/src/exec/score/cpu/no_cpu/configure.in deleted file mode 100644 index ac8e19b840..0000000000 --- a/c/src/exec/score/cpu/no_cpu/configure.in +++ /dev/null @@ -1,31 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -dnl -dnl $Id$ - -AC_PREREQ(2.13) -AC_INIT(cpu_asm.c) -RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) - -RTEMS_CANONICAL_TARGET_CPU - -AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-no_cpu,$RTEMS_VERSION,no) -AM_MAINTAINER_MODE - -RTEMS_ENV_RTEMSCPU - -RTEMS_CHECK_CPU -RTEMS_CANONICAL_HOST - -RTEMS_PROJECT_ROOT - -RTEMS_PROG_CC_FOR_TARGET -RTEMS_CANONICALIZE_TOOLS - -RTEMS_CHECK_NEWLIB - -# Explicitly list all Makefiles here -AC_OUTPUT( -Makefile -rtems/Makefile -rtems/score/Makefile) diff --git a/c/src/exec/score/cpu/or16/.cvsignore b/c/src/exec/score/cpu/or16/.cvsignore index 525275c115..d29e5050f5 100644 --- a/c/src/exec/score/cpu/or16/.cvsignore +++ b/c/src/exec/score/cpu/or16/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/c/src/exec/score/cpu/or16/ChangeLog b/c/src/exec/score/cpu/or16/ChangeLog index 77992c6b2c..a0d9168624 100644 --- a/c/src/exec/score/cpu/or16/ChangeLog +++ b/c/src/exec/score/cpu/or16/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/c/src/exec/score/cpu/or16/configure.ac b/c/src/exec/score/cpu/or16/configure.ac new file mode 100644 index 0000000000..2d2a434bc1 --- /dev/null +++ b/c/src/exec/score/cpu/or16/configure.ac @@ -0,0 +1,32 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.c]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-or16,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSCPU + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/c/src/exec/score/cpu/or16/configure.in b/c/src/exec/score/cpu/or16/configure.in deleted file mode 100644 index 311d0f78ad..0000000000 --- a/c/src/exec/score/cpu/or16/configure.in +++ /dev/null @@ -1,31 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -dnl -dnl $Id$ - -AC_PREREQ(2.13) -AC_INIT(cpu_asm.c) -RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) - -RTEMS_CANONICAL_TARGET_CPU - -AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-or16,$RTEMS_VERSION,no) -AM_MAINTAINER_MODE - -RTEMS_ENV_RTEMSCPU - -RTEMS_CHECK_CPU -RTEMS_CANONICAL_HOST - -RTEMS_PROJECT_ROOT - -RTEMS_PROG_CC_FOR_TARGET -RTEMS_CANONICALIZE_TOOLS - -RTEMS_CHECK_NEWLIB - -# Explicitly list all Makefiles here -AC_OUTPUT( -Makefile -rtems/Makefile -rtems/score/Makefile) diff --git a/c/src/exec/score/cpu/or32/.cvsignore b/c/src/exec/score/cpu/or32/.cvsignore index 525275c115..d29e5050f5 100644 --- a/c/src/exec/score/cpu/or32/.cvsignore +++ b/c/src/exec/score/cpu/or32/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/c/src/exec/score/cpu/or32/ChangeLog b/c/src/exec/score/cpu/or32/ChangeLog index 9da2b360df..387e7cc5dc 100644 --- a/c/src/exec/score/cpu/or32/ChangeLog +++ b/c/src/exec/score/cpu/or32/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/c/src/exec/score/cpu/or32/configure.ac b/c/src/exec/score/cpu/or32/configure.ac new file mode 100644 index 0000000000..a16095b01d --- /dev/null +++ b/c/src/exec/score/cpu/or32/configure.ac @@ -0,0 +1,32 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.c]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-or32,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSCPU + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/c/src/exec/score/cpu/or32/configure.in b/c/src/exec/score/cpu/or32/configure.in deleted file mode 100644 index 38e181b244..0000000000 --- a/c/src/exec/score/cpu/or32/configure.in +++ /dev/null @@ -1,31 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -dnl -dnl $Id$ - -AC_PREREQ(2.13) -AC_INIT(cpu_asm.c) -RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) - -RTEMS_CANONICAL_TARGET_CPU - -AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-or32,$RTEMS_VERSION,no) -AM_MAINTAINER_MODE - -RTEMS_ENV_RTEMSCPU - -RTEMS_CHECK_CPU -RTEMS_CANONICAL_HOST - -RTEMS_PROJECT_ROOT - -RTEMS_PROG_CC_FOR_TARGET -RTEMS_CANONICALIZE_TOOLS - -RTEMS_CHECK_NEWLIB - -# Explicitly list all Makefiles here -AC_OUTPUT( -Makefile -rtems/Makefile -rtems/score/Makefile) diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000000..0140082bcb --- /dev/null +++ b/configure.ac @@ -0,0 +1,125 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([c]) +RTEMS_TOP(.) + +# Abort if trying to build inside of the source tree. +if test -f VERSION; then + rm -f config.cache config.log confdefs.h + AC_MSG_ERROR([***] + [Attempt to build inside of the source tree] + [Please use a separate build directory, instead] ) +fi + +AC_CANONICAL_TARGET([]) +AM_INIT_AUTOMAKE(rtems,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +## These option are only in here to let --help report all supported +## options. +RTEMS_ENABLE_MULTIPROCESSING +RTEMS_ENABLE_POSIX +RTEMS_ENABLE_ITRON +RTEMS_ENABLE_NETWORKING +RTEMS_ENABLE_RDBG +RTEMS_ENABLE_INLINES +RTEMS_ENABLE_CXX +RTEMS_ENABLE_GCC28 +RTEMS_ENABLE_LIBCDIR +RTEMS_ENABLE_TESTS +RTEMS_ENABLE_RTEMS_DEBUG +RTEMS_ENABLE_RTEMSBSP(dummy) + +if test $host != $build; then +AC_MSG_WARN([] +[*** *** *** WARNING *** *** ***] +[] +[Entering BEYOND BLEEDING EDGE TERRITORY] +[] +[You are trying to build RTEMS Canadian cross] +[If you really mean it, feel free to continue ...] +[*** *** *** *** *** *** *** ***]) +fi + +## NOTES: +## The tools/*-directories situation is unclear +## * tools/build are host-native tools to be installed on the host. +## * tools/cpu are host-native or host-cross-target-tools +## * tools/update are build-host-native tools + +# these tools are built for the build environment +# +build_tools="tools/update" + +# these libraries are built for the host environment +# +host_libs="" + +# these tools are built for the host environment +# +host_tools="tools/build tools/cpu" + +# these libraries are built for the target environment, and are built after +# the host libraries and the host tools (which may be a cross compiler) +# +target_libs="c" + +# these tools are built using the target libs, and are intended to run only +# in the target environment +# +target_tools="" + +## All tools belong in one of the five categories, and are assigned above. +## ${host_configdirs} is directories we build using the host tools. +## ${target_configdirs} is directories we build using the target tools. +# +host_configdirs="${host_libs} ${host_tools}" +AC_SUBST(host_configdirs) + +target_configdirs="${target_libs} ${target_tools}" +AC_SUBST(target_configdirs) + +RTEMS_TARGET_CONFIG_PREPARE +target_subdir=${target_alias} + +RTEMS_HOST_CONFIG_PREPARE +host_subdir=${host_alias} + +if test $build = $host; +then + BUILD_SUBDIRS="$build_tools $host_configdirs" + + if test $build = $target; + then + BUILD_SUBDIRS="$BUILD_SUBDIRS $target_configdirs"; + else + TARGET_SUBDIRS=`echo "$target_configdirs" | \ + sed -e "s%\([[^ ]][[^ ]]*\)%$target_alias/\1%g"` + fi +else +## If building Canadian cross, disable the target directories + target_configdirs="" + BUILD_SUBDIRS="$build_tools" + TARGET_SUBDIRS=`echo "$host_configdirs" | \ + sed -e "s%\([[^ ]][[^ ]]*\)%$host_alias/\1%g"` +fi + +AC_CONFIG_SUBDIRS($BUILD_SUBDIRS) +AC_SUBST(TARGET_SUBDIRS) +AC_SUBST(BUILD_SUBDIRS) + +AC_CONFIG_FILES([Makefile +tools/Makefile +make/Makefile +make/custom/Makefile +make/Templates/Makefile +make/compilers/Makefile +doc/Makefile]) +AC_OUTPUT + +RTEMS_TARGET_CONFIG_SUBDIRS +RTEMS_HOST_CONFIG_SUBDIRS diff --git a/configure.in b/configure.in deleted file mode 100644 index 4cb8313c68..0000000000 --- a/configure.in +++ /dev/null @@ -1,125 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -dnl -dnl $Id$ - -AC_PREREQ(2.52) -AC_INIT -AC_CONFIG_SRCDIR([c]) -RTEMS_TOP(.) - -# Abort if trying to build inside of the source tree. -if test -f VERSION; then - rm -f config.cache config.log confdefs.h - AC_MSG_ERROR([***] - [Attempt to build inside of the source tree] - [Please use a separate build directory, instead] ) -fi - -AC_CANONICAL_TARGET([]) -AM_INIT_AUTOMAKE(rtems,$RTEMS_VERSION,no) -AM_MAINTAINER_MODE - -dnl These option are only in here to let --help report all supported -dnl options. -RTEMS_ENABLE_MULTIPROCESSING -RTEMS_ENABLE_POSIX -RTEMS_ENABLE_ITRON -RTEMS_ENABLE_NETWORKING -RTEMS_ENABLE_RDBG -RTEMS_ENABLE_INLINES -RTEMS_ENABLE_CXX -RTEMS_ENABLE_GCC28 -RTEMS_ENABLE_LIBCDIR -RTEMS_ENABLE_TESTS -RTEMS_ENABLE_RTEMS_DEBUG -RTEMS_ENABLE_RTEMSBSP(dummy) - -if test $host != $build; then -AC_MSG_WARN([] -[*** *** *** WARNING *** *** ***] -[] -[Entering BEYOND BLEEDING EDGE TERRITORY] -[] -[You are trying to build RTEMS Canadian cross] -[If you really mean it, feel free to continue ...] -[*** *** *** *** *** *** *** ***]) -fi - -## NOTES: -## The tools/*-directories situation is unclear -## * tools/build are host-native tools to be installed on the host. -## * tools/cpu are host-native or host-cross-target-tools -## * tools/update are build-host-native tools - -# these tools are built for the build environment -# -build_tools="tools/update" - -# these libraries are built for the host environment -# -host_libs="" - -# these tools are built for the host environment -# -host_tools="tools/build tools/cpu" - -# these libraries are built for the target environment, and are built after -# the host libraries and the host tools (which may be a cross compiler) -# -target_libs="c" - -# these tools are built using the target libs, and are intended to run only -# in the target environment -# -target_tools="" - -## All tools belong in one of the five categories, and are assigned above. -## ${host_configdirs} is directories we build using the host tools. -## ${target_configdirs} is directories we build using the target tools. -# -host_configdirs="${host_libs} ${host_tools}" -AC_SUBST(host_configdirs) - -target_configdirs="${target_libs} ${target_tools}" -AC_SUBST(target_configdirs) - -RTEMS_TARGET_CONFIG_PREPARE -target_subdir=${target_alias} - -RTEMS_HOST_CONFIG_PREPARE -host_subdir=${host_alias} - -if test $build = $host; -then - BUILD_SUBDIRS="$build_tools $host_configdirs" - - if test $build = $target; - then - BUILD_SUBDIRS="$BUILD_SUBDIRS $target_configdirs"; - else - TARGET_SUBDIRS=`echo "$target_configdirs" | \ - sed -e "s%\([[^ ]][[^ ]]*\)%$target_alias/\1%g"` - fi -else -## If building Canadian cross, disable the target directories - target_configdirs="" - BUILD_SUBDIRS="$build_tools" - TARGET_SUBDIRS=`echo "$host_configdirs" | \ - sed -e "s%\([[^ ]][[^ ]]*\)%$host_alias/\1%g"` -fi - -AC_CONFIG_SUBDIRS($BUILD_SUBDIRS) -AC_SUBST(TARGET_SUBDIRS) -AC_SUBST(BUILD_SUBDIRS) - -AC_CONFIG_FILES([Makefile -tools/Makefile -make/Makefile -make/custom/Makefile -make/Templates/Makefile -make/compilers/Makefile -doc/Makefile]) -AC_OUTPUT - -RTEMS_TARGET_CONFIG_SUBDIRS -RTEMS_HOST_CONFIG_SUBDIRS diff --git a/cpukit/.cvsignore b/cpukit/.cvsignore index 525275c115..d29e5050f5 100644 --- a/cpukit/.cvsignore +++ b/cpukit/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 3d0674b466..b2646d62d7 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-22 Ralf Corsepius * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy. diff --git a/cpukit/configure.ac b/cpukit/configure.ac new file mode 100644 index 0000000000..92969c9a83 --- /dev/null +++ b/cpukit/configure.ac @@ -0,0 +1,117 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([score]) +RTEMS_TOP(../../..) +AC_CONFIG_AUX_DIR(../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENABLE_MULTILIB +RTEMS_ENABLE_MULTIPROCESSING +RTEMS_ENABLE_POSIX +RTEMS_ENABLE_ITRON +RTEMS_ENABLE_INLINES +RTEMS_ENABLE_GCC28 +RTEMS_ENABLE_RTEMS_DEBUG + +RTEMS_ENV_RTEMSCPU +RTEMS_CHECK_RTEMS_DEBUG + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP) +RTEMS_CHECK_POSIX_API(RTEMS_BSP) +RTEMS_CHECK_ITRON_API(RTEMS_BSP) + +# If RTEMS macros are enabled, then use them. Otherwise, use inlines. +if test "$RTEMS_USE_MACROS" = "yes"; then + INLINEdir="macros" +else + INLINEdir="inline" +fi +AM_CONDITIONAL(INLINE,test "$INLINEdir" = "inline" ) +AM_CONDITIONAL(MACROS,test "$INLINEdir" = "macros" ) +AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes" ) + +AC_SUBST(RTEMS_VERSION) + +AM_CONDITIONAL(HAS_POSIX,test "$HAS_POSIX_API" = "yes") +AM_CONDITIONAL(HAS_ITRON,test "$HAS_ITRON_API" = "yes") + +if test "$HAS_POSIX_API" = "yes"; then + cfg_subdirs="posix" +fi +if test "$HAS_ITRON_API" = "yes"; then + cfg_subdirs="$cfg_subdirs itron" +fi +AC_CONFIG_SUBDIRS($cfg_subdirs) +AC_CONFIG_SUBDIRS(score/cpu/$RTEMS_CPU) + +RTEMS_DEFINE_POSIX_API +RTEMS_DEFINE_ITRON_API +RTEMS_DEFINE_MULTIPROCESSING + +# HACK: We should use a feature-based configuration. +if test x"${RTEMS_CPU}" = x"unix"; then +AC_DEFINE_UNQUOTED(RTEMS_UNIX,1,[to indicate RTEMS unix]) +fi + +AM_CONFIG_HEADER(score/include/rtems/score/cpuopts-tmp.h) + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/src/Makefile +rtems/include/Makefile +rtems/include/rtems/Makefile +rtems/include/rtems/rtems/Makefile +rtems/optman/Makefile +rtems/inline/Makefile +rtems/inline/rtems/Makefile +rtems/inline/rtems/rtems/Makefile +rtems/macros/Makefile +rtems/macros/rtems/Makefile +rtems/macros/rtems/rtems/Makefile +sapi/Makefile +sapi/src/Makefile +sapi/include/Makefile +sapi/include/rtems/Makefile +sapi/include/rtems/sptables.h +sapi/inline/Makefile +sapi/inline/rtems/Makefile +sapi/macros/Makefile +sapi/macros/rtems/Makefile +sapi/optman/Makefile +score/Makefile +score/cpu/Makefile +score/include/Makefile +score/include/rtems/Makefile +score/include/rtems/score/Makefile +score/inline/Makefile +score/inline/rtems/Makefile +score/inline/rtems/score/Makefile +score/macros/Makefile +score/macros/rtems/Makefile +score/macros/rtems/score/Makefile +score/src/Makefile +wrapup/Makefile +wrapup/rtems/Makefile +wrapup/itron/Makefile +wrapup/posix/Makefile +]) +AC_OUTPUT diff --git a/cpukit/itron/.cvsignore b/cpukit/itron/.cvsignore index 525275c115..d29e5050f5 100644 --- a/cpukit/itron/.cvsignore +++ b/cpukit/itron/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/cpukit/itron/ChangeLog b/cpukit/itron/ChangeLog index cfe812b1d2..05f295261c 100644 --- a/cpukit/itron/ChangeLog +++ b/cpukit/itron/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * include/itronsys/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/cpukit/itron/configure.ac b/cpukit/itron/configure.ac new file mode 100644 index 0000000000..9d28b050b1 --- /dev/null +++ b/cpukit/itron/configure.ac @@ -0,0 +1,63 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([include/itronsys]) +RTEMS_TOP(../../../..) +AC_CONFIG_AUX_DIR(../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-itron,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENABLE_ITRON +RTEMS_ENABLE_INLINES + +RTEMS_ENV_RTEMSCPU + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_ITRON_API(RTEMS_BSP) + +# If RTEMS macros are enabled, then use them. Otherwise, use inlines. +if test "$RTEMS_USE_MACROS" = "yes"; then + INLINEdir="macros" +else + INLINEdir="inline" +fi +AM_CONDITIONAL(INLINE,test "$INLINEdir" = "inline" ) +AM_CONDITIONAL(MACROS,test "$INLINEdir" = "macros" ) + +## Needed when using automake for libs/rels +RTEMS_CHECK_NEWLIB + +AM_CONFIG_HEADER(src/config.h) + +## +## FIXME: We configure and build the macros subdirectory, too. +## Should probably use AM_CONDITIONALs to disable them in future +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +src/Makefile +include/Makefile +include/itronsys/Makefile +include/rtems/Makefile +include/rtems/itron/Makefile +inline/Makefile +inline/rtems/Makefile +inline/rtems/itron/Makefile +macros/Makefile +macros/rtems/Makefile +macros/rtems/itron/Makefile +]) +AC_OUTPUT + diff --git a/cpukit/posix/.cvsignore b/cpukit/posix/.cvsignore index 525275c115..d29e5050f5 100644 --- a/cpukit/posix/.cvsignore +++ b/cpukit/posix/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog index d8c65003ed..5c5e9e2424 100644 --- a/cpukit/posix/ChangeLog +++ b/cpukit/posix/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-28 Joel Sherrill * src/mqueueopen.c, src/semopen.c: Clarify type on va_arg. diff --git a/cpukit/posix/configure.ac b/cpukit/posix/configure.ac new file mode 100644 index 0000000000..3aa1f2e39f --- /dev/null +++ b/cpukit/posix/configure.ac @@ -0,0 +1,67 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([optman]) +RTEMS_TOP(../../../..) +AC_CONFIG_AUX_DIR(../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-posix,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENABLE_POSIX +RTEMS_ENABLE_INLINES + +RTEMS_ENV_RTEMSCPU + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP) +RTEMS_CHECK_POSIX_API(RTEMS_BSP) + +# If RTEMS macros are enabled, then use them. Otherwise, use inlines. +if test "$RTEMS_USE_MACROS" = "yes"; then + INLINEdir="macros" +else + INLINEdir="inline" +fi +AM_CONDITIONAL(INLINE,test "$INLINEdir" = "inline" ) +AM_CONDITIONAL(MACROS,test "$INLINEdir" = "macros" ) +AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes" ) + +## Needed when using automake for libs/rels +RTEMS_CHECK_NEWLIB + +## Refuse to build if bsp does not support libposix +if test "$HAS_POSIX_API" != "yes"; then +AC_MSG_ERROR([BSP $RTEMS_BSP does not support libposix]) +fi + +AM_CONFIG_HEADER(src/config.h) + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +src/Makefile +include/Makefile +include/sys/Makefile +include/rtems/Makefile +include/rtems/posix/Makefile +optman/Makefile +inline/Makefile +inline/rtems/Makefile +inline/rtems/posix/Makefile +macros/Makefile +macros/rtems/Makefile +macros/rtems/posix/Makefile +]) +AC_OUTPUT diff --git a/cpukit/score/cpu/a29k/.cvsignore b/cpukit/score/cpu/a29k/.cvsignore index 525275c115..d29e5050f5 100644 --- a/cpukit/score/cpu/a29k/.cvsignore +++ b/cpukit/score/cpu/a29k/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/cpukit/score/cpu/a29k/ChangeLog b/cpukit/score/cpu/a29k/ChangeLog index a491685c5f..7afa8b0ba4 100644 --- a/cpukit/score/cpu/a29k/ChangeLog +++ b/cpukit/score/cpu/a29k/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/cpukit/score/cpu/a29k/configure.ac b/cpukit/score/cpu/a29k/configure.ac new file mode 100644 index 0000000000..af3174a5df --- /dev/null +++ b/cpukit/score/cpu/a29k/configure.ac @@ -0,0 +1,32 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.S]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-a29k,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSCPU + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/cpukit/score/cpu/arm/.cvsignore b/cpukit/score/cpu/arm/.cvsignore index 525275c115..d29e5050f5 100644 --- a/cpukit/score/cpu/arm/.cvsignore +++ b/cpukit/score/cpu/arm/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/cpukit/score/cpu/arm/ChangeLog b/cpukit/score/cpu/arm/ChangeLog index 83b53c1a79..9f5d00fa90 100644 --- a/cpukit/score/cpu/arm/ChangeLog +++ b/cpukit/score/cpu/arm/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/cpukit/score/cpu/arm/configure.ac b/cpukit/score/cpu/arm/configure.ac new file mode 100644 index 0000000000..17fc271325 --- /dev/null +++ b/cpukit/score/cpu/arm/configure.ac @@ -0,0 +1,35 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.S]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-arm,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSBSP + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Check if there is custom/*.cfg for this BSP +RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/cpukit/score/cpu/c4x/.cvsignore b/cpukit/score/cpu/c4x/.cvsignore index 525275c115..d29e5050f5 100644 --- a/cpukit/score/cpu/c4x/.cvsignore +++ b/cpukit/score/cpu/c4x/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/cpukit/score/cpu/c4x/ChangeLog b/cpukit/score/cpu/c4x/ChangeLog index 4f3ac9d11b..1ebb66b30c 100644 --- a/cpukit/score/cpu/c4x/ChangeLog +++ b/cpukit/score/cpu/c4x/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/cpukit/score/cpu/c4x/configure.ac b/cpukit/score/cpu/c4x/configure.ac new file mode 100644 index 0000000000..19044cdc72 --- /dev/null +++ b/cpukit/score/cpu/c4x/configure.ac @@ -0,0 +1,35 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.S]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-c4x,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSBSP + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Check if there is custom/*.cfg for this BSP +RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/cpukit/score/cpu/h8300/.cvsignore b/cpukit/score/cpu/h8300/.cvsignore index 525275c115..d29e5050f5 100644 --- a/cpukit/score/cpu/h8300/.cvsignore +++ b/cpukit/score/cpu/h8300/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/cpukit/score/cpu/h8300/ChangeLog b/cpukit/score/cpu/h8300/ChangeLog index f115760ab1..4c876525b2 100644 --- a/cpukit/score/cpu/h8300/ChangeLog +++ b/cpukit/score/cpu/h8300/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/cpukit/score/cpu/h8300/configure.ac b/cpukit/score/cpu/h8300/configure.ac new file mode 100644 index 0000000000..883a43a96a --- /dev/null +++ b/cpukit/score/cpu/h8300/configure.ac @@ -0,0 +1,32 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.S]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-h8300,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSCPU + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/cpukit/score/cpu/hppa1.1/.cvsignore b/cpukit/score/cpu/hppa1.1/.cvsignore index 525275c115..d29e5050f5 100644 --- a/cpukit/score/cpu/hppa1.1/.cvsignore +++ b/cpukit/score/cpu/hppa1.1/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/cpukit/score/cpu/hppa1.1/ChangeLog b/cpukit/score/cpu/hppa1.1/ChangeLog index 07641eba51..20bd9f8ca2 100644 --- a/cpukit/score/cpu/hppa1.1/ChangeLog +++ b/cpukit/score/cpu/hppa1.1/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'CLEANFILES ='. diff --git a/cpukit/score/cpu/hppa1.1/configure.ac b/cpukit/score/cpu/hppa1.1/configure.ac new file mode 100644 index 0000000000..45f67ae807 --- /dev/null +++ b/cpukit/score/cpu/hppa1.1/configure.ac @@ -0,0 +1,32 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.S]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-hppa1.1,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSCPU + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/cpukit/score/cpu/i386/.cvsignore b/cpukit/score/cpu/i386/.cvsignore index 525275c115..d29e5050f5 100644 --- a/cpukit/score/cpu/i386/.cvsignore +++ b/cpukit/score/cpu/i386/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/cpukit/score/cpu/i386/ChangeLog b/cpukit/score/cpu/i386/ChangeLog index 29e5ffc235..60aff5bd65 100644 --- a/cpukit/score/cpu/i386/ChangeLog +++ b/cpukit/score/cpu/i386/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/cpukit/score/cpu/i386/configure.ac b/cpukit/score/cpu/i386/configure.ac new file mode 100644 index 0000000000..3209c8048e --- /dev/null +++ b/cpukit/score/cpu/i386/configure.ac @@ -0,0 +1,32 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.S]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-i386,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSCPU + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/cpukit/score/cpu/i960/.cvsignore b/cpukit/score/cpu/i960/.cvsignore index 525275c115..d29e5050f5 100644 --- a/cpukit/score/cpu/i960/.cvsignore +++ b/cpukit/score/cpu/i960/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/cpukit/score/cpu/i960/ChangeLog b/cpukit/score/cpu/i960/ChangeLog index aa5f9e7bee..39b01acded 100644 --- a/cpukit/score/cpu/i960/ChangeLog +++ b/cpukit/score/cpu/i960/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/cpukit/score/cpu/i960/configure.ac b/cpukit/score/cpu/i960/configure.ac new file mode 100644 index 0000000000..bd6b30e516 --- /dev/null +++ b/cpukit/score/cpu/i960/configure.ac @@ -0,0 +1,32 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.S]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-i960,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSCPU + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/cpukit/score/cpu/m68k/.cvsignore b/cpukit/score/cpu/m68k/.cvsignore index 525275c115..d29e5050f5 100644 --- a/cpukit/score/cpu/m68k/.cvsignore +++ b/cpukit/score/cpu/m68k/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/cpukit/score/cpu/m68k/ChangeLog b/cpukit/score/cpu/m68k/ChangeLog index 541e71f64b..95d6bc39f4 100644 --- a/cpukit/score/cpu/m68k/ChangeLog +++ b/cpukit/score/cpu/m68k/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/cpukit/score/cpu/m68k/configure.ac b/cpukit/score/cpu/m68k/configure.ac new file mode 100644 index 0000000000..599fac5de6 --- /dev/null +++ b/cpukit/score/cpu/m68k/configure.ac @@ -0,0 +1,32 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.S]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-m68k,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSCPU + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/cpukit/score/cpu/mips/.cvsignore b/cpukit/score/cpu/mips/.cvsignore index 525275c115..d29e5050f5 100644 --- a/cpukit/score/cpu/mips/.cvsignore +++ b/cpukit/score/cpu/mips/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog index bd76b40e0c..5b3439971a 100644 --- a/cpukit/score/cpu/mips/ChangeLog +++ b/cpukit/score/cpu/mips/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/cpukit/score/cpu/mips/configure.ac b/cpukit/score/cpu/mips/configure.ac new file mode 100644 index 0000000000..ff38c83ee9 --- /dev/null +++ b/cpukit/score/cpu/mips/configure.ac @@ -0,0 +1,35 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.S]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-mips,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSBSP + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Check if there is custom/*.cfg for this BSP +RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/cpukit/score/cpu/mips64orion/.cvsignore b/cpukit/score/cpu/mips64orion/.cvsignore index 525275c115..d29e5050f5 100644 --- a/cpukit/score/cpu/mips64orion/.cvsignore +++ b/cpukit/score/cpu/mips64orion/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/cpukit/score/cpu/mips64orion/ChangeLog b/cpukit/score/cpu/mips64orion/ChangeLog index 156781e92a..ac1d673257 100644 --- a/cpukit/score/cpu/mips64orion/ChangeLog +++ b/cpukit/score/cpu/mips64orion/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/cpukit/score/cpu/mips64orion/configure.ac b/cpukit/score/cpu/mips64orion/configure.ac new file mode 100644 index 0000000000..2eadc7090e --- /dev/null +++ b/cpukit/score/cpu/mips64orion/configure.ac @@ -0,0 +1,32 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.S]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-mips64orion,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSCPU + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/cpukit/score/cpu/no_cpu/.cvsignore b/cpukit/score/cpu/no_cpu/.cvsignore index 525275c115..d29e5050f5 100644 --- a/cpukit/score/cpu/no_cpu/.cvsignore +++ b/cpukit/score/cpu/no_cpu/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/cpukit/score/cpu/no_cpu/ChangeLog b/cpukit/score/cpu/no_cpu/ChangeLog index 86b7519ff6..8a1681ac54 100644 --- a/cpukit/score/cpu/no_cpu/ChangeLog +++ b/cpukit/score/cpu/no_cpu/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/cpukit/score/cpu/no_cpu/configure.ac b/cpukit/score/cpu/no_cpu/configure.ac new file mode 100644 index 0000000000..049222d9ef --- /dev/null +++ b/cpukit/score/cpu/no_cpu/configure.ac @@ -0,0 +1,32 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.c]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-no_cpu,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSCPU + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/cpukit/score/cpu/or16/.cvsignore b/cpukit/score/cpu/or16/.cvsignore index 525275c115..d29e5050f5 100644 --- a/cpukit/score/cpu/or16/.cvsignore +++ b/cpukit/score/cpu/or16/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/cpukit/score/cpu/or16/ChangeLog b/cpukit/score/cpu/or16/ChangeLog index 77992c6b2c..a0d9168624 100644 --- a/cpukit/score/cpu/or16/ChangeLog +++ b/cpukit/score/cpu/or16/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/cpukit/score/cpu/or16/configure.ac b/cpukit/score/cpu/or16/configure.ac new file mode 100644 index 0000000000..2d2a434bc1 --- /dev/null +++ b/cpukit/score/cpu/or16/configure.ac @@ -0,0 +1,32 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.c]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-or16,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSCPU + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT diff --git a/cpukit/score/cpu/or32/.cvsignore b/cpukit/score/cpu/or32/.cvsignore index 525275c115..d29e5050f5 100644 --- a/cpukit/score/cpu/or32/.cvsignore +++ b/cpukit/score/cpu/or32/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.log diff --git a/cpukit/score/cpu/or32/ChangeLog b/cpukit/score/cpu/or32/ChangeLog index 9da2b360df..387e7cc5dc 100644 --- a/cpukit/score/cpu/or32/ChangeLog +++ b/cpukit/score/cpu/or32/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. diff --git a/cpukit/score/cpu/or32/configure.ac b/cpukit/score/cpu/or32/configure.ac new file mode 100644 index 0000000000..a16095b01d --- /dev/null +++ b/cpukit/score/cpu/or32/configure.ac @@ -0,0 +1,32 @@ +## Process this file with autoconf to produce a configure script. +## +## $Id$ + +AC_PREREQ(2.52) +AC_INIT +AC_CONFIG_SRCDIR([cpu_asm.c]) +RTEMS_TOP(../../../../../..) +AC_CONFIG_AUX_DIR(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU + +AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-or32,$RTEMS_VERSION,no) +AM_MAINTAINER_MODE + +RTEMS_ENV_RTEMSCPU + +RTEMS_CHECK_CPU +RTEMS_CANONICAL_HOST + +RTEMS_PROJECT_ROOT + +RTEMS_PROG_CC_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NEWLIB + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +rtems/Makefile +rtems/score/Makefile]) +AC_OUTPUT -- cgit v1.2.3