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

4.115
Last change on this file since f12249f was f12249f, checked in by Sebastian Huber <sebastian.huber@…>, on 07/02/12 at 13:08:08

libblock: Fix continuous blocks write request

  • Property mode set to 100644
File size: 2.1 KB
Line 
1## Process this file with autoconf to produce a configure script.
2
3AC_PREREQ([2.68])
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.11.1])
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])
30
31AC_PROG_LN_S
32AC_PATH_PROG([PAX],[pax])
33
34AC_CHECK_HEADERS([complex.h])
35
36AM_CONDITIONAL(TARTESTS,test "$as_ln_s" = "ln -s" && test -n "$PAX")
37
38AM_CONDITIONAL(HAS_CXX,test "$rtems_cv_HAS_CPLUSPLUS" = "yes")
39AM_CONDITIONAL([HAS_COMPLEX],[test "$ac_cv_header_complex_h" = yes])
40AM_CONDITIONAL(NETTESTS,test "$rtems_cv_RTEMS_NETWORKING" = "yes")
41
42# Explicitly list all Makefiles here
43AC_CONFIG_FILES([Makefile
44block15/Makefile
45block14/Makefile
46block13/Makefile
47rbheap01/Makefile
48syscall01/Makefile
49flashdisk01/Makefile
50block01/Makefile
51block02/Makefile
52block03/Makefile
53block04/Makefile
54block05/Makefile
55block06/Makefile
56block07/Makefile
57block08/Makefile
58block09/Makefile
59block10/Makefile
60block11/Makefile
61block12/Makefile
62bspcmdline01/Makefile
63cpuuse/Makefile
64devfs01/Makefile
65devfs02/Makefile
66devfs03/Makefile
67devfs04/Makefile
68deviceio01/Makefile
69devnullfatal01/Makefile
70dumpbuf01/Makefile
71ftp01/Makefile
72gxx01/Makefile
73heapwalk/Makefile
74malloctest/Makefile
75malloc02/Makefile
76malloc03/Makefile
77malloc04/Makefile
78malloc05/Makefile
79monitor/Makefile
80monitor02/Makefile
81mouse01/Makefile
82putenvtest/Makefile
83rtems++/Makefile
84rtmonuse/Makefile
85stackchk/Makefile
86stackchk01/Makefile
87stringto01/Makefile
88tar01/Makefile
89tar02/Makefile
90tar03/Makefile
91termios/Makefile
92termios01/Makefile
93termios02/Makefile
94termios03/Makefile
95termios04/Makefile
96termios05/Makefile
97termios06/Makefile
98termios07/Makefile
99termios08/Makefile
100tztest/Makefile
101POSIX/Makefile
102math/Makefile
103mathf/Makefile
104mathl/Makefile
105complex/Makefile
106])
107AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.