OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [c4x/] [c4xsim/] [aclocal.m4] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
# aclocal.m4 generated automatically by aclocal 1.6.2 -*- Autoconf -*-
2
 
3
# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
4
# Free Software Foundation, Inc.
5
# This file is free software; the Free Software Foundation
6
# gives unlimited permission to copy and/or distribute it,
7
# with or without modifications, as long as this notice is preserved.
8
 
9
# This program is distributed in the hope that it will be useful,
10
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12
# PARTICULAR PURPOSE.
13
 
14
dnl rtems-top.m4,v 1.14 2002/03/28 13:53:19 joel Exp
15
 
16
dnl
17
dnl RTEMS_TOP($1)
18
dnl
19
dnl $1 .. relative path from this configure.in to the toplevel configure.in
20
dnl
21
AC_DEFUN(RTEMS_TOP,
22
[dnl
23
AC_REQUIRE([RTEMS_VERSIONING])
24
AC_CHECK_PROGS(MAKE, gmake make)
25
AC_BEFORE([$0], [AC_CONFIG_AUX_DIR])dnl
26
AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl
27
 
28
AC_PREFIX_DEFAULT([/opt/rtems])
29
 
30
ENDIF=endif
31
AC_SUBST(ENDIF)
32
 
33
RTEMS_TOPdir="$1";
34
AC_SUBST(RTEMS_TOPdir)
35
 
36
test -n "$with_target_subdir" || with_target_subdir="."
37
 
38
if test "$with_target_subdir" = "." ; then
39
# Native
40
PROJECT_TOPdir=${RTEMS_TOPdir}/'$(top_builddir)'
41
else
42
# Cross
43
dots=`echo $with_target_subdir|\
44
sed -e 's%^\./%%' -e 's%[[^/]]$%&/%' -e 's%[[^/]]*/%../%g'`
45
PROJECT_TOPdir=${dots}${RTEMS_TOPdir}/'$(top_builddir)'
46
fi
47
AC_SUBST(PROJECT_TOPdir)
48
 
49
if test "$with_target_subdir" = "." ; then
50
# Native
51
PROJECT_ROOT="${RTEMS_TOPdir}/\$(top_builddir)"
52
else
53
# Cross
54
PROJECT_ROOT="${RTEMS_TOPdir}/\$(top_builddir)"
55
fi
56
AC_SUBST(PROJECT_ROOT)
57
 
58
AC_MSG_CHECKING([for RTEMS Version])
59
AS_IF([test -r "${srcdir}/${RTEMS_TOPdir}/aclocal/version.m4"],
60
[],
61
[AC_MSG_ERROR([Unable to find ${RTEMS_TOPdir}/aclocal/version.m4])])
62
AC_MSG_RESULT([_RTEMS_VERSION])
63
])dnl
64
 
65
AC_DEFUN([RTEMS_VERSIONING],
66
m4_define([_RTEMS_VERSION],[ss-20020807]))
67
 
68
# Do all the work for Automake.                            -*- Autoconf -*-
69
 
70
# This macro actually does too much some checks are only needed if
71
# your package does certain things.  But this isn't really a big deal.
72
 
73
# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
74
# Free Software Foundation, Inc.
75
 
76
# This program is free software; you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by
78
# the Free Software Foundation; either version 2, or (at your option)
79
# any later version.
80
 
81
# This program is distributed in the hope that it will be useful,
82
# but WITHOUT ANY WARRANTY; without even the implied warranty of
83
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
84
# GNU General Public License for more details.
85
 
86
# You should have received a copy of the GNU General Public License
87
# along with this program; if not, write to the Free Software
88
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
89
# 02111-1307, USA.
90
 
91
# serial 8
92
 
93
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
94
# written in clear, in which case automake, when reading aclocal.m4,
95
# will think it sees a *use*, and therefore will trigger all it's
96
# C support machinery.  Also note that it means that autoscan, seeing
97
# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
98
 
99
 
100
AC_PREREQ([2.52])
101
 
102
# Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow
103
# the ones we care about.
104
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
105
 
106
# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
107
# AM_INIT_AUTOMAKE([OPTIONS])
108
# -----------------------------------------------
109
# The call with PACKAGE and VERSION arguments is the old style
110
# call (pre autoconf-2.50), which is being phased out.  PACKAGE
111
# and VERSION should now be passed to AC_INIT and removed from
112
# the call to AM_INIT_AUTOMAKE.
113
# We support both call styles for the transition.  After
114
# the next Automake release, Autoconf can make the AC_INIT
115
# arguments mandatory, and then we can depend on a new Autoconf
116
# release and drop the old call support.
117
AC_DEFUN([AM_INIT_AUTOMAKE],
118
[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
119
 AC_REQUIRE([AC_PROG_INSTALL])dnl
120
# test to see if srcdir already configured
121
if test "`cd $srcdir && pwd`" != "`pwd`" &&
122
   test -f $srcdir/config.status; then
123
  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
124
fi
125
 
126
# Define the identity of the package.
127
dnl Distinguish between old-style and new-style calls.
128
m4_ifval([$2],
129
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
130
 AC_SUBST([PACKAGE], [$1])dnl
131
 AC_SUBST([VERSION], [$2])],
132
[_AM_SET_OPTIONS([$1])dnl
133
 AC_SUBST([PACKAGE], [AC_PACKAGE_TARNAME])dnl
134
 AC_SUBST([VERSION], [AC_PACKAGE_VERSION])])dnl
135
 
136
_AM_IF_OPTION([no-define],,
137
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
138
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
139
 
140
# Some tools Automake needs.
141
AC_REQUIRE([AM_SANITY_CHECK])dnl
142
AC_REQUIRE([AC_ARG_PROGRAM])dnl
143
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
144
AM_MISSING_PROG(AUTOCONF, autoconf)
145
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
146
AM_MISSING_PROG(AUTOHEADER, autoheader)
147
AM_MISSING_PROG(MAKEINFO, makeinfo)
148
AM_MISSING_PROG(AMTAR, tar)
149
AM_PROG_INSTALL_SH
150
AM_PROG_INSTALL_STRIP
151
# We need awk for the "check" target.  The system "awk" is bad on
152
# some platforms.
153
AC_REQUIRE([AC_PROG_AWK])dnl
154
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
155
 
156
_AM_IF_OPTION([no-dependencies],,
157
[AC_PROVIDE_IFELSE([AC_PROG_][CC],
158
                  [_AM_DEPENDENCIES(CC)],
159
                  [define([AC_PROG_][CC],
160
                          defn([AC_PROG_][CC])[_AM_DEPENDENCIES(CC)])])dnl
161
AC_PROVIDE_IFELSE([AC_PROG_][CXX],
162
                  [_AM_DEPENDENCIES(CXX)],
163
                  [define([AC_PROG_][CXX],
164
                          defn([AC_PROG_][CXX])[_AM_DEPENDENCIES(CXX)])])dnl
165
])
166
])
167
 
168
# Copyright 2002  Free Software Foundation, Inc.
169
 
170
# This program is free software; you can redistribute it and/or modify
171
# it under the terms of the GNU General Public License as published by
172
# the Free Software Foundation; either version 2, or (at your option)
173
# any later version.
174
 
175
# This program is distributed in the hope that it will be useful,
176
# but WITHOUT ANY WARRANTY; without even the implied warranty of
177
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
178
# GNU General Public License for more details.
179
 
180
# You should have received a copy of the GNU General Public License
181
# along with this program; if not, write to the Free Software
182
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
183
 
184
# AM_AUTOMAKE_VERSION(VERSION)
185
# ----------------------------
186
# Automake X.Y traces this macro to ensure aclocal.m4 has been
187
# generated from the m4 files accompanying Automake X.Y.
188
AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.6"])
189
 
190
# AM_SET_CURRENT_AUTOMAKE_VERSION
191
# -------------------------------
192
# Call AM_AUTOMAKE_VERSION so it can be traced.
193
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
194
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
195
         [AM_AUTOMAKE_VERSION([1.6.2])])
196
 
197
# Helper functions for option handling.                    -*- Autoconf -*-
198
 
199
# Copyright 2001, 2002  Free Software Foundation, Inc.
200
 
201
# This program is free software; you can redistribute it and/or modify
202
# it under the terms of the GNU General Public License as published by
203
# the Free Software Foundation; either version 2, or (at your option)
204
# any later version.
205
 
206
# This program is distributed in the hope that it will be useful,
207
# but WITHOUT ANY WARRANTY; without even the implied warranty of
208
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
209
# GNU General Public License for more details.
210
 
211
# You should have received a copy of the GNU General Public License
212
# along with this program; if not, write to the Free Software
213
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
214
# 02111-1307, USA.
215
 
216
# serial 2
217
 
218
# _AM_MANGLE_OPTION(NAME)
219
# -----------------------
220
AC_DEFUN([_AM_MANGLE_OPTION],
221
[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
222
 
223
# _AM_SET_OPTION(NAME)
224
# ------------------------------
225
# Set option NAME.  Presently that only means defining a flag for this option.
226
AC_DEFUN([_AM_SET_OPTION],
227
[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
228
 
229
# _AM_SET_OPTIONS(OPTIONS)
230
# ----------------------------------
231
# OPTIONS is a space-separated list of Automake options.
232
AC_DEFUN([_AM_SET_OPTIONS],
233
[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
234
 
235
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
236
# -------------------------------------------
237
# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
238
AC_DEFUN([_AM_IF_OPTION],
239
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
240
 
241
#
242
# Check to make sure that the build environment is sane.
243
#
244
 
245
# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
246
 
247
# This program is free software; you can redistribute it and/or modify
248
# it under the terms of the GNU General Public License as published by
249
# the Free Software Foundation; either version 2, or (at your option)
250
# any later version.
251
 
252
# This program is distributed in the hope that it will be useful,
253
# but WITHOUT ANY WARRANTY; without even the implied warranty of
254
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
255
# GNU General Public License for more details.
256
 
257
# You should have received a copy of the GNU General Public License
258
# along with this program; if not, write to the Free Software
259
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
260
# 02111-1307, USA.
261
 
262
# serial 3
263
 
264
# AM_SANITY_CHECK
265
# ---------------
266
AC_DEFUN([AM_SANITY_CHECK],
267
[AC_MSG_CHECKING([whether build environment is sane])
268
# Just in case
269
sleep 1
270
echo timestamp > conftest.file
271
# Do `set' in a subshell so we don't clobber the current shell's
272
# arguments.  Must try -L first in case configure is actually a
273
# symlink; some systems play weird games with the mod time of symlinks
274
# (eg FreeBSD returns the mod time of the symlink's containing
275
# directory).
276
if (
277
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
278
   if test "$[*]" = "X"; then
279
      # -L didn't work.
280
      set X `ls -t $srcdir/configure conftest.file`
281
   fi
282
   rm -f conftest.file
283
   if test "$[*]" != "X $srcdir/configure conftest.file" \
284
      && test "$[*]" != "X conftest.file $srcdir/configure"; then
285
 
286
      # If neither matched, then we have a broken ls.  This can happen
287
      # if, for instance, CONFIG_SHELL is bash and it inherits a
288
      # broken ls alias from the environment.  This has actually
289
      # happened.  Such a system could not be considered "sane".
290
      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
291
alias in your environment])
292
   fi
293
 
294
   test "$[2]" = conftest.file
295
   )
296
then
297
   # Ok.
298
   :
299
else
300
   AC_MSG_ERROR([newly created file is older than distributed files!
301
Check your system clock])
302
fi
303
AC_MSG_RESULT(yes)])
304
 
305
#  -*- Autoconf -*-
306
 
307
 
308
# Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
309
 
310
# This program is free software; you can redistribute it and/or modify
311
# it under the terms of the GNU General Public License as published by
312
# the Free Software Foundation; either version 2, or (at your option)
313
# any later version.
314
 
315
# This program is distributed in the hope that it will be useful,
316
# but WITHOUT ANY WARRANTY; without even the implied warranty of
317
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
318
# GNU General Public License for more details.
319
 
320
# You should have received a copy of the GNU General Public License
321
# along with this program; if not, write to the Free Software
322
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
323
# 02111-1307, USA.
324
 
325
# serial 3
326
 
327
# AM_MISSING_PROG(NAME, PROGRAM)
328
# ------------------------------
329
AC_DEFUN([AM_MISSING_PROG],
330
[AC_REQUIRE([AM_MISSING_HAS_RUN])
331
$1=${$1-"${am_missing_run}$2"}
332
AC_SUBST($1)])
333
 
334
 
335
# AM_MISSING_HAS_RUN
336
# ------------------
337
# Define MISSING if not defined so far and test if it supports --run.
338
# If it does, set am_missing_run to use it, otherwise, to nothing.
339
AC_DEFUN([AM_MISSING_HAS_RUN],
340
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
341
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
342
# Use eval to expand $SHELL
343
if eval "$MISSING --run true"; then
344
  am_missing_run="$MISSING --run "
345
else
346
  am_missing_run=
347
  AC_MSG_WARN([`missing' script is too old or missing])
348
fi
349
])
350
 
351
# AM_AUX_DIR_EXPAND
352
 
353
# Copyright 2001 Free Software Foundation, Inc.
354
 
355
# This program is free software; you can redistribute it and/or modify
356
# it under the terms of the GNU General Public License as published by
357
# the Free Software Foundation; either version 2, or (at your option)
358
# any later version.
359
 
360
# This program is distributed in the hope that it will be useful,
361
# but WITHOUT ANY WARRANTY; without even the implied warranty of
362
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
363
# GNU General Public License for more details.
364
 
365
# You should have received a copy of the GNU General Public License
366
# along with this program; if not, write to the Free Software
367
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
368
# 02111-1307, USA.
369
 
370
# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
371
# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
372
# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
373
#
374
# Of course, Automake must honor this variable whenever it calls a
375
# tool from the auxiliary directory.  The problem is that $srcdir (and
376
# therefore $ac_aux_dir as well) can be either absolute or relative,
377
# depending on how configure is run.  This is pretty annoying, since
378
# it makes $ac_aux_dir quite unusable in subdirectories: in the top
379
# source directory, any form will work fine, but in subdirectories a
380
# relative path needs to be adjusted first.
381
#
382
# $ac_aux_dir/missing
383
#    fails when called from a subdirectory if $ac_aux_dir is relative
384
# $top_srcdir/$ac_aux_dir/missing
385
#    fails if $ac_aux_dir is absolute,
386
#    fails when called from a subdirectory in a VPATH build with
387
#          a relative $ac_aux_dir
388
#
389
# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
390
# are both prefixed by $srcdir.  In an in-source build this is usually
391
# harmless because $srcdir is `.', but things will broke when you
392
# start a VPATH build or use an absolute $srcdir.
393
#
394
# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
395
# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
396
#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
397
# and then we would define $MISSING as
398
#   MISSING="\${SHELL} $am_aux_dir/missing"
399
# This will work as long as MISSING is not called from configure, because
400
# unfortunately $(top_srcdir) has no meaning in configure.
401
# However there are other variables, like CC, which are often used in
402
# configure, and could therefore not use this "fixed" $ac_aux_dir.
403
#
404
# Another solution, used here, is to always expand $ac_aux_dir to an
405
# absolute PATH.  The drawback is that using absolute paths prevent a
406
# configured tree to be moved without reconfiguration.
407
 
408
# Rely on autoconf to set up CDPATH properly.
409
AC_PREREQ([2.50])
410
 
411
AC_DEFUN([AM_AUX_DIR_EXPAND], [
412
# expand $ac_aux_dir to an absolute path
413
am_aux_dir=`cd $ac_aux_dir && pwd`
414
])
415
 
416
# AM_PROG_INSTALL_SH
417
# ------------------
418
# Define $install_sh.
419
 
420
# Copyright 2001 Free Software Foundation, Inc.
421
 
422
# This program is free software; you can redistribute it and/or modify
423
# it under the terms of the GNU General Public License as published by
424
# the Free Software Foundation; either version 2, or (at your option)
425
# any later version.
426
 
427
# This program is distributed in the hope that it will be useful,
428
# but WITHOUT ANY WARRANTY; without even the implied warranty of
429
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
430
# GNU General Public License for more details.
431
 
432
# You should have received a copy of the GNU General Public License
433
# along with this program; if not, write to the Free Software
434
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
435
# 02111-1307, USA.
436
 
437
AC_DEFUN([AM_PROG_INSTALL_SH],
438
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
439
install_sh=${install_sh-"$am_aux_dir/install-sh"}
440
AC_SUBST(install_sh)])
441
 
442
# AM_PROG_INSTALL_STRIP
443
 
444
# Copyright 2001 Free Software Foundation, Inc.
445
 
446
# This program is free software; you can redistribute it and/or modify
447
# it under the terms of the GNU General Public License as published by
448
# the Free Software Foundation; either version 2, or (at your option)
449
# any later version.
450
 
451
# This program is distributed in the hope that it will be useful,
452
# but WITHOUT ANY WARRANTY; without even the implied warranty of
453
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
454
# GNU General Public License for more details.
455
 
456
# You should have received a copy of the GNU General Public License
457
# along with this program; if not, write to the Free Software
458
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
459
# 02111-1307, USA.
460
 
461
# One issue with vendor `install' (even GNU) is that you can't
462
# specify the program used to strip binaries.  This is especially
463
# annoying in cross-compiling environments, where the build's strip
464
# is unlikely to handle the host's binaries.
465
# Fortunately install-sh will honor a STRIPPROG variable, so we
466
# always use install-sh in `make install-strip', and initialize
467
# STRIPPROG with the value of the STRIP variable (set by the user).
468
AC_DEFUN([AM_PROG_INSTALL_STRIP],
469
[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
470
# Installed binaries are usually stripped using `strip' when the user
471
# run `make install-strip'.  However `strip' might not be the right
472
# tool to use in cross-compilation environments, therefore Automake
473
# will honor the `STRIP' environment variable to overrule this program.
474
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
475
if test "$cross_compiling" != no; then
476
  AC_CHECK_TOOL([STRIP], [strip], :)
477
fi
478
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
479
AC_SUBST([INSTALL_STRIP_PROGRAM])])
480
 
481
# serial 4                                              -*- Autoconf -*-
482
 
483
# Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
484
 
485
# This program is free software; you can redistribute it and/or modify
486
# it under the terms of the GNU General Public License as published by
487
# the Free Software Foundation; either version 2, or (at your option)
488
# any later version.
489
 
490
# This program is distributed in the hope that it will be useful,
491
# but WITHOUT ANY WARRANTY; without even the implied warranty of
492
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
493
# GNU General Public License for more details.
494
 
495
# You should have received a copy of the GNU General Public License
496
# along with this program; if not, write to the Free Software
497
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
498
# 02111-1307, USA.
499
 
500
 
501
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
502
# written in clear, in which case automake, when reading aclocal.m4,
503
# will think it sees a *use*, and therefore will trigger all it's
504
# C support machinery.  Also note that it means that autoscan, seeing
505
# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
506
 
507
 
508
 
509
# _AM_DEPENDENCIES(NAME)
510
# ----------------------
511
# See how the compiler implements dependency checking.
512
# NAME is "CC", "CXX", "GCJ", or "OBJC".
513
# We try a few techniques and use that to set a single cache variable.
514
#
515
# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
516
# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
517
# dependency, and given that the user is not expected to run this macro,
518
# just rely on AC_PROG_CC.
519
AC_DEFUN([_AM_DEPENDENCIES],
520
[AC_REQUIRE([AM_SET_DEPDIR])dnl
521
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
522
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
523
AC_REQUIRE([AM_DEP_TRACK])dnl
524
 
525
ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
526
       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
527
       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
528
       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
529
                   [depcc="$$1"   am_compiler_list=])
530
 
531
AC_CACHE_CHECK([dependency style of $depcc],
532
               [am_cv_$1_dependencies_compiler_type],
533
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
534
  # We make a subdir and do the tests there.  Otherwise we can end up
535
  # making bogus files that we don't know about and never remove.  For
536
  # instance it was reported that on HP-UX the gcc test will end up
537
  # making a dummy file named `D' -- because `-MD' means `put the output
538
  # in D'.
539
  mkdir conftest.dir
540
  # Copy depcomp to subdir because otherwise we won't find it if we're
541
  # using a relative directory.
542
  cp "$am_depcomp" conftest.dir
543
  cd conftest.dir
544
 
545
  am_cv_$1_dependencies_compiler_type=none
546
  if test "$am_compiler_list" = ""; then
547
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
548
  fi
549
  for depmode in $am_compiler_list; do
550
    # We need to recreate these files for each test, as the compiler may
551
    # overwrite some of them when testing with obscure command lines.
552
    # This happens at least with the AIX C compiler.
553
    echo '#include "conftest.h"' > conftest.c
554
    echo 'int i;' > conftest.h
555
    echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
556
 
557
    case $depmode in
558
    nosideeffect)
559
      # after this tag, mechanisms are not by side-effect, so they'll
560
      # only be used when explicitly requested
561
      if test "x$enable_dependency_tracking" = xyes; then
562
        continue
563
      else
564
        break
565
      fi
566
      ;;
567
    none) break ;;
568
    esac
569
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
570
    # mode.  It turns out that the SunPro C++ compiler does not properly
571
    # handle `-M -o', and we need to detect this.
572
    if depmode=$depmode \
573
       source=conftest.c object=conftest.o \
574
       depfile=conftest.Po tmpdepfile=conftest.TPo \
575
       $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
576
       grep conftest.h conftest.Po > /dev/null 2>&1 &&
577
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
578
      am_cv_$1_dependencies_compiler_type=$depmode
579
      break
580
    fi
581
  done
582
 
583
  cd ..
584
  rm -rf conftest.dir
585
else
586
  am_cv_$1_dependencies_compiler_type=none
587
fi
588
])
589
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
590
])
591
 
592
 
593
# AM_SET_DEPDIR
594
# -------------
595
# Choose a directory name for dependency files.
596
# This macro is AC_REQUIREd in _AM_DEPENDENCIES
597
AC_DEFUN([AM_SET_DEPDIR],
598
[rm -f .deps 2>/dev/null
599
mkdir .deps 2>/dev/null
600
if test -d .deps; then
601
  DEPDIR=.deps
602
else
603
  # MS-DOS does not allow filenames that begin with a dot.
604
  DEPDIR=_deps
605
fi
606
rmdir .deps 2>/dev/null
607
AC_SUBST([DEPDIR])
608
])
609
 
610
 
611
# AM_DEP_TRACK
612
# ------------
613
AC_DEFUN([AM_DEP_TRACK],
614
[AC_ARG_ENABLE(dependency-tracking,
615
[  --disable-dependency-tracking Speeds up one-time builds
616
  --enable-dependency-tracking  Do not reject slow dependency extractors])
617
if test "x$enable_dependency_tracking" != xno; then
618
  am_depcomp="$ac_aux_dir/depcomp"
619
  AMDEPBACKSLASH='\'
620
fi
621
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
622
AC_SUBST([AMDEPBACKSLASH])
623
])
624
 
625
# Generate code to set up dependency tracking.   -*- Autoconf -*-
626
 
627
# Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
628
 
629
# This program is free software; you can redistribute it and/or modify
630
# it under the terms of the GNU General Public License as published by
631
# the Free Software Foundation; either version 2, or (at your option)
632
# any later version.
633
 
634
# This program is distributed in the hope that it will be useful,
635
# but WITHOUT ANY WARRANTY; without even the implied warranty of
636
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
637
# GNU General Public License for more details.
638
 
639
# You should have received a copy of the GNU General Public License
640
# along with this program; if not, write to the Free Software
641
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
642
# 02111-1307, USA.
643
 
644
#serial 2
645
 
646
# _AM_OUTPUT_DEPENDENCY_COMMANDS
647
# ------------------------------
648
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
649
[for mf in $CONFIG_FILES; do
650
  # Strip MF so we end up with the name of the file.
651
  mf=`echo "$mf" | sed -e 's/:.*$//'`
652
  # Check whether this is an Automake generated Makefile or not.
653
  # We used to match only the files named `Makefile.in', but
654
  # some people rename them; so instead we look at the file content.
655
  # Grep'ing the first line is not enough: some people post-process
656
  # each Makefile.in and add a new line on top of each file to say so.
657
  # So let's grep whole file.
658
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
659
    dirpart=`AS_DIRNAME("$mf")`
660
  else
661
    continue
662
  fi
663
  grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue
664
  # Extract the definition of DEP_FILES from the Makefile without
665
  # running `make'.
666
  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
667
  test -z "$DEPDIR" && continue
668
  # When using ansi2knr, U may be empty or an underscore; expand it
669
  U=`sed -n -e '/^U = / s///p' < "$mf"`
670
  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
671
  # We invoke sed twice because it is the simplest approach to
672
  # changing $(DEPDIR) to its actual value in the expansion.
673
  for file in `sed -n -e '
674
    /^DEP_FILES = .*\\\\$/ {
675
      s/^DEP_FILES = //
676
      :loop
677
        s/\\\\$//
678
        p
679
        n
680
        /\\\\$/ b loop
681
      p
682
    }
683
    /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
684
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
685
    # Make sure the directory exists.
686
    test -f "$dirpart/$file" && continue
687
    fdir=`AS_DIRNAME(["$file"])`
688
    AS_MKDIR_P([$dirpart/$fdir])
689
    # echo "creating $dirpart/$file"
690
    echo '# dummy' > "$dirpart/$file"
691
  done
692
done
693
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
694
 
695
 
696
# AM_OUTPUT_DEPENDENCY_COMMANDS
697
# -----------------------------
698
# This macro should only be invoked once -- use via AC_REQUIRE.
699
#
700
# This code is only required when automatic dependency tracking
701
# is enabled.  FIXME.  This creates each `.P' file that we will
702
# need in order to bootstrap the dependency handling code.
703
AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
704
[AC_CONFIG_COMMANDS([depfiles],
705
     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
706
     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
707
])
708
 
709
# Copyright 2001 Free Software Foundation, Inc.             -*- Autoconf -*-
710
 
711
# This program is free software; you can redistribute it and/or modify
712
# it under the terms of the GNU General Public License as published by
713
# the Free Software Foundation; either version 2, or (at your option)
714
# any later version.
715
 
716
# This program is distributed in the hope that it will be useful,
717
# but WITHOUT ANY WARRANTY; without even the implied warranty of
718
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
719
# GNU General Public License for more details.
720
 
721
# You should have received a copy of the GNU General Public License
722
# along with this program; if not, write to the Free Software
723
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
724
# 02111-1307, USA.
725
 
726
# serial 2
727
 
728
# AM_MAKE_INCLUDE()
729
# -----------------
730
# Check to see how make treats includes.
731
AC_DEFUN([AM_MAKE_INCLUDE],
732
[am_make=${MAKE-make}
733
cat > confinc << 'END'
734
doit:
735
        @echo done
736
END
737
# If we don't find an include directive, just comment out the code.
738
AC_MSG_CHECKING([for style of include used by $am_make])
739
am__include="#"
740
am__quote=
741
_am_result=none
742
# First try GNU make style include.
743
echo "include confinc" > confmf
744
# We grep out `Entering directory' and `Leaving directory'
745
# messages which can occur if `w' ends up in MAKEFLAGS.
746
# In particular we don't look at `^make:' because GNU make might
747
# be invoked under some other name (usually "gmake"), in which
748
# case it prints its new name instead of `make'.
749
if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
750
   am__include=include
751
   am__quote=
752
   _am_result=GNU
753
fi
754
# Now try BSD make style include.
755
if test "$am__include" = "#"; then
756
   echo '.include "confinc"' > confmf
757
   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
758
      am__include=.include
759
      am__quote="\""
760
      _am_result=BSD
761
   fi
762
fi
763
AC_SUBST(am__include)
764
AC_SUBST(am__quote)
765
AC_MSG_RESULT($_am_result)
766
rm -f confinc confmf
767
])
768
 
769
# AM_CONDITIONAL                                              -*- Autoconf -*-
770
 
771
# Copyright 1997, 2000, 2001 Free Software Foundation, Inc.
772
 
773
# This program is free software; you can redistribute it and/or modify
774
# it under the terms of the GNU General Public License as published by
775
# the Free Software Foundation; either version 2, or (at your option)
776
# any later version.
777
 
778
# This program is distributed in the hope that it will be useful,
779
# but WITHOUT ANY WARRANTY; without even the implied warranty of
780
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
781
# GNU General Public License for more details.
782
 
783
# You should have received a copy of the GNU General Public License
784
# along with this program; if not, write to the Free Software
785
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
786
# 02111-1307, USA.
787
 
788
# serial 5
789
 
790
AC_PREREQ(2.52)
791
 
792
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
793
# -------------------------------------
794
# Define a conditional.
795
AC_DEFUN([AM_CONDITIONAL],
796
[ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
797
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
798
AC_SUBST([$1_TRUE])
799
AC_SUBST([$1_FALSE])
800
if $2; then
801
  $1_TRUE=
802
  $1_FALSE='#'
803
else
804
  $1_TRUE='#'
805
  $1_FALSE=
806
fi
807
AC_CONFIG_COMMANDS_PRE(
808
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
809
  AC_MSG_ERROR([conditional \"$1\" was never defined.
810
Usually this means the macro was only invoked conditionally.])
811
fi])])
812
 
813
dnl
814
dnl canonical-target-name.m4,v 1.12 2001/09/14 17:30:22 joel Exp
815
dnl
816
 
817
dnl canonicalize target cpu
818
dnl NOTE: Most rtems targets do not fullfil autoconf's
819
dnl target naming conventions "processor-vendor-os"
820
dnl Therefore autoconf's AC_CANONICAL_TARGET will fail for them
821
dnl and we have to fix it for rtems ourselves
822
 
823
AC_DEFUN(RTEMS_CANONICAL_TARGET_CPU,
824
[
825
AC_CANONICAL_TARGET
826
AC_MSG_CHECKING(rtems target cpu)
827
case "${target}" in
828
  # hpux unix port should go here
829
  i[[34567]]86-*linux*)         # unix "simulator" port
830
        RTEMS_CPU=unix
831
        ;;
832
  i[[34567]]86-*freebsd*)       # unix "simulator" port
833
        RTEMS_CPU=unix
834
        ;;
835
  i[[34567]]86-pc-cygwin*)      # Cygwin is just enough unix like :)
836
        RTEMS_CPU=unix
837
        ;;
838
  no_cpu-*rtems*)
839
        RTEMS_CPU=no_cpu
840
        ;;
841
  sparc-sun-solaris*)           # unix "simulator" port
842
        RTEMS_CPU=unix
843
        ;;
844
  *)
845
        RTEMS_CPU=`echo $target | sed 's%^\([[^-]]*\)-\(.*\)$%\1%'`
846
        ;;
847
esac
848
AC_SUBST(RTEMS_CPU)
849
AC_MSG_RESULT($RTEMS_CPU)
850
])
851
 
852
dnl bsp-configure.m4,v 1.2 2002/07/22 09:17:40 ralf Exp
853
 
854
dnl RTEMS_BSP_CONFIGURE
855
dnl Commom macro to be included by all bsp-configure.acs
856
AC_DEFUN([RTEMS_BSP_CONFIGURE],
857
[
858
  AC_PREREQ([2.52])
859
  AM_MAINTAINER_MODE
860
  RTEMS_ENV_RTEMSBSP
861
 
862
  RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
863
  RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
864
 
865
  RTEMS_CANONICAL_HOST
866
  AM_CONFIG_HEADER([include/bspopts.h])
867
  RTEMS_PROJECT_ROOT
868
 
869
  RTEMS_CHECK_MULTIPROCESSING
870
])
871
 
872
# Add --enable-maintainer-mode option to configure.
873
# From Jim Meyering
874
 
875
# Copyright 1996, 1998, 2000, 2001 Free Software Foundation, Inc.
876
 
877
# This program is free software; you can redistribute it and/or modify
878
# it under the terms of the GNU General Public License as published by
879
# the Free Software Foundation; either version 2, or (at your option)
880
# any later version.
881
 
882
# This program is distributed in the hope that it will be useful,
883
# but WITHOUT ANY WARRANTY; without even the implied warranty of
884
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
885
# GNU General Public License for more details.
886
 
887
# You should have received a copy of the GNU General Public License
888
# along with this program; if not, write to the Free Software
889
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
890
# 02111-1307, USA.
891
 
892
# serial 1
893
 
894
AC_DEFUN([AM_MAINTAINER_MODE],
895
[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
896
  dnl maintainer-mode is disabled by default
897
  AC_ARG_ENABLE(maintainer-mode,
898
[  --enable-maintainer-mode enable make rules and dependencies not useful
899
                          (and sometimes confusing) to the casual installer],
900
      USE_MAINTAINER_MODE=$enableval,
901
      USE_MAINTAINER_MODE=no)
902
  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
903
  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
904
  MAINT=$MAINTAINER_MODE_TRUE
905
  AC_SUBST(MAINT)dnl
906
]
907
)
908
 
909
dnl env-rtemsbsp.m4,v 1.7 2002/08/06 07:31:47 ralf Exp
910
 
911
dnl Pass a single BSP via an environment variable
912
dnl used by per BSP configure scripts
913
AC_DEFUN(RTEMS_ENV_RTEMSBSP,
914
[dnl
915
AC_BEFORE([$0], [RTEMS_ENABLE_RTEMSBSP])dnl
916
AC_BEFORE([$0], [RTEMS_PROJECT_ROOT])dnl
917
AC_BEFORE([$0], [RTEMS_CHECK_CUSTOM_BSP])dnl
918
 
919
AC_ARG_VAR([RTEMS_BSP],[RTEMS_BSP to build])
920
AC_MSG_CHECKING([for RTEMS_BSP])
921
AC_CACHE_VAL(rtems_cv_RTEMS_BSP,
922
[dnl
923
  test -n "${RTEMS_BSP}" && rtems_cv_RTEMS_BSP="$RTEMS_BSP";
924
])dnl
925
if test -z "$rtems_cv_RTEMS_BSP"; then
926
  AC_MSG_ERROR([Missing RTEMS_BSP])
927
fi
928
RTEMS_BSP="$rtems_cv_RTEMS_BSP"
929
AC_MSG_RESULT(${RTEMS_BSP})
930
AC_SUBST(RTEMS_BSP)
931
 
932
RTEMS_BSP_SPECS="-specs bsp_specs -qrtems"
933
AC_SUBST(RTEMS_BSP_SPECS)
934
 
935
GCC_SPECS="-B\$(PROJECT_ROOT)/lib/ -B\$(PROJECT_ROOT)/$RTEMS_BSP/lib/"
936
AC_SUBST(GCC_SPECS)
937
 
938
PROJECT_INCLUDE="\$(PROJECT_ROOT)/$RTEMS_BSP/lib/include"
939
AC_SUBST(PROJECT_INCLUDE)
940
 
941
PROJECT_RELEASE="\$(PROJECT_ROOT)/$RTEMS_BSP"
942
AC_SUBST(PROJECT_RELEASE)
943
 
944
RTEMS_ROOT=$PROJECT_ROOT/c/$RTEMS_BSP
945
AC_SUBST(RTEMS_ROOT)
946
 
947
RTEMS_ENABLE_BARE
948
AC_SUBST(BARE_CPU_MODEL)
949
AC_SUBST(BARE_CPU_CFLAGS)
950
 
951
AM_CONDITIONAL([MULTILIB],[false])
952
 
953
includedir="\${exec_prefix}/${RTEMS_BSP}/lib/include"
954
libdir="\${exec_prefix}/${RTEMS_BSP}/lib"
955
 
956
bsplibdir="\${exec_prefix}/${RTEMS_BSP}/lib"
957
AC_SUBST(bsplibdir)
958
])
959
 
960
dnl enable-rtemsbsp.m4,v 1.10 2001/09/13 13:14:30 joel Exp
961
 
962
dnl Override the set of BSPs to be built.
963
dnl used by the toplevel configure script
964
dnl RTEMS_ENABLE_RTEMSBSP(rtems_bsp_list)
965
AC_DEFUN(RTEMS_ENABLE_RTEMSBSP,
966
[
967
AC_BEFORE([$0], [RTEMS_ENV_RTEMSBSP])dnl
968
AC_ARG_ENABLE(rtemsbsp,
969
AC_HELP_STRING([--enable-rtemsbsp="bsp1 bsp2 .."],
970
[BSPs to include in build]),
971
[case "${enableval}" in
972
  yes|no) AC_MSG_ERROR([missing argument to --enable-rtemsbsp=\"bsp1 bsp2\"]);;
973
  *) $1=$enableval;;
974
esac],[$1=""])
975
])
976
 
977
dnl
978
dnl project-root.m4,v 1.6 2001/12/20 17:33:23 joel Exp
979
dnl
980
 
981
dnl
982
dnl PROJECT_TOPdir     .. relative path to the top of the build-tree
983
dnl PROJECT_ROOT       .. relative path to the top of the temporary
984
dnl                       installation directory inside the build-tree
985
dnl RTEMS_TOPdir       .. relative path of a subpackage's configure.in to the
986
dnl                       toplevel configure.in of the source-tree
987
dnl RTEMS_ROOT         .. path to the top of a bsp's build directory
988
dnl                       [Applied by custom/*.cfg, depredicated otherwise]
989
dnl
990
 
991
AC_DEFUN(RTEMS_PROJECT_ROOT,
992
[dnl
993
AC_REQUIRE([RTEMS_TOP])
994
 
995
PACKHEX="\$(PROJECT_TOPdir)/tools/build/packhex"
996
AC_SUBST(PACKHEX)
997
])
998
 
999
 
1000
dnl check-bsps.m4,v 1.18 2001/11/21 18:36:51 joel Exp
1001
 
1002
dnl Report all available bsps for a target,
1003
dnl check if a bsp-subdirectory is present for all bsps found
1004
dnl
1005
dnl RTEMS_CHECK_BSPS(bsp_list)
1006
AC_DEFUN(RTEMS_CHECK_BSPS,
1007
[
1008
AC_REQUIRE([RTEMS_CHECK_CPU])dnl sets RTEMS_CPU, target
1009
AC_REQUIRE([RTEMS_TOP])dnl sets RTEMS_TOPdir
1010
AC_MSG_CHECKING([for bsps])
1011
    files=`ls $srcdir/$RTEMS_TOPdir/c/src/lib/libbsp/$RTEMS_CPU`
1012
    for file in $files; do
1013
      if test -r $srcdir/$RTEMS_TOPdir/c/src/lib/libbsp/$RTEMS_CPU/$file/bsp_specs; then
1014
        case $file in
1015
        # Now account for BSPs with build variants
1016
          c4xsim)            $1="[$]$1 c4xsim c3xsim";;
1017
          gen68360)          $1="[$]$1 gen68360 gen68360_040";;
1018
          p4000)             $1="[$]$1 p4600 p4650";;
1019
          mvme162)           $1="[$]$1 mvme162 mvme162lx";;
1020
          mbx8xx)            $1="[$]$1 mbx821_001 mbx860_002 mbx860_005b";;
1021
          motorola_powerpc)  $1="[$]$1 mvme2307 mcp750";;
1022
          pc386)             $1="[$]$1 pc386 pc386dx pc486 pc586 pc686 pck6";;
1023
          erc32)             $1="[$]$1 erc32 erc32nfp";;
1024
          leon)              $1="[$]$1 leon1 leon2";;
1025
          sim68000)          $1="[$]$1 sim68000 simcpu32";;
1026
          shsim)             $1="[$]$1 simsh7032 simsh7045";;
1027
          *)                 $1="[$]$1 $file";;
1028
        esac;
1029
      fi
1030
    done
1031
AC_MSG_RESULT([[$]$1 .. done])
1032
])dnl
1033
 
1034
AC_DEFUN(RTEMS_CHECK_CUSTOM_BSP,
1035
[dnl
1036
AC_REQUIRE([RTEMS_TOP])
1037
 
1038
AC_MSG_CHECKING([for make/custom/[$]$1.cfg])
1039
if test -r "$srcdir/$RTEMS_TOPdir/make/custom/[$]$1.cfg"; then
1040
  AC_MSG_RESULT([yes])
1041
else
1042
  AC_MSG_ERROR([no])
1043
fi
1044
])dnl
1045
 
1046
dnl check-cpu.m4,v 1.6 2002/07/22 10:13:20 ralf Exp
1047
 
1048
dnl check if RTEMS support a cpu
1049
AC_DEFUN(RTEMS_CHECK_CPU,
1050
[dnl
1051
AC_REQUIRE([RTEMS_TOP])
1052
AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])
1053
 
1054
# Is this a supported CPU?
1055
AC_MSG_CHECKING([if cpu $RTEMS_CPU is supported])
1056
# FIXME: Temporary hack
1057
if test -d "$srcdir/$RTEMS_TOPdir/cpukit/score/cpu/$RTEMS_CPU"; then
1058
  AC_MSG_RESULT(yes)
1059
else
1060
  AC_MSG_ERROR(no)
1061
fi
1062
])dnl
1063
 
1064
 
1065
AC_DEFUN(RTEMS_ENABLE_BARE,
1066
[
1067
AC_ARG_ENABLE(bare-cpu-cflags,
1068
AC_HELP_STRING([--enable-bare-cpu-cflags],[specify a particular cpu cflag (bare bsp specific)]),
1069
[case "${enableval}" in
1070
  no) BARE_CPU_CFLAGS="" ;;
1071
  *)    BARE_CPU_CFLAGS="${enableval}" ;;
1072
esac],
1073
[BARE_CPU_CFLAGS=""])
1074
 
1075
AC_ARG_ENABLE(bare-cpu-model,
1076
AC_HELP_STRING([--enable-bare-cpu-model],[specify a particular cpu model (bare bsp specific)]),
1077
[case "${enableval}" in
1078
  no)   BARE_CPU_MODEL="" ;;
1079
  *)    BARE_CPU_MODEL="${enableval}" ;;
1080
esac],
1081
[BARE_CPU_MODEL=""])
1082
])
1083
 
1084
 
1085
dnl check-bsp-cache.m4,v 1.3 2000/11/09 17:04:53 joel Exp
1086
 
1087
dnl RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
1088
AC_DEFUN(RTEMS_CHECK_BSP_CACHE,
1089
[
1090
AC_REQUIRE([RTEMS_CHECK_CPU])dnl sets RTEMS_CPU, target
1091
AC_REQUIRE([RTEMS_ENV_RTEMSBSP])dnl set RTEMS_BSP
1092
AC_REQUIRE([RTEMS_TOP])dnl sets RTEMS_TOPdir
1093
AC_CACHE_CHECK([for RTEMS_CPU_MODEL], rtems_cv_RTEMS_CPU_MODEL,
1094
. $RTEMS_TOPdir/c/[$]$1/make/[$]$1.cache)
1095
RTEMS_CPU_MODEL=$rtems_cv_RTEMS_CPU_MODEL
1096
AC_SUBST(RTEMS_CPU_MODEL)
1097
AC_CACHE_CHECK([for RTEMS_BSP_FAMILY], rtems_cv_RTEMS_BSP_FAMILY,
1098
. $RTEMS_TOPdir/c/[$]$1/make/[$]$1.cache)
1099
RTEMS_BSP_FAMILY=$rtems_cv_RTEMS_BSP_FAMILY
1100
AC_SUBST(RTEMS_BSP_FAMILY)
1101
])dnl
1102
 
1103
dnl canonical-host.m4,v 1.6 2000/11/15 21:56:52 joel Exp
1104
 
1105
AC_DEFUN(RTEMS_CANONICAL_HOST,
1106
[dnl
1107
AC_REQUIRE([AC_CANONICAL_HOST])
1108
RTEMS_HOST=$host_os
1109
case "${target}" in
1110
  # hpux unix port should go here
1111
  i[[34567]]86-*linux*)          # unix "simulator" port
1112
        RTEMS_HOST=Linux
1113
        ;;
1114
  i[[34567]]86-*freebsd*)         # unix "simulator" port
1115
        RTEMS_HOST=FreeBSD
1116
        ;;
1117
  i[[34567]]86-pc-cygwin*)      # Cygwin is just enough unix like :)
1118
        RTEMS_HOST=Cygwin
1119
        ;;
1120
  sparc-sun-solaris*)           # unix "simulator" port
1121
        RTEMS_HOST=Solaris
1122
        ;;
1123
  *)
1124
        ;;
1125
esac
1126
AC_SUBST(RTEMS_HOST)
1127
])dnl
1128
 
1129
# Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*-
1130
 
1131
# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
1132
 
1133
# This program is free software; you can redistribute it and/or modify
1134
# it under the terms of the GNU General Public License as published by
1135
# the Free Software Foundation; either version 2, or (at your option)
1136
# any later version.
1137
 
1138
# This program is distributed in the hope that it will be useful,
1139
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1140
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1141
# GNU General Public License for more details.
1142
 
1143
# You should have received a copy of the GNU General Public License
1144
# along with this program; if not, write to the Free Software
1145
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
1146
# 02111-1307, USA.
1147
 
1148
AC_PREREQ([2.52])
1149
 
1150
# serial 6
1151
 
1152
# When config.status generates a header, we must update the stamp-h file.
1153
# This file resides in the same directory as the config header
1154
# that is generated.  We must strip everything past the first ":",
1155
# and everything past the last "/".
1156
 
1157
# _AM_DIRNAME(PATH)
1158
# -----------------
1159
# Like AS_DIRNAME, only do it during macro expansion
1160
AC_DEFUN([_AM_DIRNAME],
1161
       [m4_if(regexp([$1], [^.*[^/]//*[^/][^/]*/*$]), -1,
1162
              m4_if(regexp([$1], [^//\([^/]\|$\)]), -1,
1163
                    m4_if(regexp([$1], [^/.*]), -1,
1164
                          [.],
1165
                          patsubst([$1], [^\(/\).*], [\1])),
1166
                    patsubst([$1], [^\(//\)\([^/].*\|$\)], [\1])),
1167
              patsubst([$1], [^\(.*[^/]\)//*[^/][^/]*/*$], [\1]))[]dnl
1168
])# _AM_DIRNAME
1169
 
1170
 
1171
# The stamp files are numbered to have different names.
1172
# We could number them on a directory basis, but that's additional
1173
# complications, let's have a unique counter.
1174
m4_define([_AM_STAMP_Count], [0])
1175
 
1176
 
1177
# _AM_STAMP(HEADER)
1178
# -----------------
1179
# The name of the stamp file for HEADER.
1180
AC_DEFUN([_AM_STAMP],
1181
[m4_define([_AM_STAMP_Count], m4_incr(_AM_STAMP_Count))dnl
1182
AS_ESCAPE(_AM_DIRNAME(patsubst([$1],
1183
                               [:.*])))/stamp-h[]_AM_STAMP_Count])
1184
 
1185
 
1186
# _AM_CONFIG_HEADER(HEADER[:SOURCES], COMMANDS, INIT-COMMANDS)
1187
# ------------------------------------------------------------
1188
# We used to try to get a real timestamp in stamp-h.  But the fear is that
1189
# that will cause unnecessary cvs conflicts.
1190
AC_DEFUN([_AM_CONFIG_HEADER],
1191
[# Add the stamp file to the list of files AC keeps track of,
1192
# along with our hook.
1193
AC_CONFIG_HEADERS([$1],
1194
                  [# update the timestamp
1195
echo 'timestamp for $1' >"_AM_STAMP([$1])"
1196
$2],
1197
                  [$3])
1198
])# _AM_CONFIG_HEADER
1199
 
1200
 
1201
# AM_CONFIG_HEADER(HEADER[:SOURCES]..., COMMANDS, INIT-COMMANDS)
1202
# --------------------------------------------------------------
1203
AC_DEFUN([AM_CONFIG_HEADER],
1204
[AC_FOREACH([_AM_File], [$1], [_AM_CONFIG_HEADER(_AM_File, [$2], [$3])])
1205
])# AM_CONFIG_HEADER
1206
 
1207
dnl
1208
dnl check-multiprocessing.m4,v 1.11 2002/06/30 06:27:36 ralf Exp
1209
dnl
1210
 
1211
AC_DEFUN(RTEMS_CHECK_MULTIPROCESSING,
1212
[dnl
1213
AC_REQUIRE([RTEMS_ENABLE_MULTILIB])dnl
1214
AC_REQUIRE([RTEMS_ENV_RTEMSBSP])dnl
1215
AC_REQUIRE([RTEMS_TOP])dnl
1216
AC_REQUIRE([RTEMS_CHECK_CPU])dnl
1217
AC_REQUIRE([RTEMS_ENABLE_MULTIPROCESSING])dnl
1218
AC_REQUIRE([RTEMS_BSP_ALIAS])dnl
1219
 
1220
AC_CACHE_CHECK([if wanting multiprocessing],
1221
  [rtems_cv_want_multiprocessing],
1222
  [
1223
    AS_IF([test x"$multilib" = x"no"],
1224
      [# no cpukit
1225
       rtems_cv_want_multiprocessing="$enable_multiprocessing"
1226
      ],[
1227
#HACK: Should check for RTEMS_MULTIPROCESSING in cpuopts.h, instead
1228
       rtems_cv_want_multiprocessing="$enable_multiprocessing"
1229
      ])
1230
  ])
1231
 
1232
AS_IF([test "$rtems_cv_want_multiprocessing" = "yes"],
1233
[
1234
  AC_CACHE_CHECK([whether BSP supports multiprocessing],
1235
  [rtems_cv_HAS_MP],[
1236
    if test -d "$srcdir/${RTEMS_TOPdir}/c/src/lib/libbsp/${RTEMS_CPU}/${RTEMS_BSP_FAMILY}/shmsupp"; then
1237
        rtems_cv_HAS_MP="yes" ;
1238
    else
1239
        rtems_cv_HAS_MP="no";
1240
    fi
1241
  ])
1242
if test $rtems_cv_HAS_MP = "no"; then
1243
AC_MSG_ERROR([multiprocessing requested but not supported])
1244
fi
1245
],[rtems_cv_HAS_MP="no";])
1246
 
1247
AC_SUBST(HAS_MP,[$rtems_cv_HAS_MP])
1248
])
1249
 
1250
dnl This provides configure definitions used for multilib support
1251
 
1252
dnl parts of these macros are derived from newlib-1.8.2's multilib support
1253
 
1254
AC_DEFUN(RTEMS_ENABLE_MULTILIB,
1255
[
1256
AC_ARG_ENABLE(multilib,
1257
AC_HELP_STRING([--enable-multilib],
1258
[build many library versions (default=no)]),
1259
[case "${enableval}" in
1260
  yes) multilib=yes ;;
1261
  no)  multilib=no ;;
1262
  *)   AC_MSG_ERROR(bad value ${enableval} for multilib option) ;;
1263
 esac], [multilib=no])dnl
1264
 
1265
AM_CONDITIONAL(MULTILIB,test x"${multilib}" = x"yes")
1266
])
1267
 
1268
dnl enable-multiprocessing.m4,v 1.5 2002/06/30 06:27:36 ralf Exp
1269
 
1270
AC_DEFUN(RTEMS_ENABLE_MULTIPROCESSING,
1271
[
1272
AC_ARG_ENABLE(multiprocessing,
1273
AC_HELP_STRING([--enable-multiprocessing],[enable multiprocessing interface]),
1274
[case "${enable_multiprocessing}" in
1275
  yes) ;;
1276
  no) ;;
1277
  *)  AC_MSG_ERROR(bad value ${enableval} for enable-multiprocessing option) ;;
1278
esac],[enable_multiprocessing=no])
1279
])
1280
 
1281
dnl
1282
dnl  bsp-alias.m4,v 1.15 2001/11/21 18:36:51 joel Exp
1283
dnl
1284
 
1285
dnl _RTEMS_BSP_ALIAS(BSP_ALIAS,RTEMS_BSP_FAMILY)
1286
dnl Internal subroutine to RTEMS_BSP_ALIAS
1287
AC_DEFUN(_RTEMS_BSP_ALIAS,
1288
[# account for "aliased" bsps which share source code
1289
  case $1 in
1290
    simcpu32)     $2=sim68000         ;; # BSVC CPU32 variant
1291
    c3xsim)       $2=c4xsim           ;; # TI C3x Simulator in gdb
1292
    mcp750)       $2=motorola_powerpc ;; # Motorola PPC board variant
1293
    mvme2307)     $2=motorola_powerpc ;; # Motorola PPC board variant
1294
    mvme162lx)    $2=mvme162          ;; # m68k - mvme162 board variant
1295
    gen68360_040) $2=gen68360         ;; # m68k - 68360 in companion mode
1296
    p4600)        $2=p4000            ;; # mips64orion - p4000 board w/IDT 4600
1297
    p4650)        $2=p4000            ;; # mips64orion - p4000 board w/IDT 4650
1298
    mbx8*)        $2=mbx8xx           ;; # MBX821/MBX860 board
1299
    pc386dx)      $2=pc386            ;; # i386 - PC w/o FPU
1300
    pc486)        $2=pc386            ;; # i386 - PC with i486DX
1301
    pc586)        $2=pc386            ;; # i386 - PC with Pentium
1302
    pc686)        $2=pc386            ;; # i386 - PC with PentiumPro
1303
    pck6)         $2=pc386            ;; # i386 - PC with K6
1304
    bare*)        $2=bare             ;; # EXP: bare-aliases
1305
    erc32nfp)     $2=erc32            ;; # erc32 without fpu
1306
    leon1)        $2=leon             ;; # leon without fpu
1307
    leon2)        $2=leon             ;; # leon with fpu
1308
    simsh7032)    $2=shsim            ;; # SH7032 simulator
1309
    simsh7045)    $2=shsim            ;; # SH7045 simulator
1310
    *)            $2=$1;;
1311
  esac]
1312
)
1313
 
1314
dnl RTEMS_BSP_ALIAS(BSP_ALIAS,RTEMS_BSP_FAMILY)
1315
dnl convert a bsp alias $1 into its bsp directory RTEMS_BSP_FAMILY
1316
AC_DEFUN(RTEMS_BSP_ALIAS,
1317
[_RTEMS_BSP_ALIAS(m4_if([$1],,[$RTEMS_BSP],[$1]),
1318
  m4_if([$2],,[RTEMS_BSP_FAMILY],[$2]))]
1319
)
1320
 
1321
dnl
1322
dnl prog-cc.m4,v 1.15 2002/04/17 13:27:29 joel Exp
1323
dnl
1324
dnl Check for target gcc
1325
dnl
1326
 
1327
AC_DEFUN(RTEMS_PROG_CC,
1328
[
1329
AC_BEFORE([$0], [AC_PROG_CPP])dnl
1330
AC_BEFORE([$0], [AC_PROG_CC])dnl
1331
AC_BEFORE([$0], [RTEMS_CANONICALIZE_TOOLS])dnl
1332
 
1333
RTEMS_CHECK_TOOL(CC,gcc)
1334
test -z "$CC" && \
1335
  AC_MSG_ERROR([no acceptable cc found in \$PATH])
1336
AC_PROG_CC
1337
AC_PROG_CPP
1338
 
1339
AM_CONDITIONAL(RTEMS_USE_GCC,test x"$GCC" = x"yes")
1340
])
1341
 
1342
AC_DEFUN(RTEMS_PROG_CC_FOR_TARGET,
1343
[
1344
dnl check target cc
1345
RTEMS_PROG_CC
1346
dnl check if the compiler supports --specs
1347
RTEMS_GCC_SPECS
1348
dnl check if the target compiler may use --pipe
1349
RTEMS_GCC_PIPE
1350
dnl check if the compiler supports --specs if gcc28 is requested
1351
#  if test "$rtems_cv_gcc_specs" = "no"; then
1352
#    AC_MSG_WARN([*** disabling --enable-gcc28])
1353
#      RTEMS_USE_GCC272=yes
1354
#  fi
1355
test "$rtems_cv_gcc_pipe" = "yes" && CC="$CC --pipe"
1356
 
1357
if test "$GCC" = yes; then
1358
]
1359
m4_if([$1],,[],[CPPFLAGS="$CPPFLAGS $1"])
1360
[
1361
CFLAGS="-g -Wall"
1362
fi
1363
 
1364
dnl FIXME: HACK for egcs/cygwin mixing '\\' and '/' in gcc -print-*
1365
case $build_os in
1366
*cygwin*)     GCCSED="| sed 's%\\\\%/%g'" ;;
1367
*) ;;
1368
esac
1369
AC_SUBST(GCCSED)
1370
])
1371
 
1372
dnl
1373
dnl canonicalize-tools.m4,v 1.15 2000/11/02 22:51:12 joel Exp
1374
dnl
1375
dnl Set target tools
1376
dnl
1377
 
1378
AC_DEFUN(RTEMS_GCC_PRINT,
1379
[
1380
    $1=`$CC --print-prog-name=$2`
1381
])
1382
 
1383
AC_DEFUN(RTEMS_CANONICALIZE_TOOLS,
1384
[AC_REQUIRE([RTEMS_PROG_CC])dnl
1385
 
1386
dnl FIXME: What shall be done if these tools are not available?
1387
  RTEMS_CHECK_TOOL(AR,ar,no)
1388
  RTEMS_CHECK_TOOL(AS,as,no)
1389
  RTEMS_CHECK_TOOL(LD,ld,no)
1390
  RTEMS_CHECK_TOOL(NM,nm,no)
1391
 
1392
dnl special treatment of ranlib
1393
  RTEMS_CHECK_TOOL(RANLIB,ranlib,:)
1394
 
1395
dnl NOTE: These may not be available if not using gnutools
1396
  RTEMS_CHECK_TOOL(OBJCOPY,objcopy,no)
1397
  RTEMS_CHECK_TOOL(SIZE,size,no)
1398
  RTEMS_CHECK_TOOL(STRIP,strip,:)
1399
])
1400
 
1401
dnl check-tool.m4,v 1.2 2002/01/08 12:06:18 joel Exp
1402
 
1403
dnl RTEMS_CHECK_TOOL(VARIABLE, PROG-TO-CHECK-FOR[, VALUE-IF-NOT-FOUND [, PATH]])
1404
AC_DEFUN(RTEMS_CHECK_TOOL,
1405
[
1406
  AS_IF([test "x$build_alias" != "x$host_alias"],
1407
    [rtems_tool_prefix=${ac_tool_prefix}])
1408
  AC_CHECK_PROG($1, ${rtems_tool_prefix}$2, ${rtems_tool_prefix}$2, $3, $4)
1409
])
1410
 
1411
dnl
1412
dnl gcc-specs.m4,v 1.5 2000/11/09 17:04:53 joel Exp
1413
dnl
1414
dnl Check whether the target compiler accepts -specs
1415
dnl
1416
 
1417
AC_DEFUN(RTEMS_GCC_SPECS,
1418
[AC_REQUIRE([RTEMS_PROG_CC])
1419
AC_CACHE_CHECK(whether $CC accepts -specs,rtems_cv_gcc_specs,
1420
[
1421
rtems_cv_gcc_specs=no
1422
if test x"$GCC" = x"yes"; then
1423
  touch confspec
1424
  echo 'void f(){}' >conftest.c
1425
  if test -z "`${CC} -specs confspec -c conftest.c 2>&1`";then
1426
    rtems_cv_gcc_specs=yes
1427
  fi
1428
fi
1429
rm -f confspec conftest*
1430
])])
1431
 
1432
dnl
1433
dnl gcc-pipe.m4,v 1.8 2000/11/09 17:04:53 joel Exp
1434
dnl
1435
dnl Check whether the target compiler accepts -pipe
1436
dnl
1437
 
1438
AC_DEFUN(RTEMS_GCC_PIPE,
1439
[AC_REQUIRE([RTEMS_PROG_CC])
1440
AC_REQUIRE([AC_CANONICAL_HOST])
1441
AC_CACHE_CHECK(whether $CC accepts --pipe,rtems_cv_gcc_pipe,
1442
[
1443
rtems_cv_gcc_pipe=no
1444
if test x"$GCC" = x"yes"; then
1445
    echo 'void f(){}' >conftest.c
1446
    if test -z "`${CC} --pipe -c conftest.c 2>&1`";then
1447
      rtems_cv_gcc_pipe=yes
1448
    fi
1449
    rm -f conftest*
1450
fi
1451
])
1452
])
1453
 
1454
dnl target.m4,v 1.9 2002/01/06 20:12:13 joel Exp
1455
 
1456
AC_DEFUN(RTEMS_CONFIG_BUILD_SUBDIRS,
1457
[AC_REQUIRE([_RTEMS_OUTPUT_BUILD_SUBDIRS])
1458
RTEMS_BUILD_SUBDIRS="$RTEMS_BUILD_SUBDIRS [$1]"
1459
])
1460
 
1461
dnl Derived from automake-1.4's AC_OUTPUT_SUBDIRS
1462
AC_DEFUN([_RTEMS_OUTPUT_BUILD_SUBDIRS],
1463
[AC_CONFIG_COMMANDS([bsp-tools],
1464
[
1465
# HACK: This is a blantant hack and breaks Canadian crosses
1466
build_alias="$build_alias"
1467
host_alias="$build_alias"
1468
if test "$no_recursion" != yes; then
1469
  if test x"$build_alias" != x"$host_alias"; then
1470
    target_subdir="$host_alias"
1471
  else
1472
    target_subdir="."
1473
  fi
1474
  # Remove --cache-file and --srcdir arguments so they do not pile up.
1475
  ac_sub_configure_args=
1476
  rtems_prev=
1477
  for rtems_arg in $rtems_configure_args; do
1478
    if test -n "$rtems_prev"; then
1479
      rtems_prev=
1480
      continue
1481
    fi
1482
    case "$rtems_arg" in
1483
    -cache-file | --cache-file | --cache-fil | --cache-fi \
1484
    | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1485
      rtems_prev=cache_file ;;
1486
    -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1487
    | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1488
      ;;
1489
    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1490
      rtems_prev=srcdir ;;
1491
    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1492
      ;;
1493
    --target*) ;;
1494
    --build*) ;;
1495
    --host*) ;;
1496
    *_alias* ) ;; # HACK: Workaround to autoconf passing *_alias
1497
    *) ac_sub_configure_args="$ac_sub_configure_args $rtems_arg" ;;
1498
    esac
1499
  done
1500
 
1501
  for rtems_config_dir in $RTEMS_BUILD_SUBDIRS; do
1502
    # Do not complain, so a configure script can configure whichever
1503
    # parts of a large source tree are present.
1504
    if test ! -d $srcdir/$rtems_config_dir; then
1505
      continue
1506
    fi
1507
 
1508
    _RTEMS_PUSH_BUILDDIR([$rtems_config_dir])
1509
 
1510
    _RTEMS_SUB_SRCDIR([$rtems_config_dir])
1511
 
1512
    # The recursion is here.
1513
    if test -n "$ac_sub_configure"; then
1514
#      ac_sub_cache_file=./config.cache
1515
      ac_sub_cache_file=/dev/null
1516
      _RTEMS_GIVEN_INSTALL
1517
 
1518
      echo "[running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file] --srcdir=$ac_sub_srcdir"
1519
      # The eval makes quoting arguments work.
1520
      if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure \
1521
        $ac_sub_configure_args \
1522
        --srcdir=$ac_sub_srcdir \
1523
        --with-target-subdir=$target_subdir \
1524
        --cache-file=$ac_sub_cache_file
1525
      then :
1526
      else
1527
        AC_MSG_ERROR([$ac_sub_configure failed for $rtems_config_dir])
1528
      fi
1529
    fi
1530
 
1531
    _RTEMS_POP_BUILDDIR
1532
  done
1533
fi],
1534
[
1535
RTEMS_BUILD_SUBDIRS="$RTEMS_BUILD_SUBDIRS"
1536
rtems_configure_args="$ac_configure_args"
1537
])
1538
])
1539
 
1540
AU_DEFUN([RTEMS_OUTPUT_BUILD_SUBDIRS],[])
1541
 
1542
 
1543
dnl
1544
dnl Misc utility macros for subdir handling to work around missing abilities
1545
dnl in autoconf, automake and structural issues with RTEMS
1546
dnl
1547
dnl Contains parts derived from autoconf-2.13 AC_OUTPUT_SUBDIRS and Cygnus'
1548
dnl configure.in.
1549
dnl
1550
 
1551
dnl
1552
dnl _RTEMS_PUSH_BUILDDIR(SUBDIR)
1553
dnl
1554
AC_DEFUN(_RTEMS_PUSH_BUILDDIR,
1555
[
1556
# _RTEMS_PUSH_BUILDDIR
1557
    echo configuring in $1
1558
    case "$srcdir" in
1559
    .) ;;
1560
    *) AS_MKDIR_P([$1])
1561
      ;;
1562
    esac
1563
 
1564
    ac_popdir=`pwd`
1565
    cd $1
1566
])
1567
 
1568
dnl
1569
dnl _RTEMS_POP_BUILDDIR
1570
dnl
1571
AC_DEFUN(_RTEMS_POP_BUILDDIR,
1572
[
1573
  cd $ac_popdir
1574
])
1575
 
1576
dnl
1577
dnl _RTEMS_GIVEN_INSTALL
1578
dnl
1579
AC_DEFUN(_RTEMS_GIVEN_INSTALL,
1580
[
1581
ifdef([AC_PROVIDE_AC_PROG_INSTALL],[
1582
  case "$ac_given_INSTALL" in
1583
  [[\\/]]* | ?:[[\\/]]*) INSTALL="$ac_given_INSTALL" ;;
1584
  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
1585
  esac
1586
])dnl
1587
])
1588
 
1589
dnl
1590
dnl _RTEMS_SUB_SRCDIR(AC_CONFIG_DIR[,TARGET_SUBDIR])
1591
dnl
1592
AC_DEFUN(_RTEMS_SUB_SRCDIR,[
1593
# _RTEMS_SUB_SRCDIR
1594
    _RTEMS_ADJUST_SRCDIR(ac_sub_srcdir,$1,$2)
1595
 
1596
    # Check for configure
1597
    if test -f $ac_sub_srcdir/configure; then
1598
      ac_sub_configure=$ac_sub_srcdir/configure
1599
    else
1600
      AC_MSG_WARN([no configuration information is in $1])
1601
      ac_sub_configure=
1602
    fi
1603
])
1604
 
1605
dnl config-subdirs.m4,v 1.6 2002/01/06 20:12:13 joel Exp
1606
 
1607
dnl
1608
dnl Misc utility macros for subdir handling to work around missing abilities
1609
dnl in autoconf, automake and structural issues with RTEMS
1610
dnl
1611
dnl Contains parts derived from autoconf-2.13 AC_OUTPUT_SUBDIRS and Cygnus'
1612
dnl configure.in.
1613
dnl
1614
 
1615
dnl
1616
dnl _AC_DOTS(PATH)
1617
dnl
1618
AC_DEFUN(_AC_DOTS,[
1619
# A "../" for each directory in $1.
1620
    ac_dots=`echo $1 | \
1621
             sed -e 's%^\./%%' -e 's%[[^/]]$%&/%' -e 's%[[^/]]*/%../%g'`
1622
])
1623
 
1624
dnl
1625
dnl _RTEMS_ADJUST_SRCDIR(REVAR,CONFIG_DIR[,TARGET_SUBDIR])
1626
dnl
1627
AC_DEFUN(_RTEMS_ADJUST_SRCDIR,[
1628
    _AC_DOTS(ifelse([$3], ,[$2],[$3/$2]))
1629
 
1630
    case "$srcdir" in
1631
    .) # No --srcdir option.  We are building in place.
1632
      $1=$srcdir ;;
1633
    [[\\/]]* | ?:[[\\/]]*) # Absolute path.
1634
      $1=$srcdir/$2 ;;
1635
    *) # Relative path.
1636
      $1=$ac_dots$srcdir/$2 ;;
1637
    esac
1638
])
1639
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.