source: rtems/testsuites/tmtests/configure.ac @ 2ead50a

4.115
Last change on this file since 2ead50a was 9abbb6a, checked in by Sebastian Huber <sebastian.huber@…>, on 02/11/14 at 16:25:00

tmtests/tmcontext01: New test

  • Property mode set to 100644
File size: 1.1 KB
Line 
1## Process this file with autoconf to produce a configure script.
2
3AC_PREREQ([2.69])
4AC_INIT([rtems-c-src-tests-tmtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
5AC_CONFIG_SRCDIR([tm01])
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
14
15RTEMS_ENV_RTEMSBSP
16RTEMS_CHECK_RTEMS_TEST_NO_PAUSE
17
18RTEMS_PROJECT_ROOT
19
20RTEMS_PROG_CC_FOR_TARGET
21
22RTEMS_CANONICALIZE_TOOLS
23
24RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
25
26OPERATION_COUNT=${OPERATION_COUNT-100}
27AC_SUBST(OPERATION_COUNT)
28
29# Explicitly list all Makefiles here
30AC_CONFIG_FILES([Makefile
31tmcontext01/Makefile
32tmck/Makefile
33tmoverhd/Makefile
34tm01/Makefile
35tm02/Makefile
36tm03/Makefile
37tm04/Makefile
38tm05/Makefile
39tm06/Makefile
40tm07/Makefile
41tm08/Makefile
42tm09/Makefile
43tm10/Makefile
44tm11/Makefile
45tm12/Makefile
46tm13/Makefile
47tm14/Makefile
48tm15/Makefile
49tm16/Makefile
50tm17/Makefile
51tm18/Makefile
52tm19/Makefile
53tm20/Makefile
54tm21/Makefile
55tm22/Makefile
56tm23/Makefile
57tm24/Makefile
58tm25/Makefile
59tm26/Makefile
60tm27/Makefile
61tm28/Makefile
62tm29/Makefile
63tm30/Makefile
64])
65AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.