source: rtems/testsuites/libtests/configure.ac @ 2a6ed0aa

4.115
Last change on this file since 2a6ed0aa was 2a6ed0aa, checked in by Sebastian Huber <sebastian.huber@…>, on 05/06/11 at 09:08:07

2011-05-06 Sebastian Huber <sebastian.huber@…>

  • ftp01/.cvsignore, ftp01/Makefile.am, ftp01/ftp01.doc, ftp01/ftp01.scn, ftp01/init.c: New files.
  • Makefile.am, configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 2.0 KB
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ([2.68])
6AC_INIT([rtems-c-src-tests-libtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
7AC_CONFIG_SRCDIR([cpuuse])
8AC_CONFIG_HEADER([config.h])
9RTEMS_TOP([../..],[..])
10
11RTEMS_CANONICAL_TARGET_CPU
12
13AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
14AM_MAINTAINER_MODE
15
16RTEMS_ENABLE_CXX
17
18RTEMS_ENV_RTEMSBSP
19RTEMS_CHECK_RTEMS_TEST_NO_PAUSE
20
21RTEMS_PROJECT_ROOT
22
23RTEMS_PROG_CC_FOR_TARGET
24
25RTEMS_PROG_CXX_FOR_TARGET
26
27RTEMS_CANONICALIZE_TOOLS
28
29RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
30RTEMS_CHECK_CXX(RTEMS_BSP)
31RTEMS_CHECK_CPUOPTS([RTEMS_NETWORKING])
32
33AC_PROG_LN_S
34AC_PATH_PROG([PAX],[pax])
35
36AC_CHECK_HEADERS([complex.h])
37
38AM_CONDITIONAL(TARTESTS,test "$as_ln_s" = "ln -s" && test -n "$PAX")
39
40AM_CONDITIONAL(HAS_CXX,test "$rtems_cv_HAS_CPLUSPLUS" = "yes")
41AM_CONDITIONAL([HAS_COMPLEX],[test "$ac_cv_header_complex_h" = yes])
42AM_CONDITIONAL(NETTESTS,test "$rtems_cv_RTEMS_NETWORKING" = "yes")
43
44# Explicitly list all Makefiles here
45AC_CONFIG_FILES([Makefile
46block01/Makefile
47block02/Makefile
48block03/Makefile
49block04/Makefile
50block05/Makefile
51block06/Makefile
52block07/Makefile
53block08/Makefile
54block09/Makefile
55block10/Makefile
56bspcmdline01/Makefile
57cpuuse/Makefile
58devfs01/Makefile
59devfs02/Makefile
60devfs03/Makefile
61devfs04/Makefile
62deviceio01/Makefile
63devnullfatal01/Makefile
64dumpbuf01/Makefile
65ftp01/Makefile
66gxx01/Makefile
67heapwalk/Makefile
68malloctest/Makefile
69malloc02/Makefile
70malloc03/Makefile
71malloc04/Makefile
72malloc05/Makefile
73monitor/Makefile
74monitor02/Makefile
75mouse01/Makefile
76putenvtest/Makefile
77rtems++/Makefile
78rtmonuse/Makefile
79stackchk/Makefile
80stackchk01/Makefile
81stringto01/Makefile
82tar01/Makefile
83tar02/Makefile
84tar03/Makefile
85termios/Makefile
86termios01/Makefile
87termios02/Makefile
88termios03/Makefile
89termios04/Makefile
90termios05/Makefile
91termios06/Makefile
92termios07/Makefile
93termios08/Makefile
94tztest/Makefile
95POSIX/Makefile
96math/Makefile
97mathf/Makefile
98mathl/Makefile
99complex/Makefile
100])
101AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.