From 5fa147949dc75b98a52ccfa1a585b91fd0026bb5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 10 Jan 2000 14:31:16 +0000 Subject: Patch rtems-rc-20000104-11.diff from Ralf Corsepius that converts the i386 directory to automake. NOTE: Ralf is unable to build any i386 BSPs. This was true before and after this patch and appears (to Joel) to be a tool issue unrelated since others can build i386 BSPs. --- c/src/lib/libbsp/i386/configure.in | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 c/src/lib/libbsp/i386/configure.in (limited to 'c/src/lib/libbsp/i386/configure.in') diff --git a/c/src/lib/libbsp/i386/configure.in b/c/src/lib/libbsp/i386/configure.in new file mode 100644 index 0000000000..e01d89ddac --- /dev/null +++ b/c/src/lib/libbsp/i386/configure.in @@ -0,0 +1,31 @@ +dnl Process this file with autoconf to produce a configure script. +dnl +dnl $Id$ + +AC_PREREQ(2.13) +AC_INIT(pc386) +RTEMS_TOP(../../../../..) +AC_CONFIG_AUX_DIR(../../../../..) + +RTEMS_CANONICAL_TARGET_CPU +AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp-i386,$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 +shared/Makefile +shared/comm/Makefile +shared/io/Makefile +shared/irq/Makefile +shared/pci/Makefile) -- cgit v1.2.3