summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libmisc/configure.in
blob: a618f568c5a7207249d8ed7b080cfeb64e59809b (plain) (tree)













































                                                                  
dnl Process this file with autoconf to produce a configure script.
dnl
dnl $Id$

AC_PREREQ(2.13)
AC_INIT(assoc)
RTEMS_TOP(../../../..)
AC_CONFIG_AUX_DIR(../../../..)

RTEMS_CANONICAL_TARGET_CPU

AM_INIT_AUTOMAKE(rtems-c-src-lib-libmisc,$RTEMS_VERSION,no)
AM_MAINTAINER_MODE

RTEMS_ENABLE_MULTIPROCESSING
RTEMS_ENABLE_NETWORKING
RTEMS_ENABLE_LIBCDIR
RTEMS_ENABLE_BARE

RTEMS_ENV_RTEMSBSP

RTEMS_CHECK_CPU
RTEMS_CANONICAL_HOST

RTEMS_PROJECT_ROOT

dnl check target cc
RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS

RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)

# Try to explicitly list a Makefile here 
AC_OUTPUT(
Makefile
assoc/Makefile
cpuuse/Makefile
dumpbuf/Makefile
error/Makefile
monitor/Makefile
rtmonuse/Makefile
stackchk/Makefile
untar/Makefile
wrapup/Makefile
)