source: rtems/c/src/lib/libbsp/powerpc/eth_comm/configure.in @ 090de1ad

4.104.114.84.95
Last change on this file since 090de1ad was 090de1ad, checked in by Joel Sherrill <joel.sherrill@…>, on 04/11/01 at 14:07:22

2001-04-11 Eric Valette <valette@…>

  • Makefile.am, configure.in, console/console.c, include/Makefile.am, include/bsp.h, network/network.c, startup/Makefile.am, startup/bspstart.c, startup/linkcmds, wrapup/Makefile.am: Switch the eth_comm BSP to use the "new exception processing model."
  • Property mode set to 100644
File size: 814 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl $Id$
4
5AC_PREREQ(2.13)
6AC_INIT(bsp_specs)
7RTEMS_TOP(../../../../../..)
8AC_CONFIG_AUX_DIR(../../../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp-powerpc-eth_comm,$RTEMS_VERSION,no)
12AM_MAINTAINER_MODE
13
14RTEMS_PROG_CC_FOR_TARGET
15RTEMS_CANONICALIZE_TOOLS
16RTEMS_ENABLE_NETWORKING
17
18RTEMS_ENV_RTEMSBSP
19RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
20RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
21RTEMS_CHECK_NETWORKING
22RTEMS_CANONICAL_HOST
23
24AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
25
26RTEMS_PROJECT_ROOT
27
28# Explicitly list all Makefiles here
29AC_OUTPUT(
30Makefile
31clock/Makefile
32canbus/Makefile
33console/Makefile
34include/Makefile
35irq/Makefile
36network/Makefile
37start/Makefile
38startup/Makefile
39vectors/Makefile
40wrapup/Makefile)
Note: See TracBrowser for help on using the repository browser.