source: rtems/configure @ f5bd03c

4.104.114.84.95
Last change on this file since f5bd03c was f5bd03c, checked in by Joel Sherrill <joel.sherrill@…>, on 05/23/97 at 21:44:19

KA9Q stack removed prior to testing for 4.0.0 public release.

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