forked from Imagelibrary/rtems
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove.
This commit is contained in:
31
c/src/exec/score/cpu/powerpc/configure.ac
Normal file
31
c/src/exec/score/cpu/powerpc/configure.ac
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
## Process this file with autoconf to produce a configure script.
|
||||||
|
##
|
||||||
|
## $Id$
|
||||||
|
|
||||||
|
AC_PREREQ(2.52)
|
||||||
|
AC_INIT
|
||||||
|
AC_CONFIG_SRCDIR([shared])
|
||||||
|
RTEMS_TOP(../../../../../..)
|
||||||
|
AC_CONFIG_AUX_DIR(../../../../../..)
|
||||||
|
|
||||||
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
|
AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-powerpc,$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
|
||||||
|
shared/Makefile])
|
||||||
|
AC_OUTPUT
|
||||||
38
c/src/exec/score/cpu/unix/configure.ac
Normal file
38
c/src/exec/score/cpu/unix/configure.ac
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
## Process this file with autoconf to produce a configure script.
|
||||||
|
##
|
||||||
|
## $Id$
|
||||||
|
|
||||||
|
AC_PREREQ(2.52)
|
||||||
|
AC_INIT
|
||||||
|
AC_CONFIG_SRCDIR([cpu.c])
|
||||||
|
RTEMS_TOP(../../../../../..)
|
||||||
|
AC_CONFIG_AUX_DIR(../../../../../..)
|
||||||
|
|
||||||
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
|
AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-unix,$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
|
||||||
|
RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
|
||||||
|
|
||||||
|
# The only use of System V IPC is the UNIX port when multiprocessing.
|
||||||
|
if test "$HAS_MP" = "yes"; then
|
||||||
|
RTEMS_CHECK_SYSV_UNIX
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Explicitly list all Makefiles here
|
||||||
|
AC_CONFIG_FILES([Makefile
|
||||||
|
rtems/Makefile
|
||||||
|
rtems/score/Makefile])
|
||||||
|
AC_OUTPUT
|
||||||
38
cpukit/score/cpu/unix/configure.ac
Normal file
38
cpukit/score/cpu/unix/configure.ac
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
## Process this file with autoconf to produce a configure script.
|
||||||
|
##
|
||||||
|
## $Id$
|
||||||
|
|
||||||
|
AC_PREREQ(2.52)
|
||||||
|
AC_INIT
|
||||||
|
AC_CONFIG_SRCDIR([cpu.c])
|
||||||
|
RTEMS_TOP(../../../../../..)
|
||||||
|
AC_CONFIG_AUX_DIR(../../../../../..)
|
||||||
|
|
||||||
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
|
AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-unix,$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
|
||||||
|
RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
|
||||||
|
|
||||||
|
# The only use of System V IPC is the UNIX port when multiprocessing.
|
||||||
|
if test "$HAS_MP" = "yes"; then
|
||||||
|
RTEMS_CHECK_SYSV_UNIX
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Explicitly list all Makefiles here
|
||||||
|
AC_CONFIG_FILES([Makefile
|
||||||
|
rtems/Makefile
|
||||||
|
rtems/score/Makefile])
|
||||||
|
AC_OUTPUT
|
||||||
Reference in New Issue
Block a user