source: rtems/testsuites/libtests/configure.ac @ dfd1508

4.115
Last change on this file since dfd1508 was dfd1508, checked in by Sebastian Huber <sebastian.huber@…>, on 04/23/13 at 12:30:52

libtests/exit02: New test

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