URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [m68k/] [mvme167/] [configure.ac] - Rev 1765
Compare with Previous | Blame | View Log
## Process this file with autoconf to produce a configure script.#### configure.ac,v 1.4 2002/03/28 00:40:38 joel ExpAC_PREREQ(2.52)AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme167],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])AC_CONFIG_SRCDIR([bsp_specs])RTEMS_TOP(../../../../../..)AC_CONFIG_AUX_DIR(../../../../../..)RTEMS_CANONICAL_TARGET_CPUAM_INIT_AUTOMAKE([no-define foreign 1.6])RTEMS_BSP_CONFIGURERTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])RTEMS_CANONICALIZE_TOOLSRTEMS_CHECK_NETWORKINGAM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")# HACK: Propagate #define mvme167 into bspopts.h# Used inside ../mvme162/include/mvme16x_hw.hAC_DEFINE_UNQUOTED([mvme167],[1],[If building the mvme167 BSP])RTEMS_BSPOPTS_SET([CD2401_INT_LEVEL],[*],[1])RTEMS_BSPOPTS_HELP([CD2401_INT_LEVEL],[Interrupt level for the CD2401(when CD2401_IO_MODE == 1).])RTEMS_BSPOPTS_SET([CD2401_IO_MODE],[*],[0])RTEMS_BSPOPTS_HELP([CD2401_IO_MODE],[0 for polled I/O, 1 for interrupt-driven.])RTEMS_BSPOPTS_SET([CD2401_USE_TERMIOS],[*],[0])RTEMS_BSPOPTS_HELP([CD2401_USE_TERMIOS],[1 for using termios based console.])# Explicitly list all Makefiles hereAC_CONFIG_FILES([Makefileclock/Makefileconsole/Makefilefatal/Makefileinclude/Makefilenetwork/Makefilestart/Makefilestartup/Makefiletimer/Makefilewrapup/Makefile])AC_OUTPUT
