forked from Imagelibrary/rtems
Patch rtems-rc-20000104-7.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that converts the a29k directory to automake. NOTE: This port is not based on the GNU tools so no one can test it.
This commit is contained in:
26
c/src/lib/libbsp/a29k/configure.in
Normal file
26
c/src/lib/libbsp/a29k/configure.in
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
|
dnl
|
||||||
|
dnl $Id$
|
||||||
|
|
||||||
|
AC_PREREQ(2.13)
|
||||||
|
AC_INIT(portsw)
|
||||||
|
RTEMS_TOP(../../../../..)
|
||||||
|
AC_CONFIG_AUX_DIR(../../../../..)
|
||||||
|
|
||||||
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp-a29k,$RTEMS_VERSION,no)
|
||||||
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
|
RTEMS_ENABLE_LIBCDIR
|
||||||
|
|
||||||
|
RTEMS_ENV_RTEMSBSP
|
||||||
|
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
|
||||||
|
RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
|
||||||
|
RTEMS_PROJECT_ROOT
|
||||||
|
|
||||||
|
RTEMS_BSP_ALIAS(${RTEMS_BSP},bspdir)
|
||||||
|
AC_CONFIG_SUBDIRS($bspdir)
|
||||||
|
|
||||||
|
# Explicitly list a Makefile here
|
||||||
|
AC_OUTPUT(
|
||||||
|
Makefile)
|
||||||
35
c/src/lib/libbsp/a29k/portsw/configure.in
Normal file
35
c/src/lib/libbsp/a29k/portsw/configure.in
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
|
dnl
|
||||||
|
dnl $Id$
|
||||||
|
|
||||||
|
AC_PREREQ(2.13)
|
||||||
|
AC_INIT(bsp_specs)
|
||||||
|
RTEMS_TOP(../../../../../..)
|
||||||
|
AC_CONFIG_AUX_DIR(../../../../../..)
|
||||||
|
|
||||||
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp-a29k-portsw,$RTEMS_VERSION,no)
|
||||||
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
|
RTEMS_ENABLE_LIBCDIR
|
||||||
|
RTEMS_ENABLE_MULTIPROCESSING
|
||||||
|
|
||||||
|
RTEMS_ENV_RTEMSBSP
|
||||||
|
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
|
||||||
|
RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
|
||||||
|
RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
|
||||||
|
RTEMS_CANONICAL_HOST
|
||||||
|
|
||||||
|
RTEMS_PROJECT_ROOT
|
||||||
|
|
||||||
|
AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")
|
||||||
|
|
||||||
|
# Explicitly list a Makefile here
|
||||||
|
AC_OUTPUT(
|
||||||
|
Makefile
|
||||||
|
console/Makefile
|
||||||
|
include/Makefile
|
||||||
|
shmsupp/Makefile
|
||||||
|
start/Makefile
|
||||||
|
startup/Makefile
|
||||||
|
wrapup/Makefile)
|
||||||
Reference in New Issue
Block a user