* ltmain.sh: Update from GCC.
* libtool.m4: Update from GCC. * ltsugar.m4: New. Update from GCC. * ltversion.m4: New. Update from GCC. * ltoptions.m4: New. Update from GCC. * ltconfig: Remove. * ltcf-c.sh: Remove. * ltcf-cxx.sh: Remove. * ltcf-gcj.sh: Remove. * src-release: Update with new libtool file list. * newlib/*/configure.in: invoke _LD_DECL_SED. * newlib/*/Makefile.am: Ensure toplevel is included in ACLOCAL_AMFLAGS. * Regenerate subdirectories
This commit is contained in:
parent
aa5341f9ac
commit
d9a1ecc006
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
||||||
|
2007-05-24 Steve Ellcey <sje@cup.hp.com>
|
||||||
|
|
||||||
|
* ltmain.sh: Update from GCC.
|
||||||
|
* libtool.m4: Update from GCC.
|
||||||
|
* ltsugar.m4: New. Update from GCC.
|
||||||
|
* ltversion.m4: New. Update from GCC.
|
||||||
|
* ltoptions.m4: New. Update from GCC.
|
||||||
|
* ltconfig: Remove.
|
||||||
|
* ltcf-c.sh: Remove.
|
||||||
|
* ltcf-cxx.sh: Remove.
|
||||||
|
* ltcf-gcj.sh: Remove.
|
||||||
|
* src-release: Update with new libtool file list.
|
||||||
|
|
||||||
2007-05-16 Paolo Bonzini <bonzini@gnu.org>
|
2007-05-16 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
* Makefile.def (bootstrap_stage): Replace stage_make_flags with
|
* Makefile.def (bootstrap_stage): Replace stage_make_flags with
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
828
ltcf-c.sh
828
ltcf-c.sh
|
@ -1,828 +0,0 @@
|
||||||
#### This script is meant to be sourced by ltconfig.
|
|
||||||
|
|
||||||
# ltcf-c.sh - Create a C compiler specific configuration
|
|
||||||
#
|
|
||||||
# Copyright (C) 1996-2000, 2001 Free Software Foundation, Inc.
|
|
||||||
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
|
|
||||||
#
|
|
||||||
# This file is free software; you can redistribute it and/or modify it
|
|
||||||
# under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation; either version 2 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful, but
|
|
||||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
# General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
#
|
|
||||||
# As a special exception to the GNU General Public License, if you
|
|
||||||
# distribute this file as part of a program that contains a
|
|
||||||
# configuration script generated by Autoconf, you may include it under
|
|
||||||
# the same distribution terms that you use for the rest of that program.
|
|
||||||
|
|
||||||
|
|
||||||
# Source file extension for C test sources.
|
|
||||||
ac_ext=c
|
|
||||||
|
|
||||||
# Object file extension for compiled C test sources.
|
|
||||||
objext=o
|
|
||||||
|
|
||||||
# Code to be used in simple compile tests
|
|
||||||
lt_simple_compile_test_code="int some_variable = 0;"
|
|
||||||
|
|
||||||
# Code to be used in simple link tests
|
|
||||||
lt_simple_link_test_code='main(){return(0);}'
|
|
||||||
|
|
||||||
## Linker Characteristics
|
|
||||||
case $host_os in
|
|
||||||
cygwin* | mingw*)
|
|
||||||
# FIXME: the MSVC++ port hasn't been tested in a loooong time
|
|
||||||
# When not using gcc, we currently assume that we are using
|
|
||||||
# Microsoft Visual C++.
|
|
||||||
if test "$with_gcc" != yes; then
|
|
||||||
with_gnu_ld=no
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
|
|
||||||
esac
|
|
||||||
|
|
||||||
ld_shlibs=yes
|
|
||||||
if test "$with_gnu_ld" = yes; then
|
|
||||||
# If archive_cmds runs LD, not CC, wlarc should be empty
|
|
||||||
wlarc='${wl}'
|
|
||||||
|
|
||||||
# See if GNU ld supports shared libraries.
|
|
||||||
case $host_os in
|
|
||||||
aix3* | aix4* | aix5*)
|
|
||||||
# On AIX/PPC, the GNU linker is very broken
|
|
||||||
if test "$host_cpu" != ia64; then
|
|
||||||
ld_shlibs=no
|
|
||||||
cat <<EOF 1>&2
|
|
||||||
|
|
||||||
*** Warning: the GNU linker, at least up to release 2.9.1, is reported
|
|
||||||
*** to be unable to reliably create shared libraries on AIX.
|
|
||||||
*** Therefore, libtool is disabling shared libraries support. If you
|
|
||||||
*** really care for shared libraries, you may want to modify your PATH
|
|
||||||
*** so that a non-GNU linker is found, and then restart.
|
|
||||||
|
|
||||||
EOF
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
|
|
||||||
amigaos*)
|
|
||||||
archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
|
|
||||||
hardcode_libdir_flag_spec='-L$libdir'
|
|
||||||
hardcode_minus_L=yes
|
|
||||||
|
|
||||||
# Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
|
|
||||||
# that the semantics of dynamic libraries on AmigaOS, at least up
|
|
||||||
# to version 4, is to share data among multiple programs linked
|
|
||||||
# with the same dynamic library. Since this doesn't match the
|
|
||||||
# behavior of shared libraries on other platforms, we can use
|
|
||||||
# them.
|
|
||||||
ld_shlibs=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
beos*)
|
|
||||||
if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
|
|
||||||
allow_undefined_flag=unsupported
|
|
||||||
# Joseph Beckenbach <jrb3@best.com> says some releases of gcc
|
|
||||||
# support --undefined. This deserves some investigation. FIXME
|
|
||||||
archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
|
||||||
else
|
|
||||||
ld_shlibs=no
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
|
|
||||||
cygwin* | mingw*)
|
|
||||||
# hardcode_libdir_flag_spec is actually meaningless, as there is
|
|
||||||
# no search path for DLLs.
|
|
||||||
hardcode_libdir_flag_spec='-L$libdir'
|
|
||||||
allow_undefined_flag=unsupported
|
|
||||||
always_export_symbols=yes
|
|
||||||
|
|
||||||
extract_expsyms_cmds='test -f $output_objdir/impgen.c || \
|
|
||||||
sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //; p; }" -e d < $0 > $output_objdir/impgen.c~
|
|
||||||
test -f $output_objdir/impgen.exe || (cd $output_objdir && \
|
|
||||||
if test "x$BUILD_CC" != "x" ; then $BUILD_CC -o impgen impgen.c ; \
|
|
||||||
else $CC -o impgen impgen.c ; fi)~
|
|
||||||
$output_objdir/impgen $dir/$soroot > $output_objdir/$soname-def'
|
|
||||||
|
|
||||||
old_archive_from_expsyms_cmds='$DLLTOOL --as=$AS --dllname $soname --def $output_objdir/$soname-def --output-lib $output_objdir/$newlib'
|
|
||||||
|
|
||||||
# cygwin and mingw dlls have different entry points and sets of symbols
|
|
||||||
# to exclude.
|
|
||||||
# FIXME: what about values for MSVC?
|
|
||||||
dll_entry=__cygwin_dll_entry@12
|
|
||||||
dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12~
|
|
||||||
case $host_os in
|
|
||||||
mingw*)
|
|
||||||
# mingw values
|
|
||||||
dll_entry=_DllMainCRTStartup@12
|
|
||||||
dll_exclude_symbols=DllMain@12,DllMainCRTStartup@12,DllEntryPoint@12~
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
# mingw and cygwin differ, and it's simplest to just exclude the union
|
|
||||||
# of the two symbol sets.
|
|
||||||
dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12,DllMainCRTStartup@12,DllEntryPoint@12
|
|
||||||
|
|
||||||
# recent cygwin and mingw systems supply a stub DllMain which the user
|
|
||||||
# can override, but on older systems we have to supply one (in ltdll.c)
|
|
||||||
if test "x$lt_cv_need_dllmain" = "xyes"; then
|
|
||||||
ltdll_obj='$output_objdir/$soname-ltdll.'"$objext "
|
|
||||||
ltdll_cmds='test -f $output_objdir/$soname-ltdll.c || sed -e "/^# \/\* ltdll\.c starts here \*\//,/^# \/\* ltdll.c ends here \*\// { s/^# //; p; }" -e d < $0 > $output_objdir/$soname-ltdll.c~
|
|
||||||
test -f $output_objdir/$soname-ltdll.$objext || (cd $output_objdir && $CC -c $soname-ltdll.c)~'
|
|
||||||
else
|
|
||||||
ltdll_obj=
|
|
||||||
ltdll_cmds=
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Extract the symbol export list from an `--export-all' def file,
|
|
||||||
# then regenerate the def file from the symbol export list, so that
|
|
||||||
# the compiled dll only exports the symbol export list.
|
|
||||||
# Be careful not to strip the DATA tag left be newer dlltools.
|
|
||||||
export_symbols_cmds="$ltdll_cmds"'
|
|
||||||
$DLLTOOL --export-all --exclude-symbols '$dll_exclude_symbols' --output-def $output_objdir/$soname-def '$ltdll_obj'$libobjs $convenience~
|
|
||||||
sed -e "1,/EXPORTS/d" -e "s/ @ [0-9]*//" -e "s/ *;.*$//" < $output_objdir/$soname-def > $export_symbols'
|
|
||||||
|
|
||||||
# If the export-symbols file already is a .def file (1st line
|
|
||||||
# is EXPORTS), use it as is.
|
|
||||||
# If DATA tags from a recent dlltool are present, honour them!
|
|
||||||
archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then
|
|
||||||
cp $export_symbols $output_objdir/$soname-def;
|
|
||||||
else
|
|
||||||
echo EXPORTS > $output_objdir/$soname-def;
|
|
||||||
_lt_hint=1;
|
|
||||||
cat $export_symbols | while read symbol; do
|
|
||||||
set dummy \$symbol;
|
|
||||||
case \[$]# in
|
|
||||||
2) echo " \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
|
|
||||||
*) echo " \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
|
|
||||||
esac;
|
|
||||||
_lt_hint=`expr 1 + \$_lt_hint`;
|
|
||||||
done;
|
|
||||||
fi~
|
|
||||||
'"$ltdll_cmds"'
|
|
||||||
$CC -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
|
|
||||||
$DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp~
|
|
||||||
$CC -Wl,--base-file,$output_objdir/$soname-base $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
|
|
||||||
$DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp --output-lib $output_objdir/$libname.dll.a~
|
|
||||||
$CC $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags'
|
|
||||||
;;
|
|
||||||
|
|
||||||
darwin* | rhapsody*)
|
|
||||||
allow_undefined_flag='-undefined suppress'
|
|
||||||
archive_cmds='$CC `test .$module = .yes && echo -bundle || echo -dynamiclib` $allow_undefined_flag -o $lib $libobjs $deplibs $linkopts -install_name $rpath/$soname `test -n "$verstring" -a x$verstring != x0.0 && echo $verstring`'
|
|
||||||
# We need to add '_' to the symbols in $export_symbols first
|
|
||||||
#archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
|
|
||||||
hardcode_direct=yes
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
whole_archive_flag_spec='-all_load $convenience'
|
|
||||||
;;
|
|
||||||
|
|
||||||
netbsd* | knetbsd*-gnu)
|
|
||||||
if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
|
|
||||||
archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
|
|
||||||
wlarc=
|
|
||||||
else
|
|
||||||
archive_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
|
||||||
archive_expsym_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
|
|
||||||
solaris* | sysv5*)
|
|
||||||
if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
|
|
||||||
ld_shlibs=no
|
|
||||||
cat <<EOF 1>&2
|
|
||||||
|
|
||||||
*** Warning: The releases 2.8.* of the GNU linker cannot reliably
|
|
||||||
*** create shared libraries on Solaris systems. Therefore, libtool
|
|
||||||
*** is disabling shared libraries support. We urge you to upgrade GNU
|
|
||||||
*** binutils to release 2.9.1 or newer. Another option is to modify
|
|
||||||
*** your PATH or compiler configuration so that the native linker is
|
|
||||||
*** used, and then restart.
|
|
||||||
|
|
||||||
EOF
|
|
||||||
elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
|
|
||||||
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
|
||||||
archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
|
||||||
else
|
|
||||||
ld_shlibs=no
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
|
|
||||||
sunos4*)
|
|
||||||
archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
wlarc=
|
|
||||||
hardcode_direct=yes
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
tpf*)
|
|
||||||
ld_shlibs=yes
|
|
||||||
;;
|
|
||||||
|
|
||||||
*)
|
|
||||||
if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
|
|
||||||
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
|
||||||
archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
|
||||||
else
|
|
||||||
ld_shlibs=no
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
if test "$ld_shlibs" = yes; then
|
|
||||||
runpath_var=LD_RUN_PATH
|
|
||||||
hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
|
|
||||||
export_dynamic_flag_spec='${wl}--export-dynamic'
|
|
||||||
case $host_os in
|
|
||||||
cygwin* | mingw*)
|
|
||||||
# dlltool doesn't understand --whole-archive et. al.
|
|
||||||
whole_archive_flag_spec=
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
# ancient GNU ld didn't support --whole-archive et. al.
|
|
||||||
if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
|
|
||||||
whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
|
|
||||||
else
|
|
||||||
whole_archive_flag_spec=
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
# PORTME fill in a description of your system's linker (not GNU ld)
|
|
||||||
case $host_os in
|
|
||||||
aix3*)
|
|
||||||
allow_undefined_flag=unsupported
|
|
||||||
always_export_symbols=yes
|
|
||||||
archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
|
|
||||||
# Note: this linker hardcodes the directories in LIBPATH if there
|
|
||||||
# are no directories specified by -L.
|
|
||||||
hardcode_minus_L=yes
|
|
||||||
if test "$with_gcc" = yes && test -z "$link_static_flag"; then
|
|
||||||
# Neither direct hardcoding nor static linking is supported with a
|
|
||||||
# broken collect2.
|
|
||||||
hardcode_direct=unsupported
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
|
|
||||||
aix4* | aix5*)
|
|
||||||
hardcode_direct=yes
|
|
||||||
hardcode_libdir_separator=':'
|
|
||||||
link_all_deplibs=yes
|
|
||||||
# When large executables or shared objects are built, AIX ld can
|
|
||||||
# have problems creating the table of contents. If linking a library
|
|
||||||
# or program results in "error TOC overflow" add -mminimal-toc to
|
|
||||||
# CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
|
|
||||||
# enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
|
|
||||||
if test "$with_gcc" = yes; then
|
|
||||||
case $host_os in aix4.[012]|aix4.[012].*)
|
|
||||||
# We only want to do this on AIX 4.2 and lower, the check
|
|
||||||
# below for broken collect2 doesn't work under 4.3+
|
|
||||||
collect2name=`${CC} -print-prog-name=collect2`
|
|
||||||
if test -f "$collect2name" && \
|
|
||||||
strings "$collect2name" | grep resolve_lib_name >/dev/null
|
|
||||||
then
|
|
||||||
# We have reworked collect2
|
|
||||||
hardcode_direct=yes
|
|
||||||
else
|
|
||||||
# We have old collect2
|
|
||||||
hardcode_direct=unsupported
|
|
||||||
# It fails to find uninstalled libraries when the uninstalled
|
|
||||||
# path is not listed in the libpath. Setting hardcode_minus_L
|
|
||||||
# to unsupported forces relinking
|
|
||||||
hardcode_minus_L=yes
|
|
||||||
hardcode_libdir_flag_spec='-L$libdir'
|
|
||||||
hardcode_libdir_separator=
|
|
||||||
fi
|
|
||||||
esac
|
|
||||||
shared_flag='-shared'
|
|
||||||
else
|
|
||||||
# not using gcc
|
|
||||||
if test "$host_cpu" = ia64; then
|
|
||||||
shared_flag='${wl}-G'
|
|
||||||
else
|
|
||||||
shared_flag='${wl}-bM:SRE'
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test "$host_cpu" = ia64; then
|
|
||||||
# On IA64, the linker does run time linking by default, so we don't
|
|
||||||
# have to do anything special.
|
|
||||||
aix_use_runtimelinking=no
|
|
||||||
if test $with_gnu_ld = no; then
|
|
||||||
exp_sym_flag='-Bexport'
|
|
||||||
no_entry_flag=""
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
# Test if we are trying to use run time linking, or normal AIX style linking.
|
|
||||||
# If -brtl is somewhere in LDFLAGS, we need to do run time linking.
|
|
||||||
aix_use_runtimelinking=no
|
|
||||||
for ld_flag in $LDFLAGS; do
|
|
||||||
if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl" ); then
|
|
||||||
aix_use_runtimelinking=yes
|
|
||||||
break
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
exp_sym_flag='-bexport'
|
|
||||||
no_entry_flag='-bnoentry'
|
|
||||||
fi
|
|
||||||
# -bexpall does not export symbols beginning with underscore (_)
|
|
||||||
always_export_symbols=yes
|
|
||||||
if test "$aix_use_runtimelinking" = yes; then
|
|
||||||
# Warning - without using the other run time loading flags (-brtl), -berok will
|
|
||||||
# link without error, but may produce a broken library.
|
|
||||||
allow_undefined_flag=' ${wl}-berok'
|
|
||||||
hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:/usr/lib:/lib'
|
|
||||||
archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
|
|
||||||
else
|
|
||||||
if test "$host_cpu" = ia64; then
|
|
||||||
if test $with_gnu_ld = no; then
|
|
||||||
hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
|
|
||||||
allow_undefined_flag="-z nodefs"
|
|
||||||
archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
allow_undefined_flag=' ${wl}-berok'
|
|
||||||
# -bexpall does not export symbols beginning with underscore (_)
|
|
||||||
always_export_symbols=yes
|
|
||||||
# Exported symbols can be pulled into shared objects from archives
|
|
||||||
whole_archive_flag_spec=' '
|
|
||||||
build_libtool_need_lc=yes
|
|
||||||
hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:/usr/lib:/lib'
|
|
||||||
# This is similar to how AIX traditionally builds it's shared libraries.
|
|
||||||
archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
|
|
||||||
amigaos*)
|
|
||||||
archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
|
|
||||||
hardcode_libdir_flag_spec='-L$libdir'
|
|
||||||
hardcode_minus_L=yes
|
|
||||||
# see comment about different semantics on the GNU ld section
|
|
||||||
ld_shlibs=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
cygwin* | mingw*)
|
|
||||||
# When not using gcc, we currently assume that we are using
|
|
||||||
# Microsoft Visual C++.
|
|
||||||
# hardcode_libdir_flag_spec is actually meaningless, as there is
|
|
||||||
# no search path for DLLs.
|
|
||||||
hardcode_libdir_flag_spec=' '
|
|
||||||
allow_undefined_flag=unsupported
|
|
||||||
# Tell ltmain to make .lib files, not .a files.
|
|
||||||
libext=lib
|
|
||||||
# FIXME: Setting linknames here is a bad hack.
|
|
||||||
archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
|
|
||||||
# The linker will automatically build a .lib file if we build a DLL.
|
|
||||||
old_archive_from_new_cmds='true'
|
|
||||||
# FIXME: Should let the user specify the lib program.
|
|
||||||
old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
|
|
||||||
fix_srcfile_path='`cygpath -w "$srcfile"`'
|
|
||||||
;;
|
|
||||||
|
|
||||||
freebsd1*)
|
|
||||||
ld_shlibs=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
|
|
||||||
# support. Future versions do this automatically, but an explicit c++rt0.o
|
|
||||||
# does not break anything, and helps significantly (at the cost of a little
|
|
||||||
# extra space).
|
|
||||||
freebsd2.2*)
|
|
||||||
archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
|
|
||||||
hardcode_libdir_flag_spec='-R$libdir'
|
|
||||||
hardcode_direct=yes
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
# Unfortunately, older versions of FreeBSD 2 do not have this feature.
|
|
||||||
freebsd2*)
|
|
||||||
archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
hardcode_direct=yes
|
|
||||||
hardcode_minus_L=yes
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
# FreeBSD 3 and greater uses gcc -shared to do shared libraries.
|
|
||||||
freebsd* | kfreebsd*-gnu)
|
|
||||||
archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
|
|
||||||
hardcode_libdir_flag_spec='-R$libdir'
|
|
||||||
hardcode_direct=yes
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
hpux9* | hpux10* | hpux11*)
|
|
||||||
case "$host_cpu" in
|
|
||||||
ia64*)
|
|
||||||
hardcode_direct=no
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
archive_cmds='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
hardcode_libdir_flag_spec='-L$libdir' ;;
|
|
||||||
*)
|
|
||||||
if test $with_gcc = yes; then
|
|
||||||
case "$host_os" in
|
|
||||||
hpux9*) archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ;;
|
|
||||||
*) archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;;
|
|
||||||
esac
|
|
||||||
else
|
|
||||||
case $host_os in
|
|
||||||
hpux9*) archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ;;
|
|
||||||
*) archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' ;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
|
|
||||||
hardcode_libdir_separator=:
|
|
||||||
hardcode_minus_L=yes # Not in the search PATH, but as the default
|
|
||||||
# location of the library.
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
export_dynamic_flag_spec='${wl}-E'
|
|
||||||
hardcode_direct=yes
|
|
||||||
;;
|
|
||||||
|
|
||||||
irix5* | irix6*)
|
|
||||||
if test "$with_gcc" = yes; then
|
|
||||||
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
|
|
||||||
else
|
|
||||||
archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
|
|
||||||
fi
|
|
||||||
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
|
||||||
hardcode_libdir_separator=:
|
|
||||||
link_all_deplibs=yes
|
|
||||||
;;
|
|
||||||
|
|
||||||
netbsd* | knetbsd*-gnu)
|
|
||||||
if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
|
|
||||||
archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
|
|
||||||
else
|
|
||||||
archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
|
|
||||||
fi
|
|
||||||
hardcode_libdir_flag_spec='-R$libdir'
|
|
||||||
hardcode_direct=yes
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
newsos6)
|
|
||||||
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
|
|
||||||
hardcode_direct=yes
|
|
||||||
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
|
||||||
hardcode_libdir_separator=:
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
openbsd*)
|
|
||||||
archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
hardcode_libdir_flag_spec='-R$libdir'
|
|
||||||
hardcode_direct=yes
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
os2*)
|
|
||||||
hardcode_libdir_flag_spec='-L$libdir'
|
|
||||||
hardcode_minus_L=yes
|
|
||||||
allow_undefined_flag=unsupported
|
|
||||||
archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
|
|
||||||
old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
|
|
||||||
;;
|
|
||||||
|
|
||||||
osf3*)
|
|
||||||
if test "$with_gcc" = yes; then
|
|
||||||
allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
|
|
||||||
archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
|
|
||||||
else
|
|
||||||
allow_undefined_flag=' -expect_unresolved \*'
|
|
||||||
archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
|
|
||||||
fi
|
|
||||||
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
|
||||||
hardcode_libdir_separator=:
|
|
||||||
;;
|
|
||||||
|
|
||||||
osf4* | osf5*) # as osf3* with the addition of -msym flag
|
|
||||||
if test "$with_gcc" = yes; then
|
|
||||||
allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
|
|
||||||
archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
|
|
||||||
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
|
||||||
else
|
|
||||||
allow_undefined_flag=' -expect_unresolved \*'
|
|
||||||
archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
|
|
||||||
archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
|
|
||||||
$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
|
|
||||||
|
|
||||||
# cc supports -rpath directly
|
|
||||||
hardcode_libdir_flag_spec='-rpath $libdir'
|
|
||||||
fi
|
|
||||||
hardcode_libdir_separator=:
|
|
||||||
;;
|
|
||||||
|
|
||||||
sco3.2v5*)
|
|
||||||
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
runpath_var=LD_RUN_PATH
|
|
||||||
hardcode_runpath_var=yes
|
|
||||||
;;
|
|
||||||
|
|
||||||
solaris*)
|
|
||||||
no_undefined_flag=' -z defs'
|
|
||||||
if test "$with_gcc" = yes; then
|
|
||||||
archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
||||||
archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
|
|
||||||
$CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
|
|
||||||
else
|
|
||||||
archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
|
|
||||||
$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
|
|
||||||
fi
|
|
||||||
hardcode_libdir_flag_spec='-R$libdir'
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
case $host_os in
|
|
||||||
solaris2.[0-5] | solaris2.[0-5].*) ;;
|
|
||||||
*) # Supported since Solaris 2.6 (maybe 2.5.1?)
|
|
||||||
whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
|
|
||||||
esac
|
|
||||||
link_all_deplibs=yes
|
|
||||||
;;
|
|
||||||
|
|
||||||
sunos4*)
|
|
||||||
archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
hardcode_libdir_flag_spec='-L$libdir'
|
|
||||||
hardcode_direct=yes
|
|
||||||
hardcode_minus_L=yes
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
sysv4)
|
|
||||||
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
runpath_var='LD_RUN_PATH'
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
hardcode_direct=no #Motorola manual says yes, but my tests say they lie
|
|
||||||
;;
|
|
||||||
|
|
||||||
sysv4.3*)
|
|
||||||
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
export_dynamic_flag_spec='-Bexport'
|
|
||||||
;;
|
|
||||||
|
|
||||||
sysv5*)
|
|
||||||
no_undefined_flag=' -z text'
|
|
||||||
# $CC -shared without GNU ld will not create a library from C++
|
|
||||||
# object files and a static libstdc++, better avoid it by now
|
|
||||||
archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
|
|
||||||
$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
|
|
||||||
hardcode_libdir_flag_spec=
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
runpath_var='LD_RUN_PATH'
|
|
||||||
;;
|
|
||||||
|
|
||||||
uts4*)
|
|
||||||
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
hardcode_libdir_flag_spec='-L$libdir'
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
dgux*)
|
|
||||||
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
hardcode_libdir_flag_spec='-L$libdir'
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
sysv4*MP*)
|
|
||||||
if test -d /usr/nec; then
|
|
||||||
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
runpath_var=LD_RUN_PATH
|
|
||||||
hardcode_runpath_var=yes
|
|
||||||
ld_shlibs=yes
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
|
|
||||||
sysv4.2uw2*)
|
|
||||||
archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
hardcode_direct=yes
|
|
||||||
hardcode_minus_L=no
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
hardcode_runpath_var=yes
|
|
||||||
runpath_var=LD_RUN_PATH
|
|
||||||
;;
|
|
||||||
|
|
||||||
sysv5uw7* | unixware7*)
|
|
||||||
no_undefined_flag='${wl}-z ${wl}text'
|
|
||||||
if test "$GCC" = yes; then
|
|
||||||
archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
||||||
else
|
|
||||||
archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
||||||
fi
|
|
||||||
runpath_var='LD_RUN_PATH'
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
*)
|
|
||||||
ld_shlibs=no
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
## Compiler Characteristics: PIC flags, static flags, etc
|
|
||||||
if test "X${ac_cv_prog_cc_pic+set}" = Xset; then
|
|
||||||
:
|
|
||||||
else
|
|
||||||
ac_cv_prog_cc_pic=
|
|
||||||
ac_cv_prog_cc_shlib=
|
|
||||||
ac_cv_prog_cc_wl=
|
|
||||||
ac_cv_prog_cc_static=
|
|
||||||
ac_cv_prog_cc_no_builtin=
|
|
||||||
ac_cv_prog_cc_can_build_shared=$can_build_shared
|
|
||||||
|
|
||||||
if test "$with_gcc" = yes; then
|
|
||||||
ac_cv_prog_cc_wl='-Wl,'
|
|
||||||
ac_cv_prog_cc_static='-static'
|
|
||||||
|
|
||||||
case $host_os in
|
|
||||||
aix*)
|
|
||||||
# All AIX code is PIC.
|
|
||||||
if test "$host_cpu" = ia64; then
|
|
||||||
# AIX 5 now supports IA64 processor
|
|
||||||
lt_cv_prog_cc_static='-Bstatic'
|
|
||||||
else
|
|
||||||
lt_cv_prog_cc_static='-bnso -bI:/lib/syscalls.exp'
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
amigaos*)
|
|
||||||
# FIXME: we need at least 68020 code to build shared libraries, but
|
|
||||||
# adding the `-m68020' flag to GCC prevents building anything better,
|
|
||||||
# like `-m68040'.
|
|
||||||
ac_cv_prog_cc_pic='-m68020 -resident32 -malways-restore-a4'
|
|
||||||
;;
|
|
||||||
beos* | irix5* | irix6* | osf3* | osf4* | osf5*)
|
|
||||||
# PIC is the default for these OSes.
|
|
||||||
;;
|
|
||||||
cygwin* | mingw* | os2*)
|
|
||||||
# This hack is so that the source file can tell whether it is being
|
|
||||||
# built for inclusion in a dll (and should export symbols for example).
|
|
||||||
ac_cv_prog_cc_pic='-DDLL_EXPORT'
|
|
||||||
;;
|
|
||||||
darwin* | rhapsody*)
|
|
||||||
# PIC is the default on this platform
|
|
||||||
# Common symbols not allowed in MH_DYLIB files
|
|
||||||
lt_cv_prog_cc_pic='-fno-common'
|
|
||||||
;;
|
|
||||||
*djgpp*)
|
|
||||||
# DJGPP does not support shared libraries at all
|
|
||||||
ac_cv_prog_cc_pic=
|
|
||||||
;;
|
|
||||||
sysv4*MP*)
|
|
||||||
if test -d /usr/nec; then
|
|
||||||
ac_cv_prog_cc_pic=-Kconform_pic
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
ac_cv_prog_cc_pic='-fPIC'
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
else
|
|
||||||
# PORTME Check for PIC flags for the system compiler.
|
|
||||||
case $host_os in
|
|
||||||
aix*)
|
|
||||||
# All AIX code is PIC.
|
|
||||||
ac_cv_prog_cc_static="$ac_cv_prog_cc_static ${ac_cv_prog_cc_wl}-lC"
|
|
||||||
;;
|
|
||||||
|
|
||||||
hpux9* | hpux10* | hpux11*)
|
|
||||||
# Is there a better ac_cv_prog_cc_static that works with the bundled CC?
|
|
||||||
ac_cv_prog_cc_wl='-Wl,'
|
|
||||||
ac_cv_prog_cc_static="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
|
|
||||||
ac_cv_prog_cc_pic='+Z'
|
|
||||||
;;
|
|
||||||
|
|
||||||
irix5* | irix6*)
|
|
||||||
ac_cv_prog_cc_wl='-Wl,'
|
|
||||||
ac_cv_prog_cc_static='-non_shared'
|
|
||||||
# PIC (with -KPIC) is the default.
|
|
||||||
;;
|
|
||||||
|
|
||||||
cygwin* | mingw* | os2*)
|
|
||||||
# This hack is so that the source file can tell whether it is being
|
|
||||||
# built for inclusion in a dll (and should export symbols for example).
|
|
||||||
ac_cv_prog_cc_pic='-DDLL_EXPORT'
|
|
||||||
;;
|
|
||||||
|
|
||||||
newsos6)
|
|
||||||
ac_cv_prog_cc_pic='-KPIC'
|
|
||||||
ac_cv_prog_cc_static='-Bstatic'
|
|
||||||
;;
|
|
||||||
|
|
||||||
osf3* | osf4* | osf5*)
|
|
||||||
# All OSF/1 code is PIC.
|
|
||||||
ac_cv_prog_cc_wl='-Wl,'
|
|
||||||
ac_cv_prog_cc_static='-non_shared'
|
|
||||||
;;
|
|
||||||
|
|
||||||
sco3.2v5*)
|
|
||||||
ac_cv_prog_cc_pic='-Kpic'
|
|
||||||
ac_cv_prog_cc_static='-dn'
|
|
||||||
ac_cv_prog_cc_shlib='-belf'
|
|
||||||
;;
|
|
||||||
|
|
||||||
solaris*)
|
|
||||||
ac_cv_prog_cc_pic='-KPIC'
|
|
||||||
ac_cv_prog_cc_static='-Bstatic'
|
|
||||||
ac_cv_prog_cc_wl='-Wl,'
|
|
||||||
;;
|
|
||||||
|
|
||||||
sunos4*)
|
|
||||||
ac_cv_prog_cc_pic='-PIC'
|
|
||||||
ac_cv_prog_cc_static='-Bstatic'
|
|
||||||
ac_cv_prog_cc_wl='-Qoption ld '
|
|
||||||
;;
|
|
||||||
|
|
||||||
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
|
||||||
ac_cv_prog_cc_pic='-KPIC'
|
|
||||||
ac_cv_prog_cc_static='-Bstatic'
|
|
||||||
ac_cv_prog_cc_wl='-Wl,'
|
|
||||||
;;
|
|
||||||
|
|
||||||
uts4*)
|
|
||||||
ac_cv_prog_cc_pic='-pic'
|
|
||||||
ac_cv_prog_cc_static='-Bstatic'
|
|
||||||
;;
|
|
||||||
|
|
||||||
sysv4*MP*)
|
|
||||||
if test -d /usr/nec ;then
|
|
||||||
ac_cv_prog_cc_pic='-Kconform_pic'
|
|
||||||
ac_cv_prog_cc_static='-Bstatic'
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
|
|
||||||
*)
|
|
||||||
ac_cv_prog_cc_can_build_shared=no
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
case "$host_os" in
|
|
||||||
# Platforms which do not suport PIC and -DPIC is meaningless
|
|
||||||
# on them:
|
|
||||||
*djgpp*)
|
|
||||||
ac_cv_prog_cc_pic=
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
ac_cv_prog_cc_pic="$ac_cv_prog_cc_pic -DPIC"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
need_lc=yes
|
|
||||||
if test "$enable_shared" = yes && test "$with_gcc" = yes; then
|
|
||||||
case $archive_cmds in
|
|
||||||
*'~'*)
|
|
||||||
# FIXME: we may have to deal with multi-command sequences.
|
|
||||||
;;
|
|
||||||
'$CC '*)
|
|
||||||
# Test whether the compiler implicitly links with -lc since on some
|
|
||||||
# systems, -lgcc has to come before -lc. If gcc already passes -lc
|
|
||||||
# to ld, don't add -lc before -lgcc.
|
|
||||||
echo $ac_n "checking whether -lc should be explicitly linked in... $ac_c" 1>&6
|
|
||||||
if eval "test \"`echo '$''{'ac_cv_archive_cmds_needs_lc'+set}'`\" = set"; then
|
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
|
||||||
need_lc=$ac_cv_archive_cmds_needs_lc
|
|
||||||
else
|
|
||||||
$rm conftest*
|
|
||||||
echo "static int dummy;" > conftest.$ac_ext
|
|
||||||
if { (eval echo ltcf-c.sh:need_lc: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>conftest.err; }; then
|
|
||||||
# Append any warnings to the config.log.
|
|
||||||
cat conftest.err 1>&5
|
|
||||||
soname=conftest
|
|
||||||
lib=conftest
|
|
||||||
libobjs=conftest.$objext
|
|
||||||
deplibs=
|
|
||||||
wl=$ac_cv_prog_cc_wl
|
|
||||||
compiler_flags=-v
|
|
||||||
linker_flags=-v
|
|
||||||
verstring=
|
|
||||||
output_objdir=.
|
|
||||||
libname=conftest
|
|
||||||
save_allow_undefined_flag=$allow_undefined_flag
|
|
||||||
allow_undefined_flag=
|
|
||||||
if { (eval echo ltcf-c.sh:need_lc: \"$archive_cmds\") 1>&5; (eval $archive_cmds) 2>&1 | grep " -lc " 1>&5 ; }; then
|
|
||||||
need_lc=no
|
|
||||||
fi
|
|
||||||
allow_undefined_flag=$save_allow_undefined_flag
|
|
||||||
else
|
|
||||||
cat conftest.err 1>&5
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
$rm conftest*
|
|
||||||
echo "$ac_t$need_lc" 1>&6
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
ac_cv_archive_cmds_needs_lc=$need_lc
|
|
1024
ltcf-cxx.sh
1024
ltcf-cxx.sh
File diff suppressed because it is too large
Load Diff
651
ltcf-gcj.sh
651
ltcf-gcj.sh
|
@ -1,651 +0,0 @@
|
||||||
#### This script is meant to be sourced by ltconfig.
|
|
||||||
|
|
||||||
# ltcf-gcj.sh - Create a GCJ compiler specific configuration
|
|
||||||
#
|
|
||||||
# Copyright (C) 1996-1999, 2000, 2001, 2003 Free Software Foundation, Inc.
|
|
||||||
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
|
|
||||||
#
|
|
||||||
# Original GCJ support by:
|
|
||||||
# Alexandre Oliva <oliva@lsd.ic.unicamp.br>
|
|
||||||
#
|
|
||||||
# This file is free software; you can redistribute it and/or modify it
|
|
||||||
# under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation; either version 2 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful, but
|
|
||||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
# General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
#
|
|
||||||
# As a special exception to the GNU General Public License, if you
|
|
||||||
# distribute this file as part of a program that contains a
|
|
||||||
# configuration script generated by Autoconf, you may include it under
|
|
||||||
# the same distribution terms that you use for the rest of that program.
|
|
||||||
|
|
||||||
|
|
||||||
# Source file extension for Java test sources.
|
|
||||||
ac_ext=java
|
|
||||||
|
|
||||||
# Object file extension for compiled Java test sources.
|
|
||||||
objext=o
|
|
||||||
|
|
||||||
# Code to be used in simple compile tests
|
|
||||||
lt_simple_compile_test_code="class foo {}"
|
|
||||||
|
|
||||||
# Code to be used in simple link tests
|
|
||||||
lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }'
|
|
||||||
|
|
||||||
## Linker Characteristics
|
|
||||||
case $host_os in
|
|
||||||
cygwin* | mingw*)
|
|
||||||
# FIXME: the MSVC++ port hasn't been tested in a loooong time
|
|
||||||
# When not using gcc, we currently assume that we are using
|
|
||||||
# Microsoft Visual C++.
|
|
||||||
if test "$with_gcc" != yes; then
|
|
||||||
with_gnu_ld=no
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
|
|
||||||
esac
|
|
||||||
|
|
||||||
ld_shlibs=yes
|
|
||||||
if test "$with_gnu_ld" = yes; then
|
|
||||||
# If archive_cmds runs LD, not CC, wlarc should be empty
|
|
||||||
wlarc='${wl}'
|
|
||||||
|
|
||||||
# See if GNU ld supports shared libraries.
|
|
||||||
case $host_os in
|
|
||||||
aix3* | aix4* | aix5*)
|
|
||||||
# On AIX/PPC, the GNU linker is very broken
|
|
||||||
if test "$host_cpu" != ia64; then
|
|
||||||
ld_shlibs=no
|
|
||||||
cat <<EOF 1>&2
|
|
||||||
|
|
||||||
*** Warning: the GNU linker, at least up to release 2.9.1, is reported
|
|
||||||
*** to be unable to reliably create shared libraries on AIX.
|
|
||||||
*** Therefore, libtool is disabling shared libraries support. If you
|
|
||||||
*** really care for shared libraries, you may want to modify your PATH
|
|
||||||
*** so that a non-GNU linker is found, and then restart.
|
|
||||||
|
|
||||||
EOF
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
|
|
||||||
amigaos*)
|
|
||||||
archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
|
|
||||||
hardcode_libdir_flag_spec='-L$libdir'
|
|
||||||
hardcode_minus_L=yes
|
|
||||||
|
|
||||||
# Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
|
|
||||||
# that the semantics of dynamic libraries on AmigaOS, at least up
|
|
||||||
# to version 4, is to share data among multiple programs linked
|
|
||||||
# with the same dynamic library. Since this doesn't match the
|
|
||||||
# behavior of shared libraries on other platforms, we can use
|
|
||||||
# them.
|
|
||||||
ld_shlibs=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
beos*)
|
|
||||||
if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
|
|
||||||
allow_undefined_flag=unsupported
|
|
||||||
# Joseph Beckenbach <jrb3@best.com> says some releases of gcc
|
|
||||||
# support --undefined. This deserves some investigation. FIXME
|
|
||||||
archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
|
||||||
else
|
|
||||||
ld_shlibs=no
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
|
|
||||||
cygwin* | mingw*)
|
|
||||||
# hardcode_libdir_flag_spec is actually meaningless, as there is
|
|
||||||
# no search path for DLLs.
|
|
||||||
hardcode_libdir_flag_spec='-L$libdir'
|
|
||||||
allow_undefined_flag=unsupported
|
|
||||||
always_export_symbols=yes
|
|
||||||
|
|
||||||
extract_expsyms_cmds='test -f $output_objdir/impgen.c || \
|
|
||||||
sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //; p; }" -e d < $0 > $output_objdir/impgen.c~
|
|
||||||
test -f $output_objdir/impgen.exe || (cd $output_objdir && \
|
|
||||||
if test "x$BUILD_CC" != "x" ; then $BUILD_CC -o impgen impgen.c ; \
|
|
||||||
else $CC -o impgen impgen.c ; fi)~
|
|
||||||
$output_objdir/impgen $dir/$soroot > $output_objdir/$soname-def'
|
|
||||||
|
|
||||||
old_archive_from_expsyms_cmds='$DLLTOOL --as=$AS --dllname $soname --def $output_objdir/$soname-def --output-lib $output_objdir/$newlib'
|
|
||||||
|
|
||||||
# cygwin and mingw dlls have different entry points and sets of symbols
|
|
||||||
# to exclude.
|
|
||||||
# FIXME: what about values for MSVC?
|
|
||||||
dll_entry=__cygwin_dll_entry@12
|
|
||||||
dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12~
|
|
||||||
case $host_os in
|
|
||||||
mingw*)
|
|
||||||
# mingw values
|
|
||||||
dll_entry=_DllMainCRTStartup@12
|
|
||||||
dll_exclude_symbols=DllMain@12,DllMainCRTStartup@12,DllEntryPoint@12~
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
# mingw and cygwin differ, and it's simplest to just exclude the union
|
|
||||||
# of the two symbol sets.
|
|
||||||
dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12,DllMainCRTStartup@12,DllEntryPoint@12
|
|
||||||
|
|
||||||
# recent cygwin and mingw systems supply a stub DllMain which the user
|
|
||||||
# can override, but on older systems we have to supply one (in ltdll.c)
|
|
||||||
if test "x$lt_cv_need_dllmain" = "xyes"; then
|
|
||||||
ltdll_obj='$output_objdir/$soname-ltdll.'"$objext "
|
|
||||||
ltdll_cmds='test -f $output_objdir/$soname-ltdll.c || sed -e "/^# \/\* ltdll\.c starts here \*\//,/^# \/\* ltdll.c ends here \*\// { s/^# //; p; }" -e d < $0 > $output_objdir/$soname-ltdll.c~
|
|
||||||
test -f $output_objdir/$soname-ltdll.$objext || (cd $output_objdir && $CC -c $soname-ltdll.c)~'
|
|
||||||
else
|
|
||||||
ltdll_obj=
|
|
||||||
ltdll_cmds=
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Extract the symbol export list from an `--export-all' def file,
|
|
||||||
# then regenerate the def file from the symbol export list, so that
|
|
||||||
# the compiled dll only exports the symbol export list.
|
|
||||||
# Be careful not to strip the DATA tag left be newer dlltools.
|
|
||||||
export_symbols_cmds="$ltdll_cmds"'
|
|
||||||
$DLLTOOL --export-all --exclude-symbols '$dll_exclude_symbols' --output-def $output_objdir/$soname-def '$ltdll_obj'$libobjs $convenience~
|
|
||||||
sed -e "1,/EXPORTS/d" -e "s/ @ [0-9]*//" -e "s/ *;.*$//" < $output_objdir/$soname-def > $export_symbols'
|
|
||||||
|
|
||||||
# If the export-symbols file already is a .def file (1st line
|
|
||||||
# is EXPORTS), use it as is.
|
|
||||||
# If DATA tags from a recent dlltool are present, honour them!
|
|
||||||
archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then
|
|
||||||
cp $export_symbols $output_objdir/$soname-def;
|
|
||||||
else
|
|
||||||
echo EXPORTS > $output_objdir/$soname-def;
|
|
||||||
_lt_hint=1;
|
|
||||||
cat $export_symbols | while read symbol; do
|
|
||||||
set dummy \$symbol;
|
|
||||||
case \[$]# in
|
|
||||||
2) echo " \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
|
|
||||||
*) echo " \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
|
|
||||||
esac;
|
|
||||||
_lt_hint=`expr 1 + \$_lt_hint`;
|
|
||||||
done;
|
|
||||||
fi~
|
|
||||||
'"$ltdll_cmds"'
|
|
||||||
$CC -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
|
|
||||||
$DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp~
|
|
||||||
$CC -Wl,--base-file,$output_objdir/$soname-base $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
|
|
||||||
$DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp --output-lib $output_objdir/$libname.dll.a~
|
|
||||||
$CC $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags'
|
|
||||||
;;
|
|
||||||
|
|
||||||
netbsd* | knetbsd*-gnu)
|
|
||||||
if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
|
|
||||||
archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
|
|
||||||
wlarc=
|
|
||||||
else
|
|
||||||
archive_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
|
||||||
archive_expsym_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
|
|
||||||
solaris* | sysv5*)
|
|
||||||
if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
|
|
||||||
ld_shlibs=no
|
|
||||||
cat <<EOF 1>&2
|
|
||||||
|
|
||||||
*** Warning: The releases 2.8.* of the GNU linker cannot reliably
|
|
||||||
*** create shared libraries on Solaris systems. Therefore, libtool
|
|
||||||
*** is disabling shared libraries support. We urge you to upgrade GNU
|
|
||||||
*** binutils to release 2.9.1 or newer. Another option is to modify
|
|
||||||
*** your PATH or compiler configuration so that the native linker is
|
|
||||||
*** used, and then restart.
|
|
||||||
|
|
||||||
EOF
|
|
||||||
elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
|
|
||||||
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
|
||||||
archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
|
||||||
else
|
|
||||||
ld_shlibs=no
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
|
|
||||||
sunos4*)
|
|
||||||
archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
wlarc=
|
|
||||||
hardcode_direct=yes
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
*)
|
|
||||||
if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
|
|
||||||
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
|
||||||
archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
|
||||||
else
|
|
||||||
ld_shlibs=no
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
if test "$ld_shlibs" = yes; then
|
|
||||||
runpath_var=LD_RUN_PATH
|
|
||||||
hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
|
|
||||||
export_dynamic_flag_spec='${wl}--export-dynamic'
|
|
||||||
case $host_os in
|
|
||||||
cygwin* | mingw*)
|
|
||||||
# dlltool doesn't understand --whole-archive et. al.
|
|
||||||
whole_archive_flag_spec=
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
# ancient GNU ld didn't support --whole-archive et. al.
|
|
||||||
if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
|
|
||||||
whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
|
|
||||||
else
|
|
||||||
whole_archive_flag_spec=
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
# PORTME fill in a description of your system's linker (not GNU ld)
|
|
||||||
case $host_os in
|
|
||||||
aix3*)
|
|
||||||
allow_undefined_flag=unsupported
|
|
||||||
always_export_symbols=yes
|
|
||||||
archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
|
|
||||||
# Note: this linker hardcodes the directories in LIBPATH if there
|
|
||||||
# are no directories specified by -L.
|
|
||||||
hardcode_minus_L=yes
|
|
||||||
if test "$with_gcc" = yes && test -z "$link_static_flag"; then
|
|
||||||
# Neither direct hardcoding nor static linking is supported with a
|
|
||||||
# broken collect2.
|
|
||||||
hardcode_direct=unsupported
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
|
|
||||||
aix4* | aix5*)
|
|
||||||
hardcode_direct=yes
|
|
||||||
hardcode_libdir_separator=':'
|
|
||||||
link_all_deplibs=yes
|
|
||||||
# When large executables or shared objects are built, AIX ld can
|
|
||||||
# have problems creating the table of contents. If linking a library
|
|
||||||
# or program results in "error TOC overflow" add -mminimal-toc to
|
|
||||||
# CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
|
|
||||||
# enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
|
|
||||||
if test "$with_gcc" = yes; then
|
|
||||||
case $host_os in aix4.[012]|aix4.[012].*)
|
|
||||||
# We only want to do this on AIX 4.2 and lower, the check
|
|
||||||
# below for broken collect2 doesn't work under 4.3+
|
|
||||||
collect2name=`${CC} -print-prog-name=collect2`
|
|
||||||
if test -f "$collect2name" && \
|
|
||||||
strings "$collect2name" | grep resolve_lib_name >/dev/null
|
|
||||||
then
|
|
||||||
# We have reworked collect2
|
|
||||||
hardcode_direct=yes
|
|
||||||
else
|
|
||||||
# We have old collect2
|
|
||||||
hardcode_direct=unsupported
|
|
||||||
# It fails to find uninstalled libraries when the uninstalled
|
|
||||||
# path is not listed in the libpath. Setting hardcode_minus_L
|
|
||||||
# to unsupported forces relinking
|
|
||||||
hardcode_minus_L=yes
|
|
||||||
hardcode_libdir_flag_spec='-L$libdir'
|
|
||||||
hardcode_libdir_separator=
|
|
||||||
fi
|
|
||||||
esac
|
|
||||||
shared_flag='-shared'
|
|
||||||
else
|
|
||||||
# not using gcc
|
|
||||||
if test "$host_cpu" = ia64; then
|
|
||||||
shared_flag='${wl}-G'
|
|
||||||
else
|
|
||||||
shared_flag='${wl}-bM:SRE'
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test "$host_cpu" = ia64; then
|
|
||||||
# On IA64, the linker does run time linking by default, so we don't
|
|
||||||
# have to do anything special.
|
|
||||||
aix_use_runtimelinking=no
|
|
||||||
if test $with_gnu_ld = no; then
|
|
||||||
exp_sym_flag='-Bexport'
|
|
||||||
no_entry_flag=""
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
# Test if we are trying to use run time linking, or normal AIX style linking.
|
|
||||||
# If -brtl is somewhere in LDFLAGS, we need to do run time linking.
|
|
||||||
aix_use_runtimelinking=no
|
|
||||||
for ld_flag in $LDFLAGS; do
|
|
||||||
if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl" ); then
|
|
||||||
aix_use_runtimelinking=yes
|
|
||||||
break
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
exp_sym_flag='-bexport'
|
|
||||||
no_entry_flag='-bnoentry'
|
|
||||||
fi
|
|
||||||
# -bexpall does not export symbols beginning with underscore (_)
|
|
||||||
always_export_symbols=yes
|
|
||||||
if test "$aix_use_runtimelinking" = yes; then
|
|
||||||
# Warning - without using the other run time loading flags (-brtl), -berok will
|
|
||||||
# link without error, but may produce a broken library.
|
|
||||||
allow_undefined_flag=' ${wl}-berok'
|
|
||||||
hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:/usr/lib:/lib'
|
|
||||||
archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
|
|
||||||
else
|
|
||||||
if test "$host_cpu" = ia64; then
|
|
||||||
if test $with_gnu_ld = no; then
|
|
||||||
hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
|
|
||||||
allow_undefined_flag="-z nodefs"
|
|
||||||
archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
allow_undefined_flag=' ${wl}-berok'
|
|
||||||
# -bexpall does not export symbols beginning with underscore (_)
|
|
||||||
always_export_symbols=yes
|
|
||||||
# Exported symbols can be pulled into shared objects from archives
|
|
||||||
whole_archive_flag_spec=' '
|
|
||||||
build_libtool_need_lc=yes
|
|
||||||
hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:/usr/lib:/lib'
|
|
||||||
# This is similar to how AIX traditionally builds it's shared libraries.
|
|
||||||
archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
|
|
||||||
amigaos*)
|
|
||||||
archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
|
|
||||||
hardcode_libdir_flag_spec='-L$libdir'
|
|
||||||
hardcode_minus_L=yes
|
|
||||||
# see comment about different semantics on the GNU ld section
|
|
||||||
ld_shlibs=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
cygwin* | mingw*)
|
|
||||||
# When not using gcc, we currently assume that we are using
|
|
||||||
# Microsoft Visual C++.
|
|
||||||
# hardcode_libdir_flag_spec is actually meaningless, as there is
|
|
||||||
# no search path for DLLs.
|
|
||||||
hardcode_libdir_flag_spec=' '
|
|
||||||
allow_undefined_flag=unsupported
|
|
||||||
# Tell ltmain to make .lib files, not .a files.
|
|
||||||
libext=lib
|
|
||||||
# FIXME: Setting linknames here is a bad hack.
|
|
||||||
archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
|
|
||||||
# The linker will automatically build a .lib file if we build a DLL.
|
|
||||||
old_archive_from_new_cmds='true'
|
|
||||||
# FIXME: Should let the user specify the lib program.
|
|
||||||
old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
|
|
||||||
fix_srcfile_path='`cygpath -w "$srcfile"`'
|
|
||||||
;;
|
|
||||||
|
|
||||||
freebsd1*)
|
|
||||||
ld_shlibs=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
|
|
||||||
# support. Future versions do this automatically, but an explicit c++rt0.o
|
|
||||||
# does not break anything, and helps significantly (at the cost of a little
|
|
||||||
# extra space).
|
|
||||||
freebsd2.2*)
|
|
||||||
archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
|
|
||||||
hardcode_libdir_flag_spec='-R$libdir'
|
|
||||||
hardcode_direct=yes
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
# Unfortunately, older versions of FreeBSD 2 do not have this feature.
|
|
||||||
freebsd2*)
|
|
||||||
archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
hardcode_direct=yes
|
|
||||||
hardcode_minus_L=yes
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
# FreeBSD 3 and greater uses gcc -shared to do shared libraries.
|
|
||||||
freebsd* | kfreebsd*-gnu)
|
|
||||||
archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
|
|
||||||
hardcode_libdir_flag_spec='-R$libdir'
|
|
||||||
hardcode_direct=yes
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
hpux9* | hpux10* | hpux11*)
|
|
||||||
case $host_os in
|
|
||||||
hpux9*) archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ;;
|
|
||||||
*) archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' ;;
|
|
||||||
esac
|
|
||||||
hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
|
|
||||||
hardcode_libdir_separator=:
|
|
||||||
hardcode_direct=yes
|
|
||||||
hardcode_minus_L=yes # Not in the search PATH, but as the default
|
|
||||||
# location of the library.
|
|
||||||
export_dynamic_flag_spec='${wl}-E'
|
|
||||||
;;
|
|
||||||
|
|
||||||
irix5* | irix6*)
|
|
||||||
if test "$with_gcc" = yes; then
|
|
||||||
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
|
|
||||||
else
|
|
||||||
archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
|
|
||||||
fi
|
|
||||||
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
|
||||||
hardcode_libdir_separator=:
|
|
||||||
link_all_deplibs=yes
|
|
||||||
;;
|
|
||||||
|
|
||||||
netbsd* | knetbsd*-gnu)
|
|
||||||
if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
|
|
||||||
archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
|
|
||||||
else
|
|
||||||
archive_cmds='$LD -shared -nodefaultlibs -o $lib $libobjs $deplibs $linker_flags' # ELF
|
|
||||||
fi
|
|
||||||
hardcode_libdir_flag_spec='${wl}-R$libdir'
|
|
||||||
hardcode_direct=yes
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
openbsd*)
|
|
||||||
archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
hardcode_libdir_flag_spec='-R$libdir'
|
|
||||||
hardcode_direct=yes
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
os2*)
|
|
||||||
hardcode_libdir_flag_spec='-L$libdir'
|
|
||||||
hardcode_minus_L=yes
|
|
||||||
allow_undefined_flag=unsupported
|
|
||||||
archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
|
|
||||||
old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
|
|
||||||
;;
|
|
||||||
|
|
||||||
osf3*)
|
|
||||||
if test "$with_gcc" = yes; then
|
|
||||||
allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
|
|
||||||
archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
|
|
||||||
else
|
|
||||||
allow_undefined_flag=' -expect_unresolved \*'
|
|
||||||
archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
|
|
||||||
fi
|
|
||||||
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
|
||||||
hardcode_libdir_separator=:
|
|
||||||
;;
|
|
||||||
|
|
||||||
osf4* | osf5*) # as osf3* with the addition of -msym flag
|
|
||||||
if test "$with_gcc" = yes; then
|
|
||||||
allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
|
|
||||||
archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
|
|
||||||
else
|
|
||||||
allow_undefined_flag=' -expect_unresolved \*'
|
|
||||||
archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
|
|
||||||
fi
|
|
||||||
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
|
||||||
hardcode_libdir_separator=:
|
|
||||||
;;
|
|
||||||
|
|
||||||
sco3.2v5*)
|
|
||||||
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
runpath_var=LD_RUN_PATH
|
|
||||||
hardcode_runpath_var=yes
|
|
||||||
;;
|
|
||||||
|
|
||||||
solaris*)
|
|
||||||
no_undefined_flag=' ${wl}-z ${wl}defs'
|
|
||||||
archive_cmds='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
|
|
||||||
archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
|
|
||||||
$CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
|
|
||||||
|
|
||||||
# Commands to make compiler produce verbose output that lists
|
|
||||||
# what "hidden" libraries, object files and flags are used when
|
|
||||||
# linking a shared library.
|
|
||||||
output_verbose_link_cmds="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | egrep \"\-L\""
|
|
||||||
|
|
||||||
hardcode_libdir_flag_spec='${wl}-R $wl$libdir'
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
case $host_os in
|
|
||||||
solaris2.[0-5] | solaris2.[0-5].*) ;;
|
|
||||||
*) # Supported since Solaris 2.6 (maybe 2.5.1?)
|
|
||||||
whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ;;
|
|
||||||
esac
|
|
||||||
link_all_deplibs=yes
|
|
||||||
;;
|
|
||||||
|
|
||||||
sunos4*)
|
|
||||||
archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
hardcode_libdir_flag_spec='-L$libdir'
|
|
||||||
hardcode_direct=yes
|
|
||||||
hardcode_minus_L=yes
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
sysv4)
|
|
||||||
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
runpath_var='LD_RUN_PATH'
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
hardcode_direct=no #Motorola manual says yes, but my tests say they lie
|
|
||||||
;;
|
|
||||||
|
|
||||||
sysv4.3*)
|
|
||||||
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
export_dynamic_flag_spec='-Bexport'
|
|
||||||
;;
|
|
||||||
|
|
||||||
sysv5*)
|
|
||||||
no_undefined_flag=' -z text'
|
|
||||||
# $CC -shared without GNU ld will not create a library from C++
|
|
||||||
# object files and a static libstdc++, better avoid it by now
|
|
||||||
archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
|
|
||||||
$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
|
|
||||||
hardcode_libdir_flag_spec=
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
runpath_var='LD_RUN_PATH'
|
|
||||||
;;
|
|
||||||
|
|
||||||
uts4*)
|
|
||||||
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
hardcode_libdir_flag_spec='-L$libdir'
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
dgux*)
|
|
||||||
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
hardcode_libdir_flag_spec='-L$libdir'
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
sysv4*MP*)
|
|
||||||
if test -d /usr/nec; then
|
|
||||||
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
runpath_var=LD_RUN_PATH
|
|
||||||
hardcode_runpath_var=yes
|
|
||||||
ld_shlibs=yes
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
|
|
||||||
sysv4.2uw2*)
|
|
||||||
archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
hardcode_direct=yes
|
|
||||||
hardcode_minus_L=no
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
hardcode_runpath_var=yes
|
|
||||||
runpath_var=LD_RUN_PATH
|
|
||||||
;;
|
|
||||||
|
|
||||||
sysv5uw7* | unixware7*)
|
|
||||||
no_undefined_flag='${wl}-z ${wl}text'
|
|
||||||
if test "$GCC" = yes; then
|
|
||||||
archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
||||||
else
|
|
||||||
archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
|
||||||
fi
|
|
||||||
runpath_var='LD_RUN_PATH'
|
|
||||||
hardcode_shlibpath_var=no
|
|
||||||
;;
|
|
||||||
|
|
||||||
*)
|
|
||||||
ld_shlibs=no
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
## Compiler Characteristics: PIC flags, static flags, etc
|
|
||||||
|
|
||||||
# We don't use cached values here since only the C compiler
|
|
||||||
# characteristics should be cached.
|
|
||||||
ac_cv_prog_cc_pic=
|
|
||||||
ac_cv_prog_cc_shlib=
|
|
||||||
ac_cv_prog_cc_wl=
|
|
||||||
ac_cv_prog_cc_static=
|
|
||||||
ac_cv_prog_cc_no_builtin=
|
|
||||||
ac_cv_prog_cc_can_build_shared=$can_build_shared
|
|
||||||
|
|
||||||
ac_cv_prog_cc_wl='-Wl,'
|
|
||||||
ac_cv_prog_cc_static='-static'
|
|
||||||
|
|
||||||
case $host_os in
|
|
||||||
beos* | irix5* | irix6* | osf3* | osf4* | osf5*)
|
|
||||||
# PIC is the default for these OSes.
|
|
||||||
;;
|
|
||||||
aix*)
|
|
||||||
# Below there is a dirty hack to force normal static linking with -ldl
|
|
||||||
# The problem is because libdl dynamically linked with both libc and
|
|
||||||
# libC (AIX C++ library), which obviously doesn't included in libraries
|
|
||||||
# list by gcc. This cause undefined symbols with -static flags.
|
|
||||||
# This hack allows C programs to be linked with "-static -ldl", but
|
|
||||||
# we not sure about C++ programs.
|
|
||||||
ac_cv_prog_cc_static="$ac_cv_prog_cc_static ${ac_cv_prog_cc_wl}-lC"
|
|
||||||
;;
|
|
||||||
*djgpp*)
|
|
||||||
# DJGPP does not suppot shared libraries at all
|
|
||||||
ac_cv_prog_cc_pic=
|
|
||||||
;;
|
|
||||||
cygwin* | mingw* | os2*)
|
|
||||||
# This hack is so that the source file can tell whether it is being
|
|
||||||
# built for inclusion in a dll (and should export symbols for example).
|
|
||||||
ac_cv_prog_cc_pic='-DDLL_EXPORT'
|
|
||||||
;;
|
|
||||||
amigaos*)
|
|
||||||
# FIXME: we need at least 68020 code to build shared libraries, but
|
|
||||||
# adding the `-m68020' flag to GCC prevents building anything better,
|
|
||||||
# like `-m68040'.
|
|
||||||
ac_cv_prog_cc_pic='-m68020 -resident32 -malways-restore-a4'
|
|
||||||
;;
|
|
||||||
sysv4*MP*)
|
|
||||||
if test -d /usr/nec; then
|
|
||||||
ac_cv_prog_cc_pic=-Kconform_pic
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
ac_cv_prog_cc_pic='-fPIC'
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
# GCJ did not exist at the time GCC didn't implicitly link libc in.
|
|
||||||
need_lc=no
|
|
||||||
|
|
||||||
# All existing releases of GCJ support `-c -o'.
|
|
||||||
lt_cv_compiler_c_o=yes
|
|
|
@ -0,0 +1,342 @@
|
||||||
|
# Helper functions for option handling. -*- Autoconf -*-
|
||||||
|
|
||||||
|
# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
# Written by Gary V. Vaughan <gary@gnu.org>
|
||||||
|
#
|
||||||
|
# This file is free software; the Free Software Foundation gives
|
||||||
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
# modifications, as long as this notice is preserved.
|
||||||
|
|
||||||
|
# serial 3 ltoptions.m4
|
||||||
|
|
||||||
|
# This is to help aclocal find these macros, as it can't see m4_define.
|
||||||
|
AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
|
||||||
|
|
||||||
|
|
||||||
|
# _LT_MANGLE_OPTION(NAME)
|
||||||
|
# -----------------------
|
||||||
|
m4_define([_LT_MANGLE_OPTION],
|
||||||
|
[[_LT_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
|
||||||
|
|
||||||
|
|
||||||
|
# _LT_SET_OPTION(NAME)
|
||||||
|
# --------------------
|
||||||
|
# Set option NAME, and if there is a matching handler defined,
|
||||||
|
# dispatch to it. Other NAMEs are saved as a flag.
|
||||||
|
m4_define([_LT_SET_OPTION],
|
||||||
|
[m4_define(_LT_MANGLE_OPTION([$1]))dnl
|
||||||
|
m4_ifdef(_LT_MANGLE_DEFUN([$1]),
|
||||||
|
_LT_MANGLE_DEFUN([$1]),
|
||||||
|
[m4_warning([Unknown Libtool option `$1'])])[]dnl
|
||||||
|
])
|
||||||
|
|
||||||
|
|
||||||
|
# _LT_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
|
||||||
|
# -------------------------------------------
|
||||||
|
# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
|
||||||
|
m4_define([_LT_IF_OPTION],
|
||||||
|
[m4_ifdef(_LT_MANGLE_OPTION([$1]), [$2], [$3])])
|
||||||
|
|
||||||
|
|
||||||
|
# _LT_UNLESS_OPTIONS(OPTIONS, IF-NOT-SET)
|
||||||
|
# ---------------------------------------
|
||||||
|
# Execute IF-NOT-SET if all OPTIONS are not set.
|
||||||
|
m4_define([_LT_UNLESS_OPTIONS],
|
||||||
|
[m4_foreach([_LT_Option], m4_split(m4_normalize([$1])),
|
||||||
|
[m4_ifdef(_LT_MANGLE_OPTION(_LT_Option),
|
||||||
|
[m4_define([$0_found])])])[]dnl
|
||||||
|
m4_ifdef([$0_found], [m4_undefine([$0_found])], [$2
|
||||||
|
])[]dnl
|
||||||
|
])
|
||||||
|
|
||||||
|
|
||||||
|
# _LT_SET_OPTIONS(OPTIONS)
|
||||||
|
# ------------------------
|
||||||
|
# OPTIONS is a space-separated list of Libtool options.
|
||||||
|
# If any OPTION has a handler macro declared with LT_OPTION_DEFINE,
|
||||||
|
# dispatch to that macro; otherwise complain about the unknown option
|
||||||
|
# and exit.
|
||||||
|
m4_defun([_LT_SET_OPTIONS],
|
||||||
|
[# Set options
|
||||||
|
m4_foreach([_LT_Option], m4_split(m4_normalize([$1])),
|
||||||
|
[_LT_SET_OPTION(_LT_Option)])
|
||||||
|
dnl
|
||||||
|
dnl Simply set some default values (i.e off) if boolean options were not
|
||||||
|
dnl specified:
|
||||||
|
_LT_UNLESS_OPTIONS([dlopen], [enable_dlopen=no
|
||||||
|
])
|
||||||
|
_LT_UNLESS_OPTIONS([win32-dll], [enable_win32_dll=no
|
||||||
|
])
|
||||||
|
dnl
|
||||||
|
dnl If no reference was made to various pairs of opposing options, then
|
||||||
|
dnl we run the default mode handler for the pair. For example, if neither
|
||||||
|
dnl `shared' nor `disable-shared' was passed, we enable building of shared
|
||||||
|
dnl archives by default:
|
||||||
|
_LT_UNLESS_OPTIONS([shared disable-shared], [_LT_ENABLE_SHARED])
|
||||||
|
_LT_UNLESS_OPTIONS([static disable-static], [_LT_ENABLE_STATIC])
|
||||||
|
_LT_UNLESS_OPTIONS([pic-only no-pic], [_LT_WITH_PIC])
|
||||||
|
_LT_UNLESS_OPTIONS([fast-install disable-fast-install],
|
||||||
|
[_LT_ENABLE_FAST_INSTALL])
|
||||||
|
])# _LT_SET_OPTIONS
|
||||||
|
|
||||||
|
|
||||||
|
## --------------------------------- ##
|
||||||
|
## Macros to handle LT_INIT options. ##
|
||||||
|
## --------------------------------- ##
|
||||||
|
|
||||||
|
m4_define([_LT_MANGLE_DEFUN],
|
||||||
|
[[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1]), [[^A-Z0-9_]], [_])])
|
||||||
|
|
||||||
|
|
||||||
|
# LT_OPTION_DEFINE(NAME, CODE)
|
||||||
|
# ----------------------------
|
||||||
|
m4_define([LT_OPTION_DEFINE],
|
||||||
|
[m4_define(_LT_MANGLE_DEFUN([$1]), [$2])[]dnl
|
||||||
|
])# LT_OPTION_DEFINE
|
||||||
|
|
||||||
|
|
||||||
|
# dlopen
|
||||||
|
# ------
|
||||||
|
LT_OPTION_DEFINE([dlopen], [enable_dlopen=yes
|
||||||
|
])
|
||||||
|
|
||||||
|
AU_DEFUN([AC_LIBTOOL_DLOPEN],
|
||||||
|
[_LT_SET_OPTION([dlopen])
|
||||||
|
AC_DIAGNOSE([obsolete],
|
||||||
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you
|
||||||
|
put the `dlopen' option into LT_INIT's first parameter.])
|
||||||
|
])
|
||||||
|
|
||||||
|
dnl aclocal-1.4 backwards compatibility:
|
||||||
|
dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], [])
|
||||||
|
|
||||||
|
|
||||||
|
# win32-dll
|
||||||
|
# ---------
|
||||||
|
# Declare package support for building win32 dll's.
|
||||||
|
LT_OPTION_DEFINE([win32-dll],
|
||||||
|
[enable_win32_dll=yes
|
||||||
|
|
||||||
|
case $host in
|
||||||
|
*-*-cygwin* | *-*-mingw* | *-*-pw32*)
|
||||||
|
AC_CHECK_TOOL(AS, as, false)
|
||||||
|
AC_CHECK_TOOL(DLLTOOL, dlltool, false)
|
||||||
|
AC_CHECK_TOOL(OBJDUMP, objdump, false)
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
test -z "$AS" && AS=as
|
||||||
|
_LT_DECL([], [AS], [0], [Assembler program])dnl
|
||||||
|
|
||||||
|
test -z "$DLLTOOL" && DLLTOOL=dlltool
|
||||||
|
_LT_DECL([], [DLLTOOL], [0], [DLL creation program])dnl
|
||||||
|
|
||||||
|
test -z "$OBJDUMP" && OBJDUMP=objdump
|
||||||
|
_LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl
|
||||||
|
])# win32-dll
|
||||||
|
|
||||||
|
AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
|
||||||
|
[_LT_SET_OPTION([win32-dll])
|
||||||
|
AC_DIAGNOSE([obsolete],
|
||||||
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you
|
||||||
|
put the `win32-dll' option into LT_INIT's first parameter.])
|
||||||
|
])
|
||||||
|
|
||||||
|
dnl aclocal-1.4 backwards compatibility:
|
||||||
|
dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [])
|
||||||
|
|
||||||
|
|
||||||
|
# _LT_ENABLE_SHARED([DEFAULT])
|
||||||
|
# ----------------------------
|
||||||
|
# implement the --enable-shared flag, and supports the `shared' and
|
||||||
|
# `disable-shared' LT_INIT options.
|
||||||
|
# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
|
||||||
|
m4_define([_LT_ENABLE_SHARED],
|
||||||
|
[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
|
||||||
|
AC_ARG_ENABLE([shared],
|
||||||
|
[AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
|
||||||
|
[build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
|
||||||
|
[p=${PACKAGE-default}
|
||||||
|
case $enableval in
|
||||||
|
yes) enable_shared=yes ;;
|
||||||
|
no) enable_shared=no ;;
|
||||||
|
*)
|
||||||
|
enable_shared=no
|
||||||
|
# Look at the argument we got. We use all the common list separators.
|
||||||
|
lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
|
||||||
|
for pkg in $enableval; do
|
||||||
|
IFS="$lt_save_ifs"
|
||||||
|
if test "X$pkg" = "X$p"; then
|
||||||
|
enable_shared=yes
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
IFS="$lt_save_ifs"
|
||||||
|
;;
|
||||||
|
esac],
|
||||||
|
[enable_shared=]_LT_ENABLE_SHARED_DEFAULT)
|
||||||
|
|
||||||
|
_LT_DECL([build_libtool_libs], [enable_shared], [0],
|
||||||
|
[Whether or not to build shared libraries])
|
||||||
|
])# _LT_ENABLE_SHARED
|
||||||
|
|
||||||
|
LT_OPTION_DEFINE([shared], [_LT_ENABLE_SHARED([yes])])
|
||||||
|
LT_OPTION_DEFINE([disable-shared], [_LT_ENABLE_SHARED([no])])
|
||||||
|
|
||||||
|
# Old names:
|
||||||
|
AC_DEFUN([AC_ENABLE_SHARED],
|
||||||
|
[_LT_SET_OPTION([shared])
|
||||||
|
])
|
||||||
|
|
||||||
|
AC_DEFUN([AC_DISABLE_SHARED],
|
||||||
|
[_LT_SET_OPTION([disable-shared])
|
||||||
|
])
|
||||||
|
|
||||||
|
AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
|
||||||
|
AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
|
||||||
|
|
||||||
|
dnl aclocal-1.4 backwards compatibility:
|
||||||
|
dnl AC_DEFUN([AM_ENABLE_SHARED], [])
|
||||||
|
dnl AC_DEFUN([AM_DISABLE_SHARED], [])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# _LT_ENABLE_STATIC([DEFAULT])
|
||||||
|
# ----------------------------
|
||||||
|
# implement the --enable-static flag, and support the `static' and
|
||||||
|
# `disable-static' LT_INIT options.
|
||||||
|
# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
|
||||||
|
m4_define([_LT_ENABLE_STATIC],
|
||||||
|
[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
|
||||||
|
AC_ARG_ENABLE([static],
|
||||||
|
[AS_HELP_STRING([--enable-static@<:@=PKGS@:>@],
|
||||||
|
[build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])],
|
||||||
|
[p=${PACKAGE-default}
|
||||||
|
case $enableval in
|
||||||
|
yes) enable_static=yes ;;
|
||||||
|
no) enable_static=no ;;
|
||||||
|
*)
|
||||||
|
enable_static=no
|
||||||
|
# Look at the argument we got. We use all the common list separators.
|
||||||
|
lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
|
||||||
|
for pkg in $enableval; do
|
||||||
|
IFS="$lt_save_ifs"
|
||||||
|
if test "X$pkg" = "X$p"; then
|
||||||
|
enable_static=yes
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
IFS="$lt_save_ifs"
|
||||||
|
;;
|
||||||
|
esac],
|
||||||
|
[enable_static=]_LT_ENABLE_STATIC_DEFAULT)
|
||||||
|
|
||||||
|
_LT_DECL([build_old_libs], [enable_static], [0],
|
||||||
|
[Whether or not to build static libraries])
|
||||||
|
])# _LT_ENABLE_STATIC
|
||||||
|
|
||||||
|
LT_OPTION_DEFINE([static], [_LT_ENABLE_STATIC([yes])])
|
||||||
|
LT_OPTION_DEFINE([disable-static], [_LT_ENABLE_STATIC([no])])
|
||||||
|
|
||||||
|
# Old names:
|
||||||
|
AC_DEFUN([AC_ENABLE_STATIC],
|
||||||
|
[_LT_SET_OPTION([static])
|
||||||
|
])
|
||||||
|
|
||||||
|
AC_DEFUN([AC_DISABLE_STATIC],
|
||||||
|
[_LT_SET_OPTION([disable-static])
|
||||||
|
])
|
||||||
|
|
||||||
|
AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
|
||||||
|
AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
|
||||||
|
|
||||||
|
dnl aclocal-1.4 backwards compatibility:
|
||||||
|
dnl AC_DEFUN([AM_ENABLE_STATIC], [])
|
||||||
|
dnl AC_DEFUN([AM_DISABLE_STATIC], [])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# _LT_ENABLE_FAST_INSTALL([DEFAULT])
|
||||||
|
# ----------------------------------
|
||||||
|
# implement the --enable-fast-install flag, and support the `fast-install'
|
||||||
|
# and `disable-fast-install' LT_INIT options.
|
||||||
|
# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
|
||||||
|
m4_define([_LT_ENABLE_FAST_INSTALL],
|
||||||
|
[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
|
||||||
|
AC_ARG_ENABLE([fast-install],
|
||||||
|
[AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
|
||||||
|
[optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
|
||||||
|
[p=${PACKAGE-default}
|
||||||
|
case $enableval in
|
||||||
|
yes) enable_fast_install=yes ;;
|
||||||
|
no) enable_fast_install=no ;;
|
||||||
|
*)
|
||||||
|
enable_fast_install=no
|
||||||
|
# Look at the argument we got. We use all the common list separators.
|
||||||
|
lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
|
||||||
|
for pkg in $enableval; do
|
||||||
|
IFS="$lt_save_ifs"
|
||||||
|
if test "X$pkg" = "X$p"; then
|
||||||
|
enable_fast_install=yes
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
IFS="$lt_save_ifs"
|
||||||
|
;;
|
||||||
|
esac],
|
||||||
|
[enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT)
|
||||||
|
|
||||||
|
_LT_DECL([fast_install], [enable_fast_install], [0],
|
||||||
|
[Whether or not to optimize for fast installation])dnl
|
||||||
|
])# _LT_ENABLE_FAST_INSTALL
|
||||||
|
|
||||||
|
LT_OPTION_DEFINE([fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
|
||||||
|
LT_OPTION_DEFINE([disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
|
||||||
|
|
||||||
|
# Old names:
|
||||||
|
AU_DEFUN([AC_ENABLE_FAST_INSTALL],
|
||||||
|
[_LT_SET_OPTION([fast-install])
|
||||||
|
AC_DIAGNOSE([obsolete],
|
||||||
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
|
||||||
|
the `fast-install' option into LT_INIT's first parameter.])
|
||||||
|
])
|
||||||
|
|
||||||
|
AU_DEFUN([AC_DISABLE_FAST_INSTALL],
|
||||||
|
[_LT_SET_OPTION([disable-fast-install])
|
||||||
|
AC_DIAGNOSE([obsolete],
|
||||||
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
|
||||||
|
the `disable-fast-install' option into LT_INIT's first parameter.])
|
||||||
|
])
|
||||||
|
|
||||||
|
dnl aclocal-1.4 backwards compatibility:
|
||||||
|
dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], [])
|
||||||
|
dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
|
||||||
|
|
||||||
|
|
||||||
|
# _LT_WITH_PIC([MODE])
|
||||||
|
# --------------------
|
||||||
|
# implement the --with-pic flag, and support the `pic-only' and `no-pic'
|
||||||
|
# LT_INIT options.
|
||||||
|
# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
|
||||||
|
m4_define([_LT_WITH_PIC],
|
||||||
|
[AC_ARG_WITH([pic],
|
||||||
|
[AS_HELP_STRING([--with-pic],
|
||||||
|
[try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
|
||||||
|
[pic_mode="$withval"],
|
||||||
|
[pic_mode=default])
|
||||||
|
|
||||||
|
test -z "$pic_mode" && pic_mode=m4_default([$1], [default])
|
||||||
|
|
||||||
|
_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
|
||||||
|
])# _LT_WITH_PIC
|
||||||
|
|
||||||
|
LT_OPTION_DEFINE([pic-only], [_LT_WITH_PIC([yes])])
|
||||||
|
LT_OPTION_DEFINE([no-pic], [_LT_WITH_PIC([no])])
|
||||||
|
|
||||||
|
# Old name:
|
||||||
|
AU_DEFUN([AC_LIBTOOL_PICMODE],
|
||||||
|
[_LT_SET_OPTION([pic-only])
|
||||||
|
AC_DIAGNOSE([obsolete],
|
||||||
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you
|
||||||
|
put the `pic-only' option into LT_INIT's first parameter.])
|
||||||
|
])
|
||||||
|
|
||||||
|
dnl aclocal-1.4 backwards compatibility:
|
||||||
|
dnl AC_DEFUN([AC_LIBTOOL_PICMODE], [])
|
|
@ -0,0 +1,111 @@
|
||||||
|
# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
|
||||||
|
#
|
||||||
|
# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
# Written by Gary V. Vaughan.
|
||||||
|
#
|
||||||
|
# This file is free software; the Free Software Foundation gives
|
||||||
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
# modifications, as long as this notice is preserved.
|
||||||
|
|
||||||
|
# serial 3 ltsugar.m4
|
||||||
|
|
||||||
|
# This is to help aclocal find these macros, as it can't see m4_define.
|
||||||
|
AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
|
||||||
|
|
||||||
|
|
||||||
|
# lt_join(SEP, ARG1, [ARG2...])
|
||||||
|
# -----------------------------
|
||||||
|
# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
|
||||||
|
# associated separator.
|
||||||
|
m4_define([lt_join],
|
||||||
|
[m4_case([$#],
|
||||||
|
[0], [m4_fatal([$0: too few arguments: $#])],
|
||||||
|
[1], [],
|
||||||
|
[2], [[$2]],
|
||||||
|
[m4_ifval([$2],
|
||||||
|
[[$2][]m4_foreach(_lt_Arg, lt_car([m4_shiftn(2, $@)]),
|
||||||
|
[_$0([$1], _lt_Arg)])],
|
||||||
|
[$0([$1], m4_shiftn(2, $@))])])[]dnl
|
||||||
|
])
|
||||||
|
m4_define([_lt_join],
|
||||||
|
[m4_ifval([$2],[$1][$2])[]dnl
|
||||||
|
])
|
||||||
|
|
||||||
|
|
||||||
|
# lt_car(LIST)
|
||||||
|
# lt_cdr(LIST)
|
||||||
|
# ------------
|
||||||
|
# Manipulate m4 lists.
|
||||||
|
# These macros are necessary as long as will still need to support
|
||||||
|
# Autoconf-2.59 which quotes differently.
|
||||||
|
m4_define([lt_car], [[$1]])
|
||||||
|
m4_define([lt_cdr],
|
||||||
|
[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
|
||||||
|
[$#], 1, [],
|
||||||
|
[m4_dquote(m4_shift($@))])])
|
||||||
|
m4_define([lt_unquote], $1)
|
||||||
|
|
||||||
|
|
||||||
|
# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
|
||||||
|
# ----------------------------------------------------------
|
||||||
|
# Produce a SEP delimited list of all paired combinations of elements of
|
||||||
|
# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
|
||||||
|
# has the form PREFIXmINFIXSUFFIXn.
|
||||||
|
m4_define([lt_combine],
|
||||||
|
[m4_if([$2], [], [],
|
||||||
|
[m4_if([$4], [], [],
|
||||||
|
[lt_join(m4_quote(m4_default([$1], [[, ]])),
|
||||||
|
lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_prefix, [$2],
|
||||||
|
[m4_foreach(_Lt_suffix, lt_car([m4_shiftn(3, $@)]),
|
||||||
|
[_Lt_prefix[]$3[]_Lt_suffix ])])))))])])dnl
|
||||||
|
])
|
||||||
|
|
||||||
|
|
||||||
|
# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
|
||||||
|
# -----------------------------------------------------------------------
|
||||||
|
# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
|
||||||
|
# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
|
||||||
|
m4_define([lt_if_append_uniq],
|
||||||
|
[m4_ifdef([$1],
|
||||||
|
[m4_bmatch($3[]m4_defn([$1])$3, $3[]m4_re_escape([$2])$3,
|
||||||
|
[$5],
|
||||||
|
[m4_append([$1], [$2], [$3])$4])],
|
||||||
|
[m4_append([$1], [$2], [$3])$4])])
|
||||||
|
|
||||||
|
|
||||||
|
# lt_dict_add(DICT, KEY, VALUE)
|
||||||
|
# -----------------------------
|
||||||
|
m4_define([lt_dict_add],
|
||||||
|
[m4_define([$1($2)], [$4])])
|
||||||
|
|
||||||
|
|
||||||
|
# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
|
||||||
|
# --------------------------------------------
|
||||||
|
m4_define([lt_dict_add_subkey],
|
||||||
|
[m4_define([$1($2:$3)], [$4])])
|
||||||
|
|
||||||
|
|
||||||
|
# lt_dict_fetch(DICT, KEY, [SUBKEY])
|
||||||
|
# ----------------------------------
|
||||||
|
m4_define([lt_dict_fetch],
|
||||||
|
[m4_ifval([$3],
|
||||||
|
m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]),
|
||||||
|
m4_ifdef([$1($2)], [m4_defn([$1($2)])]))])
|
||||||
|
|
||||||
|
|
||||||
|
# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
|
||||||
|
# -----------------------------------------------------------------
|
||||||
|
m4_define([lt_if_dict_fetch],
|
||||||
|
[m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4],
|
||||||
|
[$5],
|
||||||
|
[$6])])
|
||||||
|
|
||||||
|
|
||||||
|
# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
||||||
|
# --------------------------------------------------------------
|
||||||
|
m4_define([lt_dict_filter],
|
||||||
|
[m4_if([$5], [], [],
|
||||||
|
[lt_join(m4_quote(m4_default([$4], [[, ]])),
|
||||||
|
lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]),
|
||||||
|
[lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl
|
||||||
|
])
|
|
@ -0,0 +1,23 @@
|
||||||
|
# ltversion.m4 -- version numbers -*- Autoconf -*-
|
||||||
|
#
|
||||||
|
# Copyright (C) 2004 Free Software Foundation, Inc.
|
||||||
|
# Written by Scott James Remnant.
|
||||||
|
#
|
||||||
|
## This file is free software; the Free Software Foundation gives
|
||||||
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
# modifications, as long as this notice is preserved.
|
||||||
|
|
||||||
|
# Generated from ltversion.in; do not edit by hand
|
||||||
|
|
||||||
|
# serial 2435 ltversion.m4
|
||||||
|
# This file is part of GNU Libtool
|
||||||
|
|
||||||
|
m4_define([LT_PACKAGE_VERSION], [2.1a])
|
||||||
|
m4_define([LT_PACKAGE_REVISION], [1.2435])
|
||||||
|
|
||||||
|
AC_DEFUN([LTVERSION_VERSION],
|
||||||
|
[macro_version='2.1a'
|
||||||
|
macro_revision='1.2435'
|
||||||
|
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
|
||||||
|
_LT_DECL(, macro_revision, 0)
|
||||||
|
])
|
237
newlib/ChangeLog
237
newlib/ChangeLog
|
@ -1,3 +1,240 @@
|
||||||
|
2007-05-24 Steve Ellcey <sje@cup.hp.com>
|
||||||
|
Charles Wilson <libtool@cwilson.fastmail.fm>
|
||||||
|
|
||||||
|
* libtool.m4: removed
|
||||||
|
* configure.in: invoke _LD_DECL_SED before conditionally initializing
|
||||||
|
libtool. Move AC_PROG_AWK outside conditional.
|
||||||
|
* libc/sys/linux/configure.in: Ditto.
|
||||||
|
* libc/sys/linux/linuxthreads/configure.in: Ditto.
|
||||||
|
* libc/sys/linux/linuxthreads/machine/i386/configure.in: Ditto.
|
||||||
|
* libc/sys/linux/machine/i386/configure.in: Ditto.
|
||||||
|
|
||||||
|
* iconvdata/configure.in: invoke _LD_DECL_SED before conditionally
|
||||||
|
initializing libtool.
|
||||||
|
* libc/configure.in: Ditto.
|
||||||
|
* libc/machine/configure.in: Ditto.
|
||||||
|
* libc/machine/i386/configure.in: Ditto.
|
||||||
|
* libc/sys/configure.in: Ditto.
|
||||||
|
* libc/sys/linux/linuxthreads/machine/configure.in: Ditto.
|
||||||
|
* libc/sys/linux/machine/configure.in: Ditto.
|
||||||
|
* libm/configure.in: Ditto.
|
||||||
|
* libm/machine/configure.in: Ditto.
|
||||||
|
|
||||||
|
* Makefile.am: Ensure toplevel is included in ACLOCAL_AMFLAGS.
|
||||||
|
* doc/Makefile.am: Ditto.
|
||||||
|
* iconvdata/Makefile.am: Ditto.
|
||||||
|
* libc/Makefile.am: Ditto.
|
||||||
|
* libc/machine/Makefile.am: Ditto.
|
||||||
|
* libc/machine/a29k/Makefile.am: Ditto.
|
||||||
|
* libc/machine/arm/Makefile.am: Ditto.
|
||||||
|
* libc/machine/bfin/Makefile.am: Ditto.
|
||||||
|
* libc/machine/cris/Makefile.am: Ditto.
|
||||||
|
* libc/machine/crx/Makefile.am: Ditto.
|
||||||
|
* libc/machine/d10v/Makefile.am: Ditto.
|
||||||
|
* libc/machine/d30v/Makefile.am: Ditto.
|
||||||
|
* libc/machine/fr30/Makefile.am: Ditto.
|
||||||
|
* libc/machine/frv/Makefile.am: Ditto.
|
||||||
|
* libc/machine/h8300/Makefile.am: Ditto.
|
||||||
|
* libc/machine/h8500/Makefile.am: Ditto.
|
||||||
|
* libc/machine/hppa/Makefile.am: Ditto.
|
||||||
|
* libc/machine/i386/Makefile.am: Ditto.
|
||||||
|
* libc/machine/i960/Makefile.am: Ditto.
|
||||||
|
* libc/machine/iq2000/Makefile.am: Ditto.
|
||||||
|
* libc/machine/m32c/Makefile.am: Ditto.
|
||||||
|
* libc/machine/m32r/Makefile.am: Ditto.
|
||||||
|
* libc/machine/m68hc11/Makefile.am: Ditto.
|
||||||
|
* libc/machine/m68k/Makefile.am: Ditto.
|
||||||
|
* libc/machine/m88k/Makefile.am: Ditto.
|
||||||
|
* libc/machine/mips/Makefile.am: Ditto.
|
||||||
|
* libc/machine/mn10200/Makefile.am: Ditto.
|
||||||
|
* libc/machine/mn10300/Makefile.am: Ditto.
|
||||||
|
* libc/machine/mt/Makefile.am: Ditto.
|
||||||
|
* libc/machine/necv70/Makefile.am: Ditto.
|
||||||
|
* libc/machine/powerpc/Makefile.am: Ditto.
|
||||||
|
* libc/machine/sh/Makefile.am: Ditto.
|
||||||
|
* libc/machine/sparc/Makefile.am: Ditto.
|
||||||
|
* libc/machine/spu/Makefile.am: Ditto.
|
||||||
|
* libc/machine/tic4x/Makefile.am: Ditto.
|
||||||
|
* libc/machine/tic80/Makefile.am: Ditto.
|
||||||
|
* libc/machine/v850/Makefile.am: Ditto.
|
||||||
|
* libc/machine/w65/Makefile.am: Ditto.
|
||||||
|
* libc/machine/xscale/Makefile.am: Ditto.
|
||||||
|
* libc/machine/xstormy16/Makefile.am: Ditto.
|
||||||
|
* libc/machine/z8k/Makefile.am: Ditto.
|
||||||
|
* libc/sys/Makefile.am: Ditto.
|
||||||
|
* libc/sys/a29khif/Makefile.am: Ditto.
|
||||||
|
* libc/sys/arc/Makefile.am: Ditto.
|
||||||
|
* libc/sys/arm/Makefile.am: Ditto.
|
||||||
|
* libc/sys/d10v/Makefile.am: Ditto.
|
||||||
|
* libc/sys/decstation/Makefile.am: Ditto.
|
||||||
|
* libc/sys/h8300hms/Makefile.am: Ditto.
|
||||||
|
* libc/sys/h8500hms/Makefile.am: Ditto.
|
||||||
|
* libc/sys/linux/Makefile.am: Ditto.
|
||||||
|
* libc/sys/linux/linuxthreads/Makefile.am: Ditto.
|
||||||
|
* libc/sys/linux/linuxthreads/machine/Makefile.am: Ditto.
|
||||||
|
* libc/sys/linux/linuxthreads/machine/i386/Makefile.am: Ditto.
|
||||||
|
* libc/sys/linux/machine/Makefile.am: Ditto.
|
||||||
|
* libc/sys/linux/machine/i386/Makefile.am: Ditto.
|
||||||
|
* libc/sys/m88kbug/Makefile.am: Ditto.
|
||||||
|
* libc/sys/mmixware/Makefile.am: Ditto.
|
||||||
|
* libc/sys/netware/Makefile.am: Ditto.
|
||||||
|
* libc/sys/rdos/Makefile.am: Ditto.
|
||||||
|
* libc/sys/rtems/Makefile.am: Ditto.
|
||||||
|
* libc/sys/sh/Makefile.am: Ditto.
|
||||||
|
* libc/sys/sparc64/Makefile.am: Ditto.
|
||||||
|
* libc/sys/sun4/Makefile.am: Ditto.
|
||||||
|
* libc/sys/sysmec/Makefile.am: Ditto.
|
||||||
|
* libc/sys/sysnec810/Makefile.am: Ditto.
|
||||||
|
* libc/sys/sysnecv850/Makefile.am: Ditto.
|
||||||
|
* libc/sys/sysvi386/Makefile.am: Ditto.
|
||||||
|
* libc/sys/sysvnecv70/Makefile.am: Ditto.
|
||||||
|
* libc/sys/tic80/Makefile.am: Ditto.
|
||||||
|
* libc/sys/w65/Makefile.am: Ditto.
|
||||||
|
* libc/sys/z8ksim/Makefile.am: Ditto.
|
||||||
|
* libm/Makefile.am: Ditto.
|
||||||
|
* libm/machine/Makefile.am: Ditto.
|
||||||
|
* libm/machine/i386/Makefile.am: Ditto.
|
||||||
|
* libm/machine/spu/Makefile.am: Ditto.
|
||||||
|
|
||||||
|
* aclocal.m4: Regenerate.
|
||||||
|
* iconvdata/aclocal.m4: Regenerate.
|
||||||
|
* libc/aclocal.m4: Regenerate.
|
||||||
|
* libc/machine/aclocal.m4: Regenerate.
|
||||||
|
* libc/machine/i386/aclocal.m4: Regenerate.
|
||||||
|
* libc/sys/aclocal.m4: Regenerate.
|
||||||
|
* libc/sys/linux/aclocal.m4: Regenerate.
|
||||||
|
* libc/sys/linux/linuxthreads/aclocal.m4: Regenerate.
|
||||||
|
* libc/sys/linux/linuxthreads/machine/aclocal.m4: Regenerate.
|
||||||
|
* libc/sys/linux/linuxthreads/machine/i386/aclocal.m4: Regenerate.
|
||||||
|
* libc/sys/linux/machine/aclocal.m4: Regenerate.
|
||||||
|
* libc/sys/linux/machine/i386/aclocal.m4: Regenerate.
|
||||||
|
* libm/aclocal.m4: Regenerate.
|
||||||
|
* libm/machine/aclocal.m4: Regenerate.
|
||||||
|
* libm/machine/i386/aclocal.m4: Regenerate.
|
||||||
|
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
* doc/Makefile.in: Regenerate.
|
||||||
|
* iconvdata/Makefile.in: Regenerate.
|
||||||
|
* libc/Makefile.in: Regenerate.
|
||||||
|
* libc/argz/Makefile.in: Regenerate.
|
||||||
|
* libc/ctype/Makefile.in: Regenerate.
|
||||||
|
* libc/errno/Makefile.in: Regenerate.
|
||||||
|
* libc/iconv/Makefile.in: Regenerate.
|
||||||
|
* libc/iconv/ccs/Makefile.in: Regenerate.
|
||||||
|
* libc/iconv/ccs/binary/Makefile.in: Regenerate.
|
||||||
|
* libc/iconv/ces/Makefile.in: Regenerate.
|
||||||
|
* libc/iconv/lib/Makefile.in: Regenerate.
|
||||||
|
* libc/locale/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/a29k/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/arm/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/bfin/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/cris/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/crx/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/d10v/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/d30v/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/fr30/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/frv/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/h8300/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/h8500/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/hppa/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/i386/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/i960/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/iq2000/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/m32c/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/m32r/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/m68hc11/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/m68k/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/m88k/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/mips/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/mn10200/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/mn10300/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/mt/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/necv70/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/powerpc/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/sh/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/sparc/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/spu/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/tic4x/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/tic80/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/v850/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/w65/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/xscale/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/xstormy16/Makefile.in: Regenerate.
|
||||||
|
* libc/machine/z8k/Makefile.in: Regenerate.
|
||||||
|
* libc/misc/Makefile.in: Regenerate.
|
||||||
|
* libc/posix/Makefile.in: Regenerate.
|
||||||
|
* libc/reent/Makefile.in: Regenerate.
|
||||||
|
* libc/search/Makefile.in: Regenerate.
|
||||||
|
* libc/signal/Makefile.in: Regenerate.
|
||||||
|
* libc/stdio/Makefile.in: Regenerate.
|
||||||
|
* libc/stdio64/Makefile.in: Regenerate.
|
||||||
|
* libc/stdlib/Makefile.in: Regenerate.
|
||||||
|
* libc/string/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/a29khif/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/arc/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/arm/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/d10v/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/decstation/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/h8300hms/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/h8500hms/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/linux/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/linux/argp/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/linux/cmath/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/linux/dl/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/linux/iconv/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/linux/intl/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/linux/linuxthreads/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/linux/linuxthreads/machine/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/linux/linuxthreads/machine/i386/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/linux/machine/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/linux/machine/i386/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/linux/net/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/linux/stdlib/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/m88kbug/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/mmixware/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/netware/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/rdos/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/rtems/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/sh/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/sparc64/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/sun4/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/sysmec/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/sysnec810/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/sysnecv850/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/sysvi386/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/sysvnecv70/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/tic80/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/w65/Makefile.in: Regenerate.
|
||||||
|
* libc/sys/z8ksim/Makefile.in: Regenerate.
|
||||||
|
* libc/syscalls/Makefile.in: Regenerate.
|
||||||
|
* libc/time/Makefile.in: Regenerate.
|
||||||
|
* libc/unix/Makefile.in: Regenerate.
|
||||||
|
* libm/Makefile.in: Regenerate.
|
||||||
|
* libm/common/Makefile.in: Regenerate.
|
||||||
|
* libm/machine/Makefile.in: Regenerate.
|
||||||
|
* libm/machine/i386/Makefile.in: Regenerate.
|
||||||
|
* libm/machine/spu/Makefile.in: Regenerate.
|
||||||
|
* libm/math/Makefile.in: Regenerate.
|
||||||
|
* libm/mathfp/Makefile.in: Regenerate.
|
||||||
|
|
||||||
|
* configure: Regenerate.
|
||||||
|
* iconvdata/configure: Regenerate.
|
||||||
|
* libc/configure: Regenerate.
|
||||||
|
* libc/machine/configure: Regenerate.
|
||||||
|
* libc/machine/i386/configure: Regenerate.
|
||||||
|
* libc/sys/configure: Regenerate.
|
||||||
|
* libc/sys/linux/configure: Regenerate.
|
||||||
|
* libc/sys/linux/linuxthreads/configure: Regenerate.
|
||||||
|
* libc/sys/linux/linuxthreads/machine/configure: Regenerate.
|
||||||
|
* libc/sys/linux/linuxthreads/machine/i386/configure: Regenerate.
|
||||||
|
* libc/sys/linux/machine/configure: Regenerate.
|
||||||
|
* libc/sys/linux/machine/i386/configure: Regenerate.
|
||||||
|
* libm/configure: Regenerate.
|
||||||
|
* libm/machine/configure: Regenerate.
|
||||||
|
* libm/machine/i386/configure: Regenerate.
|
||||||
|
|
||||||
2007-05-23 Eric Blake <ebb9@byu.net>
|
2007-05-23 Eric Blake <ebb9@byu.net>
|
||||||
|
|
||||||
* libc/stdio/vfprintf.c (_VFPRINTF_R): Don't truncate %p when
|
* libc/stdio/vfprintf.c (_VFPRINTF_R): Don't truncate %p when
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
## Process this file with automake to generate Makefile.in
|
## Process this file with automake to generate Makefile.in
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = cygnus dejagnu
|
AUTOMAKE_OPTIONS = cygnus dejagnu
|
||||||
ACLOCAL_AMFLAGS = -I .
|
ACLOCAL_AMFLAGS = -I . -I ..
|
||||||
|
|
||||||
# Multilib support variables.
|
# Multilib support variables.
|
||||||
MULTISRCTOP =
|
MULTISRCTOP =
|
||||||
|
|
|
@ -46,9 +46,10 @@ DIST_COMMON = $(srcdir)/../config.guess $(srcdir)/../config.sub NEWS \
|
||||||
$(srcdir)/../config.sub
|
$(srcdir)/../config.sub
|
||||||
subdir = .
|
subdir = .
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
am__aclocal_m4_deps = $(top_srcdir)/confsubdir.m4 \
|
am__aclocal_m4_deps = $(top_srcdir)/../libtool.m4 \
|
||||||
$(top_srcdir)/libtool.m4 $(top_srcdir)/acinclude.m4 \
|
$(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
|
||||||
$(top_srcdir)/configure.in
|
$(top_srcdir)/../ltversion.m4 $(top_srcdir)/confsubdir.m4 \
|
||||||
|
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
|
||||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
$(ACLOCAL_M4)
|
$(ACLOCAL_M4)
|
||||||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
||||||
|
@ -90,11 +91,11 @@ depcomp =
|
||||||
am__depfiles_maybe =
|
am__depfiles_maybe =
|
||||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
|
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
||||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||||
$(AM_CFLAGS) $(CFLAGS)
|
$(AM_CFLAGS) $(CFLAGS)
|
||||||
CCLD = $(CC)
|
CCLD = $(CC)
|
||||||
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||||
SOURCES = libc.c libm.c $(libc_la_SOURCES) $(libm_la_SOURCES)
|
SOURCES = libc.c libm.c $(libc_la_SOURCES) $(libm_la_SOURCES)
|
||||||
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
||||||
|
@ -137,6 +138,7 @@ CCDEPMODE = @CCDEPMODE@
|
||||||
CC_FOR_BUILD = @CC_FOR_BUILD@
|
CC_FOR_BUILD = @CC_FOR_BUILD@
|
||||||
CC_FOR_NEWLIB = @CC_FOR_NEWLIB@
|
CC_FOR_NEWLIB = @CC_FOR_NEWLIB@
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
|
CPP = @CPP@
|
||||||
CPPFLAGS = @CPPFLAGS@
|
CPPFLAGS = @CPPFLAGS@
|
||||||
CRT0 = @CRT0@
|
CRT0 = @CRT0@
|
||||||
CRT0_DIR = @CRT0_DIR@
|
CRT0_DIR = @CRT0_DIR@
|
||||||
|
@ -145,9 +147,12 @@ CRT1_DIR = @CRT1_DIR@
|
||||||
CYGPATH_W = @CYGPATH_W@
|
CYGPATH_W = @CYGPATH_W@
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
|
DLLTOOL = @DLLTOOL@
|
||||||
|
DUMPBIN = @DUMPBIN@
|
||||||
ECHO_C = @ECHO_C@
|
ECHO_C = @ECHO_C@
|
||||||
ECHO_N = @ECHO_N@
|
ECHO_N = @ECHO_N@
|
||||||
ECHO_T = @ECHO_T@
|
ECHO_T = @ECHO_T@
|
||||||
|
EGREP = @EGREP@
|
||||||
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
||||||
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
||||||
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
||||||
|
@ -160,12 +165,15 @@ ELIX_LEVEL_4_FALSE = @ELIX_LEVEL_4_FALSE@
|
||||||
ELIX_LEVEL_4_TRUE = @ELIX_LEVEL_4_TRUE@
|
ELIX_LEVEL_4_TRUE = @ELIX_LEVEL_4_TRUE@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
EXTRA_DIRS = @EXTRA_DIRS@
|
EXTRA_DIRS = @EXTRA_DIRS@
|
||||||
|
FGREP = @FGREP@
|
||||||
|
GREP = @GREP@
|
||||||
HAVE_DOC_FALSE = @HAVE_DOC_FALSE@
|
HAVE_DOC_FALSE = @HAVE_DOC_FALSE@
|
||||||
HAVE_DOC_TRUE = @HAVE_DOC_TRUE@
|
HAVE_DOC_TRUE = @HAVE_DOC_TRUE@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||||
|
LD = @LD@
|
||||||
LDFLAGS = @LDFLAGS@
|
LDFLAGS = @LDFLAGS@
|
||||||
LIBM_MACHINE_OBJECTLIST = @LIBM_MACHINE_OBJECTLIST@
|
LIBM_MACHINE_OBJECTLIST = @LIBM_MACHINE_OBJECTLIST@
|
||||||
LIBOBJS = @LIBOBJS@
|
LIBOBJS = @LIBOBJS@
|
||||||
|
@ -183,6 +191,8 @@ MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
||||||
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
||||||
NEWLIB_HW_FP_FALSE = @NEWLIB_HW_FP_FALSE@
|
NEWLIB_HW_FP_FALSE = @NEWLIB_HW_FP_FALSE@
|
||||||
NEWLIB_HW_FP_TRUE = @NEWLIB_HW_FP_TRUE@
|
NEWLIB_HW_FP_TRUE = @NEWLIB_HW_FP_TRUE@
|
||||||
|
NM = @NM@
|
||||||
|
OBJDUMP = @OBJDUMP@
|
||||||
OBJEXT = @OBJEXT@
|
OBJEXT = @OBJEXT@
|
||||||
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
||||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||||
|
@ -194,6 +204,7 @@ PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||||
POSIX_OBJECTLIST = @POSIX_OBJECTLIST@
|
POSIX_OBJECTLIST = @POSIX_OBJECTLIST@
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
READELF = @READELF@
|
READELF = @READELF@
|
||||||
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
SIGNAL_OBJECTLIST = @SIGNAL_OBJECTLIST@
|
SIGNAL_OBJECTLIST = @SIGNAL_OBJECTLIST@
|
||||||
|
@ -209,6 +220,9 @@ VERSION = @VERSION@
|
||||||
ac_ct_AR = @ac_ct_AR@
|
ac_ct_AR = @ac_ct_AR@
|
||||||
ac_ct_AS = @ac_ct_AS@
|
ac_ct_AS = @ac_ct_AS@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
|
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
|
||||||
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
|
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
|
||||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||||
ac_ct_READELF = @ac_ct_READELF@
|
ac_ct_READELF = @ac_ct_READELF@
|
||||||
ac_ct_STRIP = @ac_ct_STRIP@
|
ac_ct_STRIP = @ac_ct_STRIP@
|
||||||
|
@ -243,6 +257,7 @@ libexecdir = @libexecdir@
|
||||||
libm_machine_dir = @libm_machine_dir@
|
libm_machine_dir = @libm_machine_dir@
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lpfx = @lpfx@
|
lpfx = @lpfx@
|
||||||
|
lt_ECHO = @lt_ECHO@
|
||||||
machine_dir = @machine_dir@
|
machine_dir = @machine_dir@
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
mkdir_p = @mkdir_p@
|
mkdir_p = @mkdir_p@
|
||||||
|
@ -258,7 +273,7 @@ sys_dir = @sys_dir@
|
||||||
sysconfdir = @sysconfdir@
|
sysconfdir = @sysconfdir@
|
||||||
target_alias = @target_alias@
|
target_alias = @target_alias@
|
||||||
AUTOMAKE_OPTIONS = cygnus dejagnu
|
AUTOMAKE_OPTIONS = cygnus dejagnu
|
||||||
ACLOCAL_AMFLAGS = -I .
|
ACLOCAL_AMFLAGS = -I . -I ..
|
||||||
|
|
||||||
# Multilib support variables.
|
# Multilib support variables.
|
||||||
MULTISRCTOP =
|
MULTISRCTOP =
|
||||||
|
|
|
@ -877,6 +877,9 @@ AC_SUBST([am__tar])
|
||||||
AC_SUBST([am__untar])
|
AC_SUBST([am__untar])
|
||||||
]) # _AM_PROG_TAR
|
]) # _AM_PROG_TAR
|
||||||
|
|
||||||
|
m4_include([../libtool.m4])
|
||||||
|
m4_include([../ltoptions.m4])
|
||||||
|
m4_include([../ltsugar.m4])
|
||||||
|
m4_include([../ltversion.m4])
|
||||||
m4_include([confsubdir.m4])
|
m4_include([confsubdir.m4])
|
||||||
m4_include([libtool.m4])
|
|
||||||
m4_include([acinclude.m4])
|
m4_include([acinclude.m4])
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -120,10 +120,11 @@ NEWLIB_CONFIGURE(.)
|
||||||
dnl We have to enable libtool after NEWLIB_CONFIGURE because if we try and
|
dnl We have to enable libtool after NEWLIB_CONFIGURE because if we try and
|
||||||
dnl add it into NEWLIB_CONFIGURE, executable tests are made before the first
|
dnl add it into NEWLIB_CONFIGURE, executable tests are made before the first
|
||||||
dnl line of the macro which fail because appropriate LDFLAGS are not set.
|
dnl line of the macro which fail because appropriate LDFLAGS are not set.
|
||||||
|
_LT_DECL_SED
|
||||||
|
AC_PROG_AWK
|
||||||
if test "${use_libtool}" = "yes"; then
|
if test "${use_libtool}" = "yes"; then
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
AC_PROG_AWK
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_ARG_ENABLE(newlib_hw_fp,
|
AC_ARG_ENABLE(newlib_hw_fp,
|
||||||
|
|
|
@ -17,5 +17,5 @@ $(MKDOC): makedoc.o
|
||||||
makedoc.o: makedoc.c
|
makedoc.o: makedoc.c
|
||||||
$(CC_FOR_BUILD) -g $(CFLAGS_FOR_BUILD) -c $(srcdir)/makedoc.c
|
$(CC_FOR_BUILD) -g $(CFLAGS_FOR_BUILD) -c $(srcdir)/makedoc.c
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ..
|
ACLOCAL_AMFLAGS = -I .. -I ../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -169,7 +169,7 @@ AUTOMAKE_OPTIONS = cygnus
|
||||||
# We can't use noinst_PROGRAMS, because automake will add $(EXEEXT).
|
# We can't use noinst_PROGRAMS, because automake will add $(EXEEXT).
|
||||||
noinst_DATA = makedoc
|
noinst_DATA = makedoc
|
||||||
MKDOC = makedoc$(EXEEXT_FOR_BUILD)
|
MKDOC = makedoc$(EXEEXT_FOR_BUILD)
|
||||||
ACLOCAL_AMFLAGS = -I ..
|
ACLOCAL_AMFLAGS = -I .. -I ../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -23,5 +23,5 @@ EUC_JP_la_LDFLAGS = -module -no-undefined -Xcompiler -Wl,-rpath-link=.. -Xcompil
|
||||||
install-data-local: install-pkglibLTLIBRARIES $(srcdir)/gconv-modules
|
install-data-local: install-pkglibLTLIBRARIES $(srcdir)/gconv-modules
|
||||||
$(INSTALL_DATA) $(srcdir)/gconv-modules $(DESTDIR)$(pkglibdir)/gconv-modules
|
$(INSTALL_DATA) $(srcdir)/gconv-modules $(DESTDIR)$(pkglibdir)/gconv-modules
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ..
|
ACLOCAL_AMFLAGS = -I .. -I ../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -43,8 +43,11 @@ DIST_COMMON = $(srcdir)/../../config.guess $(srcdir)/../../config.sub \
|
||||||
$(srcdir)/../../config.guess $(srcdir)/../../config.sub
|
$(srcdir)/../../config.guess $(srcdir)/../../config.sub
|
||||||
subdir = .
|
subdir = .
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
am__aclocal_m4_deps = $(top_srcdir)/../acinclude.m4 \
|
am__aclocal_m4_deps = $(top_srcdir)/../../libtool.m4 \
|
||||||
$(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.in
|
$(top_srcdir)/../../ltoptions.m4 \
|
||||||
|
$(top_srcdir)/../../ltsugar.m4 \
|
||||||
|
$(top_srcdir)/../../ltversion.m4 $(top_srcdir)/../acinclude.m4 \
|
||||||
|
$(top_srcdir)/configure.in
|
||||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
$(ACLOCAL_M4)
|
$(ACLOCAL_M4)
|
||||||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
||||||
|
@ -70,11 +73,11 @@ depcomp =
|
||||||
am__depfiles_maybe =
|
am__depfiles_maybe =
|
||||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
|
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
||||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||||
$(AM_CFLAGS) $(CFLAGS)
|
$(AM_CFLAGS) $(CFLAGS)
|
||||||
CCLD = $(CC)
|
CCLD = $(CC)
|
||||||
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||||
SOURCES = $(EUC_JP_la_SOURCES)
|
SOURCES = $(EUC_JP_la_SOURCES)
|
||||||
ETAGS = etags
|
ETAGS = etags
|
||||||
|
@ -94,13 +97,17 @@ CCAS = @CCAS@
|
||||||
CCASFLAGS = @CCASFLAGS@
|
CCASFLAGS = @CCASFLAGS@
|
||||||
CCDEPMODE = @CCDEPMODE@
|
CCDEPMODE = @CCDEPMODE@
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
|
CPP = @CPP@
|
||||||
CPPFLAGS = @CPPFLAGS@
|
CPPFLAGS = @CPPFLAGS@
|
||||||
CYGPATH_W = @CYGPATH_W@
|
CYGPATH_W = @CYGPATH_W@
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
|
DLLTOOL = @DLLTOOL@
|
||||||
|
DUMPBIN = @DUMPBIN@
|
||||||
ECHO_C = @ECHO_C@
|
ECHO_C = @ECHO_C@
|
||||||
ECHO_N = @ECHO_N@
|
ECHO_N = @ECHO_N@
|
||||||
ECHO_T = @ECHO_T@
|
ECHO_T = @ECHO_T@
|
||||||
|
EGREP = @EGREP@
|
||||||
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
||||||
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
||||||
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
||||||
|
@ -112,10 +119,13 @@ ELIX_LEVEL_3_TRUE = @ELIX_LEVEL_3_TRUE@
|
||||||
ELIX_LEVEL_4_FALSE = @ELIX_LEVEL_4_FALSE@
|
ELIX_LEVEL_4_FALSE = @ELIX_LEVEL_4_FALSE@
|
||||||
ELIX_LEVEL_4_TRUE = @ELIX_LEVEL_4_TRUE@
|
ELIX_LEVEL_4_TRUE = @ELIX_LEVEL_4_TRUE@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
|
FGREP = @FGREP@
|
||||||
|
GREP = @GREP@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||||
|
LD = @LD@
|
||||||
LDFLAGS = @LDFLAGS@
|
LDFLAGS = @LDFLAGS@
|
||||||
LIBOBJS = @LIBOBJS@
|
LIBOBJS = @LIBOBJS@
|
||||||
LIBS = @LIBS@
|
LIBS = @LIBS@
|
||||||
|
@ -129,6 +139,8 @@ MAKEINFO = @MAKEINFO@
|
||||||
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
||||||
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
||||||
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
||||||
|
NM = @NM@
|
||||||
|
OBJDUMP = @OBJDUMP@
|
||||||
OBJEXT = @OBJEXT@
|
OBJEXT = @OBJEXT@
|
||||||
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
||||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||||
|
@ -139,6 +151,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
READELF = @READELF@
|
READELF = @READELF@
|
||||||
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
|
@ -148,6 +161,9 @@ VERSION = @VERSION@
|
||||||
ac_ct_AR = @ac_ct_AR@
|
ac_ct_AR = @ac_ct_AR@
|
||||||
ac_ct_AS = @ac_ct_AS@
|
ac_ct_AS = @ac_ct_AS@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
|
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
|
||||||
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
|
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
|
||||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||||
ac_ct_READELF = @ac_ct_READELF@
|
ac_ct_READELF = @ac_ct_READELF@
|
||||||
ac_ct_STRIP = @ac_ct_STRIP@
|
ac_ct_STRIP = @ac_ct_STRIP@
|
||||||
|
@ -180,6 +196,7 @@ libexecdir = @libexecdir@
|
||||||
libm_machine_dir = @libm_machine_dir@
|
libm_machine_dir = @libm_machine_dir@
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lpfx = @lpfx@
|
lpfx = @lpfx@
|
||||||
|
lt_ECHO = @lt_ECHO@
|
||||||
machine_dir = @machine_dir@
|
machine_dir = @machine_dir@
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
mkdir_p = @mkdir_p@
|
mkdir_p = @mkdir_p@
|
||||||
|
@ -203,7 +220,7 @@ EUC_JP_la_SOURCES = dummy.c
|
||||||
EUC_JP_la_LIBADD = $(LIB_OBJS)
|
EUC_JP_la_LIBADD = $(LIB_OBJS)
|
||||||
EUC_JP_la_DEPENDENCIES = $(LIB_OBJS)
|
EUC_JP_la_DEPENDENCIES = $(LIB_OBJS)
|
||||||
EUC_JP_la_LDFLAGS = -module -no-undefined -Xcompiler -Wl,-rpath-link=.. -Xcompiler -nostdlib -L.. -lc
|
EUC_JP_la_LDFLAGS = -module -no-undefined -Xcompiler -Wl,-rpath-link=.. -Xcompiler -nostdlib -L.. -lc
|
||||||
ACLOCAL_AMFLAGS = -I ..
|
ACLOCAL_AMFLAGS = -I .. -I ../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -877,5 +877,8 @@ AC_SUBST([am__tar])
|
||||||
AC_SUBST([am__untar])
|
AC_SUBST([am__untar])
|
||||||
]) # _AM_PROG_TAR
|
]) # _AM_PROG_TAR
|
||||||
|
|
||||||
|
m4_include([../../libtool.m4])
|
||||||
|
m4_include([../../ltoptions.m4])
|
||||||
|
m4_include([../../ltsugar.m4])
|
||||||
|
m4_include([../../ltversion.m4])
|
||||||
m4_include([../acinclude.m4])
|
m4_include([../acinclude.m4])
|
||||||
m4_include([../libtool.m4])
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -13,7 +13,7 @@ NEWLIB_CONFIGURE(..)
|
||||||
dnl We have to enable libtool after NEWLIB_CONFIGURE because if we try and
|
dnl We have to enable libtool after NEWLIB_CONFIGURE because if we try and
|
||||||
dnl add it into NEWLIB_CONFIGURE, executable tests are made before the first
|
dnl add it into NEWLIB_CONFIGURE, executable tests are made before the first
|
||||||
dnl line of the macro which fail because appropriate LDFLAGS are not set.
|
dnl line of the macro which fail because appropriate LDFLAGS are not set.
|
||||||
|
_LT_DECL_SED
|
||||||
if test "${use_libtool}" = "yes"; then
|
if test "${use_libtool}" = "yes"; then
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
|
|
|
@ -210,5 +210,5 @@ CLEANFILES = $(CRT0) \
|
||||||
sigset.texi stmp-sigset extra.texi stmp-extra \
|
sigset.texi stmp-sigset extra.texi stmp-extra \
|
||||||
stdio64.texi stmp-stdio64 tmp.texi targetdep.tex stmp-targetdep
|
stdio64.texi stmp-stdio64 tmp.texi targetdep.tex stmp-targetdep
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ..
|
ACLOCAL_AMFLAGS = -I .. -I ../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -46,9 +46,11 @@ DIST_COMMON = $(srcdir)/../../config.guess $(srcdir)/../../config.sub \
|
||||||
$(libc_TEXINFOS)
|
$(libc_TEXINFOS)
|
||||||
subdir = .
|
subdir = .
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
am__aclocal_m4_deps = $(top_srcdir)/../acinclude.m4 \
|
am__aclocal_m4_deps = $(top_srcdir)/../../libtool.m4 \
|
||||||
$(top_srcdir)/../confsubdir.m4 $(top_srcdir)/../libtool.m4 \
|
$(top_srcdir)/../../ltoptions.m4 \
|
||||||
$(top_srcdir)/configure.in
|
$(top_srcdir)/../../ltsugar.m4 \
|
||||||
|
$(top_srcdir)/../../ltversion.m4 $(top_srcdir)/../acinclude.m4 \
|
||||||
|
$(top_srcdir)/../confsubdir.m4 $(top_srcdir)/configure.in
|
||||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
$(ACLOCAL_M4)
|
$(ACLOCAL_M4)
|
||||||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
||||||
|
@ -98,11 +100,11 @@ depcomp =
|
||||||
am__depfiles_maybe =
|
am__depfiles_maybe =
|
||||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
|
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
||||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||||
$(AM_CFLAGS) $(CFLAGS)
|
$(AM_CFLAGS) $(CFLAGS)
|
||||||
CCLD = $(CC)
|
CCLD = $(CC)
|
||||||
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||||
SOURCES = libc.c $(libc_la_SOURCES)
|
SOURCES = libc.c $(libc_la_SOURCES)
|
||||||
INFO_DEPS = $(srcdir)/libc.info
|
INFO_DEPS = $(srcdir)/libc.info
|
||||||
|
@ -149,14 +151,18 @@ CCAS = @CCAS@
|
||||||
CCASFLAGS = @CCASFLAGS@
|
CCASFLAGS = @CCASFLAGS@
|
||||||
CCDEPMODE = @CCDEPMODE@
|
CCDEPMODE = @CCDEPMODE@
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
|
CPP = @CPP@
|
||||||
CPPFLAGS = @CPPFLAGS@
|
CPPFLAGS = @CPPFLAGS@
|
||||||
CRT0 = @CRT0@
|
CRT0 = @CRT0@
|
||||||
CYGPATH_W = @CYGPATH_W@
|
CYGPATH_W = @CYGPATH_W@
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
|
DLLTOOL = @DLLTOOL@
|
||||||
|
DUMPBIN = @DUMPBIN@
|
||||||
ECHO_C = @ECHO_C@
|
ECHO_C = @ECHO_C@
|
||||||
ECHO_N = @ECHO_N@
|
ECHO_N = @ECHO_N@
|
||||||
ECHO_T = @ECHO_T@
|
ECHO_T = @ECHO_T@
|
||||||
|
EGREP = @EGREP@
|
||||||
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
||||||
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
||||||
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
||||||
|
@ -170,6 +176,8 @@ ELIX_LEVEL_4_TRUE = @ELIX_LEVEL_4_TRUE@
|
||||||
ENABLE_NEWLIB_ICONV_FALSE = @ENABLE_NEWLIB_ICONV_FALSE@
|
ENABLE_NEWLIB_ICONV_FALSE = @ENABLE_NEWLIB_ICONV_FALSE@
|
||||||
ENABLE_NEWLIB_ICONV_TRUE = @ENABLE_NEWLIB_ICONV_TRUE@
|
ENABLE_NEWLIB_ICONV_TRUE = @ENABLE_NEWLIB_ICONV_TRUE@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
|
FGREP = @FGREP@
|
||||||
|
GREP = @GREP@
|
||||||
HAVE_POSIX_DIR_FALSE = @HAVE_POSIX_DIR_FALSE@
|
HAVE_POSIX_DIR_FALSE = @HAVE_POSIX_DIR_FALSE@
|
||||||
HAVE_POSIX_DIR_TRUE = @HAVE_POSIX_DIR_TRUE@
|
HAVE_POSIX_DIR_TRUE = @HAVE_POSIX_DIR_TRUE@
|
||||||
HAVE_SIGNAL_DIR_FALSE = @HAVE_SIGNAL_DIR_FALSE@
|
HAVE_SIGNAL_DIR_FALSE = @HAVE_SIGNAL_DIR_FALSE@
|
||||||
|
@ -186,6 +194,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||||
|
LD = @LD@
|
||||||
LDFLAGS = @LDFLAGS@
|
LDFLAGS = @LDFLAGS@
|
||||||
LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
|
LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
|
||||||
LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
|
LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
|
||||||
|
@ -212,6 +221,8 @@ MAKEINFO = @MAKEINFO@
|
||||||
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
||||||
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
||||||
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
||||||
|
NM = @NM@
|
||||||
|
OBJDUMP = @OBJDUMP@
|
||||||
OBJEXT = @OBJEXT@
|
OBJEXT = @OBJEXT@
|
||||||
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
||||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||||
|
@ -222,6 +233,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
READELF = @READELF@
|
READELF = @READELF@
|
||||||
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
|
@ -231,6 +243,9 @@ VERSION = @VERSION@
|
||||||
ac_ct_AR = @ac_ct_AR@
|
ac_ct_AR = @ac_ct_AR@
|
||||||
ac_ct_AS = @ac_ct_AS@
|
ac_ct_AS = @ac_ct_AS@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
|
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
|
||||||
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
|
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
|
||||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||||
ac_ct_READELF = @ac_ct_READELF@
|
ac_ct_READELF = @ac_ct_READELF@
|
||||||
ac_ct_STRIP = @ac_ct_STRIP@
|
ac_ct_STRIP = @ac_ct_STRIP@
|
||||||
|
@ -264,6 +279,7 @@ libexecdir = @libexecdir@
|
||||||
libm_machine_dir = @libm_machine_dir@
|
libm_machine_dir = @libm_machine_dir@
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lpfx = @lpfx@
|
lpfx = @lpfx@
|
||||||
|
lt_ECHO = @lt_ECHO@
|
||||||
machine_dir = @machine_dir@
|
machine_dir = @machine_dir@
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
mkdir_p = @mkdir_p@
|
mkdir_p = @mkdir_p@
|
||||||
|
@ -371,7 +387,7 @@ CLEANFILES = $(CRT0) \
|
||||||
sigset.texi stmp-sigset extra.texi stmp-extra \
|
sigset.texi stmp-sigset extra.texi stmp-extra \
|
||||||
stdio64.texi stmp-stdio64 tmp.texi targetdep.tex stmp-targetdep
|
stdio64.texi stmp-stdio64 tmp.texi targetdep.tex stmp-targetdep
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ..
|
ACLOCAL_AMFLAGS = -I .. -I ../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-recursive
|
all: all-recursive
|
||||||
|
|
||||||
|
|
|
@ -877,6 +877,9 @@ AC_SUBST([am__tar])
|
||||||
AC_SUBST([am__untar])
|
AC_SUBST([am__untar])
|
||||||
]) # _AM_PROG_TAR
|
]) # _AM_PROG_TAR
|
||||||
|
|
||||||
|
m4_include([../../libtool.m4])
|
||||||
|
m4_include([../../ltoptions.m4])
|
||||||
|
m4_include([../../ltsugar.m4])
|
||||||
|
m4_include([../../ltversion.m4])
|
||||||
m4_include([../acinclude.m4])
|
m4_include([../acinclude.m4])
|
||||||
m4_include([../confsubdir.m4])
|
m4_include([../confsubdir.m4])
|
||||||
m4_include([../libtool.m4])
|
|
||||||
|
|
|
@ -42,9 +42,11 @@ DIST_COMMON = $(srcdir)/../../Makefile.shared $(srcdir)/Makefile.in \
|
||||||
$(srcdir)/Makefile.am
|
$(srcdir)/Makefile.am
|
||||||
subdir = argz
|
subdir = argz
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
am__aclocal_m4_deps = $(top_srcdir)/../acinclude.m4 \
|
am__aclocal_m4_deps = $(top_srcdir)/../../libtool.m4 \
|
||||||
$(top_srcdir)/../confsubdir.m4 $(top_srcdir)/../libtool.m4 \
|
$(top_srcdir)/../../ltoptions.m4 \
|
||||||
$(top_srcdir)/configure.in
|
$(top_srcdir)/../../ltsugar.m4 \
|
||||||
|
$(top_srcdir)/../../ltversion.m4 $(top_srcdir)/../acinclude.m4 \
|
||||||
|
$(top_srcdir)/../confsubdir.m4 $(top_srcdir)/configure.in
|
||||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
$(ACLOCAL_M4)
|
$(ACLOCAL_M4)
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
||||||
|
@ -94,11 +96,11 @@ depcomp =
|
||||||
am__depfiles_maybe =
|
am__depfiles_maybe =
|
||||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
|
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
||||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||||
$(AM_CFLAGS) $(CFLAGS)
|
$(AM_CFLAGS) $(CFLAGS)
|
||||||
CCLD = $(CC)
|
CCLD = $(CC)
|
||||||
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||||
SOURCES = $(lib_a_SOURCES) $(libargz_la_SOURCES)
|
SOURCES = $(lib_a_SOURCES) $(libargz_la_SOURCES)
|
||||||
DATA = $(noinst_DATA)
|
DATA = $(noinst_DATA)
|
||||||
|
@ -119,14 +121,18 @@ CCAS = @CCAS@
|
||||||
CCASFLAGS = @CCASFLAGS@
|
CCASFLAGS = @CCASFLAGS@
|
||||||
CCDEPMODE = @CCDEPMODE@
|
CCDEPMODE = @CCDEPMODE@
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
|
CPP = @CPP@
|
||||||
CPPFLAGS = @CPPFLAGS@
|
CPPFLAGS = @CPPFLAGS@
|
||||||
CRT0 = @CRT0@
|
CRT0 = @CRT0@
|
||||||
CYGPATH_W = @CYGPATH_W@
|
CYGPATH_W = @CYGPATH_W@
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
|
DLLTOOL = @DLLTOOL@
|
||||||
|
DUMPBIN = @DUMPBIN@
|
||||||
ECHO_C = @ECHO_C@
|
ECHO_C = @ECHO_C@
|
||||||
ECHO_N = @ECHO_N@
|
ECHO_N = @ECHO_N@
|
||||||
ECHO_T = @ECHO_T@
|
ECHO_T = @ECHO_T@
|
||||||
|
EGREP = @EGREP@
|
||||||
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
||||||
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
||||||
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
||||||
|
@ -140,6 +146,8 @@ ELIX_LEVEL_4_TRUE = @ELIX_LEVEL_4_TRUE@
|
||||||
ENABLE_NEWLIB_ICONV_FALSE = @ENABLE_NEWLIB_ICONV_FALSE@
|
ENABLE_NEWLIB_ICONV_FALSE = @ENABLE_NEWLIB_ICONV_FALSE@
|
||||||
ENABLE_NEWLIB_ICONV_TRUE = @ENABLE_NEWLIB_ICONV_TRUE@
|
ENABLE_NEWLIB_ICONV_TRUE = @ENABLE_NEWLIB_ICONV_TRUE@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
|
FGREP = @FGREP@
|
||||||
|
GREP = @GREP@
|
||||||
HAVE_POSIX_DIR_FALSE = @HAVE_POSIX_DIR_FALSE@
|
HAVE_POSIX_DIR_FALSE = @HAVE_POSIX_DIR_FALSE@
|
||||||
HAVE_POSIX_DIR_TRUE = @HAVE_POSIX_DIR_TRUE@
|
HAVE_POSIX_DIR_TRUE = @HAVE_POSIX_DIR_TRUE@
|
||||||
HAVE_SIGNAL_DIR_FALSE = @HAVE_SIGNAL_DIR_FALSE@
|
HAVE_SIGNAL_DIR_FALSE = @HAVE_SIGNAL_DIR_FALSE@
|
||||||
|
@ -156,6 +164,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||||
|
LD = @LD@
|
||||||
LDFLAGS = @LDFLAGS@
|
LDFLAGS = @LDFLAGS@
|
||||||
LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
|
LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
|
||||||
LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
|
LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
|
||||||
|
@ -182,6 +191,8 @@ MAKEINFO = @MAKEINFO@
|
||||||
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
||||||
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
||||||
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
||||||
|
NM = @NM@
|
||||||
|
OBJDUMP = @OBJDUMP@
|
||||||
OBJEXT = @OBJEXT@
|
OBJEXT = @OBJEXT@
|
||||||
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
||||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||||
|
@ -192,6 +203,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
READELF = @READELF@
|
READELF = @READELF@
|
||||||
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
|
@ -201,6 +213,9 @@ VERSION = @VERSION@
|
||||||
ac_ct_AR = @ac_ct_AR@
|
ac_ct_AR = @ac_ct_AR@
|
||||||
ac_ct_AS = @ac_ct_AS@
|
ac_ct_AS = @ac_ct_AS@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
|
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
|
||||||
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
|
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
|
||||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||||
ac_ct_READELF = @ac_ct_READELF@
|
ac_ct_READELF = @ac_ct_READELF@
|
||||||
ac_ct_STRIP = @ac_ct_STRIP@
|
ac_ct_STRIP = @ac_ct_STRIP@
|
||||||
|
@ -234,6 +249,7 @@ libexecdir = @libexecdir@
|
||||||
libm_machine_dir = @libm_machine_dir@
|
libm_machine_dir = @libm_machine_dir@
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lpfx = @lpfx@
|
lpfx = @lpfx@
|
||||||
|
lt_ECHO = @lt_ECHO@
|
||||||
machine_dir = @machine_dir@
|
machine_dir = @machine_dir@
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
mkdir_p = @mkdir_p@
|
mkdir_p = @mkdir_p@
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -22,7 +22,7 @@ NEWLIB_CONFIGURE(..)
|
||||||
dnl We have to enable libtool after NEWLIB_CONFIGURE because if we try and
|
dnl We have to enable libtool after NEWLIB_CONFIGURE because if we try and
|
||||||
dnl add it into NEWLIB_CONFIGURE, executable tests are made before the first
|
dnl add it into NEWLIB_CONFIGURE, executable tests are made before the first
|
||||||
dnl line of the macro which fail because appropriate LDFLAGS are not set.
|
dnl line of the macro which fail because appropriate LDFLAGS are not set.
|
||||||
|
_LT_DECL_SED
|
||||||
if test "${use_libtool}" = "yes"; then
|
if test "${use_libtool}" = "yes"; then
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
|
|
|
@ -42,9 +42,11 @@ DIST_COMMON = $(srcdir)/../../Makefile.shared $(srcdir)/Makefile.in \
|
||||||
$(srcdir)/Makefile.am
|
$(srcdir)/Makefile.am
|
||||||
subdir = ctype
|
subdir = ctype
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
am__aclocal_m4_deps = $(top_srcdir)/../acinclude.m4 \
|
am__aclocal_m4_deps = $(top_srcdir)/../../libtool.m4 \
|
||||||
$(top_srcdir)/../confsubdir.m4 $(top_srcdir)/../libtool.m4 \
|
$(top_srcdir)/../../ltoptions.m4 \
|
||||||
$(top_srcdir)/configure.in
|
$(top_srcdir)/../../ltsugar.m4 \
|
||||||
|
$(top_srcdir)/../../ltversion.m4 $(top_srcdir)/../acinclude.m4 \
|
||||||
|
$(top_srcdir)/../confsubdir.m4 $(top_srcdir)/configure.in
|
||||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
$(ACLOCAL_M4)
|
$(ACLOCAL_M4)
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
||||||
|
@ -109,11 +111,11 @@ depcomp =
|
||||||
am__depfiles_maybe =
|
am__depfiles_maybe =
|
||||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
|
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
||||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||||
$(AM_CFLAGS) $(CFLAGS)
|
$(AM_CFLAGS) $(CFLAGS)
|
||||||
CCLD = $(CC)
|
CCLD = $(CC)
|
||||||
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||||
SOURCES = $(lib_a_SOURCES) $(libctype_la_SOURCES)
|
SOURCES = $(lib_a_SOURCES) $(libctype_la_SOURCES)
|
||||||
DATA = $(noinst_DATA)
|
DATA = $(noinst_DATA)
|
||||||
|
@ -134,14 +136,18 @@ CCAS = @CCAS@
|
||||||
CCASFLAGS = @CCASFLAGS@
|
CCASFLAGS = @CCASFLAGS@
|
||||||
CCDEPMODE = @CCDEPMODE@
|
CCDEPMODE = @CCDEPMODE@
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
|
CPP = @CPP@
|
||||||
CPPFLAGS = @CPPFLAGS@
|
CPPFLAGS = @CPPFLAGS@
|
||||||
CRT0 = @CRT0@
|
CRT0 = @CRT0@
|
||||||
CYGPATH_W = @CYGPATH_W@
|
CYGPATH_W = @CYGPATH_W@
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
|
DLLTOOL = @DLLTOOL@
|
||||||
|
DUMPBIN = @DUMPBIN@
|
||||||
ECHO_C = @ECHO_C@
|
ECHO_C = @ECHO_C@
|
||||||
ECHO_N = @ECHO_N@
|
ECHO_N = @ECHO_N@
|
||||||
ECHO_T = @ECHO_T@
|
ECHO_T = @ECHO_T@
|
||||||
|
EGREP = @EGREP@
|
||||||
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
||||||
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
||||||
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
||||||
|
@ -155,6 +161,8 @@ ELIX_LEVEL_4_TRUE = @ELIX_LEVEL_4_TRUE@
|
||||||
ENABLE_NEWLIB_ICONV_FALSE = @ENABLE_NEWLIB_ICONV_FALSE@
|
ENABLE_NEWLIB_ICONV_FALSE = @ENABLE_NEWLIB_ICONV_FALSE@
|
||||||
ENABLE_NEWLIB_ICONV_TRUE = @ENABLE_NEWLIB_ICONV_TRUE@
|
ENABLE_NEWLIB_ICONV_TRUE = @ENABLE_NEWLIB_ICONV_TRUE@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
|
FGREP = @FGREP@
|
||||||
|
GREP = @GREP@
|
||||||
HAVE_POSIX_DIR_FALSE = @HAVE_POSIX_DIR_FALSE@
|
HAVE_POSIX_DIR_FALSE = @HAVE_POSIX_DIR_FALSE@
|
||||||
HAVE_POSIX_DIR_TRUE = @HAVE_POSIX_DIR_TRUE@
|
HAVE_POSIX_DIR_TRUE = @HAVE_POSIX_DIR_TRUE@
|
||||||
HAVE_SIGNAL_DIR_FALSE = @HAVE_SIGNAL_DIR_FALSE@
|
HAVE_SIGNAL_DIR_FALSE = @HAVE_SIGNAL_DIR_FALSE@
|
||||||
|
@ -171,6 +179,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||||
|
LD = @LD@
|
||||||
LDFLAGS = @LDFLAGS@
|
LDFLAGS = @LDFLAGS@
|
||||||
LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
|
LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
|
||||||
LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
|
LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
|
||||||
|
@ -197,6 +206,8 @@ MAKEINFO = @MAKEINFO@
|
||||||
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
||||||
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
||||||
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
||||||
|
NM = @NM@
|
||||||
|
OBJDUMP = @OBJDUMP@
|
||||||
OBJEXT = @OBJEXT@
|
OBJEXT = @OBJEXT@
|
||||||
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
||||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||||
|
@ -207,6 +218,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
READELF = @READELF@
|
READELF = @READELF@
|
||||||
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
|
@ -216,6 +228,9 @@ VERSION = @VERSION@
|
||||||
ac_ct_AR = @ac_ct_AR@
|
ac_ct_AR = @ac_ct_AR@
|
||||||
ac_ct_AS = @ac_ct_AS@
|
ac_ct_AS = @ac_ct_AS@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
|
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
|
||||||
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
|
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
|
||||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||||
ac_ct_READELF = @ac_ct_READELF@
|
ac_ct_READELF = @ac_ct_READELF@
|
||||||
ac_ct_STRIP = @ac_ct_STRIP@
|
ac_ct_STRIP = @ac_ct_STRIP@
|
||||||
|
@ -249,6 +264,7 @@ libexecdir = @libexecdir@
|
||||||
libm_machine_dir = @libm_machine_dir@
|
libm_machine_dir = @libm_machine_dir@
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lpfx = @lpfx@
|
lpfx = @lpfx@
|
||||||
|
lt_ECHO = @lt_ECHO@
|
||||||
machine_dir = @machine_dir@
|
machine_dir = @machine_dir@
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
mkdir_p = @mkdir_p@
|
mkdir_p = @mkdir_p@
|
||||||
|
|
|
@ -42,9 +42,11 @@ DIST_COMMON = $(srcdir)/../../Makefile.shared $(srcdir)/Makefile.in \
|
||||||
$(srcdir)/Makefile.am
|
$(srcdir)/Makefile.am
|
||||||
subdir = errno
|
subdir = errno
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
am__aclocal_m4_deps = $(top_srcdir)/../acinclude.m4 \
|
am__aclocal_m4_deps = $(top_srcdir)/../../libtool.m4 \
|
||||||
$(top_srcdir)/../confsubdir.m4 $(top_srcdir)/../libtool.m4 \
|
$(top_srcdir)/../../ltoptions.m4 \
|
||||||
$(top_srcdir)/configure.in
|
$(top_srcdir)/../../ltsugar.m4 \
|
||||||
|
$(top_srcdir)/../../ltversion.m4 $(top_srcdir)/../acinclude.m4 \
|
||||||
|
$(top_srcdir)/../confsubdir.m4 $(top_srcdir)/configure.in
|
||||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
$(ACLOCAL_M4)
|
$(ACLOCAL_M4)
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
||||||
|
@ -67,11 +69,11 @@ depcomp =
|
||||||
am__depfiles_maybe =
|
am__depfiles_maybe =
|
||||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
|
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
||||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||||
$(AM_CFLAGS) $(CFLAGS)
|
$(AM_CFLAGS) $(CFLAGS)
|
||||||
CCLD = $(CC)
|
CCLD = $(CC)
|
||||||
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||||
SOURCES = $(lib_a_SOURCES) $(liberrno_la_SOURCES)
|
SOURCES = $(lib_a_SOURCES) $(liberrno_la_SOURCES)
|
||||||
DATA = $(noinst_DATA)
|
DATA = $(noinst_DATA)
|
||||||
|
@ -92,14 +94,18 @@ CCAS = @CCAS@
|
||||||
CCASFLAGS = @CCASFLAGS@
|
CCASFLAGS = @CCASFLAGS@
|
||||||
CCDEPMODE = @CCDEPMODE@
|
CCDEPMODE = @CCDEPMODE@
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
|
CPP = @CPP@
|
||||||
CPPFLAGS = @CPPFLAGS@
|
CPPFLAGS = @CPPFLAGS@
|
||||||
CRT0 = @CRT0@
|
CRT0 = @CRT0@
|
||||||
CYGPATH_W = @CYGPATH_W@
|
CYGPATH_W = @CYGPATH_W@
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
|
DLLTOOL = @DLLTOOL@
|
||||||
|
DUMPBIN = @DUMPBIN@
|
||||||
ECHO_C = @ECHO_C@
|
ECHO_C = @ECHO_C@
|
||||||
ECHO_N = @ECHO_N@
|
ECHO_N = @ECHO_N@
|
||||||
ECHO_T = @ECHO_T@
|
ECHO_T = @ECHO_T@
|
||||||
|
EGREP = @EGREP@
|
||||||
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
||||||
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
||||||
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
||||||
|
@ -113,6 +119,8 @@ ELIX_LEVEL_4_TRUE = @ELIX_LEVEL_4_TRUE@
|
||||||
ENABLE_NEWLIB_ICONV_FALSE = @ENABLE_NEWLIB_ICONV_FALSE@
|
ENABLE_NEWLIB_ICONV_FALSE = @ENABLE_NEWLIB_ICONV_FALSE@
|
||||||
ENABLE_NEWLIB_ICONV_TRUE = @ENABLE_NEWLIB_ICONV_TRUE@
|
ENABLE_NEWLIB_ICONV_TRUE = @ENABLE_NEWLIB_ICONV_TRUE@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
|
FGREP = @FGREP@
|
||||||
|
GREP = @GREP@
|
||||||
HAVE_POSIX_DIR_FALSE = @HAVE_POSIX_DIR_FALSE@
|
HAVE_POSIX_DIR_FALSE = @HAVE_POSIX_DIR_FALSE@
|
||||||
HAVE_POSIX_DIR_TRUE = @HAVE_POSIX_DIR_TRUE@
|
HAVE_POSIX_DIR_TRUE = @HAVE_POSIX_DIR_TRUE@
|
||||||
HAVE_SIGNAL_DIR_FALSE = @HAVE_SIGNAL_DIR_FALSE@
|
HAVE_SIGNAL_DIR_FALSE = @HAVE_SIGNAL_DIR_FALSE@
|
||||||
|
@ -129,6 +137,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||||
|
LD = @LD@
|
||||||
LDFLAGS = @LDFLAGS@
|
LDFLAGS = @LDFLAGS@
|
||||||
LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
|
LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
|
||||||
LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
|
LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
|
||||||
|
@ -155,6 +164,8 @@ MAKEINFO = @MAKEINFO@
|
||||||
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
||||||
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
||||||
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
||||||
|
NM = @NM@
|
||||||
|
OBJDUMP = @OBJDUMP@
|
||||||
OBJEXT = @OBJEXT@
|
OBJEXT = @OBJEXT@
|
||||||
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
||||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||||
|
@ -165,6 +176,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
READELF = @READELF@
|
READELF = @READELF@
|
||||||
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
|
@ -174,6 +186,9 @@ VERSION = @VERSION@
|
||||||
ac_ct_AR = @ac_ct_AR@
|
ac_ct_AR = @ac_ct_AR@
|
||||||
ac_ct_AS = @ac_ct_AS@
|
ac_ct_AS = @ac_ct_AS@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
|
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
|
||||||
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
|
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
|
||||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||||
ac_ct_READELF = @ac_ct_READELF@
|
ac_ct_READELF = @ac_ct_READELF@
|
||||||
ac_ct_STRIP = @ac_ct_STRIP@
|
ac_ct_STRIP = @ac_ct_STRIP@
|
||||||
|
@ -207,6 +222,7 @@ libexecdir = @libexecdir@
|
||||||
libm_machine_dir = @libm_machine_dir@
|
libm_machine_dir = @libm_machine_dir@
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lpfx = @lpfx@
|
lpfx = @lpfx@
|
||||||
|
lt_ECHO = @lt_ECHO@
|
||||||
machine_dir = @machine_dir@
|
machine_dir = @machine_dir@
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
mkdir_p = @mkdir_p@
|
mkdir_p = @mkdir_p@
|
||||||
|
|
|
@ -40,9 +40,11 @@ DIST_COMMON = $(srcdir)/../../Makefile.shared $(srcdir)/Makefile.in \
|
||||||
$(srcdir)/Makefile.am
|
$(srcdir)/Makefile.am
|
||||||
subdir = iconv
|
subdir = iconv
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
am__aclocal_m4_deps = $(top_srcdir)/../acinclude.m4 \
|
am__aclocal_m4_deps = $(top_srcdir)/../../libtool.m4 \
|
||||||
$(top_srcdir)/../confsubdir.m4 $(top_srcdir)/../libtool.m4 \
|
$(top_srcdir)/../../ltoptions.m4 \
|
||||||
$(top_srcdir)/configure.in
|
$(top_srcdir)/../../ltsugar.m4 \
|
||||||
|
$(top_srcdir)/../../ltversion.m4 $(top_srcdir)/../acinclude.m4 \
|
||||||
|
$(top_srcdir)/../confsubdir.m4 $(top_srcdir)/configure.in
|
||||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
$(ACLOCAL_M4)
|
$(ACLOCAL_M4)
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
||||||
|
@ -83,14 +85,18 @@ CCAS = @CCAS@
|
||||||
CCASFLAGS = @CCASFLAGS@
|
CCASFLAGS = @CCASFLAGS@
|
||||||
CCDEPMODE = @CCDEPMODE@
|
CCDEPMODE = @CCDEPMODE@
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
|
CPP = @CPP@
|
||||||
CPPFLAGS = @CPPFLAGS@
|
CPPFLAGS = @CPPFLAGS@
|
||||||
CRT0 = @CRT0@
|
CRT0 = @CRT0@
|
||||||
CYGPATH_W = @CYGPATH_W@
|
CYGPATH_W = @CYGPATH_W@
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
|
DLLTOOL = @DLLTOOL@
|
||||||
|
DUMPBIN = @DUMPBIN@
|
||||||
ECHO_C = @ECHO_C@
|
ECHO_C = @ECHO_C@
|
||||||
ECHO_N = @ECHO_N@
|
ECHO_N = @ECHO_N@
|
||||||
ECHO_T = @ECHO_T@
|
ECHO_T = @ECHO_T@
|
||||||
|
EGREP = @EGREP@
|
||||||
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
||||||
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
||||||
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
||||||
|
@ -104,6 +110,8 @@ ELIX_LEVEL_4_TRUE = @ELIX_LEVEL_4_TRUE@
|
||||||
ENABLE_NEWLIB_ICONV_FALSE = @ENABLE_NEWLIB_ICONV_FALSE@
|
ENABLE_NEWLIB_ICONV_FALSE = @ENABLE_NEWLIB_ICONV_FALSE@
|
||||||
ENABLE_NEWLIB_ICONV_TRUE = @ENABLE_NEWLIB_ICONV_TRUE@
|
ENABLE_NEWLIB_ICONV_TRUE = @ENABLE_NEWLIB_ICONV_TRUE@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
|
FGREP = @FGREP@
|
||||||
|
GREP = @GREP@
|
||||||
HAVE_POSIX_DIR_FALSE = @HAVE_POSIX_DIR_FALSE@
|
HAVE_POSIX_DIR_FALSE = @HAVE_POSIX_DIR_FALSE@
|
||||||
HAVE_POSIX_DIR_TRUE = @HAVE_POSIX_DIR_TRUE@
|
HAVE_POSIX_DIR_TRUE = @HAVE_POSIX_DIR_TRUE@
|
||||||
HAVE_SIGNAL_DIR_FALSE = @HAVE_SIGNAL_DIR_FALSE@
|
HAVE_SIGNAL_DIR_FALSE = @HAVE_SIGNAL_DIR_FALSE@
|
||||||
|
@ -120,6 +128,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||||
|
LD = @LD@
|
||||||
LDFLAGS = @LDFLAGS@
|
LDFLAGS = @LDFLAGS@
|
||||||
LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
|
LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
|
||||||
LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
|
LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
|
||||||
|
@ -146,6 +155,8 @@ MAKEINFO = @MAKEINFO@
|
||||||
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
||||||
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
||||||
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
||||||
|
NM = @NM@
|
||||||
|
OBJDUMP = @OBJDUMP@
|
||||||
OBJEXT = @OBJEXT@
|
OBJEXT = @OBJEXT@
|
||||||
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
||||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||||
|
@ -156,6 +167,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
READELF = @READELF@
|
READELF = @READELF@
|
||||||
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
|
@ -165,6 +177,9 @@ VERSION = @VERSION@
|
||||||
ac_ct_AR = @ac_ct_AR@
|
ac_ct_AR = @ac_ct_AR@
|
||||||
ac_ct_AS = @ac_ct_AS@
|
ac_ct_AS = @ac_ct_AS@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
|
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
|
||||||
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
|
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
|
||||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||||
ac_ct_READELF = @ac_ct_READELF@
|
ac_ct_READELF = @ac_ct_READELF@
|
||||||
ac_ct_STRIP = @ac_ct_STRIP@
|
ac_ct_STRIP = @ac_ct_STRIP@
|
||||||
|
@ -198,6 +213,7 @@ libexecdir = @libexecdir@
|
||||||
libm_machine_dir = @libm_machine_dir@
|
libm_machine_dir = @libm_machine_dir@
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lpfx = @lpfx@
|
lpfx = @lpfx@
|
||||||
|
lt_ECHO = @lt_ECHO@
|
||||||
machine_dir = @machine_dir@
|
machine_dir = @machine_dir@
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
mkdir_p = @mkdir_p@
|
mkdir_p = @mkdir_p@
|
||||||
|
|
|
@ -41,9 +41,11 @@ DIST_COMMON = $(srcdir)/../../../Makefile.shared $(srcdir)/Makefile.in \
|
||||||
$(srcdir)/Makefile.am
|
$(srcdir)/Makefile.am
|
||||||
subdir = iconv/ccs
|
subdir = iconv/ccs
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
am__aclocal_m4_deps = $(top_srcdir)/../acinclude.m4 \
|
am__aclocal_m4_deps = $(top_srcdir)/../../libtool.m4 \
|
||||||
$(top_srcdir)/../confsubdir.m4 $(top_srcdir)/../libtool.m4 \
|
$(top_srcdir)/../../ltoptions.m4 \
|
||||||
$(top_srcdir)/configure.in
|
$(top_srcdir)/../../ltsugar.m4 \
|
||||||
|
$(top_srcdir)/../../ltversion.m4 $(top_srcdir)/../acinclude.m4 \
|
||||||
|
$(top_srcdir)/../confsubdir.m4 $(top_srcdir)/configure.in
|
||||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
$(ACLOCAL_M4)
|
$(ACLOCAL_M4)
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
||||||
|
@ -109,11 +111,11 @@ depcomp =
|
||||||
am__depfiles_maybe =
|
am__depfiles_maybe =
|
||||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
|
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
||||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||||
$(AM_CFLAGS) $(CFLAGS)
|
$(AM_CFLAGS) $(CFLAGS)
|
||||||
CCLD = $(CC)
|
CCLD = $(CC)
|
||||||
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||||
SOURCES = $(lib_a_SOURCES)
|
SOURCES = $(lib_a_SOURCES)
|
||||||
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
||||||
|
@ -141,14 +143,18 @@ CCAS = @CCAS@
|
||||||
CCASFLAGS = @CCASFLAGS@
|
CCASFLAGS = @CCASFLAGS@
|
||||||
CCDEPMODE = @CCDEPMODE@
|
CCDEPMODE = @CCDEPMODE@
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
|
CPP = @CPP@
|
||||||
CPPFLAGS = @CPPFLAGS@
|
CPPFLAGS = @CPPFLAGS@
|
||||||
CRT0 = @CRT0@
|
CRT0 = @CRT0@
|
||||||
CYGPATH_W = @CYGPATH_W@
|
CYGPATH_W = @CYGPATH_W@
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
|
DLLTOOL = @DLLTOOL@
|
||||||
|
DUMPBIN = @DUMPBIN@
|
||||||
ECHO_C = @ECHO_C@
|
ECHO_C = @ECHO_C@
|
||||||
ECHO_N = @ECHO_N@
|
ECHO_N = @ECHO_N@
|
||||||
ECHO_T = @ECHO_T@
|
ECHO_T = @ECHO_T@
|
||||||
|
EGREP = @EGREP@
|
||||||
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
||||||
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
||||||
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
||||||
|
@ -162,6 +168,8 @@ ELIX_LEVEL_4_TRUE = @ELIX_LEVEL_4_TRUE@
|
||||||
ENABLE_NEWLIB_ICONV_FALSE = @ENABLE_NEWLIB_ICONV_FALSE@
|
ENABLE_NEWLIB_ICONV_FALSE = @ENABLE_NEWLIB_ICONV_FALSE@
|
||||||
ENABLE_NEWLIB_ICONV_TRUE = @ENABLE_NEWLIB_ICONV_TRUE@
|
ENABLE_NEWLIB_ICONV_TRUE = @ENABLE_NEWLIB_ICONV_TRUE@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
|
FGREP = @FGREP@
|
||||||
|
GREP = @GREP@
|
||||||
HAVE_POSIX_DIR_FALSE = @HAVE_POSIX_DIR_FALSE@
|
HAVE_POSIX_DIR_FALSE = @HAVE_POSIX_DIR_FALSE@
|
||||||
HAVE_POSIX_DIR_TRUE = @HAVE_POSIX_DIR_TRUE@
|
HAVE_POSIX_DIR_TRUE = @HAVE_POSIX_DIR_TRUE@
|
||||||
HAVE_SIGNAL_DIR_FALSE = @HAVE_SIGNAL_DIR_FALSE@
|
HAVE_SIGNAL_DIR_FALSE = @HAVE_SIGNAL_DIR_FALSE@
|
||||||
|
@ -178,6 +186,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||||
|
LD = @LD@
|
||||||
LDFLAGS = @LDFLAGS@
|
LDFLAGS = @LDFLAGS@
|
||||||
LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
|
LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
|
||||||
LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
|
LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
|
||||||
|
@ -204,6 +213,8 @@ MAKEINFO = @MAKEINFO@
|
||||||
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
||||||
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
||||||
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
||||||
|
NM = @NM@
|
||||||
|
OBJDUMP = @OBJDUMP@
|
||||||
OBJEXT = @OBJEXT@
|
OBJEXT = @OBJEXT@
|
||||||
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
||||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||||
|
@ -214,6 +225,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
READELF = @READELF@
|
READELF = @READELF@
|
||||||
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
|
@ -223,6 +235,9 @@ VERSION = @VERSION@
|
||||||
ac_ct_AR = @ac_ct_AR@
|
ac_ct_AR = @ac_ct_AR@
|
||||||
ac_ct_AS = @ac_ct_AS@
|
ac_ct_AS = @ac_ct_AS@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
|
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
|
||||||
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
|
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
|
||||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||||
ac_ct_READELF = @ac_ct_READELF@
|
ac_ct_READELF = @ac_ct_READELF@
|
||||||
ac_ct_STRIP = @ac_ct_STRIP@
|
ac_ct_STRIP = @ac_ct_STRIP@
|
||||||
|
@ -256,6 +271,7 @@ libexecdir = @libexecdir@
|
||||||
libm_machine_dir = @libm_machine_dir@
|
libm_machine_dir = @libm_machine_dir@
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lpfx = @lpfx@
|
lpfx = @lpfx@
|
||||||
|
lt_ECHO = @lt_ECHO@
|
||||||
machine_dir = @machine_dir@
|
machine_dir = @machine_dir@
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
mkdir_p = @mkdir_p@
|
mkdir_p = @mkdir_p@
|
||||||
|
|
|
@ -40,9 +40,11 @@ DIST_COMMON = $(srcdir)/../../../../Makefile.shared \
|
||||||
$(srcdir)/Makefile.in $(srcdir)/Makefile.am
|
$(srcdir)/Makefile.in $(srcdir)/Makefile.am
|
||||||
subdir = iconv/ccs/binary
|
subdir = iconv/ccs/binary
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
am__aclocal_m4_deps = $(top_srcdir)/../acinclude.m4 \
|
am__aclocal_m4_deps = $(top_srcdir)/../../libtool.m4 \
|
||||||
$(top_srcdir)/../confsubdir.m4 $(top_srcdir)/../libtool.m4 \
|
$(top_srcdir)/../../ltoptions.m4 \
|
||||||
$(top_srcdir)/configure.in
|
$(top_srcdir)/../../ltsugar.m4 \
|
||||||
|
$(top_srcdir)/../../ltversion.m4 $(top_srcdir)/../acinclude.m4 \
|
||||||
|
$(top_srcdir)/../confsubdir.m4 $(top_srcdir)/configure.in
|
||||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
$(ACLOCAL_M4)
|
$(ACLOCAL_M4)
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
||||||
|
@ -74,14 +76,18 @@ CCAS = @CCAS@
|
||||||
CCASFLAGS = @CCASFLAGS@
|
CCASFLAGS = @CCASFLAGS@
|
||||||
CCDEPMODE = @CCDEPMODE@
|
CCDEPMODE = @CCDEPMODE@
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
|
CPP = @CPP@
|
||||||
CPPFLAGS = @CPPFLAGS@
|
CPPFLAGS = @CPPFLAGS@
|
||||||
CRT0 = @CRT0@
|
CRT0 = @CRT0@
|
||||||
CYGPATH_W = @CYGPATH_W@
|
CYGPATH_W = @CYGPATH_W@
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
|
DLLTOOL = @DLLTOOL@
|
||||||
|
DUMPBIN = @DUMPBIN@
|
||||||
ECHO_C = @ECHO_C@
|
ECHO_C = @ECHO_C@
|
||||||
ECHO_N = @ECHO_N@
|
ECHO_N = @ECHO_N@
|
||||||
ECHO_T = @ECHO_T@
|
ECHO_T = @ECHO_T@
|
||||||
|
EGREP = @EGREP@
|
||||||
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
||||||
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
||||||
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
||||||
|
@ -95,6 +101,8 @@ ELIX_LEVEL_4_TRUE = @ELIX_LEVEL_4_TRUE@
|
||||||
ENABLE_NEWLIB_ICONV_FALSE = @ENABLE_NEWLIB_ICONV_FALSE@
|
ENABLE_NEWLIB_ICONV_FALSE = @ENABLE_NEWLIB_ICONV_FALSE@
|
||||||
ENABLE_NEWLIB_ICONV_TRUE = @ENABLE_NEWLIB_ICONV_TRUE@
|
ENABLE_NEWLIB_ICONV_TRUE = @ENABLE_NEWLIB_ICONV_TRUE@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
|
FGREP = @FGREP@
|
||||||
|
GREP = @GREP@
|
||||||
HAVE_POSIX_DIR_FALSE = @HAVE_POSIX_DIR_FALSE@
|
HAVE_POSIX_DIR_FALSE = @HAVE_POSIX_DIR_FALSE@
|
||||||
HAVE_POSIX_DIR_TRUE = @HAVE_POSIX_DIR_TRUE@
|
HAVE_POSIX_DIR_TRUE = @HAVE_POSIX_DIR_TRUE@
|
||||||
HAVE_SIGNAL_DIR_FALSE = @HAVE_SIGNAL_DIR_FALSE@
|
HAVE_SIGNAL_DIR_FALSE = @HAVE_SIGNAL_DIR_FALSE@
|
||||||
|
@ -111,6 +119,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||||
|
LD = @LD@
|
||||||
LDFLAGS = @LDFLAGS@
|
LDFLAGS = @LDFLAGS@
|
||||||
LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
|
LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
|
||||||
LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
|
LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
|
||||||
|
@ -137,6 +146,8 @@ MAKEINFO = @MAKEINFO@
|
||||||
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
||||||
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
||||||
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
||||||
|
NM = @NM@
|
||||||
|
OBJDUMP = @OBJDUMP@
|
||||||
OBJEXT = @OBJEXT@
|
OBJEXT = @OBJEXT@
|
||||||
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
||||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||||
|
@ -147,6 +158,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
READELF = @READELF@
|
READELF = @READELF@
|
||||||
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
|
@ -156,6 +168,9 @@ VERSION = @VERSION@
|
||||||
ac_ct_AR = @ac_ct_AR@
|
ac_ct_AR = @ac_ct_AR@
|
||||||
ac_ct_AS = @ac_ct_AS@
|
ac_ct_AS = @ac_ct_AS@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
|
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
|
||||||
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
|
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
|
||||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||||
ac_ct_READELF = @ac_ct_READELF@
|
ac_ct_READELF = @ac_ct_READELF@
|
||||||
ac_ct_STRIP = @ac_ct_STRIP@
|
ac_ct_STRIP = @ac_ct_STRIP@
|
||||||
|
@ -189,6 +204,7 @@ libexecdir = @libexecdir@
|
||||||
libm_machine_dir = @libm_machine_dir@
|
libm_machine_dir = @libm_machine_dir@
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lpfx = @lpfx@
|
lpfx = @lpfx@
|
||||||
|
lt_ECHO = @lt_ECHO@
|
||||||
machine_dir = @machine_dir@
|
machine_dir = @machine_dir@
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
mkdir_p = @mkdir_p@
|
mkdir_p = @mkdir_p@
|
||||||
|
|
|
@ -41,9 +41,11 @@ DIST_COMMON = $(srcdir)/../../../Makefile.shared $(srcdir)/Makefile.in \
|
||||||
$(srcdir)/Makefile.am
|
$(srcdir)/Makefile.am
|
||||||
subdir = iconv/ces
|
subdir = iconv/ces
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
am__aclocal_m4_deps = $(top_srcdir)/../acinclude.m4 \
|
am__aclocal_m4_deps = $(top_srcdir)/../../libtool.m4 \
|
||||||
$(top_srcdir)/../confsubdir.m4 $(top_srcdir)/../libtool.m4 \
|
$(top_srcdir)/../../ltoptions.m4 \
|
||||||
$(top_srcdir)/configure.in
|
$(top_srcdir)/../../ltsugar.m4 \
|
||||||
|
$(top_srcdir)/../../ltversion.m4 $(top_srcdir)/../acinclude.m4 \
|
||||||
|
$(top_srcdir)/../confsubdir.m4 $(top_srcdir)/configure.in
|
||||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
$(ACLOCAL_M4)
|
$(ACLOCAL_M4)
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
||||||
|
@ -75,11 +77,11 @@ depcomp =
|
||||||
am__depfiles_maybe =
|
am__depfiles_maybe =
|
||||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
|
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
||||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||||
$(AM_CFLAGS) $(CFLAGS)
|
$(AM_CFLAGS) $(CFLAGS)
|
||||||
CCLD = $(CC)
|
CCLD = $(CC)
|
||||||
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||||
SOURCES = $(lib_a_SOURCES)
|
SOURCES = $(lib_a_SOURCES)
|
||||||
DATA = $(noinst_DATA)
|
DATA = $(noinst_DATA)
|
||||||
|
@ -100,14 +102,18 @@ CCAS = @CCAS@
|
||||||
CCASFLAGS = @CCASFLAGS@
|
CCASFLAGS = @CCASFLAGS@
|
||||||
CCDEPMODE = @CCDEPMODE@
|
CCDEPMODE = @CCDEPMODE@
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
|
CPP = @CPP@
|
||||||
CPPFLAGS = @CPPFLAGS@
|
CPPFLAGS = @CPPFLAGS@
|
||||||
CRT0 = @CRT0@
|
CRT0 = @CRT0@
|
||||||
CYGPATH_W = @CYGPATH_W@
|
CYGPATH_W = @CYGPATH_W@
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
|
DLLTOOL = @DLLTOOL@
|
||||||
|
DUMPBIN = @DUMPBIN@
|
||||||
ECHO_C = @ECHO_C@
|
ECHO_C = @ECHO_C@
|
||||||
ECHO_N = @ECHO_N@
|
ECHO_N = @ECHO_N@
|
||||||
ECHO_T = @ECHO_T@
|
ECHO_T = @ECHO_T@
|
||||||
|
EGREP = @EGREP@
|
||||||
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
||||||
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
||||||
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
||||||
|
@ -121,6 +127,8 @@ ELIX_LEVEL_4_TRUE = @ELIX_LEVEL_4_TRUE@
|
||||||
ENABLE_NEWLIB_ICONV_FALSE = @ENABLE_NEWLIB_ICONV_FALSE@
|
ENABLE_NEWLIB_ICONV_FALSE = @ENABLE_NEWLIB_ICONV_FALSE@
|
||||||
ENABLE_NEWLIB_ICONV_TRUE = @ENABLE_NEWLIB_ICONV_TRUE@
|
ENABLE_NEWLIB_ICONV_TRUE = @ENABLE_NEWLIB_ICONV_TRUE@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
|
FGREP = @FGREP@
|
||||||
|
GREP = @GREP@
|
||||||
HAVE_POSIX_DIR_FALSE = @HAVE_POSIX_DIR_FALSE@
|
HAVE_POSIX_DIR_FALSE = @HAVE_POSIX_DIR_FALSE@
|
||||||
HAVE_POSIX_DIR_TRUE = @HAVE_POSIX_DIR_TRUE@
|
HAVE_POSIX_DIR_TRUE = @HAVE_POSIX_DIR_TRUE@
|
||||||
HAVE_SIGNAL_DIR_FALSE = @HAVE_SIGNAL_DIR_FALSE@
|
HAVE_SIGNAL_DIR_FALSE = @HAVE_SIGNAL_DIR_FALSE@
|
||||||
|
@ -137,6 +145,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||||
|
LD = @LD@
|
||||||
LDFLAGS = @LDFLAGS@
|
LDFLAGS = @LDFLAGS@
|
||||||
LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
|
LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
|
||||||
LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
|
LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
|
||||||
|
@ -163,6 +172,8 @@ MAKEINFO = @MAKEINFO@
|
||||||
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
||||||
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
||||||
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
||||||
|
NM = @NM@
|
||||||
|
OBJDUMP = @OBJDUMP@
|
||||||
OBJEXT = @OBJEXT@
|
OBJEXT = @OBJEXT@
|
||||||
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
||||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||||
|
@ -173,6 +184,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
READELF = @READELF@
|
READELF = @READELF@
|
||||||
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
|
@ -182,6 +194,9 @@ VERSION = @VERSION@
|
||||||
ac_ct_AR = @ac_ct_AR@
|
ac_ct_AR = @ac_ct_AR@
|
||||||
ac_ct_AS = @ac_ct_AS@
|
ac_ct_AS = @ac_ct_AS@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
|
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
|
||||||
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
|
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
|
||||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||||
ac_ct_READELF = @ac_ct_READELF@
|
ac_ct_READELF = @ac_ct_READELF@
|
||||||
ac_ct_STRIP = @ac_ct_STRIP@
|
ac_ct_STRIP = @ac_ct_STRIP@
|
||||||
|
@ -215,6 +230,7 @@ libexecdir = @libexecdir@
|
||||||
libm_machine_dir = @libm_machine_dir@
|
libm_machine_dir = @libm_machine_dir@
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lpfx = @lpfx@
|
lpfx = @lpfx@
|
||||||
|
lt_ECHO = @lt_ECHO@
|
||||||
machine_dir = @machine_dir@
|
machine_dir = @machine_dir@
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
mkdir_p = @mkdir_p@
|
mkdir_p = @mkdir_p@
|
||||||
|
|
|
@ -41,9 +41,11 @@ DIST_COMMON = $(srcdir)/../../../Makefile.shared $(srcdir)/Makefile.in \
|
||||||
$(srcdir)/Makefile.am
|
$(srcdir)/Makefile.am
|
||||||
subdir = iconv/lib
|
subdir = iconv/lib
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
am__aclocal_m4_deps = $(top_srcdir)/../acinclude.m4 \
|
am__aclocal_m4_deps = $(top_srcdir)/../../libtool.m4 \
|
||||||
$(top_srcdir)/../confsubdir.m4 $(top_srcdir)/../libtool.m4 \
|
$(top_srcdir)/../../ltoptions.m4 \
|
||||||
$(top_srcdir)/configure.in
|
$(top_srcdir)/../../ltsugar.m4 \
|
||||||
|
$(top_srcdir)/../../ltversion.m4 $(top_srcdir)/../acinclude.m4 \
|
||||||
|
$(top_srcdir)/../confsubdir.m4 $(top_srcdir)/configure.in
|
||||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
$(ACLOCAL_M4)
|
$(ACLOCAL_M4)
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
||||||
|
@ -68,11 +70,11 @@ depcomp =
|
||||||
am__depfiles_maybe =
|
am__depfiles_maybe =
|
||||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
|
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
||||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||||
$(AM_CFLAGS) $(CFLAGS)
|
$(AM_CFLAGS) $(CFLAGS)
|
||||||
CCLD = $(CC)
|
CCLD = $(CC)
|
||||||
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||||
SOURCES = $(lib_a_SOURCES)
|
SOURCES = $(lib_a_SOURCES)
|
||||||
DATA = $(noinst_DATA)
|
DATA = $(noinst_DATA)
|
||||||
|
@ -93,14 +95,18 @@ CCAS = @CCAS@
|
||||||
CCASFLAGS = @CCASFLAGS@
|
CCASFLAGS = @CCASFLAGS@
|
||||||
CCDEPMODE = @CCDEPMODE@
|
CCDEPMODE = @CCDEPMODE@
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
|
CPP = @CPP@
|
||||||
CPPFLAGS = @CPPFLAGS@
|
CPPFLAGS = @CPPFLAGS@
|
||||||
CRT0 = @CRT0@
|
CRT0 = @CRT0@
|
||||||
CYGPATH_W = @CYGPATH_W@
|
CYGPATH_W = @CYGPATH_W@
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
|
DLLTOOL = @DLLTOOL@
|
||||||
|
DUMPBIN = @DUMPBIN@
|
||||||
ECHO_C = @ECHO_C@
|
ECHO_C = @ECHO_C@
|
||||||
ECHO_N = @ECHO_N@
|
ECHO_N = @ECHO_N@
|
||||||
ECHO_T = @ECHO_T@
|
ECHO_T = @ECHO_T@
|
||||||
|
EGREP = @EGREP@
|
||||||
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
||||||
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
||||||
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
||||||
|
@ -114,6 +120,8 @@ ELIX_LEVEL_4_TRUE = @ELIX_LEVEL_4_TRUE@
|
||||||
ENABLE_NEWLIB_ICONV_FALSE = @ENABLE_NEWLIB_ICONV_FALSE@
|
ENABLE_NEWLIB_ICONV_FALSE = @ENABLE_NEWLIB_ICONV_FALSE@
|
||||||
ENABLE_NEWLIB_ICONV_TRUE = @ENABLE_NEWLIB_ICONV_TRUE@
|
ENABLE_NEWLIB_ICONV_TRUE = @ENABLE_NEWLIB_ICONV_TRUE@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
|
FGREP = @FGREP@
|
||||||
|
GREP = @GREP@
|
||||||
HAVE_POSIX_DIR_FALSE = @HAVE_POSIX_DIR_FALSE@
|
HAVE_POSIX_DIR_FALSE = @HAVE_POSIX_DIR_FALSE@
|
||||||
HAVE_POSIX_DIR_TRUE = @HAVE_POSIX_DIR_TRUE@
|
HAVE_POSIX_DIR_TRUE = @HAVE_POSIX_DIR_TRUE@
|
||||||
HAVE_SIGNAL_DIR_FALSE = @HAVE_SIGNAL_DIR_FALSE@
|
HAVE_SIGNAL_DIR_FALSE = @HAVE_SIGNAL_DIR_FALSE@
|
||||||
|
@ -130,6 +138,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||||
|
LD = @LD@
|
||||||
LDFLAGS = @LDFLAGS@
|
LDFLAGS = @LDFLAGS@
|
||||||
LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
|
LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
|
||||||
LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
|
LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
|
||||||
|
@ -156,6 +165,8 @@ MAKEINFO = @MAKEINFO@
|
||||||
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
||||||
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
||||||
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
||||||
|
NM = @NM@
|
||||||
|
OBJDUMP = @OBJDUMP@
|
||||||
OBJEXT = @OBJEXT@
|
OBJEXT = @OBJEXT@
|
||||||
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
||||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||||
|
@ -166,6 +177,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
READELF = @READELF@
|
READELF = @READELF@
|
||||||
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
|
@ -175,6 +187,9 @@ VERSION = @VERSION@
|
||||||
ac_ct_AR = @ac_ct_AR@
|
ac_ct_AR = @ac_ct_AR@
|
||||||
ac_ct_AS = @ac_ct_AS@
|
ac_ct_AS = @ac_ct_AS@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
|
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
|
||||||
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
|
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
|
||||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||||
ac_ct_READELF = @ac_ct_READELF@
|
ac_ct_READELF = @ac_ct_READELF@
|
||||||
ac_ct_STRIP = @ac_ct_STRIP@
|
ac_ct_STRIP = @ac_ct_STRIP@
|
||||||
|
@ -208,6 +223,7 @@ libexecdir = @libexecdir@
|
||||||
libm_machine_dir = @libm_machine_dir@
|
libm_machine_dir = @libm_machine_dir@
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lpfx = @lpfx@
|
lpfx = @lpfx@
|
||||||
|
lt_ECHO = @lt_ECHO@
|
||||||
machine_dir = @machine_dir@
|
machine_dir = @machine_dir@
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
mkdir_p = @mkdir_p@
|
mkdir_p = @mkdir_p@
|
||||||
|
|
|
@ -42,9 +42,11 @@ DIST_COMMON = $(srcdir)/../../Makefile.shared $(srcdir)/Makefile.in \
|
||||||
$(srcdir)/Makefile.am
|
$(srcdir)/Makefile.am
|
||||||
subdir = locale
|
subdir = locale
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
am__aclocal_m4_deps = $(top_srcdir)/../acinclude.m4 \
|
am__aclocal_m4_deps = $(top_srcdir)/../../libtool.m4 \
|
||||||
$(top_srcdir)/../confsubdir.m4 $(top_srcdir)/../libtool.m4 \
|
$(top_srcdir)/../../ltoptions.m4 \
|
||||||
$(top_srcdir)/configure.in
|
$(top_srcdir)/../../ltsugar.m4 \
|
||||||
|
$(top_srcdir)/../../ltversion.m4 $(top_srcdir)/../acinclude.m4 \
|
||||||
|
$(top_srcdir)/../confsubdir.m4 $(top_srcdir)/configure.in
|
||||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
$(ACLOCAL_M4)
|
$(ACLOCAL_M4)
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
||||||
|
@ -79,11 +81,11 @@ depcomp =
|
||||||
am__depfiles_maybe =
|
am__depfiles_maybe =
|
||||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
|
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
||||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||||
$(AM_CFLAGS) $(CFLAGS)
|
$(AM_CFLAGS) $(CFLAGS)
|
||||||
CCLD = $(CC)
|
CCLD = $(CC)
|
||||||
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||||
SOURCES = $(lib_a_SOURCES) $(liblocale_la_SOURCES)
|
SOURCES = $(lib_a_SOURCES) $(liblocale_la_SOURCES)
|
||||||
DATA = $(noinst_DATA)
|
DATA = $(noinst_DATA)
|
||||||
|
@ -104,14 +106,18 @@ CCAS = @CCAS@
|
||||||
CCASFLAGS = @CCASFLAGS@
|
CCASFLAGS = @CCASFLAGS@
|
||||||
CCDEPMODE = @CCDEPMODE@
|
CCDEPMODE = @CCDEPMODE@
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
|
CPP = @CPP@
|
||||||
CPPFLAGS = @CPPFLAGS@
|
CPPFLAGS = @CPPFLAGS@
|
||||||
CRT0 = @CRT0@
|
CRT0 = @CRT0@
|
||||||
CYGPATH_W = @CYGPATH_W@
|
CYGPATH_W = @CYGPATH_W@
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
|
DLLTOOL = @DLLTOOL@
|
||||||
|
DUMPBIN = @DUMPBIN@
|
||||||
ECHO_C = @ECHO_C@
|
ECHO_C = @ECHO_C@
|
||||||
ECHO_N = @ECHO_N@
|
ECHO_N = @ECHO_N@
|
||||||
ECHO_T = @ECHO_T@
|
ECHO_T = @ECHO_T@
|
||||||
|
EGREP = @EGREP@
|
||||||
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
||||||
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
||||||
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
||||||
|
@ -125,6 +131,8 @@ ELIX_LEVEL_4_TRUE = @ELIX_LEVEL_4_TRUE@
|
||||||
ENABLE_NEWLIB_ICONV_FALSE = @ENABLE_NEWLIB_ICONV_FALSE@
|
ENABLE_NEWLIB_ICONV_FALSE = @ENABLE_NEWLIB_ICONV_FALSE@
|
||||||
ENABLE_NEWLIB_ICONV_TRUE = @ENABLE_NEWLIB_ICONV_TRUE@
|
ENABLE_NEWLIB_ICONV_TRUE = @ENABLE_NEWLIB_ICONV_TRUE@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
|
FGREP = @FGREP@
|
||||||
|
GREP = @GREP@
|
||||||
HAVE_POSIX_DIR_FALSE = @HAVE_POSIX_DIR_FALSE@
|
HAVE_POSIX_DIR_FALSE = @HAVE_POSIX_DIR_FALSE@
|
||||||
HAVE_POSIX_DIR_TRUE = @HAVE_POSIX_DIR_TRUE@
|
HAVE_POSIX_DIR_TRUE = @HAVE_POSIX_DIR_TRUE@
|
||||||
HAVE_SIGNAL_DIR_FALSE = @HAVE_SIGNAL_DIR_FALSE@
|
HAVE_SIGNAL_DIR_FALSE = @HAVE_SIGNAL_DIR_FALSE@
|
||||||
|
@ -141,6 +149,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||||
|
LD = @LD@
|
||||||
LDFLAGS = @LDFLAGS@
|
LDFLAGS = @LDFLAGS@
|
||||||
LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
|
LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
|
||||||
LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
|
LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
|
||||||
|
@ -167,6 +176,8 @@ MAKEINFO = @MAKEINFO@
|
||||||
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
||||||
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
||||||
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
||||||
|
NM = @NM@
|
||||||
|
OBJDUMP = @OBJDUMP@
|
||||||
OBJEXT = @OBJEXT@
|
OBJEXT = @OBJEXT@
|
||||||
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
||||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||||
|
@ -177,6 +188,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
READELF = @READELF@
|
READELF = @READELF@
|
||||||
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
|
@ -186,6 +198,9 @@ VERSION = @VERSION@
|
||||||
ac_ct_AR = @ac_ct_AR@
|
ac_ct_AR = @ac_ct_AR@
|
||||||
ac_ct_AS = @ac_ct_AS@
|
ac_ct_AS = @ac_ct_AS@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
|
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
|
||||||
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
|
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
|
||||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||||
ac_ct_READELF = @ac_ct_READELF@
|
ac_ct_READELF = @ac_ct_READELF@
|
||||||
ac_ct_STRIP = @ac_ct_STRIP@
|
ac_ct_STRIP = @ac_ct_STRIP@
|
||||||
|
@ -219,6 +234,7 @@ libexecdir = @libexecdir@
|
||||||
libm_machine_dir = @libm_machine_dir@
|
libm_machine_dir = @libm_machine_dir@
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lpfx = @lpfx@
|
lpfx = @lpfx@
|
||||||
|
lt_ECHO = @lt_ECHO@
|
||||||
machine_dir = @machine_dir@
|
machine_dir = @machine_dir@
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
mkdir_p = @mkdir_p@
|
mkdir_p = @mkdir_p@
|
||||||
|
|
|
@ -22,5 +22,5 @@ $(machine_dir)/lib.a:
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../..
|
ACLOCAL_AMFLAGS = -I ../.. -I ../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -44,9 +44,12 @@ DIST_COMMON = $(srcdir)/../../../config.guess \
|
||||||
$(srcdir)/../../../config.sub
|
$(srcdir)/../../../config.sub
|
||||||
subdir = .
|
subdir = .
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
am__aclocal_m4_deps = $(top_srcdir)/../../acinclude.m4 \
|
am__aclocal_m4_deps = $(top_srcdir)/../../../libtool.m4 \
|
||||||
$(top_srcdir)/../../confsubdir.m4 \
|
$(top_srcdir)/../../../ltoptions.m4 \
|
||||||
$(top_srcdir)/../../libtool.m4 $(top_srcdir)/configure.in
|
$(top_srcdir)/../../../ltsugar.m4 \
|
||||||
|
$(top_srcdir)/../../../ltversion.m4 \
|
||||||
|
$(top_srcdir)/../../acinclude.m4 \
|
||||||
|
$(top_srcdir)/../../confsubdir.m4 $(top_srcdir)/configure.in
|
||||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
$(ACLOCAL_M4)
|
$(ACLOCAL_M4)
|
||||||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
||||||
|
@ -64,11 +67,11 @@ depcomp =
|
||||||
am__depfiles_maybe =
|
am__depfiles_maybe =
|
||||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
|
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
||||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||||
$(AM_CFLAGS) $(CFLAGS)
|
$(AM_CFLAGS) $(CFLAGS)
|
||||||
CCLD = $(CC)
|
CCLD = $(CC)
|
||||||
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||||
SOURCES = lib.c
|
SOURCES = lib.c
|
||||||
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
||||||
|
@ -95,13 +98,17 @@ CCAS = @CCAS@
|
||||||
CCASFLAGS = @CCASFLAGS@
|
CCASFLAGS = @CCASFLAGS@
|
||||||
CCDEPMODE = @CCDEPMODE@
|
CCDEPMODE = @CCDEPMODE@
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
|
CPP = @CPP@
|
||||||
CPPFLAGS = @CPPFLAGS@
|
CPPFLAGS = @CPPFLAGS@
|
||||||
CYGPATH_W = @CYGPATH_W@
|
CYGPATH_W = @CYGPATH_W@
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
|
DLLTOOL = @DLLTOOL@
|
||||||
|
DUMPBIN = @DUMPBIN@
|
||||||
ECHO_C = @ECHO_C@
|
ECHO_C = @ECHO_C@
|
||||||
ECHO_N = @ECHO_N@
|
ECHO_N = @ECHO_N@
|
||||||
ECHO_T = @ECHO_T@
|
ECHO_T = @ECHO_T@
|
||||||
|
EGREP = @EGREP@
|
||||||
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
||||||
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
||||||
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
||||||
|
@ -113,12 +120,15 @@ ELIX_LEVEL_3_TRUE = @ELIX_LEVEL_3_TRUE@
|
||||||
ELIX_LEVEL_4_FALSE = @ELIX_LEVEL_4_FALSE@
|
ELIX_LEVEL_4_FALSE = @ELIX_LEVEL_4_FALSE@
|
||||||
ELIX_LEVEL_4_TRUE = @ELIX_LEVEL_4_TRUE@
|
ELIX_LEVEL_4_TRUE = @ELIX_LEVEL_4_TRUE@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
|
FGREP = @FGREP@
|
||||||
|
GREP = @GREP@
|
||||||
HAVE_MACHINE_DIR_FALSE = @HAVE_MACHINE_DIR_FALSE@
|
HAVE_MACHINE_DIR_FALSE = @HAVE_MACHINE_DIR_FALSE@
|
||||||
HAVE_MACHINE_DIR_TRUE = @HAVE_MACHINE_DIR_TRUE@
|
HAVE_MACHINE_DIR_TRUE = @HAVE_MACHINE_DIR_TRUE@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||||
|
LD = @LD@
|
||||||
LDFLAGS = @LDFLAGS@
|
LDFLAGS = @LDFLAGS@
|
||||||
LIBOBJS = @LIBOBJS@
|
LIBOBJS = @LIBOBJS@
|
||||||
LIBS = @LIBS@
|
LIBS = @LIBS@
|
||||||
|
@ -132,6 +142,8 @@ MAKEINFO = @MAKEINFO@
|
||||||
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
||||||
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
||||||
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
||||||
|
NM = @NM@
|
||||||
|
OBJDUMP = @OBJDUMP@
|
||||||
OBJEXT = @OBJEXT@
|
OBJEXT = @OBJEXT@
|
||||||
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
||||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||||
|
@ -142,6 +154,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
READELF = @READELF@
|
READELF = @READELF@
|
||||||
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
|
@ -151,6 +164,9 @@ VERSION = @VERSION@
|
||||||
ac_ct_AR = @ac_ct_AR@
|
ac_ct_AR = @ac_ct_AR@
|
||||||
ac_ct_AS = @ac_ct_AS@
|
ac_ct_AS = @ac_ct_AS@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
|
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
|
||||||
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
|
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
|
||||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||||
ac_ct_READELF = @ac_ct_READELF@
|
ac_ct_READELF = @ac_ct_READELF@
|
||||||
ac_ct_STRIP = @ac_ct_STRIP@
|
ac_ct_STRIP = @ac_ct_STRIP@
|
||||||
|
@ -183,6 +199,7 @@ libexecdir = @libexecdir@
|
||||||
libm_machine_dir = @libm_machine_dir@
|
libm_machine_dir = @libm_machine_dir@
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lpfx = @lpfx@
|
lpfx = @lpfx@
|
||||||
|
lt_ECHO = @lt_ECHO@
|
||||||
machine_dir = @machine_dir@
|
machine_dir = @machine_dir@
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
mkdir_p = @mkdir_p@
|
mkdir_p = @mkdir_p@
|
||||||
|
@ -201,7 +218,7 @@ AUTOMAKE_OPTIONS = cygnus
|
||||||
SUBDIRS = $(machine_dir) .
|
SUBDIRS = $(machine_dir) .
|
||||||
@HAVE_MACHINE_DIR_TRUE@MACHLIB = lib.a
|
@HAVE_MACHINE_DIR_TRUE@MACHLIB = lib.a
|
||||||
@USE_LIBTOOL_FALSE@noinst_LIBRARIES = $(MACHLIB)
|
@USE_LIBTOOL_FALSE@noinst_LIBRARIES = $(MACHLIB)
|
||||||
ACLOCAL_AMFLAGS = -I ../..
|
ACLOCAL_AMFLAGS = -I ../.. -I ../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-recursive
|
all: all-recursive
|
||||||
|
|
||||||
|
|
|
@ -11,5 +11,5 @@ noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES =
|
lib_a_SOURCES =
|
||||||
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -178,7 +178,7 @@ AM_CCASFLAGS = $(INCLUDES)
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES =
|
lib_a_SOURCES =
|
||||||
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -877,6 +877,9 @@ AC_SUBST([am__tar])
|
||||||
AC_SUBST([am__untar])
|
AC_SUBST([am__untar])
|
||||||
]) # _AM_PROG_TAR
|
]) # _AM_PROG_TAR
|
||||||
|
|
||||||
|
m4_include([../../../libtool.m4])
|
||||||
|
m4_include([../../../ltoptions.m4])
|
||||||
|
m4_include([../../../ltsugar.m4])
|
||||||
|
m4_include([../../../ltversion.m4])
|
||||||
m4_include([../../acinclude.m4])
|
m4_include([../../acinclude.m4])
|
||||||
m4_include([../../confsubdir.m4])
|
m4_include([../../confsubdir.m4])
|
||||||
m4_include([../../libtool.m4])
|
|
||||||
|
|
|
@ -12,5 +12,5 @@ lib_a_SOURCES = setjmp.S access.c
|
||||||
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -183,7 +183,7 @@ noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = setjmp.S access.c
|
lib_a_SOURCES = setjmp.S access.c
|
||||||
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -12,5 +12,5 @@ lib_a_SOURCES = setjmp.S longjmp.S
|
||||||
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS=$(AM_CFLAGS)
|
lib_a_CFLAGS=$(AM_CFLAGS)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -182,7 +182,7 @@ noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = setjmp.S longjmp.S
|
lib_a_SOURCES = setjmp.S longjmp.S
|
||||||
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -14,7 +14,7 @@ dnl We have to add the following lines because automake detects the
|
||||||
dnl references to libtool libraries from aclocal and tries to verify that
|
dnl references to libtool libraries from aclocal and tries to verify that
|
||||||
dnl AM_PROG_LIBTOOL is being used. This must be added after
|
dnl AM_PROG_LIBTOOL is being used. This must be added after
|
||||||
dnl the call to NEWLIB_CONFIGURE.
|
dnl the call to NEWLIB_CONFIGURE.
|
||||||
|
_LT_DECL_SED
|
||||||
if test "${use_libtool}" = "yes"; then
|
if test "${use_libtool}" = "yes"; then
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
|
|
|
@ -23,5 +23,5 @@ libic_a_CFLAGS=$(AM_CFLAGS)
|
||||||
tooldir = $(exec_prefix)/$(host_alias)
|
tooldir = $(exec_prefix)/$(host_alias)
|
||||||
toollibdir = $(tooldir)/lib$(MULTISUBDIR)
|
toollibdir = $(tooldir)/lib$(MULTISUBDIR)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -212,7 +212,7 @@ libic_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
libic_a_CFLAGS = $(AM_CFLAGS)
|
libic_a_CFLAGS = $(AM_CFLAGS)
|
||||||
tooldir = $(exec_prefix)/$(host_alias)
|
tooldir = $(exec_prefix)/$(host_alias)
|
||||||
toollibdir = $(tooldir)/lib$(MULTISUBDIR)
|
toollibdir = $(tooldir)/lib$(MULTISUBDIR)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -12,5 +12,5 @@ lib_a_SOURCES = setjmp.S getenv.c
|
||||||
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS=$(AM_CFLAGS)
|
lib_a_CFLAGS=$(AM_CFLAGS)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -183,7 +183,7 @@ noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = setjmp.S getenv.c
|
lib_a_SOURCES = setjmp.S getenv.c
|
||||||
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -12,5 +12,5 @@ lib_a_SOURCES = setjmp.S
|
||||||
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS=$(AM_CFLAGS)
|
lib_a_CFLAGS=$(AM_CFLAGS)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -182,7 +182,7 @@ noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = setjmp.S
|
lib_a_SOURCES = setjmp.S
|
||||||
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -12,5 +12,5 @@ lib_a_SOURCES = setjmp.S
|
||||||
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS=$(AM_CFLAGS)
|
lib_a_CFLAGS=$(AM_CFLAGS)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -182,7 +182,7 @@ noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = setjmp.S
|
lib_a_SOURCES = setjmp.S
|
||||||
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -12,5 +12,5 @@ lib_a_SOURCES = setjmp.S
|
||||||
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS=$(AM_CFLAGS)
|
lib_a_CFLAGS=$(AM_CFLAGS)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -182,7 +182,7 @@ noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = setjmp.S
|
lib_a_SOURCES = setjmp.S
|
||||||
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -12,5 +12,5 @@ lib_a_SOURCES = setjmp.S
|
||||||
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS=$(AM_CFLAGS)
|
lib_a_CFLAGS=$(AM_CFLAGS)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -182,7 +182,7 @@ noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = setjmp.S
|
lib_a_SOURCES = setjmp.S
|
||||||
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -15,5 +15,5 @@ lib_a_DEPENDENCIES =
|
||||||
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS=$(AM_CFLAGS)
|
lib_a_CFLAGS=$(AM_CFLAGS)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -188,7 +188,7 @@ lib_a_LIBADD =
|
||||||
lib_a_DEPENDENCIES =
|
lib_a_DEPENDENCIES =
|
||||||
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -12,5 +12,5 @@ lib_a_SOURCES = divsi3.c mulsi3.c divhi3.S shifts.c cmpsi.c psi.S setjmp.S
|
||||||
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS=$(AM_CFLAGS)
|
lib_a_CFLAGS=$(AM_CFLAGS)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -187,7 +187,7 @@ noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = divsi3.c mulsi3.c divhi3.S shifts.c cmpsi.c psi.S setjmp.S
|
lib_a_SOURCES = divsi3.c mulsi3.c divhi3.S shifts.c cmpsi.c psi.S setjmp.S
|
||||||
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -14,5 +14,5 @@ lib_a_SOURCES = \
|
||||||
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS=$(AM_CFLAGS)
|
lib_a_CFLAGS=$(AM_CFLAGS)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -190,7 +190,7 @@ lib_a_SOURCES = \
|
||||||
|
|
||||||
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -32,5 +32,5 @@ endif # USE_LIBTOOL
|
||||||
|
|
||||||
include $(srcdir)/../../../Makefile.shared
|
include $(srcdir)/../../../Makefile.shared
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -48,8 +48,11 @@ DIST_COMMON = $(srcdir)/../../../Makefile.shared \
|
||||||
$(srcdir)/../../../../config.sub
|
$(srcdir)/../../../../config.sub
|
||||||
subdir = .
|
subdir = .
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
|
am__aclocal_m4_deps = $(top_srcdir)/../../../../libtool.m4 \
|
||||||
$(top_srcdir)/../../../libtool.m4 $(top_srcdir)/configure.in
|
$(top_srcdir)/../../../../ltoptions.m4 \
|
||||||
|
$(top_srcdir)/../../../../ltsugar.m4 \
|
||||||
|
$(top_srcdir)/../../../../ltversion.m4 \
|
||||||
|
$(top_srcdir)/../../../acinclude.m4 $(top_srcdir)/configure.in
|
||||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
$(ACLOCAL_M4)
|
$(ACLOCAL_M4)
|
||||||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
||||||
|
@ -85,11 +88,11 @@ LTCCASCOMPILE = $(LIBTOOL) --mode=compile $(CCAS) $(AM_CCASFLAGS) \
|
||||||
$(CCASFLAGS)
|
$(CCASFLAGS)
|
||||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
|
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
||||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||||
$(AM_CFLAGS) $(CFLAGS)
|
$(AM_CFLAGS) $(CFLAGS)
|
||||||
CCLD = $(CC)
|
CCLD = $(CC)
|
||||||
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||||
SOURCES = $(lib_a_SOURCES) $(libi386_la_SOURCES)
|
SOURCES = $(lib_a_SOURCES) $(libi386_la_SOURCES)
|
||||||
DATA = $(noinst_DATA)
|
DATA = $(noinst_DATA)
|
||||||
|
@ -110,13 +113,17 @@ CCAS = @CCAS@
|
||||||
CCASFLAGS = @CCASFLAGS@
|
CCASFLAGS = @CCASFLAGS@
|
||||||
CCDEPMODE = @CCDEPMODE@
|
CCDEPMODE = @CCDEPMODE@
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
|
CPP = @CPP@
|
||||||
CPPFLAGS = @CPPFLAGS@
|
CPPFLAGS = @CPPFLAGS@
|
||||||
CYGPATH_W = @CYGPATH_W@
|
CYGPATH_W = @CYGPATH_W@
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
|
DLLTOOL = @DLLTOOL@
|
||||||
|
DUMPBIN = @DUMPBIN@
|
||||||
ECHO_C = @ECHO_C@
|
ECHO_C = @ECHO_C@
|
||||||
ECHO_N = @ECHO_N@
|
ECHO_N = @ECHO_N@
|
||||||
ECHO_T = @ECHO_T@
|
ECHO_T = @ECHO_T@
|
||||||
|
EGREP = @EGREP@
|
||||||
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
|
||||||
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
|
||||||
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
|
||||||
|
@ -128,10 +135,13 @@ ELIX_LEVEL_3_TRUE = @ELIX_LEVEL_3_TRUE@
|
||||||
ELIX_LEVEL_4_FALSE = @ELIX_LEVEL_4_FALSE@
|
ELIX_LEVEL_4_FALSE = @ELIX_LEVEL_4_FALSE@
|
||||||
ELIX_LEVEL_4_TRUE = @ELIX_LEVEL_4_TRUE@
|
ELIX_LEVEL_4_TRUE = @ELIX_LEVEL_4_TRUE@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
|
FGREP = @FGREP@
|
||||||
|
GREP = @GREP@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||||
|
LD = @LD@
|
||||||
LDFLAGS = @LDFLAGS@
|
LDFLAGS = @LDFLAGS@
|
||||||
LIBOBJS = @LIBOBJS@
|
LIBOBJS = @LIBOBJS@
|
||||||
LIBS = @LIBS@
|
LIBS = @LIBS@
|
||||||
|
@ -147,6 +157,8 @@ MAKEINFO = @MAKEINFO@
|
||||||
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
|
||||||
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
|
||||||
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
||||||
|
NM = @NM@
|
||||||
|
OBJDUMP = @OBJDUMP@
|
||||||
OBJEXT = @OBJEXT@
|
OBJEXT = @OBJEXT@
|
||||||
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
||||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||||
|
@ -157,6 +169,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
READELF = @READELF@
|
READELF = @READELF@
|
||||||
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
|
@ -166,6 +179,9 @@ VERSION = @VERSION@
|
||||||
ac_ct_AR = @ac_ct_AR@
|
ac_ct_AR = @ac_ct_AR@
|
||||||
ac_ct_AS = @ac_ct_AS@
|
ac_ct_AS = @ac_ct_AS@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
|
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
|
||||||
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
|
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
|
||||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||||
ac_ct_READELF = @ac_ct_READELF@
|
ac_ct_READELF = @ac_ct_READELF@
|
||||||
ac_ct_STRIP = @ac_ct_STRIP@
|
ac_ct_STRIP = @ac_ct_STRIP@
|
||||||
|
@ -198,6 +214,7 @@ libexecdir = @libexecdir@
|
||||||
libm_machine_dir = @libm_machine_dir@
|
libm_machine_dir = @libm_machine_dir@
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lpfx = @lpfx@
|
lpfx = @lpfx@
|
||||||
|
lt_ECHO = @lt_ECHO@
|
||||||
machine_dir = @machine_dir@
|
machine_dir = @machine_dir@
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
mkdir_p = @mkdir_p@
|
mkdir_p = @mkdir_p@
|
||||||
|
@ -229,7 +246,7 @@ libi386_la_LDFLAGS = -Xcompiler -nostdlib
|
||||||
@USE_LIBTOOL_FALSE@lib_a_SOURCES = $(LIB_SOURCES) $(ADDED_SOURCES)
|
@USE_LIBTOOL_FALSE@lib_a_SOURCES = $(LIB_SOURCES) $(ADDED_SOURCES)
|
||||||
@USE_LIBTOOL_FALSE@lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
@USE_LIBTOOL_FALSE@lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
@USE_LIBTOOL_FALSE@lib_a_CFLAGS = $(AM_CFLAGS)
|
@USE_LIBTOOL_FALSE@lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -877,5 +877,8 @@ AC_SUBST([am__tar])
|
||||||
AC_SUBST([am__untar])
|
AC_SUBST([am__untar])
|
||||||
]) # _AM_PROG_TAR
|
]) # _AM_PROG_TAR
|
||||||
|
|
||||||
|
m4_include([../../../../libtool.m4])
|
||||||
|
m4_include([../../../../ltoptions.m4])
|
||||||
|
m4_include([../../../../ltsugar.m4])
|
||||||
|
m4_include([../../../../ltversion.m4])
|
||||||
m4_include([../../../acinclude.m4])
|
m4_include([../../../acinclude.m4])
|
||||||
m4_include([../../../libtool.m4])
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -14,7 +14,7 @@ dnl We have to add the following lines because automake detects the
|
||||||
dnl references to libtool libraries from aclocal and tries to verify that
|
dnl references to libtool libraries from aclocal and tries to verify that
|
||||||
dnl AM_PROG_LIBTOOL is being used. This code must occur after
|
dnl AM_PROG_LIBTOOL is being used. This code must occur after
|
||||||
dnl NEWLIB_CONFIGURE.
|
dnl NEWLIB_CONFIGURE.
|
||||||
|
_LT_DECL_SED
|
||||||
if test "${use_libtool}" = "yes"; then
|
if test "${use_libtool}" = "yes"; then
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
|
|
|
@ -12,5 +12,5 @@ lib_a_SOURCES =
|
||||||
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS=$(AM_CFLAGS)
|
lib_a_CFLAGS=$(AM_CFLAGS)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -179,7 +179,7 @@ noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES =
|
lib_a_SOURCES =
|
||||||
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -12,5 +12,5 @@ lib_a_SOURCES = setjmp.S
|
||||||
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS=$(AM_CFLAGS)
|
lib_a_CFLAGS=$(AM_CFLAGS)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -182,7 +182,7 @@ noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = setjmp.S
|
lib_a_SOURCES = setjmp.S
|
||||||
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -12,5 +12,5 @@ lib_a_SOURCES = setjmp.S
|
||||||
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS=$(AM_CFLAGS)
|
lib_a_CFLAGS=$(AM_CFLAGS)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -182,7 +182,7 @@ noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = setjmp.S
|
lib_a_SOURCES = setjmp.S
|
||||||
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -12,5 +12,5 @@ lib_a_SOURCES = setjmp.S
|
||||||
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS=$(AM_CFLAGS)
|
lib_a_CFLAGS=$(AM_CFLAGS)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -182,7 +182,7 @@ noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = setjmp.S
|
lib_a_SOURCES = setjmp.S
|
||||||
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -12,5 +12,5 @@ lib_a_SOURCES = setjmp.S
|
||||||
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS=$(AM_CFLAGS)
|
lib_a_CFLAGS=$(AM_CFLAGS)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -182,7 +182,7 @@ noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = setjmp.S
|
lib_a_SOURCES = setjmp.S
|
||||||
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -12,5 +12,5 @@ lib_a_SOURCES = setjmp.S strcpy.c strlen.c memcpy.S memset.S
|
||||||
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS=$(AM_CFLAGS)
|
lib_a_CFLAGS=$(AM_CFLAGS)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -185,7 +185,7 @@ noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = setjmp.S strcpy.c strlen.c memcpy.S memset.S
|
lib_a_SOURCES = setjmp.S strcpy.c strlen.c memcpy.S memset.S
|
||||||
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -12,5 +12,5 @@ lib_a_SOURCES = setjmp.S
|
||||||
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS=$(AM_CFLAGS)
|
lib_a_CFLAGS=$(AM_CFLAGS)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -182,7 +182,7 @@ noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = setjmp.S
|
lib_a_SOURCES = setjmp.S
|
||||||
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -12,5 +12,5 @@ lib_a_SOURCES = setjmp.S strlen.c strcmp.c strncpy.c memset.c memcpy.c
|
||||||
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS=$(AM_CFLAGS)
|
lib_a_CFLAGS=$(AM_CFLAGS)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -187,7 +187,7 @@ noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = setjmp.S strlen.c strcmp.c strncpy.c memset.c memcpy.c
|
lib_a_SOURCES = setjmp.S strlen.c strcmp.c strncpy.c memset.c memcpy.c
|
||||||
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -12,5 +12,5 @@ lib_a_SOURCES = setjmp.S
|
||||||
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS=$(AM_CFLAGS)
|
lib_a_CFLAGS=$(AM_CFLAGS)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -182,7 +182,7 @@ noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = setjmp.S
|
lib_a_SOURCES = setjmp.S
|
||||||
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -13,5 +13,5 @@ lib_a_SOURCES = setjmp.S memchr.S memcmp.S memcpy.S memset.S strchr.S \
|
||||||
lib_a_CFLAGS=$(AM_CFLAGS)
|
lib_a_CFLAGS=$(AM_CFLAGS)
|
||||||
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -188,7 +188,7 @@ lib_a_SOURCES = setjmp.S memchr.S memcmp.S memcpy.S memset.S strchr.S \
|
||||||
|
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -12,5 +12,5 @@ lib_a_SOURCES = setjmp.S
|
||||||
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS=$(AM_CFLAGS)
|
lib_a_CFLAGS=$(AM_CFLAGS)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -182,7 +182,7 @@ noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = setjmp.S
|
lib_a_SOURCES = setjmp.S
|
||||||
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -12,5 +12,5 @@ lib_a_SOURCES = fastmath.S setjmp.S
|
||||||
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS=$(AM_CFLAGS)
|
lib_a_CFLAGS=$(AM_CFLAGS)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -182,7 +182,7 @@ noinst_LIBRARIES = lib.a
|
||||||
lib_a_SOURCES = fastmath.S setjmp.S
|
lib_a_SOURCES = fastmath.S setjmp.S
|
||||||
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ lib_a_CFLAGS=$(AM_CFLAGS)
|
||||||
lib_a_LIBADD = @extra_objs@
|
lib_a_LIBADD = @extra_objs@
|
||||||
lib_a_DEPENDENCIES = @extra_objs@
|
lib_a_DEPENDENCIES = @extra_objs@
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
||||||
VEC_MALLOC_COMPILE = $(COMPILE) -DINTERNAL_NEWLIB
|
VEC_MALLOC_COMPILE = $(COMPILE) -DINTERNAL_NEWLIB
|
||||||
|
|
|
@ -187,7 +187,7 @@ lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
lib_a_LIBADD = @extra_objs@
|
lib_a_LIBADD = @extra_objs@
|
||||||
lib_a_DEPENDENCIES = @extra_objs@
|
lib_a_DEPENDENCIES = @extra_objs@
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
VEC_MALLOC_COMPILE = $(COMPILE) -DINTERNAL_NEWLIB
|
VEC_MALLOC_COMPILE = $(COMPILE) -DINTERNAL_NEWLIB
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
|
@ -24,5 +24,5 @@ $(lpfx)strcpy.o: asm.h
|
||||||
$(lpfx)strcmp.o: asm.h
|
$(lpfx)strcmp.o: asm.h
|
||||||
$(lpfx)strncpy.o: asm.h
|
$(lpfx)strncpy.o: asm.h
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -198,7 +198,7 @@ noinst_LIBRARIES = lib.a
|
||||||
@SH64_TRUE@lib_a_SOURCES = memcpy.S memset.S setjmp.S strcpy.S strlen.S strcmp.S strncpy.S
|
@SH64_TRUE@lib_a_SOURCES = memcpy.S memset.S setjmp.S strcpy.S strlen.S strcmp.S strncpy.S
|
||||||
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS = $(AM_CFLAGS)
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -12,5 +12,5 @@ lib_a_SOURCES = scan.c shuffle.c setjmp.S
|
||||||
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
||||||
lib_a_CFLAGS=$(AM_CFLAGS)
|
lib_a_CFLAGS=$(AM_CFLAGS)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue