4.115
Last change
on this file since 0d57369 was
0d57369,
checked in by Sebastian Huber <sebastian.huber@…>, on 09/28/11 at 16:01:53
|
2011-09-28 Sebastian Huber <sebastian.huber@…>
- sp2038/Makefile.am, sp2038/init.c, sp2038/sp2038.doc,
sp2038/sp2038.scn: New files.
- Makefile.am, configure.ac: Reflect changes above.
|
-
Property mode set to
100644
|
File size:
3.2 KB
|
Line | |
---|
1 | ## Process this file with autoconf to produce a configure script. |
---|
2 | ## |
---|
3 | ## $Id$ |
---|
4 | |
---|
5 | AC_PREREQ([2.68]) |
---|
6 | AC_INIT([rtems-c-src-tests-sptests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) |
---|
7 | AC_CONFIG_SRCDIR([sp01]) |
---|
8 | AC_CONFIG_HEADER([config.h]) |
---|
9 | RTEMS_TOP([../..],[..]) |
---|
10 | |
---|
11 | RTEMS_CANONICAL_TARGET_CPU |
---|
12 | |
---|
13 | AM_INIT_AUTOMAKE([no-define foreign 1.11.1]) |
---|
14 | AM_MAINTAINER_MODE |
---|
15 | |
---|
16 | RTEMS_ENV_RTEMSBSP |
---|
17 | RTEMS_CHECK_RTEMS_TEST_NO_PAUSE |
---|
18 | |
---|
19 | RTEMS_PROJECT_ROOT |
---|
20 | |
---|
21 | RTEMS_PROG_CC_FOR_TARGET |
---|
22 | |
---|
23 | RTEMS_CANONICALIZE_TOOLS |
---|
24 | |
---|
25 | RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) |
---|
26 | |
---|
27 | # Explicitly list all Makefiles here |
---|
28 | AC_CONFIG_FILES([Makefile |
---|
29 | sp01/Makefile |
---|
30 | sp02/Makefile |
---|
31 | sp03/Makefile |
---|
32 | sp04/Makefile |
---|
33 | sp05/Makefile |
---|
34 | sp06/Makefile |
---|
35 | sp07/Makefile |
---|
36 | sp08/Makefile |
---|
37 | sp09/Makefile |
---|
38 | sp10/Makefile |
---|
39 | sp11/Makefile |
---|
40 | sp12/Makefile |
---|
41 | sp13/Makefile |
---|
42 | sp14/Makefile |
---|
43 | sp15/Makefile |
---|
44 | sp16/Makefile |
---|
45 | sp17/Makefile |
---|
46 | sp18/Makefile |
---|
47 | sp19/Makefile |
---|
48 | sp20/Makefile |
---|
49 | sp21/Makefile |
---|
50 | sp22/Makefile |
---|
51 | sp23/Makefile |
---|
52 | sp24/Makefile |
---|
53 | sp25/Makefile |
---|
54 | sp26/Makefile |
---|
55 | sp27/Makefile |
---|
56 | sp27a/Makefile |
---|
57 | sp28/Makefile |
---|
58 | sp29/Makefile |
---|
59 | sp30/Makefile |
---|
60 | sp31/Makefile |
---|
61 | sp32/Makefile |
---|
62 | sp33/Makefile |
---|
63 | sp34/Makefile |
---|
64 | sp35/Makefile |
---|
65 | sp36/Makefile |
---|
66 | sp37/Makefile |
---|
67 | sp38/Makefile |
---|
68 | sp39/Makefile |
---|
69 | sp40/Makefile |
---|
70 | sp41/Makefile |
---|
71 | sp42/Makefile |
---|
72 | sp43/Makefile |
---|
73 | sp44/Makefile |
---|
74 | sp45/Makefile |
---|
75 | sp46/Makefile |
---|
76 | sp47/Makefile |
---|
77 | sp48/Makefile |
---|
78 | sp49/Makefile |
---|
79 | sp50/Makefile |
---|
80 | sp51/Makefile |
---|
81 | sp52/Makefile |
---|
82 | sp53/Makefile |
---|
83 | sp54/Makefile |
---|
84 | sp55/Makefile |
---|
85 | sp56/Makefile |
---|
86 | sp57/Makefile |
---|
87 | sp58/Makefile |
---|
88 | sp59/Makefile |
---|
89 | sp60/Makefile |
---|
90 | sp62/Makefile |
---|
91 | sp63/Makefile |
---|
92 | sp64/Makefile |
---|
93 | sp65/Makefile |
---|
94 | sp66/Makefile |
---|
95 | sp67/Makefile |
---|
96 | sp68/Makefile |
---|
97 | sp69/Makefile |
---|
98 | sp70/Makefile |
---|
99 | sp71/Makefile |
---|
100 | sp72/Makefile |
---|
101 | sp73/Makefile |
---|
102 | sp74/Makefile |
---|
103 | sp75/Makefile |
---|
104 | sp76/Makefile |
---|
105 | sp2038/Makefile |
---|
106 | spassoc01/Makefile |
---|
107 | spcbssched01/Makefile |
---|
108 | spcbssched02/Makefile |
---|
109 | spcbssched03/Makefile |
---|
110 | spchain/Makefile |
---|
111 | spclockget/Makefile |
---|
112 | spcoverage/Makefile |
---|
113 | spedfsched01/Makefile |
---|
114 | spedfsched02/Makefile |
---|
115 | spedfsched03/Makefile |
---|
116 | sperror01/Makefile |
---|
117 | sperror02/Makefile |
---|
118 | sperror03/Makefile |
---|
119 | spfatal01/Makefile |
---|
120 | spfatal02/Makefile |
---|
121 | spfatal03/Makefile |
---|
122 | spfatal04/Makefile |
---|
123 | spfatal05/Makefile |
---|
124 | spfatal06/Makefile |
---|
125 | spfatal07/Makefile |
---|
126 | spfatal08/Makefile |
---|
127 | spfatal09/Makefile |
---|
128 | spfatal10/Makefile |
---|
129 | spfatal11/Makefile |
---|
130 | spfatal12/Makefile |
---|
131 | spfatal13/Makefile |
---|
132 | spfatal14/Makefile |
---|
133 | spfatal15/Makefile |
---|
134 | spfatal16/Makefile |
---|
135 | spfatal17/Makefile |
---|
136 | spfatal18/Makefile |
---|
137 | spfatal19/Makefile |
---|
138 | spfatal20/Makefile |
---|
139 | spfatal21/Makefile |
---|
140 | spfatal22/Makefile |
---|
141 | spfatal23/Makefile |
---|
142 | spfatal24/Makefile |
---|
143 | spfatal25/Makefile |
---|
144 | spfifo01/Makefile |
---|
145 | spfifo02/Makefile |
---|
146 | spfifo03/Makefile |
---|
147 | spfifo04/Makefile |
---|
148 | spfifo05/Makefile |
---|
149 | spintrcritical01/Makefile |
---|
150 | spintrcritical02/Makefile |
---|
151 | spintrcritical03/Makefile |
---|
152 | spintrcritical04/Makefile |
---|
153 | spintrcritical05/Makefile |
---|
154 | spintrcritical06/Makefile |
---|
155 | spintrcritical07/Makefile |
---|
156 | spintrcritical08/Makefile |
---|
157 | spintrcritical09/Makefile |
---|
158 | spintrcritical10/Makefile |
---|
159 | spintrcritical11/Makefile |
---|
160 | spintrcritical12/Makefile |
---|
161 | spintrcritical13/Makefile |
---|
162 | spintrcritical14/Makefile |
---|
163 | spintrcritical15/Makefile |
---|
164 | spintrcritical16/Makefile |
---|
165 | spintrcritical17/Makefile |
---|
166 | spheapprot/Makefile |
---|
167 | spmkdir/Makefile |
---|
168 | spmountmgr01/Makefile |
---|
169 | spnotepad01/Makefile |
---|
170 | spnsext01/Makefile |
---|
171 | spobjgetnext/Makefile |
---|
172 | spprintk/Makefile |
---|
173 | spprivenv01/Makefile |
---|
174 | sprbtree01/Makefile |
---|
175 | spsimplesched01/Makefile |
---|
176 | spsimplesched02/Makefile |
---|
177 | spsimplesched03/Makefile |
---|
178 | spsize/Makefile |
---|
179 | spstkalloc/Makefile |
---|
180 | spthreadq01/Makefile |
---|
181 | spwatchdog/Makefile |
---|
182 | spwkspace/Makefile |
---|
183 | ]) |
---|
184 | AC_OUTPUT |
---|
Note: See
TracBrowser
for help on using the repository browser.