source: rtems/c/src/lib/libbsp/powerpc/configure.ac @ 69ed59f

4.104.114.84.95
Last change on this file since 69ed59f was 7273b6e, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:54:58

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 945 bytes
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ(2.52)
6AC_INIT([rtems-c-src-lib-libbsp-powerpc],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
7AC_CONFIG_SRCDIR([dmv177])
8RTEMS_TOP(../../../../..)
9AC_CONFIG_AUX_DIR(../../../../..)
10
11RTEMS_CANONICAL_TARGET_CPU
12AM_INIT_AUTOMAKE([no-define foreign 1.6])
13AM_MAINTAINER_MODE
14
15RTEMS_ENV_RTEMSBSP
16RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
17RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
18
19RTEMS_PROJECT_ROOT
20
21RTEMS_CHECK_BSPDIR([$RTEMS_BSP])
22
23AM_CONDITIONAL(need_shared, test "$RTEMS_BSP_FAMILY" = "motorola_powerpc")
24
25# Explicitly list all Makefiles here
26AC_CONFIG_FILES([Makefile
27shared/Makefile
28shared/bootloader/Makefile
29shared/clock/Makefile
30shared/console/Makefile
31shared/include/Makefile
32shared/irq/Makefile
33shared/motorola/Makefile
34shared/openpic/Makefile
35shared/pci/Makefile
36shared/residual/Makefile
37shared/start/Makefile
38shared/startup/Makefile
39shared/vectors/Makefile])
40AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.