~vorlon/ubuntu/oneiric/libogg/multiarch

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-12-14 16:43:15 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051214164315-9moe8pktxsl5o9yw
Tags: 1.1.3-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
463
463
# include <unistd.h>
464
464
#endif"
465
465
 
466
 
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIB_CURRENT LIB_REVISION LIB_AGE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBOBJS LIBTOOL_DEPS SIZE16 USIZE16 SIZE32 USIZE32 SIZE64 OPT DEBUG PROFILE LTLIBOBJS'
 
466
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIB_CURRENT LIB_REVISION LIB_AGE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBOBJS LIBTOOL_DEPS SIZE16 USIZE16 SIZE32 USIZE32 SIZE64 OPT DEBUG PROFILE LTLIBOBJS'
467
467
ac_subst_files=''
468
468
 
469
469
# Initialize some variables set by options.
1497
1497
 
1498
1498
 
1499
1499
 
1500
 
am__api_version="1.8"
 
1500
am__api_version="1.9"
1501
1501
ac_aux_dir=
1502
1502
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1503
1503
  if test -f $ac_dir/install-sh; then
1674
1674
fi
1675
1675
 
1676
1676
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1677
 
  # Keeping the `.' argument allows $(mkdir_p) to be used without
1678
 
  # argument.  Indeed, we sometimes output rules like
 
1677
  # We used to keeping the `.' as first argument, in order to
 
1678
  # allow $(mkdir_p) to be used without argument.  As in
1679
1679
  #   $(mkdir_p) $(somedir)
1680
 
  # where $(somedir) is conditionally defined.
1681
 
  # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
1682
 
  # expensive solution, as it forces Make to start a sub-shell.)
1683
 
  mkdir_p='mkdir -p -- .'
 
1680
  # where $(somedir) is conditionally defined.  However this is wrong
 
1681
  # for two reasons:
 
1682
  #  1. if the package is installed by a user who cannot write `.'
 
1683
  #     make install will fail,
 
1684
  #  2. the above comment should most certainly read
 
1685
  #     $(mkdir_p) $(DESTDIR)$(somedir)
 
1686
  #     so it does not work when $(somedir) is undefined and
 
1687
  #     $(DESTDIR) is not.
 
1688
  #  To support the latter case, we have to write
 
1689
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
 
1690
  #  so the `.' trick is pointless.
 
1691
  mkdir_p='mkdir -p --'
1684
1692
else
1685
1693
  # On NextStep and OpenStep, the `mkdir' command does not
1686
1694
  # recognize any option.  It will interpret all options as
1796
1804
 
1797
1805
# Define the identity of the package.
1798
1806
 PACKAGE=libogg
1799
 
 VERSION=1.1.2
 
1807
 VERSION=1.1.3
1800
1808
 
1801
1809
 
1802
1810
cat >>confdefs.h <<_ACEOF
1824
1832
 
1825
1833
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1826
1834
 
1827
 
 
1828
 
AMTAR=${AMTAR-"${am_missing_run}tar"}
1829
 
 
1830
1835
install_sh=${install_sh-"$am_aux_dir/install-sh"}
1831
1836
 
1832
1837
# Installed binaries are usually stripped using `strip' when the user
1919
1924
 
1920
1925
# We need awk for the "check" target.  The system "awk" is bad on
1921
1926
# some platforms.
 
1927
# Always define AMTAR for backward compatibility.
 
1928
 
 
1929
AMTAR=${AMTAR-"${am_missing_run}tar"}
 
1930
 
 
1931
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
 
1932
 
 
1933
 
1922
1934
 
1923
1935
 
1924
1936
 
1949
1961
 
1950
1962
 
1951
1963
LIB_CURRENT=5
1952
 
LIB_REVISION=2
 
1964
LIB_REVISION=3
1953
1965
LIB_AGE=5
1954
1966
 
1955
1967
 
3652
3664
  ;;
3653
3665
*-*-irix6*)
3654
3666
  # Find out which ABI we are using.
3655
 
  echo '#line 3655 "configure"' > conftest.$ac_ext
 
3667
  echo '#line 3667 "configure"' > conftest.$ac_ext
3656
3668
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3657
3669
  (eval $ac_compile) 2>&5
3658
3670
  ac_status=$?
5216
5228
 
5217
5229
 
5218
5230
# Provide some information about the compiler.
5219
 
echo "$as_me:5219:" \
 
5231
echo "$as_me:5231:" \
5220
5232
     "checking for Fortran 77 compiler version" >&5
5221
5233
ac_compiler=`set X $ac_compile; echo $2`
5222
5234
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
6248
6260
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
6249
6261
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6250
6262
   -e 's:$: $lt_compiler_flag:'`
6251
 
   (eval echo "\"\$as_me:6251: $lt_compile\"" >&5)
 
6263
   (eval echo "\"\$as_me:6263: $lt_compile\"" >&5)
6252
6264
   (eval "$lt_compile" 2>conftest.err)
6253
6265
   ac_status=$?
6254
6266
   cat conftest.err >&5
6255
 
   echo "$as_me:6255: \$? = $ac_status" >&5
 
6267
   echo "$as_me:6267: \$? = $ac_status" >&5
6256
6268
   if (exit $ac_status) && test -s "$ac_outfile"; then
6257
6269
     # The compiler can only warn and ignore the option if not recognized
6258
6270
     # So say no if there are warnings
6481
6493
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
6482
6494
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6483
6495
   -e 's:$: $lt_compiler_flag:'`
6484
 
   (eval echo "\"\$as_me:6484: $lt_compile\"" >&5)
 
6496
   (eval echo "\"\$as_me:6496: $lt_compile\"" >&5)
6485
6497
   (eval "$lt_compile" 2>conftest.err)
6486
6498
   ac_status=$?
6487
6499
   cat conftest.err >&5
6488
 
   echo "$as_me:6488: \$? = $ac_status" >&5
 
6500
   echo "$as_me:6500: \$? = $ac_status" >&5
6489
6501
   if (exit $ac_status) && test -s "$ac_outfile"; then
6490
6502
     # The compiler can only warn and ignore the option if not recognized
6491
6503
     # So say no if there are warnings
6541
6553
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
6542
6554
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6543
6555
   -e 's:$: $lt_compiler_flag:'`
6544
 
   (eval echo "\"\$as_me:6544: $lt_compile\"" >&5)
 
6556
   (eval echo "\"\$as_me:6556: $lt_compile\"" >&5)
6545
6557
   (eval "$lt_compile" 2>out/conftest.err)
6546
6558
   ac_status=$?
6547
6559
   cat out/conftest.err >&5
6548
 
   echo "$as_me:6548: \$? = $ac_status" >&5
 
6560
   echo "$as_me:6560: \$? = $ac_status" >&5
6549
6561
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
6550
6562
   then
6551
6563
     # The compiler can only warn and ignore the option if not recognized
8729
8741
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
8730
8742
  lt_status=$lt_dlunknown
8731
8743
  cat > conftest.$ac_ext <<EOF
8732
 
#line 8732 "configure"
 
8744
#line 8744 "configure"
8733
8745
#include "confdefs.h"
8734
8746
 
8735
8747
#if HAVE_DLFCN_H
8827
8839
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
8828
8840
  lt_status=$lt_dlunknown
8829
8841
  cat > conftest.$ac_ext <<EOF
8830
 
#line 8830 "configure"
 
8842
#line 8842 "configure"
8831
8843
#include "confdefs.h"
8832
8844
 
8833
8845
#if HAVE_DLFCN_H
11004
11016
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
11005
11017
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11006
11018
   -e 's:$: $lt_compiler_flag:'`
11007
 
   (eval echo "\"\$as_me:11007: $lt_compile\"" >&5)
 
11019
   (eval echo "\"\$as_me:11019: $lt_compile\"" >&5)
11008
11020
   (eval "$lt_compile" 2>conftest.err)
11009
11021
   ac_status=$?
11010
11022
   cat conftest.err >&5
11011
 
   echo "$as_me:11011: \$? = $ac_status" >&5
 
11023
   echo "$as_me:11023: \$? = $ac_status" >&5
11012
11024
   if (exit $ac_status) && test -s "$ac_outfile"; then
11013
11025
     # The compiler can only warn and ignore the option if not recognized
11014
11026
     # So say no if there are warnings
11064
11076
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
11065
11077
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11066
11078
   -e 's:$: $lt_compiler_flag:'`
11067
 
   (eval echo "\"\$as_me:11067: $lt_compile\"" >&5)
 
11079
   (eval echo "\"\$as_me:11079: $lt_compile\"" >&5)
11068
11080
   (eval "$lt_compile" 2>out/conftest.err)
11069
11081
   ac_status=$?
11070
11082
   cat out/conftest.err >&5
11071
 
   echo "$as_me:11071: \$? = $ac_status" >&5
 
11083
   echo "$as_me:11083: \$? = $ac_status" >&5
11072
11084
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
11073
11085
   then
11074
11086
     # The compiler can only warn and ignore the option if not recognized
12433
12445
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12434
12446
  lt_status=$lt_dlunknown
12435
12447
  cat > conftest.$ac_ext <<EOF
12436
 
#line 12436 "configure"
 
12448
#line 12448 "configure"
12437
12449
#include "confdefs.h"
12438
12450
 
12439
12451
#if HAVE_DLFCN_H
12531
12543
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12532
12544
  lt_status=$lt_dlunknown
12533
12545
  cat > conftest.$ac_ext <<EOF
12534
 
#line 12534 "configure"
 
12546
#line 12546 "configure"
12535
12547
#include "confdefs.h"
12536
12548
 
12537
12549
#if HAVE_DLFCN_H
13358
13370
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
13359
13371
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13360
13372
   -e 's:$: $lt_compiler_flag:'`
13361
 
   (eval echo "\"\$as_me:13361: $lt_compile\"" >&5)
 
13373
   (eval echo "\"\$as_me:13373: $lt_compile\"" >&5)
13362
13374
   (eval "$lt_compile" 2>conftest.err)
13363
13375
   ac_status=$?
13364
13376
   cat conftest.err >&5
13365
 
   echo "$as_me:13365: \$? = $ac_status" >&5
 
13377
   echo "$as_me:13377: \$? = $ac_status" >&5
13366
13378
   if (exit $ac_status) && test -s "$ac_outfile"; then
13367
13379
     # The compiler can only warn and ignore the option if not recognized
13368
13380
     # So say no if there are warnings
13418
13430
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
13419
13431
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13420
13432
   -e 's:$: $lt_compiler_flag:'`
13421
 
   (eval echo "\"\$as_me:13421: $lt_compile\"" >&5)
 
13433
   (eval echo "\"\$as_me:13433: $lt_compile\"" >&5)
13422
13434
   (eval "$lt_compile" 2>out/conftest.err)
13423
13435
   ac_status=$?
13424
13436
   cat out/conftest.err >&5
13425
 
   echo "$as_me:13425: \$? = $ac_status" >&5
 
13437
   echo "$as_me:13437: \$? = $ac_status" >&5
13426
13438
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
13427
13439
   then
13428
13440
     # The compiler can only warn and ignore the option if not recognized
15463
15475
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
15464
15476
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15465
15477
   -e 's:$: $lt_compiler_flag:'`
15466
 
   (eval echo "\"\$as_me:15466: $lt_compile\"" >&5)
 
15478
   (eval echo "\"\$as_me:15478: $lt_compile\"" >&5)
15467
15479
   (eval "$lt_compile" 2>conftest.err)
15468
15480
   ac_status=$?
15469
15481
   cat conftest.err >&5
15470
 
   echo "$as_me:15470: \$? = $ac_status" >&5
 
15482
   echo "$as_me:15482: \$? = $ac_status" >&5
15471
15483
   if (exit $ac_status) && test -s "$ac_outfile"; then
15472
15484
     # The compiler can only warn and ignore the option if not recognized
15473
15485
     # So say no if there are warnings
15696
15708
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
15697
15709
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15698
15710
   -e 's:$: $lt_compiler_flag:'`
15699
 
   (eval echo "\"\$as_me:15699: $lt_compile\"" >&5)
 
15711
   (eval echo "\"\$as_me:15711: $lt_compile\"" >&5)
15700
15712
   (eval "$lt_compile" 2>conftest.err)
15701
15713
   ac_status=$?
15702
15714
   cat conftest.err >&5
15703
 
   echo "$as_me:15703: \$? = $ac_status" >&5
 
15715
   echo "$as_me:15715: \$? = $ac_status" >&5
15704
15716
   if (exit $ac_status) && test -s "$ac_outfile"; then
15705
15717
     # The compiler can only warn and ignore the option if not recognized
15706
15718
     # So say no if there are warnings
15756
15768
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
15757
15769
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15758
15770
   -e 's:$: $lt_compiler_flag:'`
15759
 
   (eval echo "\"\$as_me:15759: $lt_compile\"" >&5)
 
15771
   (eval echo "\"\$as_me:15771: $lt_compile\"" >&5)
15760
15772
   (eval "$lt_compile" 2>out/conftest.err)
15761
15773
   ac_status=$?
15762
15774
   cat out/conftest.err >&5
15763
 
   echo "$as_me:15763: \$? = $ac_status" >&5
 
15775
   echo "$as_me:15775: \$? = $ac_status" >&5
15764
15776
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
15765
15777
   then
15766
15778
     # The compiler can only warn and ignore the option if not recognized
17944
17956
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
17945
17957
  lt_status=$lt_dlunknown
17946
17958
  cat > conftest.$ac_ext <<EOF
17947
 
#line 17947 "configure"
 
17959
#line 17959 "configure"
17948
17960
#include "confdefs.h"
17949
17961
 
17950
17962
#if HAVE_DLFCN_H
18042
18054
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
18043
18055
  lt_status=$lt_dlunknown
18044
18056
  cat > conftest.$ac_ext <<EOF
18045
 
#line 18045 "configure"
 
18057
#line 18057 "configure"
18046
18058
#include "confdefs.h"
18047
18059
 
18048
18060
#if HAVE_DLFCN_H
19062
19074
 
19063
19075
 
19064
19076
cflags_save="$CFLAGS"
19065
 
ldflags_save="$LDFLAGS"
19066
19077
if test -z "$GCC"; then
19067
19078
        case $host in
19068
19079
        *-*-irix*)
19108
19119
CFLAGS="$CFLAGS $cflags_save"
19109
19120
DEBUG="$DEBUG $cflags_save"
19110
19121
PROFILE="$PROFILE $cflags_save"
19111
 
LDFLAGS="$LDFLAGS $ldflags_save"
19112
19122
 
19113
19123
 
19114
19124
 
21546
21556
 
21547
21557
 
21548
21558
 
21549
 
                                                                                                                        ac_config_files="$ac_config_files Makefile src/Makefile doc/Makefile doc/ogg/Makefile include/Makefile include/ogg/Makefile include/ogg/config_types.h win32/Makefile debian/Makefile libogg.spec ogg.pc ogg-uninstalled.pc"
 
21559
                                                                                                              ac_config_files="$ac_config_files Makefile src/Makefile doc/Makefile doc/libogg/Makefile include/Makefile include/ogg/Makefile include/ogg/config_types.h win32/Makefile libogg.spec ogg.pc ogg-uninstalled.pc"
21550
21560
cat >confcache <<\_ACEOF
21551
21561
# This file is a shell script that caches the results of configure
21552
21562
# tests run on this system so they can be shared between configure
22113
22123
  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
22114
22124
  "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
22115
22125
  "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
22116
 
  "doc/ogg/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/ogg/Makefile" ;;
 
22126
  "doc/libogg/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/libogg/Makefile" ;;
22117
22127
  "include/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
22118
22128
  "include/ogg/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/ogg/Makefile" ;;
22119
22129
  "include/ogg/config_types.h" ) CONFIG_FILES="$CONFIG_FILES include/ogg/config_types.h" ;;
22120
22130
  "win32/Makefile" ) CONFIG_FILES="$CONFIG_FILES win32/Makefile" ;;
22121
 
  "debian/Makefile" ) CONFIG_FILES="$CONFIG_FILES debian/Makefile" ;;
22122
22131
  "libogg.spec" ) CONFIG_FILES="$CONFIG_FILES libogg.spec" ;;
22123
22132
  "ogg.pc" ) CONFIG_FILES="$CONFIG_FILES ogg.pc" ;;
22124
22133
  "ogg-uninstalled.pc" ) CONFIG_FILES="$CONFIG_FILES ogg-uninstalled.pc" ;;
22220
22229
s,@AUTOMAKE@,$AUTOMAKE,;t t
22221
22230
s,@AUTOHEADER@,$AUTOHEADER,;t t
22222
22231
s,@MAKEINFO@,$MAKEINFO,;t t
22223
 
s,@AMTAR@,$AMTAR,;t t
22224
22232
s,@install_sh@,$install_sh,;t t
22225
22233
s,@STRIP@,$STRIP,;t t
22226
22234
s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
22229
22237
s,@AWK@,$AWK,;t t
22230
22238
s,@SET_MAKE@,$SET_MAKE,;t t
22231
22239
s,@am__leading_dot@,$am__leading_dot,;t t
 
22240
s,@AMTAR@,$AMTAR,;t t
 
22241
s,@am__tar@,$am__tar,;t t
 
22242
s,@am__untar@,$am__untar,;t t
22232
22243
s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
22233
22244
s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
22234
22245
s,@MAINT@,$MAINT,;t t
22912
22923
  else
22913
22924
    continue
22914
22925
  fi
22915
 
  grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
22916
 
  # Extract the definition of DEP_FILES from the Makefile without
22917
 
  # running `make'.
 
22926
  # Extract the definition of DEPDIR, am__include, and am__quote
 
22927
  # from the Makefile without running `make'.
22918
22928
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
22919
22929
  test -z "$DEPDIR" && continue
 
22930
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
22931
  test -z "am__include" && continue
 
22932
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
22920
22933
  # When using ansi2knr, U may be empty or an underscore; expand it
22921
22934
  U=`sed -n 's/^U = //p' < "$mf"`
22922
 
  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
22923
 
  # We invoke sed twice because it is the simplest approach to
22924
 
  # changing $(DEPDIR) to its actual value in the expansion.
22925
 
  for file in `sed -n '
22926
 
    /^DEP_FILES = .*\\\\$/ {
22927
 
      s/^DEP_FILES = //
22928
 
      :loop
22929
 
        s/\\\\$//
22930
 
        p
22931
 
        n
22932
 
        /\\\\$/ b loop
22933
 
      p
22934
 
    }
22935
 
    /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
 
22935
  # Find all dependency output files, they are included files with
 
22936
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
22937
  # simplest approach to changing $(DEPDIR) to its actual value in the
 
22938
  # expansion.
 
22939
  for file in `sed -n "
 
22940
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
22936
22941
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
22937
22942
    # Make sure the directory exists.
22938
22943
    test -f "$dirpart/$file" && continue