source: rtems/c/src/lib/libbsp/unix/posix/configure.in @ 7ac1f89

4.104.114.84.95
Last change on this file since 7ac1f89 was 93379eb, checked in by Joel Sherrill <joel.sherrill@…>, on 06/08/01 at 13:38:08

2001-05-26 Ralf Corsepius <corsepiu@…>

  • configure.in: Add bspopts.h.
  • include/.cvsignore: Add bspopts.h*, stamp-h*, coverhd.h.
  • include/Makefile.am: Use *_HEADERS instead of *H_FILES.
  • include/bsp.h: Include bspopts.h.
  • Property mode set to 100644
File size: 1.0 KB
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_CXX
15
16RTEMS_ENV_RTEMSBSP
17RTEMS_CANONICAL_HOST
18
19RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
20
21if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
22  RTEMS_PROG_CXX_FOR_TARGET
23fi
24
25RTEMS_CANONICALIZE_TOOLS
26RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
27RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
28RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
29
30RTEMS_CHECK_CXX
31
32RTEMS_CONFIG_BUILD_SUBDIRS(tools)
33AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")
34
35AM_CONDITIONAL(HAS_CXX,test "$HAS_CPLUSPLUS" = "yes")
36
37AM_CONFIG_HEADER(include/bspopts.h)
38RTEMS_PROJECT_ROOT
39
40# Explicitly list all Makefiles here
41AC_OUTPUT(
42Makefile
43clock/Makefile
44console/Makefile
45include/Makefile
46shmsupp/Makefile
47startup/Makefile
48timer/Makefile
49wrapup/Makefile)
50
51RTEMS_OUTPUT_BUILD_SUBDIRS(RTEMS_BUILD_SUBDIRS)
Note: See TracBrowser for help on using the repository browser.