source: rtems/configure @ 9fbba98

4.104.114.84.95
Last change on this file since 9fbba98 was 0c3cd61, checked in by Joel Sherrill <joel.sherrill@…>, on 04/09/97 at 19:59:17

Rate monotonic period and cpu usage monitor libraries and tests added.

  • Property mode set to 100644
File size: 54.5 KB
Line 
1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles.
4# Generated automatically using autoconf version 2.12
5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6#
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.
9
10# Defaults:
11ac_help=
12ac_default_prefix=/usr/local
13# Any additions from configure.in:
14ac_help="$ac_help
15  --with-cross-host=HOST      host (cygnus)"
16ac_help="$ac_help
17\
18  --disable-posix                   disable posix interface"
19ac_help="$ac_help
20\
21  --disable-tcpip                   disable KA9Q TCP/IP stack"
22ac_help="$ac_help
23\
24  --disable-rtems-inlines           disable RTEMS inline functions (use macros)"
25ac_help="$ac_help
26\
27  --disable-tests                   disable tests"
28ac_help="$ac_help
29\
30  --enable-rtemsbsp=bsp1 bsp2 ..   prefix for cross-tools"
31
32# Initialize some variables set by options.
33# The variables have the same names as the options, with
34# dashes changed to underlines.
35build=NONE
36cache_file=./config.cache
37exec_prefix=NONE
38host=NONE
39no_create=
40nonopt=NONE
41no_recursion=
42prefix=NONE
43program_prefix=NONE
44program_suffix=NONE
45program_transform_name=s,x,x,
46silent=
47site=
48srcdir=
49target=NONE
50verbose=
51x_includes=NONE
52x_libraries=NONE
53bindir='${exec_prefix}/bin'
54sbindir='${exec_prefix}/sbin'
55libexecdir='${exec_prefix}/libexec'
56datadir='${prefix}/share'
57sysconfdir='${prefix}/etc'
58sharedstatedir='${prefix}/com'
59localstatedir='${prefix}/var'
60libdir='${exec_prefix}/lib'
61includedir='${prefix}/include'
62oldincludedir='/usr/include'
63infodir='${prefix}/info'
64mandir='${prefix}/man'
65
66# Initialize some other variables.
67subdirs=
68MFLAGS= MAKEFLAGS=
69# Maximum number of lines to put in a shell here document.
70ac_max_here_lines=12
71
72ac_prev=
73for ac_option
74do
75
76  # If the previous option needs an argument, assign it.
77  if test -n "$ac_prev"; then
78    eval "$ac_prev=\$ac_option"
79    ac_prev=
80    continue
81  fi
82
83  case "$ac_option" in
84  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
85  *) ac_optarg= ;;
86  esac
87
88  # Accept the important Cygnus configure options, so we can diagnose typos.
89
90  case "$ac_option" in
91
92  -bindir | --bindir | --bindi | --bind | --bin | --bi)
93    ac_prev=bindir ;;
94  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
95    bindir="$ac_optarg" ;;
96
97  -build | --build | --buil | --bui | --bu)
98    ac_prev=build ;;
99  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
100    build="$ac_optarg" ;;
101
102  -cache-file | --cache-file | --cache-fil | --cache-fi \
103  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
104    ac_prev=cache_file ;;
105  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
106  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
107    cache_file="$ac_optarg" ;;
108
109  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
110    ac_prev=datadir ;;
111  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
112  | --da=*)
113    datadir="$ac_optarg" ;;
114
115  -disable-* | --disable-*)
116    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
117    # Reject names that are not valid shell variable names.
118    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
119      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
120    fi
121    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
122    eval "enable_${ac_feature}=no" ;;
123
124  -enable-* | --enable-*)
125    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
126    # Reject names that are not valid shell variable names.
127    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
128      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
129    fi
130    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
131    case "$ac_option" in
132      *=*) ;;
133      *) ac_optarg=yes ;;
134    esac
135    eval "enable_${ac_feature}='$ac_optarg'" ;;
136
137  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
138  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
139  | --exec | --exe | --ex)
140    ac_prev=exec_prefix ;;
141  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
142  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
143  | --exec=* | --exe=* | --ex=*)
144    exec_prefix="$ac_optarg" ;;
145
146  -gas | --gas | --ga | --g)
147    # Obsolete; use --with-gas.
148    with_gas=yes ;;
149
150  -help | --help | --hel | --he)
151    # Omit some internal or obsolete options to make the list less imposing.
152    # This message is too long to be a string in the A/UX 3.1 sh.
153    cat << EOF
154Usage: configure [options] [host]
155Options: [defaults in brackets after descriptions]
156Configuration:
157  --cache-file=FILE       cache test results in FILE
158  --help                  print this message
159  --no-create             do not create output files
160  --quiet, --silent       do not print \`checking...' messages
161  --version               print the version of autoconf that created configure
162Directory and file names:
163  --prefix=PREFIX         install architecture-independent files in PREFIX
164                          [$ac_default_prefix]
165  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
166                          [same as prefix]
167  --bindir=DIR            user executables in DIR [EPREFIX/bin]
168  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
169  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
170  --datadir=DIR           read-only architecture-independent data in DIR
171                          [PREFIX/share]
172  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
173  --sharedstatedir=DIR    modifiable architecture-independent data in DIR
174                          [PREFIX/com]
175  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
176  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
177  --includedir=DIR        C header files in DIR [PREFIX/include]
178  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
179  --infodir=DIR           info documentation in DIR [PREFIX/info]
180  --mandir=DIR            man documentation in DIR [PREFIX/man]
181  --srcdir=DIR            find the sources in DIR [configure dir or ..]
182  --program-prefix=PREFIX prepend PREFIX to installed program names
183  --program-suffix=SUFFIX append SUFFIX to installed program names
184  --program-transform-name=PROGRAM
185                          run sed PROGRAM on installed program names
186EOF
187    cat << EOF
188Host type:
189  --build=BUILD           configure for building on BUILD [BUILD=HOST]
190  --host=HOST             configure for HOST [guessed]
191  --target=TARGET         configure for TARGET [TARGET=HOST]
192Features and packages:
193  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
194  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
195  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
196  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
197  --x-includes=DIR        X include files are in DIR
198  --x-libraries=DIR       X library files are in DIR
199EOF
200    if test -n "$ac_help"; then
201      echo "--enable and --with options recognized:$ac_help"
202    fi
203    exit 0 ;;
204
205  -host | --host | --hos | --ho)
206    ac_prev=host ;;
207  -host=* | --host=* | --hos=* | --ho=*)
208    host="$ac_optarg" ;;
209
210  -includedir | --includedir | --includedi | --included | --include \
211  | --includ | --inclu | --incl | --inc)
212    ac_prev=includedir ;;
213  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
214  | --includ=* | --inclu=* | --incl=* | --inc=*)
215    includedir="$ac_optarg" ;;
216
217  -infodir | --infodir | --infodi | --infod | --info | --inf)
218    ac_prev=infodir ;;
219  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
220    infodir="$ac_optarg" ;;
221
222  -libdir | --libdir | --libdi | --libd)
223    ac_prev=libdir ;;
224  -libdir=* | --libdir=* | --libdi=* | --libd=*)
225    libdir="$ac_optarg" ;;
226
227  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
228  | --libexe | --libex | --libe)
229    ac_prev=libexecdir ;;
230  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
231  | --libexe=* | --libex=* | --libe=*)
232    libexecdir="$ac_optarg" ;;
233
234  -localstatedir | --localstatedir | --localstatedi | --localstated \
235  | --localstate | --localstat | --localsta | --localst \
236  | --locals | --local | --loca | --loc | --lo)
237    ac_prev=localstatedir ;;
238  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
239  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
240  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
241    localstatedir="$ac_optarg" ;;
242
243  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
244    ac_prev=mandir ;;
245  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
246    mandir="$ac_optarg" ;;
247
248  -nfp | --nfp | --nf)
249    # Obsolete; use --without-fp.
250    with_fp=no ;;
251
252  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
253  | --no-cr | --no-c)
254    no_create=yes ;;
255
256  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
257  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
258    no_recursion=yes ;;
259
260  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
261  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
262  | --oldin | --oldi | --old | --ol | --o)
263    ac_prev=oldincludedir ;;
264  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
265  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
266  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
267    oldincludedir="$ac_optarg" ;;
268
269  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
270    ac_prev=prefix ;;
271  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
272    prefix="$ac_optarg" ;;
273
274  -program-prefix | --program-prefix | --program-prefi | --program-pref \
275  | --program-pre | --program-pr | --program-p)
276    ac_prev=program_prefix ;;
277  -program-prefix=* | --program-prefix=* | --program-prefi=* \
278  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
279    program_prefix="$ac_optarg" ;;
280
281  -program-suffix | --program-suffix | --program-suffi | --program-suff \
282  | --program-suf | --program-su | --program-s)
283    ac_prev=program_suffix ;;
284  -program-suffix=* | --program-suffix=* | --program-suffi=* \
285  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
286    program_suffix="$ac_optarg" ;;
287
288  -program-transform-name | --program-transform-name \
289  | --program-transform-nam | --program-transform-na \
290  | --program-transform-n | --program-transform- \
291  | --program-transform | --program-transfor \
292  | --program-transfo | --program-transf \
293  | --program-trans | --program-tran \
294  | --progr-tra | --program-tr | --program-t)
295    ac_prev=program_transform_name ;;
296  -program-transform-name=* | --program-transform-name=* \
297  | --program-transform-nam=* | --program-transform-na=* \
298  | --program-transform-n=* | --program-transform-=* \
299  | --program-transform=* | --program-transfor=* \
300  | --program-transfo=* | --program-transf=* \
301  | --program-trans=* | --program-tran=* \
302  | --progr-tra=* | --program-tr=* | --program-t=*)
303    program_transform_name="$ac_optarg" ;;
304
305  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
306  | -silent | --silent | --silen | --sile | --sil)
307    silent=yes ;;
308
309  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
310    ac_prev=sbindir ;;
311  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
312  | --sbi=* | --sb=*)
313    sbindir="$ac_optarg" ;;
314
315  -sharedstatedir | --sharedstatedir | --sharedstatedi \
316  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
317  | --sharedst | --shareds | --shared | --share | --shar \
318  | --sha | --sh)
319    ac_prev=sharedstatedir ;;
320  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
321  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
322  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
323  | --sha=* | --sh=*)
324    sharedstatedir="$ac_optarg" ;;
325
326  -site | --site | --sit)
327    ac_prev=site ;;
328  -site=* | --site=* | --sit=*)
329    site="$ac_optarg" ;;
330
331  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
332    ac_prev=srcdir ;;
333  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
334    srcdir="$ac_optarg" ;;
335
336  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
337  | --syscon | --sysco | --sysc | --sys | --sy)
338    ac_prev=sysconfdir ;;
339  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
340  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
341    sysconfdir="$ac_optarg" ;;
342
343  -target | --target | --targe | --targ | --tar | --ta | --t)
344    ac_prev=target ;;
345  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
346    target="$ac_optarg" ;;
347
348  -v | -verbose | --verbose | --verbos | --verbo | --verb)
349    verbose=yes ;;
350
351  -version | --version | --versio | --versi | --vers)
352    echo "configure generated by autoconf version 2.12"
353    exit 0 ;;
354
355  -with-* | --with-*)
356    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
357    # Reject names that are not valid shell variable names.
358    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
359      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
360    fi
361    ac_package=`echo $ac_package| sed 's/-/_/g'`
362    case "$ac_option" in
363      *=*) ;;
364      *) ac_optarg=yes ;;
365    esac
366    eval "with_${ac_package}='$ac_optarg'" ;;
367
368  -without-* | --without-*)
369    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
370    # Reject names that are not valid shell variable names.
371    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
372      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
373    fi
374    ac_package=`echo $ac_package| sed 's/-/_/g'`
375    eval "with_${ac_package}=no" ;;
376
377  --x)
378    # Obsolete; use --with-x.
379    with_x=yes ;;
380
381  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
382  | --x-incl | --x-inc | --x-in | --x-i)
383    ac_prev=x_includes ;;
384  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
385  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
386    x_includes="$ac_optarg" ;;
387
388  -x-libraries | --x-libraries | --x-librarie | --x-librari \
389  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
390    ac_prev=x_libraries ;;
391  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
392  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
393    x_libraries="$ac_optarg" ;;
394
395  -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
396    ;;
397
398  *)
399    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
400      echo "configure: warning: $ac_option: invalid host type" 1>&2
401    fi
402    if test "x$nonopt" != xNONE; then
403      { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
404    fi
405    nonopt="$ac_option"
406    ;;
407
408  esac
409done
410
411if test -n "$ac_prev"; then
412  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
413fi
414
415trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
416
417# File descriptor usage:
418# 0 standard input
419# 1 file creation
420# 2 errors and warnings
421# 3 some systems may open it to /dev/tty
422# 4 used on the Kubota Titan
423# 6 checking for... messages and results
424# 5 compiler messages saved in config.log
425if test "$silent" = yes; then
426  exec 6>/dev/null
427else
428  exec 6>&1
429fi
430exec 5>./config.log
431
432echo "\
433This file contains any messages produced by compilers while
434running configure, to aid debugging if configure makes a mistake.
435" 1>&5
436
437# Strip out --no-create and --no-recursion so they do not pile up.
438# Also quote any args containing shell metacharacters.
439ac_configure_args=
440for ac_arg
441do
442  case "$ac_arg" in
443  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
444  | --no-cr | --no-c) ;;
445  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
446  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
447  *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
448  ac_configure_args="$ac_configure_args '$ac_arg'" ;;
449  *) ac_configure_args="$ac_configure_args $ac_arg" ;;
450  esac
451done
452
453# NLS nuisances.
454# Only set these to C if already set.  These must not be set unconditionally
455# because not all systems understand e.g. LANG=C (notably SCO).
456# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
457# Non-C LC_CTYPE values break the ctype check.
458if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
459if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
460if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
461if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
462
463# confdefs.h avoids OS command line length limits that DEFS can exceed.
464rm -rf conftest* confdefs.h
465# AIX cpp loses on an empty file, so make sure it contains at least a newline.
466echo > confdefs.h
467
468# A filename unique to this package, relative to the directory that
469# configure is in, which we can look for to find out if srcdir is correct.
470ac_unique_file=README
471
472# Find the source files, if location was not specified.
473if test -z "$srcdir"; then
474  ac_srcdir_defaulted=yes
475  # Try the directory containing this script, then its parent.
476  ac_prog=$0
477  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
478  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
479  srcdir=$ac_confdir
480  if test ! -r $srcdir/$ac_unique_file; then
481    srcdir=..
482  fi
483else
484  ac_srcdir_defaulted=no
485fi
486if test ! -r $srcdir/$ac_unique_file; then
487  if test "$ac_srcdir_defaulted" = yes; then
488    { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
489  else
490    { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
491  fi
492fi
493srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
494
495# Prefer explicitly selected file to automatically selected ones.
496if test -z "$CONFIG_SITE"; then
497  if test "x$prefix" != xNONE; then
498    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
499  else
500    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
501  fi
502fi
503for ac_site_file in $CONFIG_SITE; do
504  if test -r "$ac_site_file"; then
505    echo "loading site script $ac_site_file"
506    . "$ac_site_file"
507  fi
508done
509
510if test -r "$cache_file"; then
511  echo "loading cache $cache_file"
512  . $cache_file
513else
514  echo "creating cache $cache_file"
515  > $cache_file
516fi
517
518ac_ext=c
519# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
520ac_cpp='$CPP $CPPFLAGS'
521ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
522ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
523cross_compiling=$ac_cv_prog_cc_cross
524
525if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
526  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
527  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
528    ac_n= ac_c='
529' ac_t='        '
530  else
531    ac_n=-n ac_c= ac_t=
532  fi
533else
534  ac_n= ac_c='\c' ac_t=
535fi
536
537
538
539a29k_mk="c/src/exec/score/cpu/a29k/Makefile \
540c/src/lib/libbsp/a29k/Makefile \
541c/src/lib/libbsp/a29k/portsw/Makefile \
542c/src/lib/libbsp/a29k/portsw/console/Makefile \
543c/src/lib/libbsp/a29k/portsw/include/Makefile \
544c/src/lib/libbsp/a29k/portsw/shmsupp/Makefile \
545c/src/lib/libbsp/a29k/portsw/startup/Makefile \
546c/src/lib/libbsp/a29k/portsw/wrapup/Makefile \
547c/src/lib/start/a29k/Makefile"
548
549i386_mk="c/src/exec/score/cpu/i386/Makefile \
550c/src/lib/libbsp/i386/Makefile \
551c/src/lib/libbsp/i386/force386/Makefile \
552c/src/lib/libbsp/i386/force386/clock/Makefile \
553c/src/lib/libbsp/i386/force386/console/Makefile \
554c/src/lib/libbsp/i386/force386/include/Makefile \
555c/src/lib/libbsp/i386/force386/shmsupp/Makefile \
556c/src/lib/libbsp/i386/force386/startup/Makefile \
557c/src/lib/libbsp/i386/force386/timer/Makefile \
558c/src/lib/libbsp/i386/force386/wrapup/Makefile \
559c/src/lib/libbsp/i386/i386ex/Makefile \
560c/src/lib/libbsp/i386/i386ex/clock/Makefile \
561c/src/lib/libbsp/i386/i386ex/console/Makefile \
562c/src/lib/libbsp/i386/i386ex/include/Makefile \
563c/src/lib/libbsp/i386/i386ex/startup/Makefile \
564c/src/lib/libbsp/i386/i386ex/timer/Makefile \
565c/src/lib/libbsp/i386/i386ex/wrapup/Makefile \
566c/src/lib/start/i386/Makefile"
567
568i386_go32_mk="c/src/exec/score/cpu/i386/Makefile \
569c/src/lib/libbsp/i386/Makefile \
570c/src/lib/libbsp/i386/go32/Makefile \
571c/src/lib/libbsp/i386/go32/clock/Makefile \
572c/src/lib/libbsp/i386/go32/console/Makefile \
573c/src/lib/libbsp/i386/go32/include/Makefile \
574c/src/lib/libbsp/i386/go32/startup/Makefile \
575c/src/lib/libbsp/i386/go32/timer/Makefile \
576c/src/lib/libbsp/i386/go32/wrapup/Makefile"
577
578m68k_mk="c/src/exec/score/cpu/m68k/Makefile \
579c/src/lib/libbsp/m68k/Makefile \
580c/src/lib/libbsp/m68k/dmv152/Makefile \
581c/src/lib/libbsp/m68k/dmv152/clock/Makefile \
582c/src/lib/libbsp/m68k/dmv152/console/Makefile \
583c/src/lib/libbsp/m68k/dmv152/include/Makefile \
584c/src/lib/libbsp/m68k/dmv152/spurious/Makefile \
585c/src/lib/libbsp/m68k/dmv152/startup/Makefile \
586c/src/lib/libbsp/m68k/dmv152/timer/Makefile \
587c/src/lib/libbsp/m68k/dmv152/wrapup/Makefile \
588c/src/lib/libbsp/m68k/efi332/Makefile \
589c/src/lib/libbsp/m68k/efi332/clock/Makefile \
590c/src/lib/libbsp/m68k/efi332/console/Makefile \
591c/src/lib/libbsp/m68k/efi332/include/Makefile \
592c/src/lib/libbsp/m68k/efi332/spurious/Makefile \
593c/src/lib/libbsp/m68k/efi332/startup/Makefile \
594c/src/lib/libbsp/m68k/efi332/start332/Makefile \
595c/src/lib/libbsp/m68k/efi332/timer/Makefile \
596c/src/lib/libbsp/m68k/efi332/wrapup/Makefile \
597c/src/lib/libbsp/m68k/efi68k/Makefile \
598c/src/lib/libbsp/m68k/efi68k/clock/Makefile \
599c/src/lib/libbsp/m68k/efi68k/console/Makefile \
600c/src/lib/libbsp/m68k/efi68k/include/Makefile \
601c/src/lib/libbsp/m68k/efi68k/spurious/Makefile \
602c/src/lib/libbsp/m68k/efi68k/startup/Makefile \
603c/src/lib/libbsp/m68k/efi68k/start68k/Makefile \
604c/src/lib/libbsp/m68k/efi68k/timer/Makefile \
605c/src/lib/libbsp/m68k/efi68k/wrapup/Makefile \
606c/src/lib/libbsp/m68k/gen68302/Makefile \
607c/src/lib/libbsp/m68k/gen68302/clock/Makefile \
608c/src/lib/libbsp/m68k/gen68302/console/Makefile \
609c/src/lib/libbsp/m68k/gen68302/include/Makefile \
610c/src/lib/libbsp/m68k/gen68302/start302/Makefile \
611c/src/lib/libbsp/m68k/gen68302/startup/Makefile \
612c/src/lib/libbsp/m68k/gen68302/timer/Makefile \
613c/src/lib/libbsp/m68k/gen68302/wrapup/Makefile \
614c/src/lib/libbsp/m68k/gen68360/Makefile \
615c/src/lib/libbsp/m68k/gen68360/clock/Makefile \
616c/src/lib/libbsp/m68k/gen68360/console/Makefile \
617c/src/lib/libbsp/m68k/gen68360/include/Makefile \
618c/src/lib/libbsp/m68k/gen68360/start360/Makefile \
619c/src/lib/libbsp/m68k/gen68360/startup/Makefile \
620c/src/lib/libbsp/m68k/gen68360/timer/Makefile \
621c/src/lib/libbsp/m68k/gen68360/network/Makefile \
622c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile \
623c/src/lib/libbsp/m68k/idp/Makefile \
624c/src/lib/libbsp/m68k/idp/clock/Makefile \
625c/src/lib/libbsp/m68k/idp/console/Makefile \
626c/src/lib/libbsp/m68k/idp/include/Makefile \
627c/src/lib/libbsp/m68k/idp/startup/Makefile \
628c/src/lib/libbsp/m68k/idp/timer/Makefile \
629c/src/lib/libbsp/m68k/idp/wrapup/Makefile \
630c/src/lib/libbsp/m68k/mvme136/Makefile \
631c/src/lib/libbsp/m68k/mvme136/clock/Makefile \
632c/src/lib/libbsp/m68k/mvme136/console/Makefile \
633c/src/lib/libbsp/m68k/mvme136/include/Makefile \
634c/src/lib/libbsp/m68k/mvme136/shmsupp/Makefile \
635c/src/lib/libbsp/m68k/mvme136/startup/Makefile \
636c/src/lib/libbsp/m68k/mvme136/timer/Makefile \
637c/src/lib/libbsp/m68k/mvme136/wrapup/Makefile \
638c/src/lib/libbsp/m68k/mvme147/Makefile \
639c/src/lib/libbsp/m68k/mvme147/clock/Makefile \
640c/src/lib/libbsp/m68k/mvme147/console/Makefile \
641c/src/lib/libbsp/m68k/mvme147/include/Makefile \
642c/src/lib/libbsp/m68k/mvme147/startup/Makefile \
643c/src/lib/libbsp/m68k/mvme147/timer/Makefile \
644c/src/lib/libbsp/m68k/mvme147/wrapup/Makefile \
645c/src/lib/libbsp/m68k/mvme147s/Makefile \
646c/src/lib/libbsp/m68k/mvme147s/clock/Makefile \
647c/src/lib/libbsp/m68k/mvme147s/console/Makefile \
648c/src/lib/libbsp/m68k/mvme147s/include/Makefile \
649c/src/lib/libbsp/m68k/mvme147s/shmsupp/Makefile \
650c/src/lib/libbsp/m68k/mvme147s/startup/Makefile \
651c/src/lib/libbsp/m68k/mvme147s/timer/Makefile \
652c/src/lib/libbsp/m68k/mvme147s/wrapup/Makefile \
653c/src/lib/libbsp/m68k/mvme162/Makefile \
654c/src/lib/libbsp/m68k/mvme162/clock/Makefile \
655c/src/lib/libbsp/m68k/mvme162/console/Makefile \
656c/src/lib/libbsp/m68k/mvme162/include/Makefile \
657c/src/lib/libbsp/m68k/mvme162/startup/Makefile \
658c/src/lib/libbsp/m68k/mvme162/timer/Makefile \
659c/src/lib/libbsp/m68k/mvme162/tools/Makefile \
660c/src/lib/libbsp/m68k/mvme162/wrapup/Makefile \
661c/src/lib/start/m68k/Makefile"
662
663no_cpu_mk="c/src/exec/score/cpu/no_cpu/Makefile \
664c/src/lib/libbsp/no_cpu/Makefile \
665c/src/lib/libbsp/no_cpu/no_bsp/Makefile \
666c/src/lib/libbsp/no_cpu/no_bsp/clock/Makefile \
667c/src/lib/libbsp/no_cpu/no_bsp/console/Makefile \
668c/src/lib/libbsp/no_cpu/no_bsp/include/Makefile \
669c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/Makefile \
670c/src/lib/libbsp/no_cpu/no_bsp/startup/Makefile \
671c/src/lib/libbsp/no_cpu/no_bsp/timer/Makefile \
672c/src/lib/libbsp/no_cpu/no_bsp/wrapup/Makefile"
673
674sparc_mk="c/src/exec/score/cpu/sparc/Makefile \
675c/src/lib/libbsp/sparc/Makefile \
676c/src/lib/libbsp/sparc/erc32/Makefile \
677c/src/lib/libbsp/sparc/erc32/clock/Makefile \
678c/src/lib/libbsp/sparc/erc32/console/Makefile \
679c/src/lib/libbsp/sparc/erc32/include/Makefile \
680c/src/lib/libbsp/sparc/erc32/startsis/Makefile \
681c/src/lib/libbsp/sparc/erc32/startup/Makefile \
682c/src/lib/libbsp/sparc/erc32/timer/Makefile \
683c/src/lib/libbsp/sparc/erc32/wrapup/Makefile \
684c/src/lib/libcpu/sparc/Makefile \
685c/src/lib/libcpu/sparc/reg_win/Makefile"
686
687hppa1_1_mk="c/src/exec/score/cpu/hppa1_1/Makefile \
688c/src/exec/score/tools/hppa1_1/Makefile \
689c/src/lib/libbsp/hppa1_1/Makefile \
690c/src/lib/libbsp/hppa1_1/pxfl/Makefile \
691c/src/lib/libbsp/hppa1_1/simhppa/Makefile \
692c/src/lib/libbsp/hppa1_1/simhppa/include/Makefile \
693c/src/lib/libbsp/hppa1_1/simhppa/shmsupp/Makefile \
694c/src/lib/libbsp/hppa1_1/simhppa/startup/Makefile \
695c/src/lib/libbsp/hppa1_1/simhppa/tools/Makefile \
696c/src/lib/libbsp/hppa1_1/simhppa/tty/Makefile \
697c/src/lib/libbsp/hppa1_1/simhppa/wrapup/Makefile \
698c/src/lib/libcpu/hppa1_1/Makefile \
699c/src/lib/libcpu/hppa1_1/clock/Makefile \
700c/src/lib/libcpu/hppa1_1/include/Makefile \
701c/src/lib/libcpu/hppa1_1/milli/Makefile \
702c/src/lib/libcpu/hppa1_1/runway/Makefile \
703c/src/lib/libcpu/hppa1_1/semaphore/Makefile \
704c/src/lib/libcpu/hppa1_1/timer/Makefile \
705c/src/lib/start/hppa1_1/Makefile"
706
707i960_mk="c/src/exec/score/cpu/i960/Makefile \
708c/src/lib/libbsp/i960/Makefile \
709c/src/lib/libbsp/i960/cvme961/Makefile \
710c/src/lib/libbsp/i960/cvme961/clock/Makefile \
711c/src/lib/libbsp/i960/cvme961/console/Makefile \
712c/src/lib/libbsp/i960/cvme961/include/Makefile \
713c/src/lib/libbsp/i960/cvme961/shmsupp/Makefile \
714c/src/lib/libbsp/i960/cvme961/startup/Makefile \
715c/src/lib/libbsp/i960/cvme961/timer/Makefile \
716c/src/lib/libbsp/i960/cvme961/wrapup/Makefile \
717c/src/lib/start/i960/Makefile"
718
719mips64orion_mk="c/src/exec/score/cpu/mips64orion/Makefile \
720c/src/lib/libbsp/mips64orion/Makefile \
721c/src/lib/libbsp/mips64orion/p4000/Makefile \
722c/src/lib/libbsp/mips64orion/p4000/console/Makefile \
723c/src/lib/libbsp/mips64orion/p4000/include/Makefile \
724c/src/lib/libbsp/mips64orion/p4000/liblnk/Makefile \
725c/src/lib/libbsp/mips64orion/p4000/startup/Makefile \
726c/src/lib/libbsp/mips64orion/p4000/wrapup/Makefile \
727c/src/lib/libcpu/mips64orion/Makefile \
728c/src/lib/libcpu/mips64orion/clock/Makefile \
729c/src/lib/libcpu/mips64orion/include/Makefile \
730c/src/lib/libcpu/mips64orion/timer/Makefile \
731c/src/lib/start/mips64orion/Makefile"
732
733powerpc_mk="c/src/exec/score/cpu/ppc/Makefile \
734c/src/lib/libbsp/ppc/Makefile \
735c/src/lib/libbsp/ppc/papyrus/Makefile \
736c/src/lib/libbsp/ppc/papyrus/dlentry/Makefile \
737c/src/lib/libbsp/ppc/papyrus/flashentry/Makefile \
738c/src/lib/libbsp/ppc/papyrus/include/Makefile \
739c/src/lib/libbsp/ppc/papyrus/startup/Makefile \
740c/src/lib/libbsp/ppc/papyrus/wrapup/Makefile \
741c/src/lib/libcpu/ppc/Makefile \
742c/src/lib/libcpu/ppc/ppc403/Makefile \
743c/src/lib/libcpu/ppc/ppc403/clock/Makefile \
744c/src/lib/libcpu/ppc/ppc403/console/Makefile \
745c/src/lib/libcpu/ppc/ppc403/include/Makefile \
746c/src/lib/libcpu/ppc/ppc403/timer/Makefile \
747c/src/lib/libcpu/ppc/ppc403/vectors/Makefile"
748
749posix_mk="c/src/exec/score/cpu/unix/Makefile \
750c/src/exec/score/tools/unix/Makefile \
751c/src/lib/libbsp/unix/Makefile \
752c/src/lib/libbsp/unix/posix/Makefile \
753c/src/lib/libbsp/unix/posix/clock/Makefile \
754c/src/lib/libbsp/unix/posix/console/Makefile \
755c/src/lib/libbsp/unix/posix/include/Makefile \
756c/src/lib/libbsp/unix/posix/shmsupp/Makefile \
757c/src/lib/libbsp/unix/posix/startup/Makefile \
758c/src/lib/libbsp/unix/posix/timer/Makefile \
759c/src/lib/libbsp/unix/posix/wrapup/Makefile"
760
761tcpip_mk="c/src/lib/libka9q/Makefile"
762
763tests_mk="c/src/tests/Makefile \
764c/src/tests/libtests/Makefile \
765c/src/tests/libtests/cpuuse/Makefile \
766c/src/tests/libtests/malloctest/Makefile \
767c/src/tests/libtests/rtmonuse/Makefile \
768c/src/tests/libtests/stackchk/Makefile \
769c/src/tests/mptests/Makefile \
770c/src/tests/mptests/mp01/Makefile \
771c/src/tests/mptests/mp01/node1/Makefile \
772c/src/tests/mptests/mp01/node2/Makefile \
773c/src/tests/mptests/mp02/Makefile \
774c/src/tests/mptests/mp02/node1/Makefile \
775c/src/tests/mptests/mp02/node2/Makefile \
776c/src/tests/mptests/mp03/Makefile \
777c/src/tests/mptests/mp03/node1/Makefile \
778c/src/tests/mptests/mp03/node2/Makefile \
779c/src/tests/mptests/mp04/Makefile \
780c/src/tests/mptests/mp04/node1/Makefile \
781c/src/tests/mptests/mp04/node2/Makefile \
782c/src/tests/mptests/mp05/Makefile \
783c/src/tests/mptests/mp05/node1/Makefile \
784c/src/tests/mptests/mp05/node2/Makefile \
785c/src/tests/mptests/mp06/Makefile \
786c/src/tests/mptests/mp06/node1/Makefile \
787c/src/tests/mptests/mp06/node2/Makefile \
788c/src/tests/mptests/mp07/Makefile \
789c/src/tests/mptests/mp07/node1/Makefile \
790c/src/tests/mptests/mp07/node2/Makefile \
791c/src/tests/mptests/mp08/Makefile \
792c/src/tests/mptests/mp08/node1/Makefile \
793c/src/tests/mptests/mp08/node2/Makefile \
794c/src/tests/mptests/mp09/Makefile \
795c/src/tests/mptests/mp09/node1/Makefile \
796c/src/tests/mptests/mp09/node2/Makefile \
797c/src/tests/mptests/mp10/Makefile \
798c/src/tests/mptests/mp10/node1/Makefile \
799c/src/tests/mptests/mp10/node2/Makefile \
800c/src/tests/mptests/mp11/Makefile \
801c/src/tests/mptests/mp11/node1/Makefile \
802c/src/tests/mptests/mp11/node2/Makefile \
803c/src/tests/mptests/mp12/Makefile \
804c/src/tests/mptests/mp12/node1/Makefile \
805c/src/tests/mptests/mp12/node2/Makefile \
806c/src/tests/mptests/mp13/Makefile \
807c/src/tests/mptests/mp13/node1/Makefile \
808c/src/tests/mptests/mp13/node2/Makefile \
809c/src/tests/mptests/mp14/Makefile \
810c/src/tests/mptests/mp14/node1/Makefile \
811c/src/tests/mptests/mp14/node2/Makefile \
812c/src/tests/psxtests/Makefile \
813c/src/tests/psxtests/psx01/Makefile \
814c/src/tests/psxtests/psx02/Makefile \
815c/src/tests/psxtests/psx03/Makefile \
816c/src/tests/psxtests/psx04/Makefile \
817c/src/tests/psxtests/psx05/Makefile \
818c/src/tests/psxtests/psx06/Makefile \
819c/src/tests/psxtests/psx07/Makefile \
820c/src/tests/psxtests/psx08/Makefile \
821c/src/tests/psxtests/psx09/Makefile \
822c/src/tests/psxtests/psx10/Makefile \
823c/src/tests/psxtests/psx11/Makefile \
824c/src/tests/psxtests/psx12/Makefile \
825c/src/tests/psxtests/psxhdrs/Makefile \
826c/src/tests/psxtests/support/Makefile \
827c/src/tests/psxtests/support/include/Makefile \
828c/src/tests/samples/Makefile \
829c/src/tests/samples/base_mp/Makefile \
830c/src/tests/samples/base_mp/node1/Makefile \
831c/src/tests/samples/base_mp/node2/Makefile \
832c/src/tests/samples/base_sp/Makefile \
833c/src/tests/samples/cdtest/Makefile \
834c/src/tests/samples/hello/Makefile \
835c/src/tests/samples/paranoia/Makefile \
836c/src/tests/samples/ticker/Makefile \
837c/src/tests/sptests/Makefile \
838c/src/tests/sptests/sp01/Makefile \
839c/src/tests/sptests/sp02/Makefile \
840c/src/tests/sptests/sp03/Makefile \
841c/src/tests/sptests/sp04/Makefile \
842c/src/tests/sptests/sp05/Makefile \
843c/src/tests/sptests/sp06/Makefile \
844c/src/tests/sptests/sp07/Makefile \
845c/src/tests/sptests/sp08/Makefile \
846c/src/tests/sptests/sp09/Makefile \
847c/src/tests/sptests/sp11/Makefile \
848c/src/tests/sptests/sp12/Makefile \
849c/src/tests/sptests/sp13/Makefile \
850c/src/tests/sptests/sp14/Makefile \
851c/src/tests/sptests/sp15/Makefile \
852c/src/tests/sptests/sp16/Makefile \
853c/src/tests/sptests/sp17/Makefile \
854c/src/tests/sptests/sp19/Makefile \
855c/src/tests/sptests/sp20/Makefile \
856c/src/tests/sptests/sp21/Makefile \
857c/src/tests/sptests/sp22/Makefile \
858c/src/tests/sptests/sp23/Makefile \
859c/src/tests/sptests/sp24/Makefile \
860c/src/tests/sptests/sp25/Makefile \
861c/src/tests/sptests/spfatal/Makefile \
862c/src/tests/sptests/spsize/Makefile \
863c/src/tests/support/Makefile \
864c/src/tests/support/include/Makefile \
865c/src/tests/support/stubdr/Makefile \
866c/src/tests/support/wrapup/Makefile \
867c/src/tests/tmtests/Makefile \
868c/src/tests/tmtests/include/Makefile \
869c/src/tests/tmtests/tm01/Makefile \
870c/src/tests/tmtests/tm02/Makefile \
871c/src/tests/tmtests/tm03/Makefile \
872c/src/tests/tmtests/tm04/Makefile \
873c/src/tests/tmtests/tm05/Makefile \
874c/src/tests/tmtests/tm06/Makefile \
875c/src/tests/tmtests/tm07/Makefile \
876c/src/tests/tmtests/tm08/Makefile \
877c/src/tests/tmtests/tm09/Makefile \
878c/src/tests/tmtests/tm10/Makefile \
879c/src/tests/tmtests/tm11/Makefile \
880c/src/tests/tmtests/tm12/Makefile \
881c/src/tests/tmtests/tm13/Makefile \
882c/src/tests/tmtests/tm14/Makefile \
883c/src/tests/tmtests/tm15/Makefile \
884c/src/tests/tmtests/tm16/Makefile \
885c/src/tests/tmtests/tm17/Makefile \
886c/src/tests/tmtests/tm18/Makefile \
887c/src/tests/tmtests/tm19/Makefile \
888c/src/tests/tmtests/tm20/Makefile \
889c/src/tests/tmtests/tm21/Makefile \
890c/src/tests/tmtests/tm22/Makefile \
891c/src/tests/tmtests/tm23/Makefile \
892c/src/tests/tmtests/tm24/Makefile \
893c/src/tests/tmtests/tm25/Makefile \
894c/src/tests/tmtests/tm26/Makefile \
895c/src/tests/tmtests/tm27/Makefile \
896c/src/tests/tmtests/tm28/Makefile \
897c/src/tests/tmtests/tm29/Makefile \
898c/src/tests/tmtests/tmck/Makefile \
899c/src/tests/tmtests/tmoverhd/Makefile \
900c/src/tests/tools/Makefile \
901c/src/tests/tools/generic/Makefile \
902c/src/tests/tools/hppa1_1/Makefile \
903c/src/tests/tools/hppa1_1/simhppa/Makefile \
904c/src/tests/tools/sparc/Makefile \
905c/src/tests/tools/sparc/erc32/Makefile \
906c/src/tests/tools/unix/Makefile \
907c/src/tests/tools/unix/posix/Makefile"
908
909echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
910echo "configure:911: checking whether ${MAKE-make} sets \${MAKE}" >&5
911set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
912if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
913  echo $ac_n "(cached) $ac_c" 1>&6
914else
915  cat > conftestmake <<\EOF
916all:
917        @echo 'ac_maketemp="${MAKE}"'
918EOF
919# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
920eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
921if test -n "$ac_maketemp"; then
922  eval ac_cv_prog_make_${ac_make}_set=yes
923else
924  eval ac_cv_prog_make_${ac_make}_set=no
925fi
926rm -f conftestmake
927fi
928if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
929  echo "$ac_t""yes" 1>&6
930  SET_MAKE=
931else
932  echo "$ac_t""no" 1>&6
933  SET_MAKE="MAKE=${MAKE-make}"
934fi
935
936ac_aux_dir=
937for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
938  if test -f $ac_dir/install-sh; then
939    ac_aux_dir=$ac_dir
940    ac_install_sh="$ac_aux_dir/install-sh -c"
941    break
942  elif test -f $ac_dir/install.sh; then
943    ac_aux_dir=$ac_dir
944    ac_install_sh="$ac_aux_dir/install.sh -c"
945    break
946  fi
947done
948if test -z "$ac_aux_dir"; then
949  { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
950fi
951ac_config_guess=$ac_aux_dir/config.guess
952ac_config_sub=$ac_aux_dir/config.sub
953ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
954
955
956# Do some error checking and defaulting for the host and target type.
957# The inputs are:
958#    configure --host=HOST --target=TARGET --build=BUILD NONOPT
959#
960# The rules are:
961# 1. You are not allowed to specify --host, --target, and nonopt at the
962#    same time.
963# 2. Host defaults to nonopt.
964# 3. If nonopt is not specified, then host defaults to the current host,
965#    as determined by config.guess.
966# 4. Target and build default to nonopt.
967# 5. If nonopt is not specified, then target and build default to host.
968
969# The aliases save the names the user supplied, while $host etc.
970# will get canonicalized.
971case $host---$target---$nonopt in
972NONE---*---* | *---NONE---* | *---*---NONE) ;;
973*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
974esac
975
976
977# Make sure we can run config.sub.
978if $ac_config_sub sun4 >/dev/null 2>&1; then :
979else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
980fi
981
982echo $ac_n "checking host system type""... $ac_c" 1>&6
983echo "configure:984: checking host system type" >&5
984
985host_alias=$host
986case "$host_alias" in
987NONE)
988  case $nonopt in
989  NONE)
990    if host_alias=`$ac_config_guess`; then :
991    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
992    fi ;;
993  *) host_alias=$nonopt ;;
994  esac ;;
995esac
996
997host=`$ac_config_sub $host_alias`
998host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
999host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1000host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1001echo "$ac_t""$host" 1>&6
1002
1003echo $ac_n "checking target system type""... $ac_c" 1>&6
1004echo "configure:1005: checking target system type" >&5
1005
1006target_alias=$target
1007case "$target_alias" in
1008NONE)
1009  case $nonopt in
1010  NONE) target_alias=$host_alias ;;
1011  *) target_alias=$nonopt ;;
1012  esac ;;
1013esac
1014
1015target=`$ac_config_sub $target_alias`
1016target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1017target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1018target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1019echo "$ac_t""$target" 1>&6
1020
1021echo $ac_n "checking build system type""... $ac_c" 1>&6
1022echo "configure:1023: checking build system type" >&5
1023
1024build_alias=$build
1025case "$build_alias" in
1026NONE)
1027  case $nonopt in
1028  NONE) build_alias=$host_alias ;;
1029  *) build_alias=$nonopt ;;
1030  esac ;;
1031esac
1032
1033build=`$ac_config_sub $build_alias`
1034build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1035build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1036build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1037echo "$ac_t""$build" 1>&6
1038
1039test "$host_alias" != "$target_alias" &&
1040  test "$program_prefix$program_suffix$program_transform_name" = \
1041    NONENONEs,x,x, &&
1042  program_prefix=${target_alias}-
1043
1044# Check whether --with-cross-host or --without-cross-host was given.
1045if test "${with_cross_host+set}" = set; then
1046  withval="$with_cross_host"
1047  \
1048host=$withval
1049fi
1050
1051
1052# Check whether --enable-posix or --disable-posix was given.
1053if test "${enable_posix+set}" = set; then
1054  enableval="$enable_posix"
1055  \
1056RTEMS_HAS_POSIX_API=no
1057else
1058  RTEMS_HAS_POSIX_API=yes
1059fi
1060
1061
1062# Check whether --enable-tcpip or --disable-tcpip was given.
1063if test "${enable_tcpip+set}" = set; then
1064  enableval="$enable_tcpip"
1065  \
1066RTEMS_HAS_KA9Q=no
1067else
1068  RTEMS_HAS_KA9Q=yes
1069fi
1070
1071
1072# Check whether --enable-rtems-inlines or --disable-rtems-inlines was given.
1073if test "${enable_rtems_inlines+set}" = set; then
1074  enableval="$enable_rtems_inlines"
1075  \
1076RTEMS_USE_MACROS=yes
1077else
1078  RTEMS_USE_MACROS=no
1079fi
1080
1081
1082RTEMS_PREFIX=${target_cpu}-${target_vendor}
1083
1084#
1085#  Target configurations are listed in alphabetical order. 
1086#  The BSPs for a target configuration are also listed in alphabetical order.
1087#
1088
1089case "${target}" in
1090  a29k-rtems*)
1091        rtems_bsp=portsw
1092        makefiles=$a29k_mk
1093        ;;
1094  # hpux unix port should go here
1095  hppa1.1-rtems*)
1096        rtems_bsp=simhppa
1097        makefiles=$hppa1_1_mk
1098        ;;
1099  i[3456]86-go32-rtems*)
1100        rtems_bsp="go32 go32_p5"
1101        makefiles=$i386_go32_mk
1102        RTEMS_HAS_POSIX_API=no
1103        ;;
1104  i[3456]86-rtems*)
1105        rtems_bsp="force386 i386ex"
1106        makefiles=$i386_mk
1107        ;;
1108  i[3456]86-pc-linux*)         # unix "simulator" port
1109        rtems_bsp=posix
1110        makefiles=$posix_mk
1111        RTEMS_HAS_POSIX_API=no
1112        ;;
1113  i960-rtems*)
1114        rtems_bsp=cvme961
1115        makefiles=$i960_mk
1116        ;;
1117  m68k-rtems*)
1118        rtems_bsp="dmv152 efi332 efi68k gen68302 gen68360 idp \
1119                   mvme136 mvme147 mvme147s mvme162"
1120        makefiles=$m68k_mk
1121        ;;
1122  mips64orion-rtems*)
1123        rtems_bsp="p4600 p4650"
1124        makefiles=$mips64orion_mk
1125        ;;
1126  no_cpu-rtems*)
1127        rtems_bsp=no_bsp
1128        makefiles=$no_cpu_mk
1129        RTEMS_HAS_POSIX_API=no
1130        ;;
1131  powerpc-rtems*)
1132        rtems_bsp=papyrus
1133        makefiles=$powerpc_mk
1134        ;;
1135  sparc-sun-solaris*)             # unix "simulator" port
1136        rtems_bsp=posix
1137        makefiles=$posix_mk
1138        RTEMS_HAS_POSIX_API=no
1139        ;;
1140  sparc-rtems*)         
1141        rtems_bsp=erc32
1142        makefiles=$sparc_mk
1143        ;;
1144  *)                   
1145        rtems_bsp=no_bsp
1146        makefiles=$no_cpu_mk
1147        echo Error: RTEMS is not supported on target: $target
1148        exit 1
1149        ;;
1150esac
1151
1152# until the tcpip is made optional to build, just do this
1153makefiles="$makefiles $tcpip_mk"
1154
1155case "${host}" in
1156  *-pc-linux*)          host_os=Linux ;;
1157  sparc-sun-sunos*)     host_os=SunOS ;;
1158  sparc-sun-solaris*)   host_os=Solaris ;;
1159  *-nextstep*)          host_os=Nextstep3;;
1160  mips*-sgi-irix5*)     host_os=Irix5;;
1161  *-hp-hpux9*)          host_os=HPUX9;;
1162  *)                    host_os=none
1163                        echo RTEMS not supported on host: $host
1164                        exit 1;;
1165esac
1166
1167if [ "${program_prefix}" = "NONE" ] ; then
1168  if [ "${target}" = "${host}" ] ; then
1169    program_prefix=
1170  else
1171    program_prefix=${target}-
1172  fi
1173fi
1174
1175
1176for ac_prog in mawk gawk nawk awk
1177do
1178# Extract the first word of "$ac_prog", so it can be a program name with args.
1179set dummy $ac_prog; ac_word=$2
1180echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1181echo "configure:1182: checking for $ac_word" >&5
1182if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
1183  echo $ac_n "(cached) $ac_c" 1>&6
1184else
1185  if test -n "$AWK"; then
1186  ac_cv_prog_AWK="$AWK" # Let the user override the test.
1187else
1188  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1189  for ac_dir in $PATH; do
1190    test -z "$ac_dir" && ac_dir=.
1191    if test -f $ac_dir/$ac_word; then
1192      ac_cv_prog_AWK="$ac_prog"
1193      break
1194    fi
1195  done
1196  IFS="$ac_save_ifs"
1197fi
1198fi
1199AWK="$ac_cv_prog_AWK"
1200if test -n "$AWK"; then
1201  echo "$ac_t""$AWK" 1>&6
1202else
1203  echo "$ac_t""no" 1>&6
1204fi
1205
1206test -n "$AWK" && break
1207done
1208
1209echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1210echo "configure:1211: checking whether ln -s works" >&5
1211if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1212  echo $ac_n "(cached) $ac_c" 1>&6
1213else
1214  rm -f conftestdata
1215if ln -s X conftestdata 2>/dev/null
1216then
1217  rm -f conftestdata
1218  ac_cv_prog_LN_S="ln -s"
1219else
1220  ac_cv_prog_LN_S=ln
1221fi
1222fi
1223LN_S="$ac_cv_prog_LN_S"
1224if test "$ac_cv_prog_LN_S" = "ln -s"; then
1225  echo "$ac_t""yes" 1>&6
1226else
1227  echo "$ac_t""no" 1>&6
1228fi
1229
1230
1231RTEMS_BSP=$rtems_bsp
1232RTEMS_HOST=$host_os
1233RTEMS_ROOT=`cd $srcdir/c; pwd`
1234PROJECT_ROOT=`pwd;`
1235
1236# Check whether --enable-tests or --disable-tests was given.
1237if test "${enable_tests+set}" = set; then
1238  enableval="$enable_tests"
1239  \
1240tests_mk=
1241else
1242  makefiles="${makefiles} ${tests_mk}"
1243fi
1244
1245
1246# Check whether --enable-rtemsbsp or --disable-rtemsbsp was given.
1247if test "${enable_rtemsbsp+set}" = set; then
1248  enableval="$enable_rtemsbsp"
1249  \
1250RTEMS_BSP=$enableval
1251fi
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264trap '' 1 2 15
1265cat > confcache <<\EOF
1266# This file is a shell script that caches the results of configure
1267# tests run on this system so they can be shared between configure
1268# scripts and configure runs.  It is not useful on other systems.
1269# If it contains results you don't want to keep, you may remove or edit it.
1270#
1271# By default, configure uses ./config.cache as the cache file,
1272# creating it if it does not exist already.  You can give configure
1273# the --cache-file=FILE option to use a different cache file; that is
1274# what configure does when it calls configure scripts in
1275# subdirectories, so they share the cache.
1276# Giving --cache-file=/dev/null disables caching, for debugging configure.
1277# config.status only pays attention to the cache file if you give it the
1278# --recheck option to rerun configure.
1279#
1280EOF
1281# The following way of writing the cache mishandles newlines in values,
1282# but we know of no workaround that is simple, portable, and efficient.
1283# So, don't put newlines in cache variables' values.
1284# Ultrix sh set writes to stderr and can't be redirected directly,
1285# and sets the high bit in the cache file unless we assign to the vars.
1286(set) 2>&1 |
1287  case `(ac_space=' '; set) 2>&1` in
1288  *ac_space=\ *)
1289    # `set' does not quote correctly, so add quotes (double-quote substitution
1290    # turns \\\\ into \\, and sed turns \\ into \).
1291    sed -n \
1292      -e "s/'/'\\\\''/g" \
1293      -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1294    ;;
1295  *)
1296    # `set' quotes correctly as required by POSIX, so do not add quotes.
1297    sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1298    ;;
1299  esac >> confcache
1300if cmp -s $cache_file confcache; then
1301  :
1302else
1303  if test -w $cache_file; then
1304    echo "updating cache $cache_file"
1305    cat confcache > $cache_file
1306  else
1307    echo "not updating unwritable cache $cache_file"
1308  fi
1309fi
1310rm -f confcache
1311
1312trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1313
1314test "x$prefix" = xNONE && prefix=$ac_default_prefix
1315# Let make expand exec_prefix.
1316test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1317
1318# Any assignment to VPATH causes Sun make to only execute
1319# the first set of double-colon rules, so remove it if not needed.
1320# If there is a colon in the path, we need to keep it.
1321if test "x$srcdir" = x.; then
1322  ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
1323fi
1324
1325trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1326
1327# Transform confdefs.h into DEFS.
1328# Protect against shell expansion while executing Makefile rules.
1329# Protect against Makefile macro expansion.
1330cat > conftest.defs <<\EOF
1331s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
1332s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
1333s%\[%\\&%g
1334s%\]%\\&%g
1335s%\$%$$%g
1336EOF
1337DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
1338rm -f conftest.defs
1339
1340
1341# Without the "./", some shells look in PATH for config.status.
1342: ${CONFIG_STATUS=./config.status}
1343
1344echo creating $CONFIG_STATUS
1345rm -f $CONFIG_STATUS
1346cat > $CONFIG_STATUS <<EOF
1347#! /bin/sh
1348# Generated automatically by configure.
1349# Run this file to recreate the current configuration.
1350# This directory was configured as follows,
1351# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1352#
1353# $0 $ac_configure_args
1354#
1355# Compiler output produced by configure, useful for debugging
1356# configure, is in ./config.log if it exists.
1357
1358ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1359for ac_option
1360do
1361  case "\$ac_option" in
1362  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1363    echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1364    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1365  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1366    echo "$CONFIG_STATUS generated by autoconf version 2.12"
1367    exit 0 ;;
1368  -help | --help | --hel | --he | --h)
1369    echo "\$ac_cs_usage"; exit 0 ;;
1370  *) echo "\$ac_cs_usage"; exit 1 ;;
1371  esac
1372done
1373
1374ac_given_srcdir=$srcdir
1375
1376trap 'rm -fr `echo "Makefile \
1377c/Makefile \
1378c/build-tools/Makefile \
1379c/build-tools/os/Makefile \
1380c/build-tools/os/msdos/Makefile \
1381c/build-tools/scripts/Makefile \
1382c/build-tools/src/Makefile \
1383c/make/Makefile \
1384c/make/Templates/Makefile.inc \
1385c/src/Makefile \
1386c/src/exec/Makefile \
1387c/src/exec/posix/Makefile \
1388c/src/exec/posix/base/Makefile \
1389c/src/exec/posix/headers/Makefile \
1390c/src/exec/posix/inline/Makefile \
1391c/src/exec/posix/macros/Makefile \
1392c/src/exec/posix/optman/Makefile \
1393c/src/exec/posix/src/Makefile \
1394c/src/exec/posix/sys/Makefile \
1395c/src/exec/rtems/Makefile \
1396c/src/exec/rtems/headers/Makefile \
1397c/src/exec/rtems/inline/Makefile \
1398c/src/exec/rtems/macros/Makefile \
1399c/src/exec/rtems/optman/Makefile \
1400c/src/exec/rtems/src/Makefile \
1401c/src/exec/sapi/Makefile \
1402c/src/exec/sapi/headers/Makefile \
1403c/src/exec/sapi/inline/Makefile \
1404c/src/exec/sapi/macros/Makefile \
1405c/src/exec/sapi/optman/Makefile \
1406c/src/exec/sapi/src/Makefile \
1407c/src/exec/score/Makefile \
1408c/src/exec/score/cpu/Makefile \
1409c/src/exec/score/headers/Makefile \
1410c/src/exec/score/inline/Makefile \
1411c/src/exec/score/macros/Makefile \
1412c/src/exec/score/src/Makefile \
1413c/src/exec/score/tools/Makefile \
1414c/src/exec/score/tools/generic/Makefile \
1415c/src/exec/wrapup/Makefile \
1416c/src/exec/wrapup/posix/Makefile \
1417c/src/exec/wrapup/rtems/Makefile \
1418c/src/lib/Makefile \
1419c/src/lib/include/Makefile \
1420c/src/lib/libbsp/Makefile \
1421c/src/lib/libbsp/shmdr/Makefile \
1422c/src/lib/libc/Makefile \
1423c/src/lib/libcpu/Makefile \
1424c/src/lib/libmisc/Makefile \
1425c/src/lib/libmisc/assoc/Makefile \
1426c/src/lib/libmisc/cpuuse/Makefile \
1427c/src/lib/libmisc/error/Makefile \
1428c/src/lib/libmisc/monitor/Makefile \
1429c/src/lib/libmisc/rtmonuse/Makefile \
1430c/src/lib/libmisc/stackchk/Makefile \
1431c/src/lib/libmisc/wrapup/Makefile \
1432c/src/lib/start/Makefile \
1433c/src/lib/wrapup/Makefile \
1434$makefiles \
1435c/update-tools/Makefile " | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1436EOF
1437cat >> $CONFIG_STATUS <<EOF
1438
1439# Protect against being on the right side of a sed subst in config.status.
1440sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1441 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1442$ac_vpsub
1443$extrasub
1444s%@CFLAGS@%$CFLAGS%g
1445s%@CPPFLAGS@%$CPPFLAGS%g
1446s%@CXXFLAGS@%$CXXFLAGS%g
1447s%@DEFS@%$DEFS%g
1448s%@LDFLAGS@%$LDFLAGS%g
1449s%@LIBS@%$LIBS%g
1450s%@exec_prefix@%$exec_prefix%g
1451s%@prefix@%$prefix%g
1452s%@program_transform_name@%$program_transform_name%g
1453s%@bindir@%$bindir%g
1454s%@sbindir@%$sbindir%g
1455s%@libexecdir@%$libexecdir%g
1456s%@datadir@%$datadir%g
1457s%@sysconfdir@%$sysconfdir%g
1458s%@sharedstatedir@%$sharedstatedir%g
1459s%@localstatedir@%$localstatedir%g
1460s%@libdir@%$libdir%g
1461s%@includedir@%$includedir%g
1462s%@oldincludedir@%$oldincludedir%g
1463s%@infodir@%$infodir%g
1464s%@mandir@%$mandir%g
1465s%@SET_MAKE@%$SET_MAKE%g
1466s%@host@%$host%g
1467s%@host_alias@%$host_alias%g
1468s%@host_cpu@%$host_cpu%g
1469s%@host_vendor@%$host_vendor%g
1470s%@host_os@%$host_os%g
1471s%@target@%$target%g
1472s%@target_alias@%$target_alias%g
1473s%@target_cpu@%$target_cpu%g
1474s%@target_vendor@%$target_vendor%g
1475s%@target_os@%$target_os%g
1476s%@build@%$build%g
1477s%@build_alias@%$build_alias%g
1478s%@build_cpu@%$build_cpu%g
1479s%@build_vendor@%$build_vendor%g
1480s%@build_os@%$build_os%g
1481s%@AWK@%$AWK%g
1482s%@LN_S@%$LN_S%g
1483s%@RTEMS_BSP@%$RTEMS_BSP%g
1484s%@RTEMS_HOST@%$RTEMS_HOST%g
1485s%@RTEMS_LIBC_DIR@%$RTEMS_LIBC_DIR%g
1486s%@RTEMS_ROOT@%$RTEMS_ROOT%g
1487s%@RTEMS_HAS_POSIX_API@%$RTEMS_HAS_POSIX_API%g
1488s%@RTEMS_HAS_KA9Q@%$RTEMS_HAS_KA9Q%g
1489s%@RTEMS_USE_MACROS@%$RTEMS_USE_MACROS%g
1490s%@PROJECT_ROOT@%$PROJECT_ROOT%g
1491s%@program_prefix@%$program_prefix%g
1492
1493CEOF
1494EOF
1495
1496cat >> $CONFIG_STATUS <<\EOF
1497
1498# Split the substitutions into bite-sized pieces for seds with
1499# small command number limits, like on Digital OSF/1 and HP-UX.
1500ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
1501ac_file=1 # Number of current file.
1502ac_beg=1 # First line for current file.
1503ac_end=$ac_max_sed_cmds # Line after last line for current file.
1504ac_more_lines=:
1505ac_sed_cmds=""
1506while $ac_more_lines; do
1507  if test $ac_beg -gt 1; then
1508    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
1509  else
1510    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
1511  fi
1512  if test ! -s conftest.s$ac_file; then
1513    ac_more_lines=false
1514    rm -f conftest.s$ac_file
1515  else
1516    if test -z "$ac_sed_cmds"; then
1517      ac_sed_cmds="sed -f conftest.s$ac_file"
1518    else
1519      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
1520    fi
1521    ac_file=`expr $ac_file + 1`
1522    ac_beg=$ac_end
1523    ac_end=`expr $ac_end + $ac_max_sed_cmds`
1524  fi
1525done
1526if test -z "$ac_sed_cmds"; then
1527  ac_sed_cmds=cat
1528fi
1529EOF
1530
1531cat >> $CONFIG_STATUS <<EOF
1532
1533CONFIG_FILES=\${CONFIG_FILES-"Makefile \
1534c/Makefile \
1535c/build-tools/Makefile \
1536c/build-tools/os/Makefile \
1537c/build-tools/os/msdos/Makefile \
1538c/build-tools/scripts/Makefile \
1539c/build-tools/src/Makefile \
1540c/make/Makefile \
1541c/make/Templates/Makefile.inc \
1542c/src/Makefile \
1543c/src/exec/Makefile \
1544c/src/exec/posix/Makefile \
1545c/src/exec/posix/base/Makefile \
1546c/src/exec/posix/headers/Makefile \
1547c/src/exec/posix/inline/Makefile \
1548c/src/exec/posix/macros/Makefile \
1549c/src/exec/posix/optman/Makefile \
1550c/src/exec/posix/src/Makefile \
1551c/src/exec/posix/sys/Makefile \
1552c/src/exec/rtems/Makefile \
1553c/src/exec/rtems/headers/Makefile \
1554c/src/exec/rtems/inline/Makefile \
1555c/src/exec/rtems/macros/Makefile \
1556c/src/exec/rtems/optman/Makefile \
1557c/src/exec/rtems/src/Makefile \
1558c/src/exec/sapi/Makefile \
1559c/src/exec/sapi/headers/Makefile \
1560c/src/exec/sapi/inline/Makefile \
1561c/src/exec/sapi/macros/Makefile \
1562c/src/exec/sapi/optman/Makefile \
1563c/src/exec/sapi/src/Makefile \
1564c/src/exec/score/Makefile \
1565c/src/exec/score/cpu/Makefile \
1566c/src/exec/score/headers/Makefile \
1567c/src/exec/score/inline/Makefile \
1568c/src/exec/score/macros/Makefile \
1569c/src/exec/score/src/Makefile \
1570c/src/exec/score/tools/Makefile \
1571c/src/exec/score/tools/generic/Makefile \
1572c/src/exec/wrapup/Makefile \
1573c/src/exec/wrapup/posix/Makefile \
1574c/src/exec/wrapup/rtems/Makefile \
1575c/src/lib/Makefile \
1576c/src/lib/include/Makefile \
1577c/src/lib/libbsp/Makefile \
1578c/src/lib/libbsp/shmdr/Makefile \
1579c/src/lib/libc/Makefile \
1580c/src/lib/libcpu/Makefile \
1581c/src/lib/libmisc/Makefile \
1582c/src/lib/libmisc/assoc/Makefile \
1583c/src/lib/libmisc/cpuuse/Makefile \
1584c/src/lib/libmisc/error/Makefile \
1585c/src/lib/libmisc/monitor/Makefile \
1586c/src/lib/libmisc/rtmonuse/Makefile \
1587c/src/lib/libmisc/stackchk/Makefile \
1588c/src/lib/libmisc/wrapup/Makefile \
1589c/src/lib/start/Makefile \
1590c/src/lib/wrapup/Makefile \
1591$makefiles \
1592c/update-tools/Makefile "}
1593EOF
1594cat >> $CONFIG_STATUS <<\EOF
1595for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1596  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1597  case "$ac_file" in
1598  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1599       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1600  *) ac_file_in="${ac_file}.in" ;;
1601  esac
1602
1603  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
1604
1605  # Remove last slash and all that follows it.  Not all systems have dirname.
1606  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1607  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1608    # The file is in a subdirectory.
1609    test ! -d "$ac_dir" && mkdir "$ac_dir"
1610    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1611    # A "../" for each directory in $ac_dir_suffix.
1612    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1613  else
1614    ac_dir_suffix= ac_dots=
1615  fi
1616
1617  case "$ac_given_srcdir" in
1618  .)  srcdir=.
1619      if test -z "$ac_dots"; then top_srcdir=.
1620      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1621  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1622  *) # Relative path.
1623    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1624    top_srcdir="$ac_dots$ac_given_srcdir" ;;
1625  esac
1626
1627
1628  echo creating "$ac_file"
1629  rm -f "$ac_file"
1630  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1631  case "$ac_file" in
1632  *Makefile*) ac_comsub="1i\\
1633# $configure_input" ;;
1634  *) ac_comsub= ;;
1635  esac
1636
1637  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1638  sed -e "$ac_comsub
1639s%@configure_input@%$configure_input%g
1640s%@srcdir@%$srcdir%g
1641s%@top_srcdir@%$top_srcdir%g
1642" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1643fi; done
1644rm -f conftest.s*
1645
1646EOF
1647cat >> $CONFIG_STATUS <<EOF
1648
1649EOF
1650cat >> $CONFIG_STATUS <<\EOF
1651
1652exit 0
1653EOF
1654chmod +x $CONFIG_STATUS
1655rm -fr confdefs* $ac_clean_files
1656test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1657
1658
1659echo
1660echo target architecture: $target_cpu.
1661echo available BSPs: $rtems_bsp.
1662echo \'make all\' will build the following BSPs: $RTEMS_BSP.
1663echo other BSPs can be built with \'make RTEMSBSP=\"bsp1 bsp2 ...\"\'
1664echo
Note: See TracBrowser for help on using the repository browser.