source: rtems/c/src/lib/libbsp/unix/posix/configure.in @ 4e36a2f

4.104.114.84.95
Last change on this file since 4e36a2f was 49e05f41, checked in by Joel Sherrill <joel.sherrill@…>, on 01/10/00 at 14:03:32

Patch rtems-rc-20000104-4.diff from Ralf Corsepius <corsepiu@…>
that converts the unix directory to automake.

Ralf's note: Please check c/src/lib/libbsp/unix/posix/startup/Makefile.am.
I am not sure if it is correct.

  • Property mode set to 100644
File size: 849 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-unix-posix,$RTEMS_VERSION,no)
12AM_MAINTAINER_MODE
13
14RTEMS_ENABLE_LIBCDIR
15RTEMS_ENABLE_MULTIPROCESSING
16RTEMS_ENABLE_CXX
17
18RTEMS_ENV_RTEMSBSP
19RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
20RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
21RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
22RTEMS_CANONICAL_HOST
23
24RTEMS_CHECK_CXX
25RTEMS_PROJECT_ROOT
26
27AC_CONFIG_SUBDIRS(tools)
28AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")
29
30AM_CONDITIONAL(HAS_CXX,test "$HAS_CPLUSPLUS" = "yes")
31
32# Explicitly list a Makefile here
33AC_OUTPUT(
34Makefile
35clock/Makefile
36console/Makefile
37include/Makefile
38shmsupp/Makefile
39startup/Makefile
40timer/Makefile
41wrapup/Makefile)
Note: See TracBrowser for help on using the repository browser.