--- libsmbios-0.13.10.orig/aclocal.m4 +++ libsmbios-0.13.10/aclocal.m4 @@ -1,7 +1,7 @@ -# generated automatically by aclocal 1.10 -*- Autoconf -*- +# generated automatically by aclocal 1.9.6 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006 Free Software Foundation, Inc. +# 2005 Free Software Foundation, Inc. # 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. @@ -11,11 +11,6 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. -m4_if(m4_PACKAGE_VERSION, [2.61],, -[m4_fatal([this file was generated for autoconf 2.61. -You have another version of autoconf. If you want to use that, -you should regenerate the build system entirely.], [63])]) - dnl dnl AM_PATH_CPPUNIT(MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) dnl @@ -111,7 +106,7 @@ # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- -# serial 48 AC_PROG_LIBTOOL +# serial 51 Debian 1.5.24-1 AC_PROG_LIBTOOL # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED) @@ -274,7 +269,7 @@ test -z "$ac_objext" && ac_objext=o # Determine commands to create old-style static archives. -old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs' +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= @@ -361,8 +356,9 @@ # Check for compiler boilerplate output or warnings with # the simple compiler test code. AC_DEFUN([_LT_COMPILER_BOILERPLATE], -[ac_outfile=conftest.$ac_objext -printf "$lt_simple_compile_test_code" >conftest.$ac_ext +[AC_REQUIRE([LT_AC_PROG_SED])dnl +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $rm conftest* @@ -374,8 +370,9 @@ # Check for linker boilerplate output or warnings with # the simple link test code. AC_DEFUN([_LT_LINKER_BOILERPLATE], -[ac_outfile=conftest.$ac_objext -printf "$lt_simple_link_test_code" >conftest.$ac_ext +[AC_REQUIRE([LT_AC_PROG_SED])dnl +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $rm conftest* @@ -391,12 +388,20 @@ # If we don't find anything, use the default library path according # to the aix ld manual. AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], -[AC_LINK_IFELSE(AC_LANG_PROGRAM,[ -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +[AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_LINK_IFELSE(AC_LANG_PROGRAM,[ +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. -if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'`; fi],[]) +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi],[]) if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi ])# _LT_AC_SYS_LIBPATH_AIX @@ -627,13 +632,17 @@ rm -rf conftest* ;; -x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*) +x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ +s390*-*linux*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *32-bit*) case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; @@ -650,6 +659,9 @@ ;; *64-bit*) case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; @@ -721,7 +733,7 @@ AC_CACHE_CHECK([$1], [$2], [$2=no ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$3" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. @@ -762,11 +774,12 @@ # ------------------------------------------------------------ # Check whether the given compiler option works AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], -[AC_CACHE_CHECK([$1], [$2], +[AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_CACHE_CHECK([$1], [$2], [$2=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $3" - printf "$lt_simple_link_test_code" > conftest.$ac_ext + echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings @@ -880,24 +893,27 @@ fi ;; *) - # If test is not a shell built-in, we'll probably end up computing a - # maximum length that is only half of the actual maximum length, but - # we can't tell. - SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} - while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \ + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \ = "XX$teststring") >/dev/null 2>&1 && - new_result=`expr "X$teststring" : ".*" 2>&1` && - lt_cv_sys_max_cmd_len=$new_result && - test $i != 17 # 1/2 MB should be enough - do - i=`expr $i + 1` - teststring=$teststring$teststring - done - teststring= - # Add a significant safety factor because C++ compilers can tack on massive - # amounts of additional arguments before passing them to the linker. - # It appears as though 1/2 is a usable value. - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + new_result=`expr "X$teststring" : ".*" 2>&1` && + lt_cv_sys_max_cmd_len=$new_result && + test $i != 17 # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + teststring= + # Add a significant safety factor because C++ compilers can tack on massive + # amounts of additional arguments before passing them to the linker. + # It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi ;; esac ]) @@ -1124,7 +1140,8 @@ # --------------------------------- # Check to see if options -c and -o are simultaneously supported by compiler AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], -[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl +[AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)], [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no @@ -1132,7 +1149,7 @@ mkdir conftest cd conftest mkdir out - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or @@ -1272,6 +1289,7 @@ darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" + old_striplib="$STRIP -S" AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) @@ -1289,7 +1307,8 @@ # ----------------------------- # PORTME Fill in your ld.so characteristics AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], -[AC_MSG_CHECKING([dynamic linker characteristics]) +[AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_MSG_CHECKING([dynamic linker characteristics]) library_names_spec= libname_spec='lib$name' soname_spec= @@ -1303,20 +1322,58 @@ version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" +m4_if($1,[],[ if test "$GCC" = yes; then - sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` - if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then + case $host_os in + darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; + *) lt_awk_arg="/^libraries:/" ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'` else - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary. + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path/$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" + else + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk ' +BEGIN {RS=" "; FS="/|\n";} { + lt_foo=""; + lt_count=0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo="/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[[lt_foo]]++; } + if (lt_freq[[lt_foo]] == 1) { print lt_foo; } +}'` + sys_lib_search_path_spec=`echo $lt_search_path_spec` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" -fi +fi]) need_lib_prefix=unknown hardcode_into_libs=no @@ -1473,12 +1530,8 @@ shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' - # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. - if test "$GCC" = yes; then - sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` - else - sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' - fi + m4_if([$1], [],[ + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; @@ -1495,18 +1548,6 @@ dynamic_linker=no ;; -kfreebsd*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - dynamic_linker='GNU ld.so' - ;; - freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. @@ -1544,7 +1585,7 @@ shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; - freebsd*) # from 4.6 on + *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; @@ -1607,7 +1648,7 @@ postinstall_cmds='chmod 555 $lib' ;; -interix3*) +interix[[3-9]]*) version_type=linux need_lib_prefix=no need_version=no @@ -1662,7 +1703,7 @@ ;; # This must be Linux ELF. -linux*) +linux* | k*bsd*-gnu) version_type=linux need_lib_prefix=no need_version=no @@ -1676,27 +1717,10 @@ # before this can be enabled. hardcode_into_libs=yes - # find out which ABI we are using - libsuff= - case "$host_cpu" in - x86_64*|s390x*|powerpc64*) - echo '[#]line __oline__ "configure"' > conftest.$ac_ext - if AC_TRY_EVAL(ac_compile); then - case `/usr/bin/file conftest.$ac_objext` in - *64-bit*) - libsuff=64 - sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" - ;; - esac - fi - rm -rf conftest* - ;; - esac - # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/^[ ]*//;s/#.*//;/^[^\/]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -1708,7 +1732,7 @@ dynamic_linker='GNU/Linux ld.so' ;; -knetbsd*-gnu) +netbsdelf*-gnu) version_type=linux need_lib_prefix=no need_version=no @@ -1717,7 +1741,7 @@ shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes - dynamic_linker='GNU ld.so' + dynamic_linker='NetBSD ld.elf_so' ;; netbsd*) @@ -1801,6 +1825,10 @@ sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; +rdos*) + dynamic_linker=no + ;; + solaris*) version_type=linux need_lib_prefix=no @@ -1906,7 +1934,8 @@ # _LT_AC_TAGCONFIG # ---------------- AC_DEFUN([_LT_AC_TAGCONFIG], -[AC_ARG_WITH([tags], +[AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_ARG_WITH([tags], [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@], [include additional configurations @<:@automatic@:>@])], [tagnames="$withval"]) @@ -2167,7 +2196,7 @@ # AC_PATH_TOOL_PREFIX # ------------------- -# find a file program which can recognise shared library +# find a file program which can recognize shared library AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl AC_MSG_CHECKING([for $1]) @@ -2230,7 +2259,7 @@ # AC_PATH_MAGIC # ------------- -# find a file program which can recognise a shared library +# find a file program which can recognize a shared library AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) if test -z "$lt_cv_path_MAGIC_CMD"; then @@ -2377,7 +2406,7 @@ # how to check for library dependencies # -- PORTME fill in with the dynamic library characteristics AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], -[AC_CACHE_CHECK([how to recognise dependent libraries], +[AC_CACHE_CHECK([how to recognize dependent libraries], lt_cv_deplibs_check_method, [lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= @@ -2416,16 +2445,22 @@ mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by - # func_win32_libid shell function, so use a weaker test based on 'objdump'. - lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' - lt_cv_file_magic_cmd='$OBJDUMP -f' + # func_win32_libid shell function, so use a weaker test based on 'objdump', + # unless we find 'file', for example because we are cross-compiling. + if ( file / ) >/dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; -freebsd* | kfreebsd*-gnu | dragonfly*) +freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then case $host_cpu in i*86 ) @@ -2463,7 +2498,7 @@ esac ;; -interix3*) +interix[[3-9]]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' ;; @@ -2479,11 +2514,11 @@ ;; # This must be Linux ELF. -linux*) +linux* | k*bsd*-gnu) lt_cv_deplibs_check_method=pass_all ;; -netbsd*) +netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' else @@ -2513,6 +2548,10 @@ lt_cv_deplibs_check_method=pass_all ;; +rdos*) + lt_cv_deplibs_check_method=pass_all + ;; + solaris*) lt_cv_deplibs_check_method=pass_all ;; @@ -2565,7 +2604,7 @@ lt_cv_path_NM="$NM" else lt_nm_to_check="${ac_tool_prefix}nm" - if test -n "$ac_tool_prefix" && test "$build" = "$host"; then + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do @@ -2781,10 +2820,10 @@ _LT_AC_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code="int some_variable = 0;\n" +lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests -lt_simple_link_test_code='int main(){return(0);}\n' +lt_simple_link_test_code='int main(){return(0);}' _LT_AC_SYS_COMPILER @@ -2886,10 +2925,10 @@ _LT_AC_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code="int some_variable = 0;\n" +lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests -lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }\n' +lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_AC_SYS_COMPILER @@ -3035,7 +3074,7 @@ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes + : else # We have old collect2 _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported @@ -3194,10 +3233,10 @@ case $cc_basename in xlc*) output_verbose_link_cmd='echo' - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ;; *) @@ -3231,7 +3270,7 @@ freebsd-elf*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;; - freebsd* | kfreebsd*-gnu | dragonfly*) + freebsd* | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions _LT_AC_TAGVAR(ld_shlibs, $1)=yes @@ -3280,9 +3319,7 @@ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in - hppa*64*|ia64*) - _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' - ;; + hppa*64*|ia64*) ;; *) _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ;; @@ -3350,7 +3387,7 @@ ;; esac ;; - interix3*) + interix[[3-9]]*) _LT_AC_TAGVAR(hardcode_direct, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' @@ -3390,7 +3427,7 @@ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ;; - linux*) + linux* | k*bsd*-gnu) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler @@ -3470,6 +3507,29 @@ # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + + # Not sure whether something based on + # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 + # would be better. + output_verbose_link_cmd='echo' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' + ;; + esac + ;; esac ;; lynxos*) @@ -3492,7 +3552,7 @@ ;; esac ;; - netbsd*) + netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' wlarc= @@ -3508,16 +3568,20 @@ _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; openbsd*) - _LT_AC_TAGVAR(hardcode_direct, $1)=yes - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + if test -f /usr/libexec/ld.so; then + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + fi + output_verbose_link_cmd='echo' + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no fi - output_verbose_link_cmd='echo' ;; osf3*) case $cc_basename in @@ -3679,15 +3743,10 @@ case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) - # The C++ compiler is used as linker so we must use $wl - # flag to pass the commands to the underlying system - # linker. We must also pass each convience library through - # to the system linker between allextract/defaultextract. - # The C++ compiler will combine linker options so we - # cannot just pass the convience library names through - # without $wl. + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; esac _LT_AC_TAGVAR(link_all_deplibs, $1)=yes @@ -3734,6 +3793,12 @@ fi _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + ;; + esac fi ;; esac @@ -3977,7 +4042,7 @@ # PORTME: override above test on systems where it is broken ifelse([$1],[CXX], [case $host_os in -interix3*) +interix[[3-9]]*) # Interix 3.5 installs completely hosed .la files for C++, so rather than # hack all around it, let's just trust "g++" to DTRT. _LT_AC_TAGVAR(predep_objects,$1)= @@ -3985,13 +4050,46 @@ _LT_AC_TAGVAR(postdeps,$1)= ;; +linux*) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + # + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + if test "$solaris_use_stlport4" != yes; then + _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' + fi + ;; + esac + ;; + solaris*) case $cc_basename in CC*) + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + # Adding this requires a known-good setup of shared libraries for # Sun compiler versions before 5.6, else PIC objects from an old # archive will be linked into the output, leading to subtle bugs. - _LT_AC_TAGVAR(postdeps,$1)='-lCstd -lCrun' + if test "$solaris_use_stlport4" != yes; then + _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' + fi ;; esac ;; @@ -4040,10 +4138,17 @@ _LT_AC_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code=" subroutine t\n return\n end\n" +lt_simple_compile_test_code="\ + subroutine t + return + end +" # Code to be used in simple link tests -lt_simple_link_test_code=" program t\n end\n" +lt_simple_link_test_code="\ + program t + end +" # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_AC_SYS_COMPILER @@ -4122,10 +4227,10 @@ _LT_AC_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code="class foo {}\n" +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) {}; }\n' +lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_AC_SYS_COMPILER @@ -4178,7 +4283,7 @@ _LT_AC_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n' +lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' # Code to be used in simple link tests lt_simple_link_test_code="$lt_simple_compile_test_code" @@ -4267,6 +4372,7 @@ _LT_AC_TAGVAR(module_cmds, $1) \ _LT_AC_TAGVAR(module_expsym_cmds, $1) \ _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \ + _LT_AC_TAGVAR(fix_srcfile_path, $1) \ _LT_AC_TAGVAR(exclude_expsyms, $1) \ _LT_AC_TAGVAR(include_expsyms, $1); do @@ -4313,7 +4419,7 @@ # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) # NOTE: Changes made to this file will be lost: look at ltmain.sh. # -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 # Free Software Foundation, Inc. # # This file is part of GNU Libtool: @@ -4638,7 +4744,7 @@ sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. -fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)" +fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1) @@ -4721,6 +4827,7 @@ # --------------------------------- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST]) +AC_REQUIRE([LT_AC_PROG_SED]) AC_REQUIRE([AC_PROG_NM]) AC_REQUIRE([AC_OBJEXT]) # Check for command to grab the raw symbol name followed by C symbol from nm. @@ -4757,7 +4864,7 @@ lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" ;; -linux*) +linux* | k*bsd*-gnu) if test "$host_cpu" = ia64; then symcode='[[ABCDGIRSTW]]' lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" @@ -4947,12 +5054,14 @@ # like `-m68040'. _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; - beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; - mingw* | os2* | pw32*) + mingw* | cygwin* | os2* | pw32*) # 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). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' ;; darwin* | rhapsody*) @@ -4964,7 +5073,7 @@ # DJGPP does not support shared libraries at all _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ;; - interix3*) + interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; @@ -5030,7 +5139,7 @@ ;; esac ;; - freebsd* | kfreebsd*-gnu | dragonfly*) + freebsd* | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) @@ -5073,7 +5182,7 @@ ;; esac ;; - linux*) + linux* | k*bsd*-gnu) case $cc_basename in KCC*) # KAI C++ Compiler @@ -5100,6 +5209,14 @@ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + esac ;; esac ;; @@ -5116,7 +5233,7 @@ ;; esac ;; - netbsd*) + netbsd* | netbsdelf*-gnu) ;; osf3* | osf4* | osf5*) case $cc_basename in @@ -5220,13 +5337,15 @@ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; - beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; - mingw* | pw32* | os2*) + mingw* | cygwin* | pw32* | 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). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' ;; @@ -5236,7 +5355,7 @@ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; - interix3*) + interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; @@ -5294,7 +5413,7 @@ esac ;; - mingw* | pw32* | os2*) + mingw* | cygwin* | pw32* | 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). _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' @@ -5327,7 +5446,7 @@ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; - linux*) + linux* | k*bsd*-gnu) case $cc_basename in icc* | ecc*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' @@ -5346,6 +5465,22 @@ # All Alpha code is PIC. _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C 5.9 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + ;; + *Sun\ F*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='' + ;; + esac + ;; esac ;; @@ -5355,6 +5490,10 @@ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; + rdos*) + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + solaris*) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' @@ -5449,7 +5588,8 @@ # ------------------------------------ # See if the linker supports building shared libraries. AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], -[AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) +[AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) ifelse([$1],[CXX],[ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' case $host_os in @@ -5466,7 +5606,10 @@ _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" ;; cygwin* | mingw*) - _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([[^ ]]*\) [[^ ]]*/\1 DATA/;/^I /d;/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols' + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' + ;; + linux* | k*bsd*-gnu) + _LT_AC_TAGVAR(link_all_deplibs, $1)=no ;; *) _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' @@ -5605,7 +5748,7 @@ _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_AC_TAGVAR(always_export_symbols, $1)=no _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols' + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' @@ -5623,7 +5766,7 @@ fi ;; - interix3*) + interix[[3-9]]*) _LT_AC_TAGVAR(hardcode_direct, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' @@ -5638,7 +5781,7 @@ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; - linux*) + gnu* | linux* | k*bsd*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then tmp_addflag= case $cc_basename,$host_cpu in @@ -5656,20 +5799,30 @@ ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; esac - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + *) + tmp_sharedflag='-shared' ;; + esac + _LT_AC_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test $supports_anon_versioning = yes; then _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ $echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi + _LT_AC_TAGVAR(link_all_deplibs, $1)=no else _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; - netbsd*) + netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= @@ -5702,7 +5855,7 @@ sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in - *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) + *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) _LT_AC_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 @@ -5821,7 +5974,7 @@ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes + : else # We have old collect2 _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported @@ -5914,7 +6067,7 @@ # The linker will automatically build a .lib file if we build a DLL. _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true' # FIXME: Should let the user specify the lib program. - _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs' + _LT_AC_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`' _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; @@ -5956,10 +6109,10 @@ case $cc_basename in xlc*) output_verbose_link_cmd='echo' - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ;; *) @@ -5999,7 +6152,7 @@ ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. - freebsd* | kfreebsd*-gnu | dragonfly*) + freebsd* | dragonfly*) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_AC_TAGVAR(hardcode_direct, $1)=yes @@ -6101,7 +6254,7 @@ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ;; - netbsd*) + netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else @@ -6121,24 +6274,28 @@ ;; openbsd*) - _LT_AC_TAGVAR(hardcode_direct, $1)=yes - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + if test -f /usr/libexec/ld.so; then + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + else + case $host_os in + openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + ;; + esac + fi else - case $host_os in - openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - ;; - *) - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - ;; - esac + _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; @@ -6197,17 +6354,16 @@ case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) - # The compiler driver will combine linker options so we - # cannot just pass the convience library names through - # without $wl, iff we do not link with $LD. - # Luckily, gcc supports the same syntax we need for Sun Studio. + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) - case $wlarc in - '') - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; - *) - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;; - esac ;; + if test "$GCC" = yes; then + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' + fi + ;; esac _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ;; @@ -6264,7 +6420,7 @@ fi ;; - sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7*) + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no @@ -6339,7 +6495,7 @@ # to ld, don't add -lc before -lgcc. AC_MSG_CHECKING([whether -lc should be explicitly linked in]) $rm conftest* - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext if AC_TRY_EVAL(ac_compile) 2>conftest.err; then soname=conftest @@ -6442,6 +6598,30 @@ [AC_CHECK_TOOL(RC, windres, no) ]) + +# Cheap backport of AS_EXECUTABLE_P and required macros +# from Autoconf 2.59; we should not use $as_executable_p directly. + +# _AS_TEST_PREPARE +# ---------------- +m4_ifndef([_AS_TEST_PREPARE], +[m4_defun([_AS_TEST_PREPARE], +[if test -x / >/dev/null 2>&1; then + as_executable_p='test -x' +else + as_executable_p='test -f' +fi +])])# _AS_TEST_PREPARE + +# AS_EXECUTABLE_P +# --------------- +# Check whether a file is executable. +m4_ifndef([AS_EXECUTABLE_P], +[m4_defun([AS_EXECUTABLE_P], +[AS_REQUIRE([_AS_TEST_PREPARE])dnl +$as_executable_p $1[]dnl +])])# AS_EXECUTABLE_P + # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_SED. When it is available in # # a released version of Autoconf we should remove this # @@ -6462,7 +6642,7 @@ test -z "$as_dir" && as_dir=. for lt_ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then + if AS_EXECUTABLE_P(["$as_dir/$lt_ac_prog$ac_exec_ext"]); then lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" fi done @@ -6505,7 +6685,7 @@ AC_MSG_RESULT([$SED]) ]) -# Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -6515,29 +6695,14 @@ # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. -# (This private macro should not be called outside this file.) -AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.10' -dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to -dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.10], [], - [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl -]) - -# _AM_AUTOCONF_VERSION(VERSION) -# ----------------------------- -# aclocal traces this macro to find the Autoconf version. -# This is a private macro too. Using m4_define simplifies -# the logic in aclocal, which can simply ignore this definition. -m4_define([_AM_AUTOCONF_VERSION], []) +AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"]) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- -# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. +# Call AM_AUTOMAKE_VERSION so it can be traced. # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.10])dnl -_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)]) + [AM_AUTOMAKE_VERSION([1.9.6])]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- @@ -6594,14 +6759,14 @@ # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006 +# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005 # Free Software Foundation, Inc. # # 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 8 +# serial 7 # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- @@ -6610,10 +6775,8 @@ [AC_PREREQ(2.52)dnl ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl -AC_SUBST([$1_TRUE])dnl -AC_SUBST([$1_FALSE])dnl -_AM_SUBST_NOTMAKE([$1_TRUE])dnl -_AM_SUBST_NOTMAKE([$1_FALSE])dnl +AC_SUBST([$1_TRUE]) +AC_SUBST([$1_FALSE]) if $2; then $1_TRUE= $1_FALSE='#' @@ -6627,14 +6790,15 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 # Free Software Foundation, Inc. # # 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 9 +# serial 8 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, @@ -6662,7 +6826,6 @@ ifelse([$1], CC, [depcc="$CC" am_compiler_list=], [$1], CXX, [depcc="$CXX" am_compiler_list=], [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], - [$1], UPC, [depcc="$UPC" am_compiler_list=], [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) @@ -6728,7 +6891,6 @@ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ >/dev/null 2>conftest.err && - grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then @@ -6781,8 +6943,7 @@ AMDEPBACKSLASH='\' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) -AC_SUBST([AMDEPBACKSLASH])dnl -_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([AMDEPBACKSLASH]) ]) # Generate code to set up dependency tracking. -*- Autoconf -*- @@ -6807,9 +6968,8 @@ # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. - # Grep'ing the whole file is not good either: AIX grep has a line - # limit of 2048, but all sed's we know have understand at least 4000. - if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then + # So let's grep whole file. + if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then dirpart=`AS_DIRNAME("$mf")` else continue @@ -6856,8 +7016,8 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 +# Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -6880,20 +7040,16 @@ # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], -[AC_PREREQ([2.60])dnl +[AC_PREREQ([2.58])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl -if test "`cd $srcdir && pwd`" != "`pwd`"; then - # Use -I$(srcdir) only when $(srcdir) != ., so that make's output - # is not polluted with repeated "-I." - AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl - # test to see if srcdir already configured - if test -f $srcdir/config.status; then - AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) - fi +# test to see if srcdir already configured +if test "`cd $srcdir && pwd`" != "`pwd`" && + test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi # test whether we have cygpath @@ -6913,9 +7069,6 @@ AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl -dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. -m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, - [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl @@ -6951,10 +7104,6 @@ [_AM_DEPENDENCIES(CXX)], [define([AC_PROG_CXX], defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl -AC_PROVIDE_IFELSE([AC_PROG_OBJC], - [_AM_DEPENDENCIES(OBJC)], - [define([AC_PROG_OBJC], - defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl ]) ]) @@ -6990,7 +7139,7 @@ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} +install_sh=${install_sh-"$am_aux_dir/install-sh"} AC_SUBST(install_sh)]) # Copyright (C) 2003, 2005 Free Software Foundation, Inc. @@ -7095,14 +7244,13 @@ rm -f confinc confmf ]) -# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005 -# Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2003, 2005 Free Software Foundation, Inc. # # 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 5 +# serial 3 # AM_PROG_CC_C_O # -------------- @@ -7110,7 +7258,6 @@ AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -AC_REQUIRE_AUX_FILE([compile])dnl # FIXME: we rely on the cache variable name because # there is no other way. set dummy $CC @@ -7123,22 +7270,18 @@ # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi -dnl Make sure AC_PROG_CC is never called again, or it will override our -dnl setting of CC. -m4_define([AC_PROG_CC], - [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])]) ]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005 +# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005 # Free Software Foundation, Inc. # # 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 5 +# serial 4 # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ @@ -7154,7 +7297,6 @@ # If it does, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -AC_REQUIRE_AUX_FILE([missing])dnl test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" # Use eval to expand $SHELL if eval "$MISSING --run true"; then @@ -7165,7 +7307,7 @@ fi ]) -# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -7173,23 +7315,60 @@ # AM_PROG_MKDIR_P # --------------- -# Check for `mkdir -p'. +# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise. +# +# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories +# created by `make install' are always world readable, even if the +# installer happens to have an overly restrictive umask (e.g. 077). +# This was a mistake. There are at least two reasons why we must not +# use `-m 0755': +# - it causes special bits like SGID to be ignored, +# - it may be too restrictive (some setups expect 775 directories). +# +# Do not use -m 0755 and let people choose whatever they expect by +# setting umask. +# +# We cannot accept any implementation of `mkdir' that recognizes `-p'. +# Some implementations (such as Solaris 8's) are not thread-safe: if a +# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c' +# concurrently, both version can detect that a/ is missing, but only +# one can create it and the other will error out. Consequently we +# restrict ourselves to GNU make (using the --version option ensures +# this.) AC_DEFUN([AM_PROG_MKDIR_P], -[AC_PREREQ([2.60])dnl -AC_REQUIRE([AC_PROG_MKDIR_P])dnl -dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, -dnl while keeping a definition of mkdir_p for backward compatibility. -dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. -dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of -dnl Makefile.ins that do not define MKDIR_P, so we do our own -dnl adjustment using top_builddir (which is defined more often than -dnl MKDIR_P). -AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl -case $mkdir_p in - [[\\/$]]* | ?:[[\\/]]*) ;; - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; -esac -]) +[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then + # We used to keeping the `.' as first argument, in order to + # allow $(mkdir_p) to be used without argument. As in + # $(mkdir_p) $(somedir) + # where $(somedir) is conditionally defined. However this is wrong + # for two reasons: + # 1. if the package is installed by a user who cannot write `.' + # make install will fail, + # 2. the above comment should most certainly read + # $(mkdir_p) $(DESTDIR)$(somedir) + # so it does not work when $(somedir) is undefined and + # $(DESTDIR) is not. + # To support the latter case, we have to write + # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), + # so the `.' trick is pointless. + mkdir_p='mkdir -p --' +else + # On NextStep and OpenStep, the `mkdir' command does not + # recognize any option. It will interpret all options as + # directories to create, and then abort because `.' already + # exists. + for d in ./-p ./--version; + do + test -d $d && rmdir $d + done + # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. + if test -f "$ac_aux_dir/mkinstalldirs"; then + mkdir_p='$(mkinstalldirs)' + else + mkdir_p='$(install_sh) -d' + fi +fi +AC_SUBST([mkdir_p])]) # Helper functions for option handling. -*- Autoconf -*- @@ -7301,21 +7480,9 @@ if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi -INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006 Free Software Foundation, Inc. -# -# 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. - -# _AM_SUBST_NOTMAKE(VARIABLE) -# --------------------------- -# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in. -# This macro is traced by Automake. -AC_DEFUN([_AM_SUBST_NOTMAKE]) - # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004, 2005 Free Software Foundation, Inc. --- libsmbios-0.13.10.orig/configure +++ libsmbios-0.13.10/configure @@ -806,7 +806,6 @@ INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA -am__isrc CYGPATH_W PACKAGE VERSION @@ -1988,8 +1987,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. -am__api_version='1.10' - +am__api_version="1.9" # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: @@ -2141,53 +2139,38 @@ echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} fi -{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 -echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } -if test -z "$MKDIR_P"; then - if test "${ac_cv_path_mkdir+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_prog in mkdir gmkdir; do - for ac_exec_ext in '' $ac_executable_extensions; do - { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue - case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( - 'mkdir (GNU coreutils) '* | \ - 'mkdir (coreutils) '* | \ - 'mkdir (fileutils) '4.1*) - ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext - break 3;; - esac - done - done -done -IFS=$as_save_IFS - -fi - - if test "${ac_cv_path_mkdir+set}" = set; then - MKDIR_P="$ac_cv_path_mkdir -p" +if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then + # We used to keeping the `.' as first argument, in order to + # allow $(mkdir_p) to be used without argument. As in + # $(mkdir_p) $(somedir) + # where $(somedir) is conditionally defined. However this is wrong + # for two reasons: + # 1. if the package is installed by a user who cannot write `.' + # make install will fail, + # 2. the above comment should most certainly read + # $(mkdir_p) $(DESTDIR)$(somedir) + # so it does not work when $(somedir) is undefined and + # $(DESTDIR) is not. + # To support the latter case, we have to write + # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), + # so the `.' trick is pointless. + mkdir_p='mkdir -p --' +else + # On NextStep and OpenStep, the `mkdir' command does not + # recognize any option. It will interpret all options as + # directories to create, and then abort because `.' already + # exists. + for d in ./-p ./--version; + do + test -d $d && rmdir $d + done + # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. + if test -f "$ac_aux_dir/mkinstalldirs"; then + mkdir_p='$(mkinstalldirs)' else - # As a last resort, use the slow shell script. Don't cache a - # value for MKDIR_P within a source directory, because that will - # break other packages using the cache if that directory is - # removed, or if the value is a relative name. - test -d ./--version && rmdir ./--version - MKDIR_P="$ac_install_sh -d" + mkdir_p='$(install_sh) -d' fi fi -{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5 -echo "${ECHO_T}$MKDIR_P" >&6; } - -mkdir_p="$MKDIR_P" -case $mkdir_p in - [\\/$]* | ?:[\\/]*) ;; - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; -esac for ac_prog in gawk mawk nawk awk do @@ -2270,16 +2253,12 @@ fi rmdir .tst 2>/dev/null -if test "`cd $srcdir && pwd`" != "`pwd`"; then - # Use -I$(srcdir) only when $(srcdir) != ., so that make's output - # is not polluted with repeated "-I." - am__isrc=' -I$(srcdir)' - # test to see if srcdir already configured - if test -f $srcdir/config.status; then - { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 +# test to see if srcdir already configured +if test "`cd $srcdir && pwd`" != "`pwd`" && + test -f $srcdir/config.status; then + { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} { (exit 1); exit 1; }; } - fi fi # test whether we have cygpath @@ -2322,7 +2301,7 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} -install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} +install_sh=${install_sh-"$am_aux_dir/install-sh"} # Installed binaries are usually stripped using `strip' when the user # run `make install-strip'. However `strip' might not be the right @@ -2426,7 +2405,7 @@ fi fi -INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" # We need awk for the "check" target. The system "awk" is bad on # some platforms. @@ -2451,7 +2430,9 @@ { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; } - if test $USE_MAINTAINER_MODE = yes; then + + +if test $USE_MAINTAINER_MODE = yes; then MAINTAINER_MODE_TRUE= MAINTAINER_MODE_FALSE='#' else @@ -3595,7 +3576,9 @@ am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' fi - if test "x$enable_dependency_tracking" != xno; then + + +if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else @@ -3605,6 +3588,7 @@ + depcc="$CC" am_compiler_list= { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 @@ -3672,7 +3656,6 @@ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ >/dev/null 2>conftest.err && - grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then @@ -3702,7 +3685,9 @@ echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type - if + + +if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= @@ -3838,7 +3823,6 @@ CC="$am_aux_dir/compile $CC" fi - ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -4270,7 +4254,6 @@ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ >/dev/null 2>conftest.err && - grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then @@ -4300,7 +4283,9 @@ echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type - if + + +if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then am__fastdepCXX_TRUE= @@ -4710,7 +4695,7 @@ test -z "$as_dir" && as_dir=. for lt_ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then + if { test -f "$as_dir/$lt_ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$lt_ac_prog$ac_exec_ext"; }; then lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" fi done @@ -5113,8 +5098,8 @@ echo "${ECHO_T}no, using $LN_S" >&6; } fi -{ echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5 -echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6; } +{ echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5 +echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; } if test "${lt_cv_deplibs_check_method+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -5155,16 +5140,22 @@ mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by - # func_win32_libid shell function, so use a weaker test based on 'objdump'. - lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' - lt_cv_file_magic_cmd='$OBJDUMP -f' + # func_win32_libid shell function, so use a weaker test based on 'objdump', + # unless we find 'file', for example because we are cross-compiling. + if ( file / ) >/dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; -freebsd* | kfreebsd*-gnu | dragonfly*) +freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then case $host_cpu in i*86 ) @@ -5202,7 +5193,7 @@ esac ;; -interix3*) +interix[3-9]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' ;; @@ -5218,11 +5209,11 @@ ;; # This must be Linux ELF. -linux*) +linux* | k*bsd*-gnu) lt_cv_deplibs_check_method=pass_all ;; -netbsd*) +netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' else @@ -5252,6 +5243,10 @@ lt_cv_deplibs_check_method=pass_all ;; +rdos*) + lt_cv_deplibs_check_method=pass_all + ;; + solaris*) lt_cv_deplibs_check_method=pass_all ;; @@ -5339,7 +5334,7 @@ ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 5342 "configure"' > conftest.$ac_ext + echo '#line 5337 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -5374,7 +5369,8 @@ rm -rf conftest* ;; -x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*) +x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ +s390*-*linux*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 @@ -5385,6 +5381,9 @@ case `/usr/bin/file conftest.o` in *32-bit*) case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; @@ -5401,6 +5400,9 @@ ;; *64-bit*) case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; @@ -6486,24 +6488,27 @@ fi ;; *) - # If test is not a shell built-in, we'll probably end up computing a - # maximum length that is only half of the actual maximum length, but - # we can't tell. - SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} - while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \ + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \ = "XX$teststring") >/dev/null 2>&1 && - new_result=`expr "X$teststring" : ".*" 2>&1` && - lt_cv_sys_max_cmd_len=$new_result && - test $i != 17 # 1/2 MB should be enough - do - i=`expr $i + 1` - teststring=$teststring$teststring - done - teststring= - # Add a significant safety factor because C++ compilers can tack on massive - # amounts of additional arguments before passing them to the linker. - # It appears as though 1/2 is a usable value. - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + new_result=`expr "X$teststring" : ".*" 2>&1` && + lt_cv_sys_max_cmd_len=$new_result && + test $i != 17 # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + teststring= + # Add a significant safety factor because C++ compilers can tack on massive + # amounts of additional arguments before passing them to the linker. + # It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi ;; esac @@ -6520,6 +6525,7 @@ + # Check for command to grab the raw symbol name followed by C symbol from nm. { echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5 echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; } @@ -6557,7 +6563,7 @@ lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" ;; -linux*) +linux* | k*bsd*-gnu) if test "$host_cpu" = ia64; then symcode='[ABCDGIRSTW]' lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" @@ -7108,7 +7114,7 @@ test -z "$ac_objext" && ac_objext=o # Determine commands to create old-style static archives. -old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs' +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= @@ -7308,10 +7314,10 @@ objext=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code="int some_variable = 0;\n" +lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests -lt_simple_link_test_code='int main(){return(0);}\n' +lt_simple_link_test_code='int main(){return(0);}' # If no C compiler was specified, use CC. @@ -7326,13 +7332,13 @@ # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext -printf "$lt_simple_compile_test_code" >conftest.$ac_ext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $rm conftest* ac_outfile=conftest.$ac_objext -printf "$lt_simple_link_test_code" >conftest.$ac_ext +echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $rm conftest* @@ -7352,7 +7358,7 @@ else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-fno-rtti -fno-exceptions" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. @@ -7363,11 +7369,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:7366: $lt_compile\"" >&5) + (eval echo "\"\$as_me:7372: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:7370: \$? = $ac_status" >&5 + echo "$as_me:7376: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -7418,13 +7424,15 @@ lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' ;; - beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; - mingw* | pw32* | os2*) + mingw* | cygwin* | pw32* | 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). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries lt_prog_compiler_pic='-DDLL_EXPORT' ;; @@ -7434,7 +7442,7 @@ lt_prog_compiler_pic='-fno-common' ;; - interix3*) + interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; @@ -7492,7 +7500,7 @@ esac ;; - mingw* | pw32* | os2*) + mingw* | cygwin* | pw32* | 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). lt_prog_compiler_pic='-DDLL_EXPORT' @@ -7525,7 +7533,7 @@ lt_prog_compiler_static='-Bstatic' ;; - linux*) + linux* | k*bsd*-gnu) case $cc_basename in icc* | ecc*) lt_prog_compiler_wl='-Wl,' @@ -7544,6 +7552,22 @@ # All Alpha code is PIC. lt_prog_compiler_static='-non_shared' ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C 5.9 + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Wl,' + ;; + *Sun\ F*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='' + ;; + esac + ;; esac ;; @@ -7553,6 +7577,10 @@ lt_prog_compiler_static='-non_shared' ;; + rdos*) + lt_prog_compiler_static='-non_shared' + ;; + solaris*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' @@ -7620,7 +7648,7 @@ else lt_prog_compiler_pic_works=no ac_outfile=conftest.$ac_objext - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic -DPIC" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. @@ -7631,11 +7659,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:7634: $lt_compile\"" >&5) + (eval echo "\"\$as_me:7662: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:7638: \$? = $ac_status" >&5 + echo "$as_me:7666: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -7684,7 +7712,7 @@ lt_prog_compiler_static_works=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_tmp_static_flag" - printf "$lt_simple_link_test_code" > conftest.$ac_ext + echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings @@ -7724,7 +7752,7 @@ mkdir conftest cd conftest mkdir out - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or @@ -7735,11 +7763,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:7738: $lt_compile\"" >&5) + (eval echo "\"\$as_me:7766: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:7742: \$? = $ac_status" >&5 + echo "$as_me:7770: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -7931,7 +7959,7 @@ allow_undefined_flag=unsupported always_export_symbols=no enable_shared_with_static_runtimes=yes - export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' @@ -7949,7 +7977,7 @@ fi ;; - interix3*) + interix[3-9]*) hardcode_direct=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='${wl}-rpath,$libdir' @@ -7964,7 +7992,7 @@ archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; - linux*) + gnu* | linux* | k*bsd*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then tmp_addflag= case $cc_basename,$host_cpu in @@ -7982,20 +8010,30 @@ ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; esac - archive_cmds='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + *) + tmp_sharedflag='-shared' ;; + esac + archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test $supports_anon_versioning = yes; then archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ $echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi + link_all_deplibs=no else ld_shlibs=no fi ;; - netbsd*) + netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= @@ -8147,7 +8185,7 @@ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 - hardcode_direct=yes + : else # We have old collect2 hardcode_direct=unsupported @@ -8221,11 +8259,18 @@ } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. -if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'`; fi +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -8280,11 +8325,18 @@ } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. -if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'`; fi +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -8338,7 +8390,7 @@ # 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' + old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' fix_srcfile_path='`cygpath -w "$srcfile"`' enable_shared_with_static_runtimes=yes ;; @@ -8380,10 +8432,10 @@ case $cc_basename in xlc*) output_verbose_link_cmd='echo' - archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' + archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds - archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ;; *) @@ -8423,7 +8475,7 @@ ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. - freebsd* | kfreebsd*-gnu | dragonfly*) + freebsd* | dragonfly*) archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes @@ -8525,7 +8577,7 @@ link_all_deplibs=yes ;; - netbsd*) + netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else @@ -8545,24 +8597,28 @@ ;; openbsd*) - hardcode_direct=yes - hardcode_shlibpath_var=no - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' - hardcode_libdir_flag_spec='${wl}-rpath,$libdir' - export_dynamic_flag_spec='${wl}-E' + if test -f /usr/libexec/ld.so; then + hardcode_direct=yes + hardcode_shlibpath_var=no + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + export_dynamic_flag_spec='${wl}-E' + else + case $host_os in + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-R$libdir' + ;; + *) + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + ;; + esac + fi else - case $host_os in - openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) - archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' - hardcode_libdir_flag_spec='-R$libdir' - ;; - *) - archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - hardcode_libdir_flag_spec='${wl}-rpath,$libdir' - ;; - esac + ld_shlibs=no fi ;; @@ -8621,17 +8677,16 @@ case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) - # The compiler driver will combine linker options so we - # cannot just pass the convience library names through - # without $wl, iff we do not link with $LD. - # Luckily, gcc supports the same syntax we need for Sun Studio. + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) - case $wlarc in - '') - whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;; - *) - whole_archive_flag_spec='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;; - esac ;; + if test "$GCC" = yes; then + whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + whole_archive_flag_spec='-z allextract$convenience -z defaultextract' + fi + ;; esac link_all_deplibs=yes ;; @@ -8688,7 +8743,7 @@ fi ;; - sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*) + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag='${wl}-z,text' archive_cmds_need_lc=no hardcode_shlibpath_var=no @@ -8765,7 +8820,7 @@ { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } $rm conftest* - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 @@ -8823,17 +8878,55 @@ version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" + if test "$GCC" = yes; then - sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` - if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then + case $host_os in + darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; + *) lt_awk_arg="/^libraries:/" ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'` else - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary. + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path/$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" + else + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk ' +BEGIN {RS=" "; FS="/|\n";} { + lt_foo=""; + lt_count=0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo="/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[lt_foo]++; } + if (lt_freq[lt_foo] == 1) { print lt_foo; } +}'` + sys_lib_search_path_spec=`echo $lt_search_path_spec` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi @@ -8993,12 +9086,8 @@ shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' - # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. - if test "$GCC" = yes; then - sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` - else - sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' - fi + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; @@ -9015,18 +9104,6 @@ dynamic_linker=no ;; -kfreebsd*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - dynamic_linker='GNU ld.so' - ;; - freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. @@ -9064,7 +9141,7 @@ shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; - freebsd*) # from 4.6 on + *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; @@ -9127,7 +9204,7 @@ postinstall_cmds='chmod 555 $lib' ;; -interix3*) +interix[3-9]*) version_type=linux need_lib_prefix=no need_version=no @@ -9182,7 +9259,7 @@ ;; # This must be Linux ELF. -linux*) +linux* | k*bsd*-gnu) version_type=linux need_lib_prefix=no need_version=no @@ -9196,31 +9273,10 @@ # before this can be enabled. hardcode_into_libs=yes - # find out which ABI we are using - libsuff= - case "$host_cpu" in - x86_64*|s390x*|powerpc64*) - echo '#line 9203 "configure"' > conftest.$ac_ext - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - case `/usr/bin/file conftest.$ac_objext` in - *64-bit*) - libsuff=64 - sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" - ;; - esac - fi - rm -rf conftest* - ;; - esac - # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/^ *//;s/#.*//;/^[^\/]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -9232,7 +9288,7 @@ dynamic_linker='GNU/Linux ld.so' ;; -knetbsd*-gnu) +netbsdelf*-gnu) version_type=linux need_lib_prefix=no need_version=no @@ -9241,7 +9297,7 @@ shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes - dynamic_linker='GNU ld.so' + dynamic_linker='NetBSD ld.elf_so' ;; netbsd*) @@ -9325,6 +9381,10 @@ sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; +rdos*) + dynamic_linker=no + ;; + solaris*) version_type=linux need_lib_prefix=no @@ -9478,6 +9538,7 @@ darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" + old_striplib="$STRIP -S" { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } else @@ -10064,7 +10125,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < conftest.$ac_ext <conftest.$ac_ext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $rm conftest* ac_outfile=conftest.$ac_objext -printf "$lt_simple_link_test_code" >conftest.$ac_ext +echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $rm conftest* @@ -11183,7 +11245,7 @@ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 - hardcode_direct_CXX=yes + : else # We have old collect2 hardcode_direct_CXX=unsupported @@ -11257,11 +11319,18 @@ } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. -if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'`; fi +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -11317,11 +11386,18 @@ } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. -if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'`; fi +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -11440,10 +11516,10 @@ case $cc_basename in xlc*) output_verbose_link_cmd='echo' - archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' + archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds - archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ;; *) @@ -11477,7 +11553,7 @@ freebsd-elf*) archive_cmds_need_lc_CXX=no ;; - freebsd* | kfreebsd*-gnu | dragonfly*) + freebsd* | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions ld_shlibs_CXX=yes @@ -11526,9 +11602,7 @@ hardcode_libdir_separator_CXX=: case $host_cpu in - hppa*64*|ia64*) - hardcode_libdir_flag_spec_ld_CXX='+b $libdir' - ;; + hppa*64*|ia64*) ;; *) export_dynamic_flag_spec_CXX='${wl}-E' ;; @@ -11596,7 +11670,7 @@ ;; esac ;; - interix3*) + interix[3-9]*) hardcode_direct_CXX=no hardcode_shlibpath_var_CXX=no hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' @@ -11636,7 +11710,7 @@ hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator_CXX=: ;; - linux*) + linux* | k*bsd*-gnu) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler @@ -11716,6 +11790,29 @@ # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + no_undefined_flag_CXX=' -zdefs' + archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' + hardcode_libdir_flag_spec_CXX='-R$libdir' + whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + + # Not sure whether something based on + # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 + # would be better. + output_verbose_link_cmd='echo' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' + ;; + esac + ;; esac ;; lynxos*) @@ -11738,7 +11835,7 @@ ;; esac ;; - netbsd*) + netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' wlarc= @@ -11754,16 +11851,20 @@ ld_shlibs_CXX=no ;; openbsd*) - hardcode_direct_CXX=yes - hardcode_shlibpath_var_CXX=no - archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' - hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' - export_dynamic_flag_spec_CXX='${wl}-E' - whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + if test -f /usr/libexec/ld.so; then + hardcode_direct_CXX=yes + hardcode_shlibpath_var_CXX=no + archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' + export_dynamic_flag_spec_CXX='${wl}-E' + whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + fi + output_verbose_link_cmd='echo' + else + ld_shlibs_CXX=no fi - output_verbose_link_cmd='echo' ;; osf3*) case $cc_basename in @@ -11925,15 +12026,10 @@ case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) - # The C++ compiler is used as linker so we must use $wl - # flag to pass the commands to the underlying system - # linker. We must also pass each convience library through - # to the system linker between allextract/defaultextract. - # The C++ compiler will combine linker options so we - # cannot just pass the convience library names through - # without $wl. + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) - whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' + whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract' ;; esac link_all_deplibs_CXX=yes @@ -11980,6 +12076,12 @@ fi hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir' + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + ;; + esac fi ;; esac @@ -12171,7 +12273,7 @@ # PORTME: override above test on systems where it is broken case $host_os in -interix3*) +interix[3-9]*) # Interix 3.5 installs completely hosed .la files for C++, so rather than # hack all around it, let's just trust "g++" to DTRT. predep_objects_CXX= @@ -12179,13 +12281,46 @@ postdeps_CXX= ;; +linux*) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + # + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + if test "$solaris_use_stlport4" != yes; then + postdeps_CXX='-library=Cstd -library=Crun' + fi + ;; + esac + ;; + solaris*) case $cc_basename in CC*) + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + # Adding this requires a known-good setup of shared libraries for # Sun compiler versions before 5.6, else PIC objects from an old # archive will be linked into the output, leading to subtle bugs. - postdeps_CXX='-lCstd -lCrun' + if test "$solaris_use_stlport4" != yes; then + postdeps_CXX='-library=Cstd -library=Crun' + fi ;; esac ;; @@ -12222,12 +12357,14 @@ # like `-m68040'. lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4' ;; - beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; - mingw* | os2* | pw32*) + mingw* | cygwin* | os2* | pw32*) # 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). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries lt_prog_compiler_pic_CXX='-DDLL_EXPORT' ;; darwin* | rhapsody*) @@ -12239,7 +12376,7 @@ # DJGPP does not support shared libraries at all lt_prog_compiler_pic_CXX= ;; - interix3*) + interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; @@ -12305,7 +12442,7 @@ ;; esac ;; - freebsd* | kfreebsd*-gnu | dragonfly*) + freebsd* | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) @@ -12348,7 +12485,7 @@ ;; esac ;; - linux*) + linux* | k*bsd*-gnu) case $cc_basename in KCC*) # KAI C++ Compiler @@ -12375,6 +12512,14 @@ lt_prog_compiler_static_CXX='-non_shared' ;; *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + lt_prog_compiler_pic_CXX='-KPIC' + lt_prog_compiler_static_CXX='-Bstatic' + lt_prog_compiler_wl_CXX='-Qoption ld ' + ;; + esac ;; esac ;; @@ -12391,7 +12536,7 @@ ;; esac ;; - netbsd*) + netbsd* | netbsdelf*-gnu) ;; osf3* | osf4* | osf5*) case $cc_basename in @@ -12489,7 +12634,7 @@ else lt_prog_compiler_pic_works_CXX=no ac_outfile=conftest.$ac_objext - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. @@ -12500,11 +12645,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:12503: $lt_compile\"" >&5) + (eval echo "\"\$as_me:12648: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:12507: \$? = $ac_status" >&5 + echo "$as_me:12652: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -12553,7 +12698,7 @@ lt_prog_compiler_static_works_CXX=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_tmp_static_flag" - printf "$lt_simple_link_test_code" > conftest.$ac_ext + echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings @@ -12593,7 +12738,7 @@ mkdir conftest cd conftest mkdir out - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or @@ -12604,11 +12749,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:12607: $lt_compile\"" >&5) + (eval echo "\"\$as_me:12752: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:12611: \$? = $ac_status" >&5 + echo "$as_me:12756: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -12674,7 +12819,10 @@ export_symbols_cmds_CXX="$ltdll_cmds" ;; cygwin* | mingw*) - export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([^ ]*\) [^ ]*/\1 DATA/;/^I /d;/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' + ;; + linux* | k*bsd*-gnu) + link_all_deplibs_CXX=no ;; *) export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' @@ -12705,7 +12853,7 @@ { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } $rm conftest* - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 @@ -12763,20 +12911,7 @@ version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" -if test "$GCC" = yes; then - sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` - if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then - # if the path contains ";" then we assume it to be the separator - # otherwise default to the standard path separator (i.e. ":") - it is - # assumed that no part of a normal pathname contains ";" but that should - # okay in the real world where ";" in dirpaths is itself problematic. - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` - else - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` - fi -else - sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" -fi + need_lib_prefix=unknown hardcode_into_libs=no @@ -12933,12 +13068,7 @@ shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' - # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. - if test "$GCC" = yes; then - sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` - else - sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' - fi + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; @@ -12955,18 +13085,6 @@ dynamic_linker=no ;; -kfreebsd*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - dynamic_linker='GNU ld.so' - ;; - freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. @@ -13004,7 +13122,7 @@ shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; - freebsd*) # from 4.6 on + *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; @@ -13067,7 +13185,7 @@ postinstall_cmds='chmod 555 $lib' ;; -interix3*) +interix[3-9]*) version_type=linux need_lib_prefix=no need_version=no @@ -13122,7 +13240,7 @@ ;; # This must be Linux ELF. -linux*) +linux* | k*bsd*-gnu) version_type=linux need_lib_prefix=no need_version=no @@ -13136,31 +13254,10 @@ # before this can be enabled. hardcode_into_libs=yes - # find out which ABI we are using - libsuff= - case "$host_cpu" in - x86_64*|s390x*|powerpc64*) - echo '#line 13143 "configure"' > conftest.$ac_ext - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - case `/usr/bin/file conftest.$ac_objext` in - *64-bit*) - libsuff=64 - sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" - ;; - esac - fi - rm -rf conftest* - ;; - esac - # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/^ *//;s/#.*//;/^[^\/]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -13172,7 +13269,7 @@ dynamic_linker='GNU/Linux ld.so' ;; -knetbsd*-gnu) +netbsdelf*-gnu) version_type=linux need_lib_prefix=no need_version=no @@ -13181,7 +13278,7 @@ shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes - dynamic_linker='GNU ld.so' + dynamic_linker='NetBSD ld.elf_so' ;; netbsd*) @@ -13265,6 +13362,10 @@ sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; +rdos*) + dynamic_linker=no + ;; + solaris*) version_type=linux need_lib_prefix=no @@ -13459,6 +13560,7 @@ module_cmds_CXX \ module_expsym_cmds_CXX \ lt_cv_prog_compiler_c_o_CXX \ + fix_srcfile_path_CXX \ exclude_expsyms_CXX \ include_expsyms_CXX; do @@ -13779,7 +13881,7 @@ sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. -fix_srcfile_path="$fix_srcfile_path_CXX" +fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols_CXX @@ -13870,10 +13972,17 @@ objext_F77=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code=" subroutine t\n return\n end\n" +lt_simple_compile_test_code="\ + subroutine t + return + end +" # Code to be used in simple link tests -lt_simple_link_test_code=" program t\n end\n" +lt_simple_link_test_code="\ + program t + end +" # ltmain only uses $CC for tagged configurations so make sure $CC is set. @@ -13889,13 +13998,13 @@ # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext -printf "$lt_simple_compile_test_code" >conftest.$ac_ext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $rm conftest* ac_outfile=conftest.$ac_objext -printf "$lt_simple_link_test_code" >conftest.$ac_ext +echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $rm conftest* @@ -13982,13 +14091,15 @@ lt_prog_compiler_pic_F77='-m68020 -resident32 -malways-restore-a4' ;; - beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; - mingw* | pw32* | os2*) + mingw* | cygwin* | pw32* | 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). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries lt_prog_compiler_pic_F77='-DDLL_EXPORT' ;; @@ -13998,7 +14109,7 @@ lt_prog_compiler_pic_F77='-fno-common' ;; - interix3*) + interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; @@ -14056,7 +14167,7 @@ esac ;; - mingw* | pw32* | os2*) + mingw* | cygwin* | pw32* | 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). lt_prog_compiler_pic_F77='-DDLL_EXPORT' @@ -14089,7 +14200,7 @@ lt_prog_compiler_static_F77='-Bstatic' ;; - linux*) + linux* | k*bsd*-gnu) case $cc_basename in icc* | ecc*) lt_prog_compiler_wl_F77='-Wl,' @@ -14108,6 +14219,22 @@ # All Alpha code is PIC. lt_prog_compiler_static_F77='-non_shared' ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C 5.9 + lt_prog_compiler_pic_F77='-KPIC' + lt_prog_compiler_static_F77='-Bstatic' + lt_prog_compiler_wl_F77='-Wl,' + ;; + *Sun\ F*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + lt_prog_compiler_pic_F77='-KPIC' + lt_prog_compiler_static_F77='-Bstatic' + lt_prog_compiler_wl_F77='' + ;; + esac + ;; esac ;; @@ -14117,6 +14244,10 @@ lt_prog_compiler_static_F77='-non_shared' ;; + rdos*) + lt_prog_compiler_static_F77='-non_shared' + ;; + solaris*) lt_prog_compiler_pic_F77='-KPIC' lt_prog_compiler_static_F77='-Bstatic' @@ -14184,7 +14315,7 @@ else lt_prog_compiler_pic_works_F77=no ac_outfile=conftest.$ac_objext - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic_F77" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. @@ -14195,11 +14326,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:14198: $lt_compile\"" >&5) + (eval echo "\"\$as_me:14329: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:14202: \$? = $ac_status" >&5 + echo "$as_me:14333: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -14248,7 +14379,7 @@ lt_prog_compiler_static_works_F77=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_tmp_static_flag" - printf "$lt_simple_link_test_code" > conftest.$ac_ext + echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings @@ -14288,7 +14419,7 @@ mkdir conftest cd conftest mkdir out - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or @@ -14299,11 +14430,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:14302: $lt_compile\"" >&5) + (eval echo "\"\$as_me:14433: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:14306: \$? = $ac_status" >&5 + echo "$as_me:14437: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -14495,7 +14626,7 @@ allow_undefined_flag_F77=unsupported always_export_symbols_F77=no enable_shared_with_static_runtimes_F77=yes - export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' + export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' @@ -14513,7 +14644,7 @@ fi ;; - interix3*) + interix[3-9]*) hardcode_direct_F77=no hardcode_shlibpath_var_F77=no hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' @@ -14528,7 +14659,7 @@ archive_expsym_cmds_F77='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; - linux*) + gnu* | linux* | k*bsd*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then tmp_addflag= case $cc_basename,$host_cpu in @@ -14546,20 +14677,30 @@ ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; esac - archive_cmds_F77='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + whole_archive_flag_spec_F77='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + *) + tmp_sharedflag='-shared' ;; + esac + archive_cmds_F77='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test $supports_anon_versioning = yes; then archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ $echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi + link_all_deplibs_F77=no else ld_shlibs_F77=no fi ;; - netbsd*) + netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= @@ -14711,7 +14852,7 @@ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 - hardcode_direct_F77=yes + : else # We have old collect2 hardcode_direct_F77=unsupported @@ -14775,11 +14916,18 @@ } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. -if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'`; fi +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -14824,11 +14972,18 @@ } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. -if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'`; fi +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -14882,7 +15037,7 @@ # The linker will automatically build a .lib file if we build a DLL. old_archive_From_new_cmds_F77='true' # FIXME: Should let the user specify the lib program. - old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs' + old_archive_cmds_F77='lib -OUT:$oldlib$oldobjs$old_deplibs' fix_srcfile_path_F77='`cygpath -w "$srcfile"`' enable_shared_with_static_runtimes_F77=yes ;; @@ -14924,10 +15079,10 @@ case $cc_basename in xlc*) output_verbose_link_cmd='echo' - archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' + archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds - archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ;; *) @@ -14967,7 +15122,7 @@ ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. - freebsd* | kfreebsd*-gnu | dragonfly*) + freebsd* | dragonfly*) archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec_F77='-R$libdir' hardcode_direct_F77=yes @@ -15069,7 +15224,7 @@ link_all_deplibs_F77=yes ;; - netbsd*) + netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else @@ -15089,24 +15244,28 @@ ;; openbsd*) - hardcode_direct_F77=yes - hardcode_shlibpath_var_F77=no - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' - hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' - export_dynamic_flag_spec_F77='${wl}-E' + if test -f /usr/libexec/ld.so; then + hardcode_direct_F77=yes + hardcode_shlibpath_var_F77=no + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' + export_dynamic_flag_spec_F77='${wl}-E' + else + case $host_os in + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) + archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec_F77='-R$libdir' + ;; + *) + archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' + ;; + esac + fi else - case $host_os in - openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) - archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' - hardcode_libdir_flag_spec_F77='-R$libdir' - ;; - *) - archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' - ;; - esac + ld_shlibs_F77=no fi ;; @@ -15165,17 +15324,16 @@ case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) - # The compiler driver will combine linker options so we - # cannot just pass the convience library names through - # without $wl, iff we do not link with $LD. - # Luckily, gcc supports the same syntax we need for Sun Studio. + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) - case $wlarc in - '') - whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' ;; - *) - whole_archive_flag_spec_F77='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;; - esac ;; + if test "$GCC" = yes; then + whole_archive_flag_spec_F77='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' + fi + ;; esac link_all_deplibs_F77=yes ;; @@ -15232,7 +15390,7 @@ fi ;; - sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*) + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag_F77='${wl}-z,text' archive_cmds_need_lc_F77=no hardcode_shlibpath_var_F77=no @@ -15309,7 +15467,7 @@ { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } $rm conftest* - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 @@ -15367,20 +15525,7 @@ version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" -if test "$GCC" = yes; then - sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` - if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then - # if the path contains ";" then we assume it to be the separator - # otherwise default to the standard path separator (i.e. ":") - it is - # assumed that no part of a normal pathname contains ";" but that should - # okay in the real world where ";" in dirpaths is itself problematic. - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` - else - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` - fi -else - sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" -fi + need_lib_prefix=unknown hardcode_into_libs=no @@ -15537,12 +15682,7 @@ shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' - # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. - if test "$GCC" = yes; then - sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` - else - sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' - fi + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; @@ -15559,18 +15699,6 @@ dynamic_linker=no ;; -kfreebsd*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - dynamic_linker='GNU ld.so' - ;; - freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. @@ -15608,7 +15736,7 @@ shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; - freebsd*) # from 4.6 on + *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; @@ -15671,7 +15799,7 @@ postinstall_cmds='chmod 555 $lib' ;; -interix3*) +interix[3-9]*) version_type=linux need_lib_prefix=no need_version=no @@ -15726,7 +15854,7 @@ ;; # This must be Linux ELF. -linux*) +linux* | k*bsd*-gnu) version_type=linux need_lib_prefix=no need_version=no @@ -15740,31 +15868,10 @@ # before this can be enabled. hardcode_into_libs=yes - # find out which ABI we are using - libsuff= - case "$host_cpu" in - x86_64*|s390x*|powerpc64*) - echo '#line 15747 "configure"' > conftest.$ac_ext - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - case `/usr/bin/file conftest.$ac_objext` in - *64-bit*) - libsuff=64 - sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" - ;; - esac - fi - rm -rf conftest* - ;; - esac - # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/^ *//;s/#.*//;/^[^\/]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -15776,7 +15883,7 @@ dynamic_linker='GNU/Linux ld.so' ;; -knetbsd*-gnu) +netbsdelf*-gnu) version_type=linux need_lib_prefix=no need_version=no @@ -15785,7 +15892,7 @@ shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes - dynamic_linker='GNU ld.so' + dynamic_linker='NetBSD ld.elf_so' ;; netbsd*) @@ -15869,6 +15976,10 @@ sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; +rdos*) + dynamic_linker=no + ;; + solaris*) version_type=linux need_lib_prefix=no @@ -16063,6 +16174,7 @@ module_cmds_F77 \ module_expsym_cmds_F77 \ lt_cv_prog_compiler_c_o_F77 \ + fix_srcfile_path_F77 \ exclude_expsyms_F77 \ include_expsyms_F77; do @@ -16383,7 +16495,7 @@ sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. -fix_srcfile_path="$fix_srcfile_path_F77" +fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols_F77 @@ -16441,10 +16553,10 @@ objext_GCJ=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code="class foo {}\n" +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) {}; }\n' +lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. @@ -16460,13 +16572,13 @@ # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext -printf "$lt_simple_compile_test_code" >conftest.$ac_ext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $rm conftest* ac_outfile=conftest.$ac_objext -printf "$lt_simple_link_test_code" >conftest.$ac_ext +echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $rm conftest* @@ -16507,7 +16619,7 @@ else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-fno-rtti -fno-exceptions" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. @@ -16518,11 +16630,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16521: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16633: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:16525: \$? = $ac_status" >&5 + echo "$as_me:16637: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -16573,13 +16685,15 @@ lt_prog_compiler_pic_GCJ='-m68020 -resident32 -malways-restore-a4' ;; - beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; - mingw* | pw32* | os2*) + mingw* | cygwin* | pw32* | 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). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries lt_prog_compiler_pic_GCJ='-DDLL_EXPORT' ;; @@ -16589,7 +16703,7 @@ lt_prog_compiler_pic_GCJ='-fno-common' ;; - interix3*) + interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; @@ -16647,7 +16761,7 @@ esac ;; - mingw* | pw32* | os2*) + mingw* | cygwin* | pw32* | 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). lt_prog_compiler_pic_GCJ='-DDLL_EXPORT' @@ -16680,7 +16794,7 @@ lt_prog_compiler_static_GCJ='-Bstatic' ;; - linux*) + linux* | k*bsd*-gnu) case $cc_basename in icc* | ecc*) lt_prog_compiler_wl_GCJ='-Wl,' @@ -16699,6 +16813,22 @@ # All Alpha code is PIC. lt_prog_compiler_static_GCJ='-non_shared' ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C 5.9 + lt_prog_compiler_pic_GCJ='-KPIC' + lt_prog_compiler_static_GCJ='-Bstatic' + lt_prog_compiler_wl_GCJ='-Wl,' + ;; + *Sun\ F*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + lt_prog_compiler_pic_GCJ='-KPIC' + lt_prog_compiler_static_GCJ='-Bstatic' + lt_prog_compiler_wl_GCJ='' + ;; + esac + ;; esac ;; @@ -16708,6 +16838,10 @@ lt_prog_compiler_static_GCJ='-non_shared' ;; + rdos*) + lt_prog_compiler_static_GCJ='-non_shared' + ;; + solaris*) lt_prog_compiler_pic_GCJ='-KPIC' lt_prog_compiler_static_GCJ='-Bstatic' @@ -16775,7 +16909,7 @@ else lt_prog_compiler_pic_works_GCJ=no ac_outfile=conftest.$ac_objext - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic_GCJ" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. @@ -16786,11 +16920,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16789: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16923: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:16793: \$? = $ac_status" >&5 + echo "$as_me:16927: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -16839,7 +16973,7 @@ lt_prog_compiler_static_works_GCJ=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_tmp_static_flag" - printf "$lt_simple_link_test_code" > conftest.$ac_ext + echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings @@ -16879,7 +17013,7 @@ mkdir conftest cd conftest mkdir out - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or @@ -16890,11 +17024,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16893: $lt_compile\"" >&5) + (eval echo "\"\$as_me:17027: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:16897: \$? = $ac_status" >&5 + echo "$as_me:17031: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -17086,7 +17220,7 @@ allow_undefined_flag_GCJ=unsupported always_export_symbols_GCJ=no enable_shared_with_static_runtimes_GCJ=yes - export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' + export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' @@ -17104,7 +17238,7 @@ fi ;; - interix3*) + interix[3-9]*) hardcode_direct_GCJ=no hardcode_shlibpath_var_GCJ=no hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' @@ -17119,7 +17253,7 @@ archive_expsym_cmds_GCJ='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; - linux*) + gnu* | linux* | k*bsd*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then tmp_addflag= case $cc_basename,$host_cpu in @@ -17137,20 +17271,30 @@ ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; esac - archive_cmds_GCJ='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + whole_archive_flag_spec_GCJ='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + *) + tmp_sharedflag='-shared' ;; + esac + archive_cmds_GCJ='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test $supports_anon_versioning = yes; then archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ $echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi + link_all_deplibs_GCJ=no else ld_shlibs_GCJ=no fi ;; - netbsd*) + netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= @@ -17302,7 +17446,7 @@ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 - hardcode_direct_GCJ=yes + : else # We have old collect2 hardcode_direct_GCJ=unsupported @@ -17376,11 +17520,18 @@ } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. -if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'`; fi +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -17435,11 +17586,18 @@ } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. -if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'`; fi +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -17493,7 +17651,7 @@ # The linker will automatically build a .lib file if we build a DLL. old_archive_From_new_cmds_GCJ='true' # FIXME: Should let the user specify the lib program. - old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs' + old_archive_cmds_GCJ='lib -OUT:$oldlib$oldobjs$old_deplibs' fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`' enable_shared_with_static_runtimes_GCJ=yes ;; @@ -17535,10 +17693,10 @@ case $cc_basename in xlc*) output_verbose_link_cmd='echo' - archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' + archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds - archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ;; *) @@ -17578,7 +17736,7 @@ ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. - freebsd* | kfreebsd*-gnu | dragonfly*) + freebsd* | dragonfly*) archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec_GCJ='-R$libdir' hardcode_direct_GCJ=yes @@ -17680,7 +17838,7 @@ link_all_deplibs_GCJ=yes ;; - netbsd*) + netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else @@ -17700,24 +17858,28 @@ ;; openbsd*) - hardcode_direct_GCJ=yes - hardcode_shlibpath_var_GCJ=no - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' - hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' - export_dynamic_flag_spec_GCJ='${wl}-E' + if test -f /usr/libexec/ld.so; then + hardcode_direct_GCJ=yes + hardcode_shlibpath_var_GCJ=no + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' + export_dynamic_flag_spec_GCJ='${wl}-E' + else + case $host_os in + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) + archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec_GCJ='-R$libdir' + ;; + *) + archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' + ;; + esac + fi else - case $host_os in - openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) - archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' - hardcode_libdir_flag_spec_GCJ='-R$libdir' - ;; - *) - archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' - ;; - esac + ld_shlibs_GCJ=no fi ;; @@ -17776,17 +17938,16 @@ case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) - # The compiler driver will combine linker options so we - # cannot just pass the convience library names through - # without $wl, iff we do not link with $LD. - # Luckily, gcc supports the same syntax we need for Sun Studio. + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) - case $wlarc in - '') - whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' ;; - *) - whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;; - esac ;; + if test "$GCC" = yes; then + whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' + fi + ;; esac link_all_deplibs_GCJ=yes ;; @@ -17843,7 +18004,7 @@ fi ;; - sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*) + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag_GCJ='${wl}-z,text' archive_cmds_need_lc_GCJ=no hardcode_shlibpath_var_GCJ=no @@ -17920,7 +18081,7 @@ { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } $rm conftest* - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 @@ -17978,20 +18139,7 @@ version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" -if test "$GCC" = yes; then - sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` - if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then - # if the path contains ";" then we assume it to be the separator - # otherwise default to the standard path separator (i.e. ":") - it is - # assumed that no part of a normal pathname contains ";" but that should - # okay in the real world where ";" in dirpaths is itself problematic. - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` - else - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` - fi -else - sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" -fi + need_lib_prefix=unknown hardcode_into_libs=no @@ -18148,12 +18296,7 @@ shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' - # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. - if test "$GCC" = yes; then - sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` - else - sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' - fi + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; @@ -18170,18 +18313,6 @@ dynamic_linker=no ;; -kfreebsd*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - dynamic_linker='GNU ld.so' - ;; - freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. @@ -18219,7 +18350,7 @@ shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; - freebsd*) # from 4.6 on + *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; @@ -18282,7 +18413,7 @@ postinstall_cmds='chmod 555 $lib' ;; -interix3*) +interix[3-9]*) version_type=linux need_lib_prefix=no need_version=no @@ -18337,7 +18468,7 @@ ;; # This must be Linux ELF. -linux*) +linux* | k*bsd*-gnu) version_type=linux need_lib_prefix=no need_version=no @@ -18351,31 +18482,10 @@ # before this can be enabled. hardcode_into_libs=yes - # find out which ABI we are using - libsuff= - case "$host_cpu" in - x86_64*|s390x*|powerpc64*) - echo '#line 18358 "configure"' > conftest.$ac_ext - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - case `/usr/bin/file conftest.$ac_objext` in - *64-bit*) - libsuff=64 - sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" - ;; - esac - fi - rm -rf conftest* - ;; - esac - # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/^ *//;s/#.*//;/^[^\/]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -18387,7 +18497,7 @@ dynamic_linker='GNU/Linux ld.so' ;; -knetbsd*-gnu) +netbsdelf*-gnu) version_type=linux need_lib_prefix=no need_version=no @@ -18396,7 +18506,7 @@ shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes - dynamic_linker='GNU ld.so' + dynamic_linker='NetBSD ld.elf_so' ;; netbsd*) @@ -18480,6 +18590,10 @@ sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; +rdos*) + dynamic_linker=no + ;; + solaris*) version_type=linux need_lib_prefix=no @@ -18674,6 +18788,7 @@ module_cmds_GCJ \ module_expsym_cmds_GCJ \ lt_cv_prog_compiler_c_o_GCJ \ + fix_srcfile_path_GCJ \ exclude_expsyms_GCJ \ include_expsyms_GCJ; do @@ -18994,7 +19109,7 @@ sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. -fix_srcfile_path="$fix_srcfile_path_GCJ" +fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols_GCJ @@ -19051,7 +19166,7 @@ objext_RC=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n' +lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' # Code to be used in simple link tests lt_simple_link_test_code="$lt_simple_compile_test_code" @@ -19070,13 +19185,13 @@ # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext -printf "$lt_simple_compile_test_code" >conftest.$ac_ext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $rm conftest* ac_outfile=conftest.$ac_objext -printf "$lt_simple_link_test_code" >conftest.$ac_ext +echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $rm conftest* @@ -19154,6 +19269,7 @@ module_cmds_RC \ module_expsym_cmds_RC \ lt_cv_prog_compiler_c_o_RC \ + fix_srcfile_path_RC \ exclude_expsyms_RC \ include_expsyms_RC; do @@ -19474,7 +19590,7 @@ sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. -fix_srcfile_path="$fix_srcfile_path_RC" +fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols_RC @@ -21412,7 +21528,9 @@ fi - if test $DOXYGEN; then + + +if test $DOXYGEN; then HAS_DOXYGEN_TRUE= HAS_DOXYGEN_FALSE='#' else @@ -21422,7 +21540,9 @@ if test x$wantdoxygen != xyes ; then DOXYGEN= - if false; then + + +if false; then HAS_DOXYGEN_TRUE= HAS_DOXYGEN_FALSE='#' else @@ -21472,7 +21592,9 @@ fi - if test $DOT; then + + +if test $DOT; then HAS_DOT_TRUE= HAS_DOT_FALSE='#' else @@ -21482,7 +21604,9 @@ if test x$wantgraphviz != xyes ; then DOT= - if false; then + + +if false; then HAS_DOT_TRUE= HAS_DOT_FALSE='#' else @@ -22089,7 +22213,6 @@ ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' -MKDIR_P='$MKDIR_P' _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF @@ -22290,7 +22413,6 @@ INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim INSTALL_DATA!$INSTALL_DATA$ac_delim -am__isrc!$am__isrc$ac_delim CYGPATH_W!$CYGPATH_W$ac_delim PACKAGE!$PACKAGE$ac_delim VERSION!$VERSION$ac_delim @@ -22347,6 +22469,7 @@ host_vendor!$host_vendor$ac_delim host_os!$host_os$ac_delim SED!$SED$ac_delim +GREP!$GREP$ac_delim _ACEOF if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then @@ -22388,7 +22511,6 @@ ac_delim='%!_!# ' for ac_last_try in false false false false false :; do cat >conf$$subs.sed <<_ACEOF -GREP!$GREP$ac_delim EGREP!$EGREP$ac_delim LN_S!$LN_S$ac_delim ECHO!$ECHO$ac_delim @@ -22421,7 +22543,7 @@ LTLIBOBJS!$LTLIBOBJS$ac_delim _ACEOF - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 31; then + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 30; then break elif $ac_last_try; then { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 @@ -22648,11 +22770,6 @@ [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac - ac_MKDIR_P=$MKDIR_P - case $MKDIR_P in - [\\/$]* | ?:[\\/]* ) ;; - */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; - esac _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF @@ -22706,7 +22823,6 @@ s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t -s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out @@ -22741,9 +22857,8 @@ # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. - # Grep'ing the whole file is not good either: AIX grep has a line - # limit of 2048, but all sed's we know have understand at least 4000. - if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then + # So let's grep whole file. + if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ --- libsmbios-0.13.10.orig/debian/libsmbios-bin.dirs +++ libsmbios-0.13.10/debian/libsmbios-bin.dirs @@ -0,0 +1 @@ +usr/sbin --- libsmbios-0.13.10.orig/debian/docs +++ libsmbios-0.13.10/debian/docs @@ -0,0 +1,2 @@ +README +TODO --- libsmbios-0.13.10.orig/debian/libsmbios1.install +++ libsmbios-0.13.10/debian/libsmbios1.install @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/libsmbios.so.* usr/lib +debian/tmp/usr/lib/libsmbios.so.*.* usr/lib --- libsmbios-0.13.10.orig/debian/smbios-tools.dirs +++ libsmbios-0.13.10/debian/smbios-tools.dirs @@ -0,0 +1,2 @@ +etc +etc/bios_update --- libsmbios-0.13.10.orig/debian/control +++ libsmbios-0.13.10/debian/control @@ -0,0 +1,109 @@ +Source: libsmbios +Priority: optional +Maintainer: Jose Luis Tallon +Build-Depends: debhelper (>= 4.2.0), autotools-dev, libtool (>= 1.5.24), + libxml2-dev, libcppunit-dev, doxygen, graphviz, python +Standards-Version: 3.7.2 +Section: libs + +Package: libsmbios1 +Section: libs +Architecture: i386 amd64 ia64 +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: libsmbios-doc +Description: Provide access to (SM)BIOS information -- dynamic library + libsmbios aims towards providing access to as much BIOS information as + possible. It does this by providing a library of functions that can be used + as well as sample binaries. + . + It incorporates extensible access to SMBIOS information capabilities and + ability to perform unit tests across multiple systems without using physical + hardware. Moreover, centralized, data-driven exception handling for broken + BIOS tables is provided. Currently, full access to the SMBIOS table and its + items is implemented. Additionally, access and manipulation of Dell Indexed + IO Token (type 0xD4) is implemented. This token is a vendor-extention + SMBIOS structure which allows uniform access to manipulate the system CMOS + to enable, disable, or otherwise manipulate normal BIOS functions or features. + +Package: libsmbios-dev +Section: libdevel +Architecture: i386 amd64 ia64 +Depends: libsmbios1 (= ${binary:Version}) +Description: Provide access to (SM)BIOS information - development files + libsmbios aims towards providing access to as much BIOS information as + possible. It does this by providing a library of functions that can be + used as well as sample binaries. + . + It incorporates extensible access to SMBIOS information capabilities and + ability to perform unit tests across multiple systems without using physical + hardware. Moreover, centralized, data-driven exception handling for broken + BIOS tables is provided. + . + To start out with, the focus is on the SMBIOS tables. Currently, full access + to the SMBIOS table and its items is implemented. In the future, it will + provide $PIR, MPTABLE, RCI, RBU, and other tables as well. + . + Additionally, access and manipulation of Dell Indexed IO Token (type 0xD4) + is implemented. This token is a vendor-extention SMBIOS structure which + allows uniform access to manipulate the system CMOS to enable, disable, or + otherwise manipulate normal BIOS functions or features. + +Package: libsmbios-bin +Section: admin +Architecture: i386 amd64 ia64 +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: libsmbios-doc +Description: Provide access to (SM)BIOS information -- utility binaries + libsmbios aims towards providing access to as much BIOS information as + possible. This package includes libsmbios' sample binaries/utilities. + +Package: libsmbios-doc +Section: libs +Architecture: all +Depends: ${misc:Depends} +Description: Access to (SM)BIOS information in an OS-indepent way (docs) + libsmbios aims towards providing access to as much BIOS information as + possible. It does this by providing a library of functions that can be used + as well as sample binaries. + . + It incorporates extensible access to SMBIOS information capabilities and + ability to perform unit tests across multiple systems without using physical + hardware. Moreover, centralized, data-driven exception handling for broken + BIOS tables is provided. Currently, full access to the SMBIOS table and its + items is implemented. Additionally, access and manipulation of Dell Indexed + IO Token (type 0xD4) is implemented. This token is a vendor-extention + SMBIOS structure which allows uniform access to manipulate the system CMOS + to enable, disable, or otherwise manipulate normal BIOS functions or features. + +Package: libsmbiosxml1 +Section: libs +Architecture: i386 amd64 ia64 +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: libsmbios-doc +Description: Provide XML access to (SM)BIOS information -- dynamic library + libsmbios aims towards providing access to as much BIOS information as + possible. It does this by providing a library of functions that can be used + as well as sample binaries. + . + This is the XML abstraction layer lib. + +Package: libsmbiosxml-dev +Section: libdevel +Architecture: i386 amd64 ia64 +Depends: libsmbiosxml1 (= ${binary:Version}), libsmbios-dev (= ${binary:Version}) +Description: Provide access to (SM)BIOS information - development files + libsmbios aims towards providing access to as much BIOS information as + possible. It does this by providing a library of functions that can be + used as well as sample binaries. + . + This is the XML abstraction layer lib. + +#Package: smbios-tools +#Section: admin +#Architecture: i386 amd64 ia64 +#Depends: ${shlibs:Depends}, ${misc:Depends} +#Description: (SM)BIOS and firmware managing tools +# libsmbios aims towards providing access to as much BIOS information as +# possible. +# . +# This package contains the BIOS update and firmware managing tools. --- libsmbios-0.13.10.orig/debian/Makefile +++ libsmbios-0.13.10/debian/Makefile @@ -0,0 +1,13 @@ +# +# +.PHONY: dummy + +SUBDIRS=additions manpages patches po + + +tidy: dummy + rm -f *~ + +mrproper: tidy + for dir in ${SUBDIRS}; do $(MAKE) -C $$dir tidy; done + --- libsmbios-0.13.10.orig/debian/additions/smbiosxml.pc +++ libsmbios-0.13.10/debian/additions/smbiosxml.pc @@ -0,0 +1,12 @@ +prefix=/usr +exec_prefix=/usr/bin +libdir=/usr/lib +includedir=/usr/include + +Name: smbiosxml +Description: Open BIOS access (XML wrapper) +Version: 0.10.6 + +Requires.private: xerces +Libs: -L${libdir} -lsmbiosxml -lsmbios +Cflags: -I${includedir}/smbios --- libsmbios-0.13.10.orig/debian/additions/smbios.pc +++ libsmbios-0.13.10/debian/additions/smbios.pc @@ -0,0 +1,12 @@ +prefix=/usr +exec_prefix=/usr/bin +libdir=/usr/lib +includedir=/usr/include + +Name: smbios +Description: Open BIOS access +Version: 0.10.6 + +Requires.private: libc6 +Libs: -L${libdir} -lsmbios +Cflags: -I${includedir}/smbios --- libsmbios-0.13.10.orig/debian/rules +++ libsmbios-0.13.10/debian/rules @@ -0,0 +1,137 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 +INSTDIR=$(CURDIR)/debian + +PACKAGES=$(shell grep "^Package:" debian/control | sed -e 's/Package: //g') + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +# shared library versions, option 1 +version=1.0.13 +major=1 +# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so +#version=`ls libraries/.libs/lib*.so.* | \ +# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'` +#major=`ls src/.libs/lib*.so.* | \ +# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'` + + +#configure: configure.ac +# autoconf +# touch -r configure configure.ac + +config.status: + dh_testdir + test -e build/config.sub -a -L build/config.sub || \ + ln -sf /usr/share/misc/config.sub build/config.sub + test -e build/config.guess -a -L build/config.guess || \ + ln -sf /usr/share/misc/config.guess build/config.guess + + test -e build/ltmain.sh -a -L build/ltmain.sh || \ + ln -sf /usr/share/libtool/ltmain.sh build/ltmain.sh + + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ + --prefix=/usr \ + --with-cppunit-prefix=/usr \ + --with-gnu-ld \ + --disable-rpath + + +build: build-stamp +build-stamp: config.status + dh_testdir + + # Compile the package. + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + rm -f build/config.guess build/config.sub + rm -f build/ltmain.sh + rm -f config.log + + # Clean up after the build process. + [ -f Makefile ] && $(MAKE) distclean || true + dh_clean + + rm -f Makefile + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Install the package into debian/tmp + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + +# (dh_install will take care of it) +# find $(CURDIR)/doc/full/html/ -type f \ +# -exec chmod 644 {} \; + find $(CURDIR)/include/smbios -type f \ + -exec chmod 644 {} \; + $(RM) -f debian/libsmbios-dev/usr/include/smbios/config/boost_LICENSE_1_0_txt + + dh_installman -plibsmbios-bin + for file in $(CURDIR)/debian/tmp/usr/bin/* ; do \ + exename=`basename $${file}` ; \ + ln -s smbios-bin.1 \ + $(CURDIR)/debian/libsmbios-bin/usr/share/man/man1/$${exename}.1 ; \ + done + + # Install additional license file + for p in $(PACKAGES); do \ + dh_installdocs -p$$p COPYING-OSL ; \ + done + +# dh_install + + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_install -i + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_install -a +# dh_installdebconf +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- libsmbios-0.13.10.orig/debian/watch +++ libsmbios-0.13.10/debian/watch @@ -0,0 +1,10 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +http://linux.dell.com/libsmbios/download/libsmbios/libsmbios-(.*) + --- libsmbios-0.13.10.orig/debian/libsmbiosxml1.install +++ libsmbios-0.13.10/debian/libsmbiosxml1.install @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/libsmbiosxml.so.* usr/lib +debian/tmp/usr/lib/libsmbiosxml.so.*.* usr/lib --- libsmbios-0.13.10.orig/debian/libsmbiosxml-dev.install +++ libsmbios-0.13.10/debian/libsmbiosxml-dev.install @@ -0,0 +1,3 @@ +debian/tmp/usr/lib/libsmbiosxml.so usr/lib +debian/tmp/usr/lib/libsmbiosxml.a usr/lib +debian/tmp/usr/lib/libsmbiosxml.la usr/lib --- libsmbios-0.13.10.orig/debian/changelog +++ libsmbios-0.13.10/debian/changelog @@ -0,0 +1,108 @@ +libsmbios (0.13.10-1) unstable; urgency=low + + * New upstream version (Closes: #441288) + + * Build process fixes/enhancements + - Fixed debian/control to be binNMU-safe + - Upstream's libtool had enabled 'rpath': re-libtoolize'd source + - Added dependency on libtool following fix above + + * Kudos to Julien Blache for his support and sponsoring + + -- Jose Luis Tallon Sun, 7 Sep 2007 23:46:42 +0200 + +libsmbios (0.13.6-1) unstable; urgency=low + + * New upstream version + - Adds complete support for EFI (i.e. intel-based Macs) + + * Fixed FTBFS with gcc4.3 (missing includes) (Closes: #418621) + + -- Jose Luis Tallon Sun, 22 Apr 2007 13:04:55 +0200 + +libsmbios (0.13.5-1) unstable; urgency=medium + + * New upstream version (Closes: #418018) + - Fix broken libtool in previous version (Closes: #418425) + - New libtool version used: relibtoolized source (Closes: #418134) + + * Fixed debian/rules to put config.{sub,guess} into proper place + + -- Jose Luis Tallon Tue, 10 Apr 2007 22:06:25 +0200 + +libsmbios (0.13.4-1) unstable; urgency=low + + * New upstream version + - Xerces is not a build-dep anymore + + * Source tarball cleanup: do not ship generated binaries (Closes: 399201) + + * libsmbios-doc: package now contains the Doxy-generated + libsmbios documentation (in HTML format) (Closes: #399200) + + * Enhanced man page a bit, barring proper documentation from upstream + A separate, complete version for every binary shipped is still pending, + though + + -- Jose Luis Tallon Wed, 14 Mar 2007 13:17:20 +0100 + +libsmbios (0.12.1-3) unstable; urgency=low + + * Ensure including libsmbios.so in -dev (Closes: #399205) + + -- Jose Luis Tallon Sat, 18 Nov 2006 16:57:48 +0100 + +libsmbios (0.12.1-2) unstable; urgency=low + + * Acknowledge NMU (Closes: #393443) + - Thanks, Bas + + -- Jose Luis Tallon Mon, 23 Oct 2006 19:32:27 +0200 + +libsmbios (0.12.1-1.1) unstable; urgency=medium + + * Non-maintainer upload + * Moved the binaries of libsmbios-bin to /usr/sbin (closes: #393443) + + -- Bas Zoetekouw Mon, 23 Oct 2006 17:33:42 +0200 + +libsmbios (0.12.1-1) unstable; urgency=low + + * New upstream version + + -- Jose Luis Tallon Fri, 1 Sep 2006 18:59:08 +0200 + +libsmbios (0.11.5-2) unstable; urgency=low + + * Fix FTBFS due to bashisms in debian/rules (Closes: #380610) + + -- Jose Luis Tallon Thu, 31 Aug 2006 22:36:31 +0200 + +libsmbios (0.11.5-1) unstable; urgency=low + + * New upstream version (Closes: #354900) + + * Packaging + - Depend on libxerces27-dev now (Closes: #368915) + - Upgraded to Standards-Version 3.7.2 with no changes + + * Package sponsored by Roberto Lumbreras + + -- Jose Luis Tallon Sat, 10 Jun 2006 14:54:36 +0200 + +libsmbios (0.10.6-2) unstable; urgency=low + + * FTBFS: Restrict building to supported architectures (Closes: #344652) + - moved 'doxygen' to Build-Depends (from -Indep) (Closes: #344745) + + * Package sponsored by Roberto Lumbreras + + -- Jose Luis Tallon Thu, 29 Dec 2005 3:52:25 +0100 + +libsmbios (0.10.6-1) unstable; urgency=low + + * New upstream version. Initial upload to Debian (Closes: #316502) + + * Package sponsored by Roberto Lumbreras + + -- Jose Luis Tallon Sun, 11 Dec 2005 20:40:43 +0100 --- libsmbios-0.13.10.orig/debian/libsmbios-doc.install +++ libsmbios-0.13.10/debian/libsmbios-doc.install @@ -0,0 +1,2 @@ +doc/full/html/* usr/share/doc/libsmbios-doc/html +doc/visio/*.jpg usr/share/doc/libsmbios-doc/diagrams --- libsmbios-0.13.10.orig/debian/libsmbiosxml1.dirs +++ libsmbios-0.13.10/debian/libsmbiosxml1.dirs @@ -0,0 +1 @@ +usr/lib --- libsmbios-0.13.10.orig/debian/libsmbios1.dirs +++ libsmbios-0.13.10/debian/libsmbios1.dirs @@ -0,0 +1 @@ +usr/lib --- libsmbios-0.13.10.orig/debian/manpages/smbios-bin.1 +++ libsmbios-0.13.10/debian/manpages/smbios-bin.1 @@ -0,0 +1,58 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH WX-CONSOLE 1 "Apr 28, 2004" "Kern Sibbald&John Walker" "Network backup, recovery and verification" +.\" Please adjust this date whenever revising the manpage. +.\" +.SH NAME + smbios-bin \- SMBIOS management/utility program +.SH SYNOPSIS +.B program +.RI [options] +.br +.SH DESCRIPTION +This manual page documents briefly the utility programs included with libsmbios +.PP +The files contained in usr/sbin retrieve and/or manipulate several +parameters via the SMBIOS calls: +.BR +.RI activateCmosToken +.RI ascii2enUS_scancode +.RI assetTag +retrieve the system's Asset Tag +.RI createUnitTestFiles +.RI dellBiosUpdate +.RI dellLcdBrightness +.RI dellWirelessCtl +.RI disable_console_redir +.RI dumpCmos +produce a dump of the CMOS +.RI dumpSmbios +produce a dump of the SMBIOS in this system +.RI getPasswordFormat +.RI getSystemId +.RI isCmosTokenActive +.RI probes +.RI propertyTag +retrieve the PropertyTag, if set +.RI serviceTag +retrieve the Service Tag, the same which can be read in the label at the +back (necessary to call DELL's customer service) +.RI smitest +perform SMI tests +.RI stateByteCtl +.RI tokenCtl +.RI upBootCtl +.RI verifySmiPassword +.RI wakeupCtl + +.PP +This manual page was written for the Debian distribution +because the original program does not have a manual page. +.PP +.SH AUTHOR +This manual page was written by Jose Luis Tallon +.nh +, +for the Debian GNU/Linux system (but may be used by others). --- libsmbios-0.13.10.orig/debian/compat +++ libsmbios-0.13.10/debian/compat @@ -0,0 +1 @@ +4 --- libsmbios-0.13.10.orig/debian/libsmbiosxml1.postrm +++ libsmbios-0.13.10/debian/libsmbiosxml1.postrm @@ -0,0 +1,38 @@ +#! /bin/sh +# postrm script for libsmbios +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `remove' +# * `purge' +# * `upgrade' +# * `failed-upgrade' +# * `abort-install' +# * `abort-install' +# * `abort-upgrade' +# * `disappear' overwrit>r> +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + + + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- libsmbios-0.13.10.orig/debian/libsmbios-bin.postinst +++ libsmbios-0.13.10/debian/libsmbios-bin.postinst @@ -0,0 +1,42 @@ +#! /bin/sh +# postinst script for libsmbios +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package +# + +case "$1" in + configure) + + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- libsmbios-0.13.10.orig/debian/libsmbios-bin.manpages +++ libsmbios-0.13.10/debian/libsmbios-bin.manpages @@ -0,0 +1 @@ +debian/manpages/smbios-bin.1 --- libsmbios-0.13.10.orig/debian/libsmbios-bin.install +++ libsmbios-0.13.10/debian/libsmbios-bin.install @@ -0,0 +1 @@ +debian/tmp/usr/bin/* usr/sbin --- libsmbios-0.13.10.orig/debian/README.Debian +++ libsmbios-0.13.10/debian/README.Debian @@ -0,0 +1,17 @@ +libsmbios for Debian +-------------------- + +Initial packaging, in two different libsmbios packages, so as to ease usage. + +* libsmbios1 + Contains the 'base' SMBIOS access functionality + +* libsmbiosxml1 + Contains the 'high level' XML-based access functionality + + +* libsmbios-bin + Binaries making use of the libsmbios functionality + + + -- Jose Luis Tallon , Fri, 1 Jul 2005 23:34:21 +0200 --- libsmbios-0.13.10.orig/debian/libsmbios1.postinst +++ libsmbios-0.13.10/debian/libsmbios1.postinst @@ -0,0 +1,42 @@ +#! /bin/sh +# postinst script for libsmbios +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package +# + +case "$1" in + configure) + ldconfig -n /usr/lib + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- libsmbios-0.13.10.orig/debian/libsmbios1.postrm +++ libsmbios-0.13.10/debian/libsmbios1.postrm @@ -0,0 +1,38 @@ +#! /bin/sh +# postrm script for libsmbios +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `remove' +# * `purge' +# * `upgrade' +# * `failed-upgrade' +# * `abort-install' +# * `abort-install' +# * `abort-upgrade' +# * `disappear' overwrit>r> +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + + + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- libsmbios-0.13.10.orig/debian/libsmbios-dev.install +++ libsmbios-0.13.10/debian/libsmbios-dev.install @@ -0,0 +1,4 @@ +debian/tmp/usr/lib/libsmbios.so usr/lib +debian/tmp/usr/lib/libsmbios.a usr/lib +debian/tmp/usr/lib/libsmbios.la usr/lib +include/smbios/* usr/include/smbios --- libsmbios-0.13.10.orig/debian/libsmbiosxml1.postinst +++ libsmbios-0.13.10/debian/libsmbiosxml1.postinst @@ -0,0 +1,42 @@ +#! /bin/sh +# postinst script for libsmbios +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package +# + +case "$1" in + configure) + ldconfig -n /usr/lib + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- libsmbios-0.13.10.orig/debian/libsmbios-dev.dirs +++ libsmbios-0.13.10/debian/libsmbios-dev.dirs @@ -0,0 +1,3 @@ +usr/lib +usr/include +usr/include/smbios --- libsmbios-0.13.10.orig/debian/copyright +++ libsmbios-0.13.10/debian/copyright @@ -0,0 +1,50 @@ +This package was debianized by Jose Luis Tallon on +Fri, 1 Jul 2005 23:34:21 +0200. + +It was downloaded from http://linux.dell.com/ + +Copyright Holder: Dell Inc. + +Copyright (C) 2005 Dell Inc. +by Michael Brown + +License: dual GPL v2 or OSL (Open Software License) + +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL-2 + +This package includes the full text of the OSL license within its +/usr/share/doc directory (taken from COPYING-OSL) + + +include/smbios/config/boost_LICENSE_1_0_txt: + +Portions of the code in this subdirectory are taken from the boost project at +http://www.boost.org/. The license below applies to this code. + + +Boost Software License - Version 1.0 - August 17th, 2003 + +Permission is hereby granted, free of charge, to any person or organization +obtaining a copy of the software and accompanying documentation covered by +this license (the "Software") to use, reproduce, display, distribute, +execute, and transmit the Software, and to prepare derivative works of the +Software, and to permit third-parties to whom the Software is furnished to +do so, all subject to the following: + +The copyright notices in the Software and this entire statement, including +the above license grant, this restriction and the following disclaimer, +must be included in all copies of the Software, in whole or in part, and +all derivative works of the Software, unless such copies or derivative +works are solely in the form of machine-executable object code generated by +a source language processor. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + +(end of include/smbios/config/boost_LICENSE_1_0_txt) --- libsmbios-0.13.10.orig/debian/libsmbios-doc.dirs +++ libsmbios-0.13.10/debian/libsmbios-doc.dirs @@ -0,0 +1,2 @@ +usr/share +usr/share/doc/libsmbios-doc --- libsmbios-0.13.10.orig/Makefile.in +++ libsmbios-0.13.10/Makefile.in @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.10 from Makefile.am. +# Makefile.in generated by automake 1.9.6 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# 2003, 2004, 2005 Free Software Foundation, Inc. # This Makefile.in 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. @@ -23,11 +23,15 @@ # vim:noexpandtab:autoindent:tabstop=8:shiftwidth=8:filetype=make:nocindent:tw=0: +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = . am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c @@ -107,7 +111,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ - configure.lineno config.status.lineno + configure.lineno configure.status.lineno mkinstalldirs = $(SHELL) $(top_srcdir)/build/mkinstalldirs CONFIG_CLEAN_FILES = include/smbios/version.h \ doc/full-documentation.dox doc/interface-only.dox \ @@ -157,19 +161,11 @@ libraries/token/libraries_libsmbios_la-TokenTableFactory.lo \ libraries/token/libraries_libsmbios_la-TokenTableIterator.lo libraries_libsmbios_la_OBJECTS = $(am_libraries_libsmbios_la_OBJECTS) -libraries_libsmbios_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) \ - $(libraries_libsmbios_la_LDFLAGS) $(LDFLAGS) -o $@ am_libraries_libsmbiosxml_la_OBJECTS = \ libraries/xml_libxml2/libraries_libsmbiosxml_la-SmbiosXml.lo \ libraries/xml_libxml2/libraries_libsmbiosxml_la-XmlUtils.lo libraries_libsmbiosxml_la_OBJECTS = \ $(am_libraries_libsmbiosxml_la_OBJECTS) -libraries_libsmbiosxml_la_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(libraries_libsmbiosxml_la_CXXFLAGS) $(CXXFLAGS) \ - $(libraries_libsmbiosxml_la_LDFLAGS) $(LDFLAGS) -o $@ binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) PROGRAMS = $(bin_PROGRAMS) am__objects_1 = bin-supported/getopts.$(OBJEXT) @@ -177,463 +173,262 @@ $(am__objects_1) bin_supported_assetTag_OBJECTS = $(am_bin_supported_assetTag_OBJECTS) bin_supported_assetTag_LDADD = $(LDADD) -bin_supported_assetTag_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ - $(CXXFLAGS) $(bin_supported_assetTag_LDFLAGS) $(LDFLAGS) -o $@ am_bin_supported_assetTagS_OBJECTS = bin-supported/assetTag.$(OBJEXT) \ $(am__objects_1) bin_supported_assetTagS_OBJECTS = \ $(am_bin_supported_assetTagS_OBJECTS) bin_supported_assetTagS_LDADD = $(LDADD) -bin_supported_assetTagS_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ - $(CXXFLAGS) $(bin_supported_assetTagS_LDFLAGS) $(LDFLAGS) -o \ - $@ am_bin_supported_dellBiosUpdate_OBJECTS = $(am__objects_1) \ bin-supported/bin_supported_dellBiosUpdate-dellBiosUpdate.$(OBJEXT) bin_supported_dellBiosUpdate_OBJECTS = \ $(am_bin_supported_dellBiosUpdate_OBJECTS) bin_supported_dellBiosUpdate_LDADD = $(LDADD) -bin_supported_dellBiosUpdate_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(bin_supported_dellBiosUpdate_CXXFLAGS) $(CXXFLAGS) \ - $(bin_supported_dellBiosUpdate_LDFLAGS) $(LDFLAGS) -o $@ am_bin_supported_dellBiosUpdateS_OBJECTS = $(am__objects_1) \ bin-supported/bin_supported_dellBiosUpdateS-dellBiosUpdate.$(OBJEXT) bin_supported_dellBiosUpdateS_OBJECTS = \ $(am_bin_supported_dellBiosUpdateS_OBJECTS) bin_supported_dellBiosUpdateS_LDADD = $(LDADD) -bin_supported_dellBiosUpdateS_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(bin_supported_dellBiosUpdateS_CXXFLAGS) $(CXXFLAGS) \ - $(bin_supported_dellBiosUpdateS_LDFLAGS) $(LDFLAGS) -o $@ am_bin_supported_dellLcdBrightness_OBJECTS = $(am__objects_1) \ bin-supported/dellLcdBrightness.$(OBJEXT) bin_supported_dellLcdBrightness_OBJECTS = \ $(am_bin_supported_dellLcdBrightness_OBJECTS) bin_supported_dellLcdBrightness_LDADD = $(LDADD) -bin_supported_dellLcdBrightness_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_supported_dellLcdBrightness_LDFLAGS) $(LDFLAGS) -o $@ am_bin_supported_dellLcdBrightnessS_OBJECTS = $(am__objects_1) \ bin-supported/dellLcdBrightness.$(OBJEXT) bin_supported_dellLcdBrightnessS_OBJECTS = \ $(am_bin_supported_dellLcdBrightnessS_OBJECTS) bin_supported_dellLcdBrightnessS_LDADD = $(LDADD) -bin_supported_dellLcdBrightnessS_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_supported_dellLcdBrightnessS_LDFLAGS) $(LDFLAGS) -o $@ am_bin_supported_dellWirelessCtl_OBJECTS = $(am__objects_1) \ bin-supported/dellWirelessCtl.$(OBJEXT) bin_supported_dellWirelessCtl_OBJECTS = \ $(am_bin_supported_dellWirelessCtl_OBJECTS) bin_supported_dellWirelessCtl_LDADD = $(LDADD) -bin_supported_dellWirelessCtl_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_supported_dellWirelessCtl_LDFLAGS) $(LDFLAGS) -o $@ am_bin_supported_dellWirelessCtlS_OBJECTS = $(am__objects_1) \ bin-supported/dellWirelessCtl.$(OBJEXT) bin_supported_dellWirelessCtlS_OBJECTS = \ $(am_bin_supported_dellWirelessCtlS_OBJECTS) bin_supported_dellWirelessCtlS_LDADD = $(LDADD) -bin_supported_dellWirelessCtlS_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_supported_dellWirelessCtlS_LDFLAGS) $(LDFLAGS) -o $@ am_bin_supported_dumpSmbios_OBJECTS = $(am__objects_1) \ bin-supported/dumpSmbios.$(OBJEXT) bin_supported_dumpSmbios_OBJECTS = \ $(am_bin_supported_dumpSmbios_OBJECTS) bin_supported_dumpSmbios_LDADD = $(LDADD) -bin_supported_dumpSmbios_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) $(bin_supported_dumpSmbios_LDFLAGS) \ - $(LDFLAGS) -o $@ am_bin_supported_dumpSmbiosS_OBJECTS = $(am__objects_1) \ bin-supported/dumpSmbios.$(OBJEXT) bin_supported_dumpSmbiosS_OBJECTS = \ $(am_bin_supported_dumpSmbiosS_OBJECTS) bin_supported_dumpSmbiosS_LDADD = $(LDADD) -bin_supported_dumpSmbiosS_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_supported_dumpSmbiosS_LDFLAGS) $(LDFLAGS) -o $@ am_bin_supported_getSystemId_OBJECTS = \ bin-supported/getSystemId.$(OBJEXT) $(am__objects_1) bin_supported_getSystemId_OBJECTS = \ $(am_bin_supported_getSystemId_OBJECTS) bin_supported_getSystemId_LDADD = $(LDADD) -bin_supported_getSystemId_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_supported_getSystemId_LDFLAGS) $(LDFLAGS) -o $@ am_bin_supported_getSystemIdS_OBJECTS = \ bin-supported/getSystemId.$(OBJEXT) $(am__objects_1) bin_supported_getSystemIdS_OBJECTS = \ $(am_bin_supported_getSystemIdS_OBJECTS) bin_supported_getSystemIdS_LDADD = $(LDADD) -bin_supported_getSystemIdS_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_supported_getSystemIdS_LDFLAGS) $(LDFLAGS) -o $@ am_bin_supported_propertyTag_OBJECTS = $(am__objects_1) \ bin-supported/propertyTag.$(OBJEXT) bin_supported_propertyTag_OBJECTS = \ $(am_bin_supported_propertyTag_OBJECTS) bin_supported_propertyTag_LDADD = $(LDADD) -bin_supported_propertyTag_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_supported_propertyTag_LDFLAGS) $(LDFLAGS) -o $@ am_bin_supported_propertyTagS_OBJECTS = $(am__objects_1) \ bin-supported/propertyTag.$(OBJEXT) bin_supported_propertyTagS_OBJECTS = \ $(am_bin_supported_propertyTagS_OBJECTS) bin_supported_propertyTagS_LDADD = $(LDADD) -bin_supported_propertyTagS_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_supported_propertyTagS_LDFLAGS) $(LDFLAGS) -o $@ am_bin_supported_serviceTag_OBJECTS = $(am__objects_1) \ bin-supported/serviceTag.$(OBJEXT) bin_supported_serviceTag_OBJECTS = \ $(am_bin_supported_serviceTag_OBJECTS) bin_supported_serviceTag_LDADD = $(LDADD) -bin_supported_serviceTag_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) $(bin_supported_serviceTag_LDFLAGS) \ - $(LDFLAGS) -o $@ am_bin_supported_serviceTagS_OBJECTS = $(am__objects_1) \ bin-supported/serviceTag.$(OBJEXT) bin_supported_serviceTagS_OBJECTS = \ $(am_bin_supported_serviceTagS_OBJECTS) bin_supported_serviceTagS_LDADD = $(LDADD) -bin_supported_serviceTagS_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_supported_serviceTagS_LDFLAGS) $(LDFLAGS) -o $@ am_bin_supported_tokenCtl_OBJECTS = $(am__objects_1) \ bin-supported/tokenCtl.$(OBJEXT) bin_supported_tokenCtl_OBJECTS = $(am_bin_supported_tokenCtl_OBJECTS) bin_supported_tokenCtl_LDADD = $(LDADD) -bin_supported_tokenCtl_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ - $(CXXFLAGS) $(bin_supported_tokenCtl_LDFLAGS) $(LDFLAGS) -o $@ am_bin_supported_tokenCtlS_OBJECTS = $(am__objects_1) \ bin-supported/tokenCtl.$(OBJEXT) bin_supported_tokenCtlS_OBJECTS = \ $(am_bin_supported_tokenCtlS_OBJECTS) bin_supported_tokenCtlS_LDADD = $(LDADD) -bin_supported_tokenCtlS_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ - $(CXXFLAGS) $(bin_supported_tokenCtlS_LDFLAGS) $(LDFLAGS) -o \ - $@ am_bin_supported_verifySmiPassword_OBJECTS = $(am__objects_1) \ bin-supported/verifySmiPassword.$(OBJEXT) bin_supported_verifySmiPassword_OBJECTS = \ $(am_bin_supported_verifySmiPassword_OBJECTS) bin_supported_verifySmiPassword_LDADD = $(LDADD) -bin_supported_verifySmiPassword_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_supported_verifySmiPassword_LDFLAGS) $(LDFLAGS) -o $@ am_bin_supported_verifySmiPasswordS_OBJECTS = $(am__objects_1) \ bin-supported/verifySmiPassword.$(OBJEXT) bin_supported_verifySmiPasswordS_OBJECTS = \ $(am_bin_supported_verifySmiPasswordS_OBJECTS) bin_supported_verifySmiPasswordS_LDADD = $(LDADD) -bin_supported_verifySmiPasswordS_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_supported_verifySmiPasswordS_LDFLAGS) $(LDFLAGS) -o $@ am_bin_supported_wakeupCtl_OBJECTS = $(am__objects_1) \ bin-supported/wakeupCtl.$(OBJEXT) bin_supported_wakeupCtl_OBJECTS = \ $(am_bin_supported_wakeupCtl_OBJECTS) bin_supported_wakeupCtl_LDADD = $(LDADD) -bin_supported_wakeupCtl_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ - $(CXXFLAGS) $(bin_supported_wakeupCtl_LDFLAGS) $(LDFLAGS) -o \ - $@ am_bin_supported_wakeupCtlS_OBJECTS = $(am__objects_1) \ bin-supported/wakeupCtl.$(OBJEXT) bin_supported_wakeupCtlS_OBJECTS = \ $(am_bin_supported_wakeupCtlS_OBJECTS) bin_supported_wakeupCtlS_LDADD = $(LDADD) -bin_supported_wakeupCtlS_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) $(bin_supported_wakeupCtlS_LDFLAGS) \ - $(LDFLAGS) -o $@ am_bin_unsupported_activateCmosToken_OBJECTS = $(am__objects_1) \ bin-unsupported/activateCmosToken.$(OBJEXT) bin_unsupported_activateCmosToken_OBJECTS = \ $(am_bin_unsupported_activateCmosToken_OBJECTS) bin_unsupported_activateCmosToken_LDADD = $(LDADD) -bin_unsupported_activateCmosToken_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_unsupported_activateCmosToken_LDFLAGS) $(LDFLAGS) -o $@ am_bin_unsupported_activateCmosTokenS_OBJECTS = $(am__objects_1) \ bin-unsupported/activateCmosToken.$(OBJEXT) bin_unsupported_activateCmosTokenS_OBJECTS = \ $(am_bin_unsupported_activateCmosTokenS_OBJECTS) bin_unsupported_activateCmosTokenS_LDADD = $(LDADD) -bin_unsupported_activateCmosTokenS_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_unsupported_activateCmosTokenS_LDFLAGS) $(LDFLAGS) -o $@ am_bin_unsupported_ascii2enUS_scancode_OBJECTS = $(am__objects_1) \ bin-unsupported/ascii2enUS_scancode.$(OBJEXT) bin_unsupported_ascii2enUS_scancode_OBJECTS = \ $(am_bin_unsupported_ascii2enUS_scancode_OBJECTS) bin_unsupported_ascii2enUS_scancode_LDADD = $(LDADD) -bin_unsupported_ascii2enUS_scancode_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_unsupported_ascii2enUS_scancode_LDFLAGS) $(LDFLAGS) -o \ - $@ am_bin_unsupported_ascii2enUS_scancodeS_OBJECTS = $(am__objects_1) \ bin-unsupported/ascii2enUS_scancode.$(OBJEXT) bin_unsupported_ascii2enUS_scancodeS_OBJECTS = \ $(am_bin_unsupported_ascii2enUS_scancodeS_OBJECTS) bin_unsupported_ascii2enUS_scancodeS_LDADD = $(LDADD) -bin_unsupported_ascii2enUS_scancodeS_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_unsupported_ascii2enUS_scancodeS_LDFLAGS) $(LDFLAGS) -o \ - $@ am_bin_unsupported_createUnitTestFiles_OBJECTS = $(am__objects_1) \ bin-unsupported/createUnitTestFiles.$(OBJEXT) bin_unsupported_createUnitTestFiles_OBJECTS = \ $(am_bin_unsupported_createUnitTestFiles_OBJECTS) bin_unsupported_createUnitTestFiles_LDADD = $(LDADD) -bin_unsupported_createUnitTestFiles_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_unsupported_createUnitTestFiles_LDFLAGS) $(LDFLAGS) -o \ - $@ am_bin_unsupported_createUnitTestFilesS_OBJECTS = $(am__objects_1) \ bin-unsupported/createUnitTestFiles.$(OBJEXT) bin_unsupported_createUnitTestFilesS_OBJECTS = \ $(am_bin_unsupported_createUnitTestFilesS_OBJECTS) bin_unsupported_createUnitTestFilesS_LDADD = $(LDADD) -bin_unsupported_createUnitTestFilesS_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_unsupported_createUnitTestFilesS_LDFLAGS) $(LDFLAGS) -o \ - $@ am_bin_unsupported_dellLEDCtl_OBJECTS = $(am__objects_1) \ bin-unsupported/dellLEDCtl.$(OBJEXT) bin_unsupported_dellLEDCtl_OBJECTS = \ $(am_bin_unsupported_dellLEDCtl_OBJECTS) bin_unsupported_dellLEDCtl_LDADD = $(LDADD) -bin_unsupported_dellLEDCtl_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_unsupported_dellLEDCtl_LDFLAGS) $(LDFLAGS) -o $@ am_bin_unsupported_dellLEDCtlS_OBJECTS = $(am__objects_1) \ bin-unsupported/dellLEDCtl.$(OBJEXT) bin_unsupported_dellLEDCtlS_OBJECTS = \ $(am_bin_unsupported_dellLEDCtlS_OBJECTS) bin_unsupported_dellLEDCtlS_LDADD = $(LDADD) -bin_unsupported_dellLEDCtlS_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_unsupported_dellLEDCtlS_LDFLAGS) $(LDFLAGS) -o $@ am_bin_unsupported_disable_console_redir_OBJECTS = $(am__objects_1) \ bin-unsupported/disable_console_redir.$(OBJEXT) bin_unsupported_disable_console_redir_OBJECTS = \ $(am_bin_unsupported_disable_console_redir_OBJECTS) bin_unsupported_disable_console_redir_LDADD = $(LDADD) -bin_unsupported_disable_console_redir_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_unsupported_disable_console_redir_LDFLAGS) $(LDFLAGS) -o \ - $@ am_bin_unsupported_disable_console_redirS_OBJECTS = $(am__objects_1) \ bin-unsupported/disable_console_redir.$(OBJEXT) bin_unsupported_disable_console_redirS_OBJECTS = \ $(am_bin_unsupported_disable_console_redirS_OBJECTS) bin_unsupported_disable_console_redirS_LDADD = $(LDADD) -bin_unsupported_disable_console_redirS_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_unsupported_disable_console_redirS_LDFLAGS) $(LDFLAGS) \ - -o $@ am_bin_unsupported_dumpCmos_OBJECTS = $(am__objects_1) \ bin-unsupported/dumpCmos.$(OBJEXT) bin_unsupported_dumpCmos_OBJECTS = \ $(am_bin_unsupported_dumpCmos_OBJECTS) bin_unsupported_dumpCmos_LDADD = $(LDADD) -bin_unsupported_dumpCmos_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) $(bin_unsupported_dumpCmos_LDFLAGS) \ - $(LDFLAGS) -o $@ am_bin_unsupported_dumpCmosS_OBJECTS = $(am__objects_1) \ bin-unsupported/dumpCmos.$(OBJEXT) bin_unsupported_dumpCmosS_OBJECTS = \ $(am_bin_unsupported_dumpCmosS_OBJECTS) bin_unsupported_dumpCmosS_LDADD = $(LDADD) -bin_unsupported_dumpCmosS_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_unsupported_dumpCmosS_LDFLAGS) $(LDFLAGS) -o $@ am_bin_unsupported_getPasswordFormat_OBJECTS = $(am__objects_1) \ bin-unsupported/getPasswordFormat.$(OBJEXT) bin_unsupported_getPasswordFormat_OBJECTS = \ $(am_bin_unsupported_getPasswordFormat_OBJECTS) bin_unsupported_getPasswordFormat_LDADD = $(LDADD) -bin_unsupported_getPasswordFormat_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_unsupported_getPasswordFormat_LDFLAGS) $(LDFLAGS) -o $@ am_bin_unsupported_getPasswordFormatS_OBJECTS = $(am__objects_1) \ bin-unsupported/getPasswordFormat.$(OBJEXT) bin_unsupported_getPasswordFormatS_OBJECTS = \ $(am_bin_unsupported_getPasswordFormatS_OBJECTS) bin_unsupported_getPasswordFormatS_LDADD = $(LDADD) -bin_unsupported_getPasswordFormatS_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_unsupported_getPasswordFormatS_LDFLAGS) $(LDFLAGS) -o $@ am_bin_unsupported_isCmosTokenActive_OBJECTS = $(am__objects_1) \ bin-unsupported/isCmosTokenActive.$(OBJEXT) bin_unsupported_isCmosTokenActive_OBJECTS = \ $(am_bin_unsupported_isCmosTokenActive_OBJECTS) bin_unsupported_isCmosTokenActive_LDADD = $(LDADD) -bin_unsupported_isCmosTokenActive_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_unsupported_isCmosTokenActive_LDFLAGS) $(LDFLAGS) -o $@ am_bin_unsupported_isCmosTokenActiveS_OBJECTS = $(am__objects_1) \ bin-unsupported/isCmosTokenActive.$(OBJEXT) bin_unsupported_isCmosTokenActiveS_OBJECTS = \ $(am_bin_unsupported_isCmosTokenActiveS_OBJECTS) bin_unsupported_isCmosTokenActiveS_LDADD = $(LDADD) -bin_unsupported_isCmosTokenActiveS_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_unsupported_isCmosTokenActiveS_LDFLAGS) $(LDFLAGS) -o $@ am_bin_unsupported_probes_OBJECTS = $(am__objects_1) \ bin-unsupported/probes.$(OBJEXT) bin_unsupported_probes_OBJECTS = $(am_bin_unsupported_probes_OBJECTS) bin_unsupported_probes_LDADD = $(LDADD) -bin_unsupported_probes_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ - $(CXXFLAGS) $(bin_unsupported_probes_LDFLAGS) $(LDFLAGS) -o $@ am_bin_unsupported_probesS_OBJECTS = $(am__objects_1) \ bin-unsupported/probes.$(OBJEXT) bin_unsupported_probesS_OBJECTS = \ $(am_bin_unsupported_probesS_OBJECTS) bin_unsupported_probesS_LDADD = $(LDADD) -bin_unsupported_probesS_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ - $(CXXFLAGS) $(bin_unsupported_probesS_LDFLAGS) $(LDFLAGS) -o \ - $@ am_bin_unsupported_smitest_OBJECTS = $(am__objects_1) \ bin-unsupported/smitest.$(OBJEXT) bin_unsupported_smitest_OBJECTS = \ $(am_bin_unsupported_smitest_OBJECTS) bin_unsupported_smitest_LDADD = $(LDADD) -bin_unsupported_smitest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ - $(CXXFLAGS) $(bin_unsupported_smitest_LDFLAGS) $(LDFLAGS) -o \ - $@ am_bin_unsupported_smitestS_OBJECTS = $(am__objects_1) \ bin-unsupported/smitest.$(OBJEXT) bin_unsupported_smitestS_OBJECTS = \ $(am_bin_unsupported_smitestS_OBJECTS) bin_unsupported_smitestS_LDADD = $(LDADD) -bin_unsupported_smitestS_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) $(bin_unsupported_smitestS_LDFLAGS) \ - $(LDFLAGS) -o $@ am_bin_unsupported_stateByteCtl_OBJECTS = $(am__objects_1) \ bin-unsupported/stateByteCtl.$(OBJEXT) bin_unsupported_stateByteCtl_OBJECTS = \ $(am_bin_unsupported_stateByteCtl_OBJECTS) bin_unsupported_stateByteCtl_LDADD = $(LDADD) -bin_unsupported_stateByteCtl_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_unsupported_stateByteCtl_LDFLAGS) $(LDFLAGS) -o $@ am_bin_unsupported_stateByteCtlS_OBJECTS = $(am__objects_1) \ bin-unsupported/stateByteCtl.$(OBJEXT) bin_unsupported_stateByteCtlS_OBJECTS = \ $(am_bin_unsupported_stateByteCtlS_OBJECTS) bin_unsupported_stateByteCtlS_LDADD = $(LDADD) -bin_unsupported_stateByteCtlS_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_unsupported_stateByteCtlS_LDFLAGS) $(LDFLAGS) -o $@ am_bin_unsupported_upBootCtl_OBJECTS = $(am__objects_1) \ bin-unsupported/upBootCtl.$(OBJEXT) bin_unsupported_upBootCtl_OBJECTS = \ $(am_bin_unsupported_upBootCtl_OBJECTS) bin_unsupported_upBootCtl_LDADD = $(LDADD) -bin_unsupported_upBootCtl_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_unsupported_upBootCtl_LDFLAGS) $(LDFLAGS) -o $@ am_bin_unsupported_upBootCtlS_OBJECTS = $(am__objects_1) \ bin-unsupported/upBootCtl.$(OBJEXT) bin_unsupported_upBootCtlS_OBJECTS = \ $(am_bin_unsupported_upBootCtlS_OBJECTS) bin_unsupported_upBootCtlS_LDADD = $(LDADD) -bin_unsupported_upBootCtlS_LINK = $(LIBTOOL) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(bin_unsupported_upBootCtlS_LDFLAGS) $(LDFLAGS) -o $@ am_cppunit_testPlatform_OBJECTS = \ cppunit/cppunit_testPlatform-main.$(OBJEXT) \ cppunit/interface/cppunit_testPlatform-testPlatform.$(OBJEXT) cppunit_testPlatform_OBJECTS = $(am_cppunit_testPlatform_OBJECTS) cppunit_testPlatform_LDADD = $(LDADD) -cppunit_testPlatform_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(cppunit_testPlatform_CXXFLAGS) $(CXXFLAGS) \ - $(cppunit_testPlatform_LDFLAGS) $(LDFLAGS) -o $@ am_cppunit_testRbu_OBJECTS = cppunit/cppunit_testRbu-main.$(OBJEXT) \ cppunit/interface/cppunit_testRbu-testRbu.$(OBJEXT) cppunit_testRbu_OBJECTS = $(am_cppunit_testRbu_OBJECTS) cppunit_testRbu_LDADD = $(LDADD) -cppunit_testRbu_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(cppunit_testRbu_CXXFLAGS) $(CXXFLAGS) \ - $(cppunit_testRbu_LDFLAGS) $(LDFLAGS) -o $@ am_cppunit_testStandalone_OBJECTS = \ cppunit/cppunit_testStandalone-main.$(OBJEXT) \ cppunit/interface/cppunit_testStandalone-testStandalone.$(OBJEXT) cppunit_testStandalone_OBJECTS = $(am_cppunit_testStandalone_OBJECTS) cppunit_testStandalone_LDADD = $(LDADD) -cppunit_testStandalone_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(cppunit_testStandalone_CXXFLAGS) $(CXXFLAGS) \ - $(cppunit_testStandalone_LDFLAGS) $(LDFLAGS) -o $@ -DEFAULT_INCLUDES = -I.@am__isrc@ +DEFAULT_INCLUDES = -I. -I$(srcdir) depcomp = $(SHELL) $(top_srcdir)/build/depcomp am__depfiles_maybe = depfiles COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) -LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ - $(LDFLAGS) -o $@ +LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) CXXLD = $(CXX) -CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ - $(LDFLAGS) -o $@ +CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ SOURCES = $(libraries_libsmbios_la_SOURCES) \ $(libraries_libsmbiosxml_la_SOURCES) \ $(bin_supported_assetTag_SOURCES) \ @@ -736,13 +531,10 @@ $(cppunit_testStandalone_SOURCES) RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ - install-dvi-recursive install-exec-recursive \ - install-html-recursive install-info-recursive \ - install-pdf-recursive install-ps-recursive install-recursive \ - installcheck-recursive installdirs-recursive pdf-recursive \ - ps-recursive uninstall-recursive -RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ - distclean-recursive maintainer-clean-recursive + install-exec-recursive install-info-recursive \ + install-recursive installcheck-recursive installdirs-recursive \ + pdf-recursive ps-recursive uninstall-info-recursive \ + uninstall-recursive ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) @@ -758,6 +550,8 @@ distuninstallcheck_listfiles = find . -type f -print distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ @@ -790,7 +584,10 @@ F77 = @F77@ FFLAGS = @FFLAGS@ GREP = @GREP@ -INSTALL = @INSTALL@ +HAS_DOT_FALSE = @HAS_DOT_FALSE@ +HAS_DOT_TRUE = @HAS_DOT_TRUE@ +HAS_DOXYGEN_FALSE = @HAS_DOXYGEN_FALSE@ +HAS_DOXYGEN_TRUE = @HAS_DOXYGEN_TRUE@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -802,8 +599,9 @@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ OBJEXT = @OBJEXT@ PACKAGE = $(RELEASE_NAME) PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ @@ -818,13 +616,13 @@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = $(RELEASE_VERSION) -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ @@ -836,7 +634,6 @@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ -builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ @@ -864,11 +661,8 @@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = subdir-objects SUBDIRS = @@ -1168,7 +962,7 @@ cd $(top_builddir) && $(SHELL) ./config.status $@ install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) - test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" + test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ @@ -1179,7 +973,7 @@ uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) - @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ + @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ @@ -1194,10 +988,10 @@ rm -f "$${dir}/so_locations"; \ done libraries/cmos/$(am__dirstamp): - @$(MKDIR_P) libraries/cmos + @$(mkdir_p) libraries/cmos @: > libraries/cmos/$(am__dirstamp) libraries/cmos/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) libraries/cmos/$(DEPDIR) + @$(mkdir_p) libraries/cmos/$(DEPDIR) @: > libraries/cmos/$(DEPDIR)/$(am__dirstamp) libraries/cmos/libraries_libsmbios_la-CmosRW.lo: \ libraries/cmos/$(am__dirstamp) \ @@ -1209,10 +1003,10 @@ libraries/cmos/$(am__dirstamp) \ libraries/cmos/$(DEPDIR)/$(am__dirstamp) libraries/common/$(am__dirstamp): - @$(MKDIR_P) libraries/common + @$(mkdir_p) libraries/common @: > libraries/common/$(am__dirstamp) libraries/common/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) libraries/common/$(DEPDIR) + @$(mkdir_p) libraries/common/$(DEPDIR) @: > libraries/common/$(DEPDIR)/$(am__dirstamp) libraries/common/libraries_libsmbios_la-ascii2enUS_scancode.lo: \ libraries/common/$(am__dirstamp) \ @@ -1221,10 +1015,10 @@ libraries/common/$(am__dirstamp) \ libraries/common/$(DEPDIR)/$(am__dirstamp) libraries/memory/$(am__dirstamp): - @$(MKDIR_P) libraries/memory + @$(mkdir_p) libraries/memory @: > libraries/memory/$(am__dirstamp) libraries/memory/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) libraries/memory/$(DEPDIR) + @$(mkdir_p) libraries/memory/$(DEPDIR) @: > libraries/memory/$(DEPDIR)/$(am__dirstamp) libraries/memory/libraries_libsmbios_la-Memory.lo: \ libraries/memory/$(am__dirstamp) \ @@ -1233,10 +1027,10 @@ libraries/memory/$(am__dirstamp) \ libraries/memory/$(DEPDIR)/$(am__dirstamp) libraries/rbu/$(am__dirstamp): - @$(MKDIR_P) libraries/rbu + @$(mkdir_p) libraries/rbu @: > libraries/rbu/$(am__dirstamp) libraries/rbu/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) libraries/rbu/$(DEPDIR) + @$(mkdir_p) libraries/rbu/$(DEPDIR) @: > libraries/rbu/$(DEPDIR)/$(am__dirstamp) libraries/rbu/libraries_libsmbios_la-RbuHdr.lo: \ libraries/rbu/$(am__dirstamp) \ @@ -1245,10 +1039,10 @@ libraries/rbu/$(am__dirstamp) \ libraries/rbu/$(DEPDIR)/$(am__dirstamp) libraries/smbios/$(am__dirstamp): - @$(MKDIR_P) libraries/smbios + @$(mkdir_p) libraries/smbios @: > libraries/smbios/$(am__dirstamp) libraries/smbios/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) libraries/smbios/$(DEPDIR) + @$(mkdir_p) libraries/smbios/$(DEPDIR) @: > libraries/smbios/$(DEPDIR)/$(am__dirstamp) libraries/smbios/libraries_libsmbios_la-SmbiosFactory.lo: \ libraries/smbios/$(am__dirstamp) \ @@ -1272,10 +1066,10 @@ libraries/smbios/$(am__dirstamp) \ libraries/smbios/$(DEPDIR)/$(am__dirstamp) libraries/smi/$(am__dirstamp): - @$(MKDIR_P) libraries/smi + @$(mkdir_p) libraries/smi @: > libraries/smi/$(am__dirstamp) libraries/smi/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) libraries/smi/$(DEPDIR) + @$(mkdir_p) libraries/smi/$(DEPDIR) @: > libraries/smi/$(DEPDIR)/$(am__dirstamp) libraries/smi/libraries_libsmbios_la-Smi.lo: \ libraries/smi/$(am__dirstamp) \ @@ -1287,10 +1081,10 @@ libraries/smi/$(am__dirstamp) \ libraries/smi/$(DEPDIR)/$(am__dirstamp) libraries/systeminfo/$(am__dirstamp): - @$(MKDIR_P) libraries/systeminfo + @$(mkdir_p) libraries/systeminfo @: > libraries/systeminfo/$(am__dirstamp) libraries/systeminfo/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) libraries/systeminfo/$(DEPDIR) + @$(mkdir_p) libraries/systeminfo/$(DEPDIR) @: > libraries/systeminfo/$(DEPDIR)/$(am__dirstamp) libraries/systeminfo/libraries_libsmbios_la-IdByte.lo: \ libraries/systeminfo/$(am__dirstamp) \ @@ -1305,10 +1099,10 @@ libraries/systeminfo/$(am__dirstamp) \ libraries/systeminfo/$(DEPDIR)/$(am__dirstamp) libraries/token/$(am__dirstamp): - @$(MKDIR_P) libraries/token + @$(mkdir_p) libraries/token @: > libraries/token/$(am__dirstamp) libraries/token/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) libraries/token/$(DEPDIR) + @$(mkdir_p) libraries/token/$(DEPDIR) @: > libraries/token/$(DEPDIR)/$(am__dirstamp) libraries/token/libraries_libsmbios_la-checksum.lo: \ libraries/token/$(am__dirstamp) \ @@ -1338,15 +1132,15 @@ libraries/token/$(am__dirstamp) \ libraries/token/$(DEPDIR)/$(am__dirstamp) libraries/$(am__dirstamp): - @$(MKDIR_P) libraries + @$(mkdir_p) libraries @: > libraries/$(am__dirstamp) libraries/libsmbios.la: $(libraries_libsmbios_la_OBJECTS) $(libraries_libsmbios_la_DEPENDENCIES) libraries/$(am__dirstamp) - $(libraries_libsmbios_la_LINK) -rpath $(libdir) $(libraries_libsmbios_la_OBJECTS) $(libraries_libsmbios_la_LIBADD) $(LIBS) + $(CXXLINK) -rpath $(libdir) $(libraries_libsmbios_la_LDFLAGS) $(libraries_libsmbios_la_OBJECTS) $(libraries_libsmbios_la_LIBADD) $(LIBS) libraries/xml_libxml2/$(am__dirstamp): - @$(MKDIR_P) libraries/xml_libxml2 + @$(mkdir_p) libraries/xml_libxml2 @: > libraries/xml_libxml2/$(am__dirstamp) libraries/xml_libxml2/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) libraries/xml_libxml2/$(DEPDIR) + @$(mkdir_p) libraries/xml_libxml2/$(DEPDIR) @: > libraries/xml_libxml2/$(DEPDIR)/$(am__dirstamp) libraries/xml_libxml2/libraries_libsmbiosxml_la-SmbiosXml.lo: \ libraries/xml_libxml2/$(am__dirstamp) \ @@ -1355,10 +1149,10 @@ libraries/xml_libxml2/$(am__dirstamp) \ libraries/xml_libxml2/$(DEPDIR)/$(am__dirstamp) libraries/libsmbiosxml.la: $(libraries_libsmbiosxml_la_OBJECTS) $(libraries_libsmbiosxml_la_DEPENDENCIES) libraries/$(am__dirstamp) - $(libraries_libsmbiosxml_la_LINK) -rpath $(libdir) $(libraries_libsmbiosxml_la_OBJECTS) $(libraries_libsmbiosxml_la_LIBADD) $(LIBS) + $(CXXLINK) -rpath $(libdir) $(libraries_libsmbiosxml_la_LDFLAGS) $(libraries_libsmbiosxml_la_OBJECTS) $(libraries_libsmbiosxml_la_LIBADD) $(LIBS) install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) - test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" + test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" @list='$(bin_PROGRAMS)'; for p in $$list; do \ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ if test -f $$p \ @@ -1392,10 +1186,10 @@ rm -f $$p $$f ; \ done bin-supported/$(am__dirstamp): - @$(MKDIR_P) bin-supported + @$(mkdir_p) bin-supported @: > bin-supported/$(am__dirstamp) bin-supported/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) bin-supported/$(DEPDIR) + @$(mkdir_p) bin-supported/$(DEPDIR) @: > bin-supported/$(DEPDIR)/$(am__dirstamp) bin-supported/assetTag.$(OBJEXT): bin-supported/$(am__dirstamp) \ bin-supported/$(DEPDIR)/$(am__dirstamp) @@ -1403,226 +1197,226 @@ bin-supported/$(DEPDIR)/$(am__dirstamp) bin-supported/assetTag$(EXEEXT): $(bin_supported_assetTag_OBJECTS) $(bin_supported_assetTag_DEPENDENCIES) bin-supported/$(am__dirstamp) @rm -f bin-supported/assetTag$(EXEEXT) - $(bin_supported_assetTag_LINK) $(bin_supported_assetTag_OBJECTS) $(bin_supported_assetTag_LDADD) $(LIBS) + $(CXXLINK) $(bin_supported_assetTag_LDFLAGS) $(bin_supported_assetTag_OBJECTS) $(bin_supported_assetTag_LDADD) $(LIBS) bin-supported/assetTagS$(EXEEXT): $(bin_supported_assetTagS_OBJECTS) $(bin_supported_assetTagS_DEPENDENCIES) bin-supported/$(am__dirstamp) @rm -f bin-supported/assetTagS$(EXEEXT) - $(bin_supported_assetTagS_LINK) $(bin_supported_assetTagS_OBJECTS) $(bin_supported_assetTagS_LDADD) $(LIBS) + $(CXXLINK) $(bin_supported_assetTagS_LDFLAGS) $(bin_supported_assetTagS_OBJECTS) $(bin_supported_assetTagS_LDADD) $(LIBS) bin-supported/bin_supported_dellBiosUpdate-dellBiosUpdate.$(OBJEXT): \ bin-supported/$(am__dirstamp) \ bin-supported/$(DEPDIR)/$(am__dirstamp) bin-supported/dellBiosUpdate$(EXEEXT): $(bin_supported_dellBiosUpdate_OBJECTS) $(bin_supported_dellBiosUpdate_DEPENDENCIES) bin-supported/$(am__dirstamp) @rm -f bin-supported/dellBiosUpdate$(EXEEXT) - $(bin_supported_dellBiosUpdate_LINK) $(bin_supported_dellBiosUpdate_OBJECTS) $(bin_supported_dellBiosUpdate_LDADD) $(LIBS) + $(CXXLINK) $(bin_supported_dellBiosUpdate_LDFLAGS) $(bin_supported_dellBiosUpdate_OBJECTS) $(bin_supported_dellBiosUpdate_LDADD) $(LIBS) bin-supported/bin_supported_dellBiosUpdateS-dellBiosUpdate.$(OBJEXT): \ bin-supported/$(am__dirstamp) \ bin-supported/$(DEPDIR)/$(am__dirstamp) bin-supported/dellBiosUpdateS$(EXEEXT): $(bin_supported_dellBiosUpdateS_OBJECTS) $(bin_supported_dellBiosUpdateS_DEPENDENCIES) bin-supported/$(am__dirstamp) @rm -f bin-supported/dellBiosUpdateS$(EXEEXT) - $(bin_supported_dellBiosUpdateS_LINK) $(bin_supported_dellBiosUpdateS_OBJECTS) $(bin_supported_dellBiosUpdateS_LDADD) $(LIBS) + $(CXXLINK) $(bin_supported_dellBiosUpdateS_LDFLAGS) $(bin_supported_dellBiosUpdateS_OBJECTS) $(bin_supported_dellBiosUpdateS_LDADD) $(LIBS) bin-supported/dellLcdBrightness.$(OBJEXT): \ bin-supported/$(am__dirstamp) \ bin-supported/$(DEPDIR)/$(am__dirstamp) bin-supported/dellLcdBrightness$(EXEEXT): $(bin_supported_dellLcdBrightness_OBJECTS) $(bin_supported_dellLcdBrightness_DEPENDENCIES) bin-supported/$(am__dirstamp) @rm -f bin-supported/dellLcdBrightness$(EXEEXT) - $(bin_supported_dellLcdBrightness_LINK) $(bin_supported_dellLcdBrightness_OBJECTS) $(bin_supported_dellLcdBrightness_LDADD) $(LIBS) + $(CXXLINK) $(bin_supported_dellLcdBrightness_LDFLAGS) $(bin_supported_dellLcdBrightness_OBJECTS) $(bin_supported_dellLcdBrightness_LDADD) $(LIBS) bin-supported/dellLcdBrightnessS$(EXEEXT): $(bin_supported_dellLcdBrightnessS_OBJECTS) $(bin_supported_dellLcdBrightnessS_DEPENDENCIES) bin-supported/$(am__dirstamp) @rm -f bin-supported/dellLcdBrightnessS$(EXEEXT) - $(bin_supported_dellLcdBrightnessS_LINK) $(bin_supported_dellLcdBrightnessS_OBJECTS) $(bin_supported_dellLcdBrightnessS_LDADD) $(LIBS) + $(CXXLINK) $(bin_supported_dellLcdBrightnessS_LDFLAGS) $(bin_supported_dellLcdBrightnessS_OBJECTS) $(bin_supported_dellLcdBrightnessS_LDADD) $(LIBS) bin-supported/dellWirelessCtl.$(OBJEXT): \ bin-supported/$(am__dirstamp) \ bin-supported/$(DEPDIR)/$(am__dirstamp) bin-supported/dellWirelessCtl$(EXEEXT): $(bin_supported_dellWirelessCtl_OBJECTS) $(bin_supported_dellWirelessCtl_DEPENDENCIES) bin-supported/$(am__dirstamp) @rm -f bin-supported/dellWirelessCtl$(EXEEXT) - $(bin_supported_dellWirelessCtl_LINK) $(bin_supported_dellWirelessCtl_OBJECTS) $(bin_supported_dellWirelessCtl_LDADD) $(LIBS) + $(CXXLINK) $(bin_supported_dellWirelessCtl_LDFLAGS) $(bin_supported_dellWirelessCtl_OBJECTS) $(bin_supported_dellWirelessCtl_LDADD) $(LIBS) bin-supported/dellWirelessCtlS$(EXEEXT): $(bin_supported_dellWirelessCtlS_OBJECTS) $(bin_supported_dellWirelessCtlS_DEPENDENCIES) bin-supported/$(am__dirstamp) @rm -f bin-supported/dellWirelessCtlS$(EXEEXT) - $(bin_supported_dellWirelessCtlS_LINK) $(bin_supported_dellWirelessCtlS_OBJECTS) $(bin_supported_dellWirelessCtlS_LDADD) $(LIBS) + $(CXXLINK) $(bin_supported_dellWirelessCtlS_LDFLAGS) $(bin_supported_dellWirelessCtlS_OBJECTS) $(bin_supported_dellWirelessCtlS_LDADD) $(LIBS) bin-supported/dumpSmbios.$(OBJEXT): bin-supported/$(am__dirstamp) \ bin-supported/$(DEPDIR)/$(am__dirstamp) bin-supported/dumpSmbios$(EXEEXT): $(bin_supported_dumpSmbios_OBJECTS) $(bin_supported_dumpSmbios_DEPENDENCIES) bin-supported/$(am__dirstamp) @rm -f bin-supported/dumpSmbios$(EXEEXT) - $(bin_supported_dumpSmbios_LINK) $(bin_supported_dumpSmbios_OBJECTS) $(bin_supported_dumpSmbios_LDADD) $(LIBS) + $(CXXLINK) $(bin_supported_dumpSmbios_LDFLAGS) $(bin_supported_dumpSmbios_OBJECTS) $(bin_supported_dumpSmbios_LDADD) $(LIBS) bin-supported/dumpSmbiosS$(EXEEXT): $(bin_supported_dumpSmbiosS_OBJECTS) $(bin_supported_dumpSmbiosS_DEPENDENCIES) bin-supported/$(am__dirstamp) @rm -f bin-supported/dumpSmbiosS$(EXEEXT) - $(bin_supported_dumpSmbiosS_LINK) $(bin_supported_dumpSmbiosS_OBJECTS) $(bin_supported_dumpSmbiosS_LDADD) $(LIBS) + $(CXXLINK) $(bin_supported_dumpSmbiosS_LDFLAGS) $(bin_supported_dumpSmbiosS_OBJECTS) $(bin_supported_dumpSmbiosS_LDADD) $(LIBS) bin-supported/getSystemId.$(OBJEXT): bin-supported/$(am__dirstamp) \ bin-supported/$(DEPDIR)/$(am__dirstamp) bin-supported/getSystemId$(EXEEXT): $(bin_supported_getSystemId_OBJECTS) $(bin_supported_getSystemId_DEPENDENCIES) bin-supported/$(am__dirstamp) @rm -f bin-supported/getSystemId$(EXEEXT) - $(bin_supported_getSystemId_LINK) $(bin_supported_getSystemId_OBJECTS) $(bin_supported_getSystemId_LDADD) $(LIBS) + $(CXXLINK) $(bin_supported_getSystemId_LDFLAGS) $(bin_supported_getSystemId_OBJECTS) $(bin_supported_getSystemId_LDADD) $(LIBS) bin-supported/getSystemIdS$(EXEEXT): $(bin_supported_getSystemIdS_OBJECTS) $(bin_supported_getSystemIdS_DEPENDENCIES) bin-supported/$(am__dirstamp) @rm -f bin-supported/getSystemIdS$(EXEEXT) - $(bin_supported_getSystemIdS_LINK) $(bin_supported_getSystemIdS_OBJECTS) $(bin_supported_getSystemIdS_LDADD) $(LIBS) + $(CXXLINK) $(bin_supported_getSystemIdS_LDFLAGS) $(bin_supported_getSystemIdS_OBJECTS) $(bin_supported_getSystemIdS_LDADD) $(LIBS) bin-supported/propertyTag.$(OBJEXT): bin-supported/$(am__dirstamp) \ bin-supported/$(DEPDIR)/$(am__dirstamp) bin-supported/propertyTag$(EXEEXT): $(bin_supported_propertyTag_OBJECTS) $(bin_supported_propertyTag_DEPENDENCIES) bin-supported/$(am__dirstamp) @rm -f bin-supported/propertyTag$(EXEEXT) - $(bin_supported_propertyTag_LINK) $(bin_supported_propertyTag_OBJECTS) $(bin_supported_propertyTag_LDADD) $(LIBS) + $(CXXLINK) $(bin_supported_propertyTag_LDFLAGS) $(bin_supported_propertyTag_OBJECTS) $(bin_supported_propertyTag_LDADD) $(LIBS) bin-supported/propertyTagS$(EXEEXT): $(bin_supported_propertyTagS_OBJECTS) $(bin_supported_propertyTagS_DEPENDENCIES) bin-supported/$(am__dirstamp) @rm -f bin-supported/propertyTagS$(EXEEXT) - $(bin_supported_propertyTagS_LINK) $(bin_supported_propertyTagS_OBJECTS) $(bin_supported_propertyTagS_LDADD) $(LIBS) + $(CXXLINK) $(bin_supported_propertyTagS_LDFLAGS) $(bin_supported_propertyTagS_OBJECTS) $(bin_supported_propertyTagS_LDADD) $(LIBS) bin-supported/serviceTag.$(OBJEXT): bin-supported/$(am__dirstamp) \ bin-supported/$(DEPDIR)/$(am__dirstamp) bin-supported/serviceTag$(EXEEXT): $(bin_supported_serviceTag_OBJECTS) $(bin_supported_serviceTag_DEPENDENCIES) bin-supported/$(am__dirstamp) @rm -f bin-supported/serviceTag$(EXEEXT) - $(bin_supported_serviceTag_LINK) $(bin_supported_serviceTag_OBJECTS) $(bin_supported_serviceTag_LDADD) $(LIBS) + $(CXXLINK) $(bin_supported_serviceTag_LDFLAGS) $(bin_supported_serviceTag_OBJECTS) $(bin_supported_serviceTag_LDADD) $(LIBS) bin-supported/serviceTagS$(EXEEXT): $(bin_supported_serviceTagS_OBJECTS) $(bin_supported_serviceTagS_DEPENDENCIES) bin-supported/$(am__dirstamp) @rm -f bin-supported/serviceTagS$(EXEEXT) - $(bin_supported_serviceTagS_LINK) $(bin_supported_serviceTagS_OBJECTS) $(bin_supported_serviceTagS_LDADD) $(LIBS) + $(CXXLINK) $(bin_supported_serviceTagS_LDFLAGS) $(bin_supported_serviceTagS_OBJECTS) $(bin_supported_serviceTagS_LDADD) $(LIBS) bin-supported/tokenCtl.$(OBJEXT): bin-supported/$(am__dirstamp) \ bin-supported/$(DEPDIR)/$(am__dirstamp) bin-supported/tokenCtl$(EXEEXT): $(bin_supported_tokenCtl_OBJECTS) $(bin_supported_tokenCtl_DEPENDENCIES) bin-supported/$(am__dirstamp) @rm -f bin-supported/tokenCtl$(EXEEXT) - $(bin_supported_tokenCtl_LINK) $(bin_supported_tokenCtl_OBJECTS) $(bin_supported_tokenCtl_LDADD) $(LIBS) + $(CXXLINK) $(bin_supported_tokenCtl_LDFLAGS) $(bin_supported_tokenCtl_OBJECTS) $(bin_supported_tokenCtl_LDADD) $(LIBS) bin-supported/tokenCtlS$(EXEEXT): $(bin_supported_tokenCtlS_OBJECTS) $(bin_supported_tokenCtlS_DEPENDENCIES) bin-supported/$(am__dirstamp) @rm -f bin-supported/tokenCtlS$(EXEEXT) - $(bin_supported_tokenCtlS_LINK) $(bin_supported_tokenCtlS_OBJECTS) $(bin_supported_tokenCtlS_LDADD) $(LIBS) + $(CXXLINK) $(bin_supported_tokenCtlS_LDFLAGS) $(bin_supported_tokenCtlS_OBJECTS) $(bin_supported_tokenCtlS_LDADD) $(LIBS) bin-supported/verifySmiPassword.$(OBJEXT): \ bin-supported/$(am__dirstamp) \ bin-supported/$(DEPDIR)/$(am__dirstamp) bin-supported/verifySmiPassword$(EXEEXT): $(bin_supported_verifySmiPassword_OBJECTS) $(bin_supported_verifySmiPassword_DEPENDENCIES) bin-supported/$(am__dirstamp) @rm -f bin-supported/verifySmiPassword$(EXEEXT) - $(bin_supported_verifySmiPassword_LINK) $(bin_supported_verifySmiPassword_OBJECTS) $(bin_supported_verifySmiPassword_LDADD) $(LIBS) + $(CXXLINK) $(bin_supported_verifySmiPassword_LDFLAGS) $(bin_supported_verifySmiPassword_OBJECTS) $(bin_supported_verifySmiPassword_LDADD) $(LIBS) bin-supported/verifySmiPasswordS$(EXEEXT): $(bin_supported_verifySmiPasswordS_OBJECTS) $(bin_supported_verifySmiPasswordS_DEPENDENCIES) bin-supported/$(am__dirstamp) @rm -f bin-supported/verifySmiPasswordS$(EXEEXT) - $(bin_supported_verifySmiPasswordS_LINK) $(bin_supported_verifySmiPasswordS_OBJECTS) $(bin_supported_verifySmiPasswordS_LDADD) $(LIBS) + $(CXXLINK) $(bin_supported_verifySmiPasswordS_LDFLAGS) $(bin_supported_verifySmiPasswordS_OBJECTS) $(bin_supported_verifySmiPasswordS_LDADD) $(LIBS) bin-supported/wakeupCtl.$(OBJEXT): bin-supported/$(am__dirstamp) \ bin-supported/$(DEPDIR)/$(am__dirstamp) bin-supported/wakeupCtl$(EXEEXT): $(bin_supported_wakeupCtl_OBJECTS) $(bin_supported_wakeupCtl_DEPENDENCIES) bin-supported/$(am__dirstamp) @rm -f bin-supported/wakeupCtl$(EXEEXT) - $(bin_supported_wakeupCtl_LINK) $(bin_supported_wakeupCtl_OBJECTS) $(bin_supported_wakeupCtl_LDADD) $(LIBS) + $(CXXLINK) $(bin_supported_wakeupCtl_LDFLAGS) $(bin_supported_wakeupCtl_OBJECTS) $(bin_supported_wakeupCtl_LDADD) $(LIBS) bin-supported/wakeupCtlS$(EXEEXT): $(bin_supported_wakeupCtlS_OBJECTS) $(bin_supported_wakeupCtlS_DEPENDENCIES) bin-supported/$(am__dirstamp) @rm -f bin-supported/wakeupCtlS$(EXEEXT) - $(bin_supported_wakeupCtlS_LINK) $(bin_supported_wakeupCtlS_OBJECTS) $(bin_supported_wakeupCtlS_LDADD) $(LIBS) + $(CXXLINK) $(bin_supported_wakeupCtlS_LDFLAGS) $(bin_supported_wakeupCtlS_OBJECTS) $(bin_supported_wakeupCtlS_LDADD) $(LIBS) bin-unsupported/$(am__dirstamp): - @$(MKDIR_P) bin-unsupported + @$(mkdir_p) bin-unsupported @: > bin-unsupported/$(am__dirstamp) bin-unsupported/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) bin-unsupported/$(DEPDIR) + @$(mkdir_p) bin-unsupported/$(DEPDIR) @: > bin-unsupported/$(DEPDIR)/$(am__dirstamp) bin-unsupported/activateCmosToken.$(OBJEXT): \ bin-unsupported/$(am__dirstamp) \ bin-unsupported/$(DEPDIR)/$(am__dirstamp) bin-unsupported/activateCmosToken$(EXEEXT): $(bin_unsupported_activateCmosToken_OBJECTS) $(bin_unsupported_activateCmosToken_DEPENDENCIES) bin-unsupported/$(am__dirstamp) @rm -f bin-unsupported/activateCmosToken$(EXEEXT) - $(bin_unsupported_activateCmosToken_LINK) $(bin_unsupported_activateCmosToken_OBJECTS) $(bin_unsupported_activateCmosToken_LDADD) $(LIBS) + $(CXXLINK) $(bin_unsupported_activateCmosToken_LDFLAGS) $(bin_unsupported_activateCmosToken_OBJECTS) $(bin_unsupported_activateCmosToken_LDADD) $(LIBS) bin-unsupported/activateCmosTokenS$(EXEEXT): $(bin_unsupported_activateCmosTokenS_OBJECTS) $(bin_unsupported_activateCmosTokenS_DEPENDENCIES) bin-unsupported/$(am__dirstamp) @rm -f bin-unsupported/activateCmosTokenS$(EXEEXT) - $(bin_unsupported_activateCmosTokenS_LINK) $(bin_unsupported_activateCmosTokenS_OBJECTS) $(bin_unsupported_activateCmosTokenS_LDADD) $(LIBS) + $(CXXLINK) $(bin_unsupported_activateCmosTokenS_LDFLAGS) $(bin_unsupported_activateCmosTokenS_OBJECTS) $(bin_unsupported_activateCmosTokenS_LDADD) $(LIBS) bin-unsupported/ascii2enUS_scancode.$(OBJEXT): \ bin-unsupported/$(am__dirstamp) \ bin-unsupported/$(DEPDIR)/$(am__dirstamp) bin-unsupported/ascii2enUS_scancode$(EXEEXT): $(bin_unsupported_ascii2enUS_scancode_OBJECTS) $(bin_unsupported_ascii2enUS_scancode_DEPENDENCIES) bin-unsupported/$(am__dirstamp) @rm -f bin-unsupported/ascii2enUS_scancode$(EXEEXT) - $(bin_unsupported_ascii2enUS_scancode_LINK) $(bin_unsupported_ascii2enUS_scancode_OBJECTS) $(bin_unsupported_ascii2enUS_scancode_LDADD) $(LIBS) + $(CXXLINK) $(bin_unsupported_ascii2enUS_scancode_LDFLAGS) $(bin_unsupported_ascii2enUS_scancode_OBJECTS) $(bin_unsupported_ascii2enUS_scancode_LDADD) $(LIBS) bin-unsupported/ascii2enUS_scancodeS$(EXEEXT): $(bin_unsupported_ascii2enUS_scancodeS_OBJECTS) $(bin_unsupported_ascii2enUS_scancodeS_DEPENDENCIES) bin-unsupported/$(am__dirstamp) @rm -f bin-unsupported/ascii2enUS_scancodeS$(EXEEXT) - $(bin_unsupported_ascii2enUS_scancodeS_LINK) $(bin_unsupported_ascii2enUS_scancodeS_OBJECTS) $(bin_unsupported_ascii2enUS_scancodeS_LDADD) $(LIBS) + $(CXXLINK) $(bin_unsupported_ascii2enUS_scancodeS_LDFLAGS) $(bin_unsupported_ascii2enUS_scancodeS_OBJECTS) $(bin_unsupported_ascii2enUS_scancodeS_LDADD) $(LIBS) bin-unsupported/createUnitTestFiles.$(OBJEXT): \ bin-unsupported/$(am__dirstamp) \ bin-unsupported/$(DEPDIR)/$(am__dirstamp) bin-unsupported/createUnitTestFiles$(EXEEXT): $(bin_unsupported_createUnitTestFiles_OBJECTS) $(bin_unsupported_createUnitTestFiles_DEPENDENCIES) bin-unsupported/$(am__dirstamp) @rm -f bin-unsupported/createUnitTestFiles$(EXEEXT) - $(bin_unsupported_createUnitTestFiles_LINK) $(bin_unsupported_createUnitTestFiles_OBJECTS) $(bin_unsupported_createUnitTestFiles_LDADD) $(LIBS) + $(CXXLINK) $(bin_unsupported_createUnitTestFiles_LDFLAGS) $(bin_unsupported_createUnitTestFiles_OBJECTS) $(bin_unsupported_createUnitTestFiles_LDADD) $(LIBS) bin-unsupported/createUnitTestFilesS$(EXEEXT): $(bin_unsupported_createUnitTestFilesS_OBJECTS) $(bin_unsupported_createUnitTestFilesS_DEPENDENCIES) bin-unsupported/$(am__dirstamp) @rm -f bin-unsupported/createUnitTestFilesS$(EXEEXT) - $(bin_unsupported_createUnitTestFilesS_LINK) $(bin_unsupported_createUnitTestFilesS_OBJECTS) $(bin_unsupported_createUnitTestFilesS_LDADD) $(LIBS) + $(CXXLINK) $(bin_unsupported_createUnitTestFilesS_LDFLAGS) $(bin_unsupported_createUnitTestFilesS_OBJECTS) $(bin_unsupported_createUnitTestFilesS_LDADD) $(LIBS) bin-unsupported/dellLEDCtl.$(OBJEXT): bin-unsupported/$(am__dirstamp) \ bin-unsupported/$(DEPDIR)/$(am__dirstamp) bin-unsupported/dellLEDCtl$(EXEEXT): $(bin_unsupported_dellLEDCtl_OBJECTS) $(bin_unsupported_dellLEDCtl_DEPENDENCIES) bin-unsupported/$(am__dirstamp) @rm -f bin-unsupported/dellLEDCtl$(EXEEXT) - $(bin_unsupported_dellLEDCtl_LINK) $(bin_unsupported_dellLEDCtl_OBJECTS) $(bin_unsupported_dellLEDCtl_LDADD) $(LIBS) + $(CXXLINK) $(bin_unsupported_dellLEDCtl_LDFLAGS) $(bin_unsupported_dellLEDCtl_OBJECTS) $(bin_unsupported_dellLEDCtl_LDADD) $(LIBS) bin-unsupported/dellLEDCtlS$(EXEEXT): $(bin_unsupported_dellLEDCtlS_OBJECTS) $(bin_unsupported_dellLEDCtlS_DEPENDENCIES) bin-unsupported/$(am__dirstamp) @rm -f bin-unsupported/dellLEDCtlS$(EXEEXT) - $(bin_unsupported_dellLEDCtlS_LINK) $(bin_unsupported_dellLEDCtlS_OBJECTS) $(bin_unsupported_dellLEDCtlS_LDADD) $(LIBS) + $(CXXLINK) $(bin_unsupported_dellLEDCtlS_LDFLAGS) $(bin_unsupported_dellLEDCtlS_OBJECTS) $(bin_unsupported_dellLEDCtlS_LDADD) $(LIBS) bin-unsupported/disable_console_redir.$(OBJEXT): \ bin-unsupported/$(am__dirstamp) \ bin-unsupported/$(DEPDIR)/$(am__dirstamp) bin-unsupported/disable_console_redir$(EXEEXT): $(bin_unsupported_disable_console_redir_OBJECTS) $(bin_unsupported_disable_console_redir_DEPENDENCIES) bin-unsupported/$(am__dirstamp) @rm -f bin-unsupported/disable_console_redir$(EXEEXT) - $(bin_unsupported_disable_console_redir_LINK) $(bin_unsupported_disable_console_redir_OBJECTS) $(bin_unsupported_disable_console_redir_LDADD) $(LIBS) + $(CXXLINK) $(bin_unsupported_disable_console_redir_LDFLAGS) $(bin_unsupported_disable_console_redir_OBJECTS) $(bin_unsupported_disable_console_redir_LDADD) $(LIBS) bin-unsupported/disable_console_redirS$(EXEEXT): $(bin_unsupported_disable_console_redirS_OBJECTS) $(bin_unsupported_disable_console_redirS_DEPENDENCIES) bin-unsupported/$(am__dirstamp) @rm -f bin-unsupported/disable_console_redirS$(EXEEXT) - $(bin_unsupported_disable_console_redirS_LINK) $(bin_unsupported_disable_console_redirS_OBJECTS) $(bin_unsupported_disable_console_redirS_LDADD) $(LIBS) + $(CXXLINK) $(bin_unsupported_disable_console_redirS_LDFLAGS) $(bin_unsupported_disable_console_redirS_OBJECTS) $(bin_unsupported_disable_console_redirS_LDADD) $(LIBS) bin-unsupported/dumpCmos.$(OBJEXT): bin-unsupported/$(am__dirstamp) \ bin-unsupported/$(DEPDIR)/$(am__dirstamp) bin-unsupported/dumpCmos$(EXEEXT): $(bin_unsupported_dumpCmos_OBJECTS) $(bin_unsupported_dumpCmos_DEPENDENCIES) bin-unsupported/$(am__dirstamp) @rm -f bin-unsupported/dumpCmos$(EXEEXT) - $(bin_unsupported_dumpCmos_LINK) $(bin_unsupported_dumpCmos_OBJECTS) $(bin_unsupported_dumpCmos_LDADD) $(LIBS) + $(CXXLINK) $(bin_unsupported_dumpCmos_LDFLAGS) $(bin_unsupported_dumpCmos_OBJECTS) $(bin_unsupported_dumpCmos_LDADD) $(LIBS) bin-unsupported/dumpCmosS$(EXEEXT): $(bin_unsupported_dumpCmosS_OBJECTS) $(bin_unsupported_dumpCmosS_DEPENDENCIES) bin-unsupported/$(am__dirstamp) @rm -f bin-unsupported/dumpCmosS$(EXEEXT) - $(bin_unsupported_dumpCmosS_LINK) $(bin_unsupported_dumpCmosS_OBJECTS) $(bin_unsupported_dumpCmosS_LDADD) $(LIBS) + $(CXXLINK) $(bin_unsupported_dumpCmosS_LDFLAGS) $(bin_unsupported_dumpCmosS_OBJECTS) $(bin_unsupported_dumpCmosS_LDADD) $(LIBS) bin-unsupported/getPasswordFormat.$(OBJEXT): \ bin-unsupported/$(am__dirstamp) \ bin-unsupported/$(DEPDIR)/$(am__dirstamp) bin-unsupported/getPasswordFormat$(EXEEXT): $(bin_unsupported_getPasswordFormat_OBJECTS) $(bin_unsupported_getPasswordFormat_DEPENDENCIES) bin-unsupported/$(am__dirstamp) @rm -f bin-unsupported/getPasswordFormat$(EXEEXT) - $(bin_unsupported_getPasswordFormat_LINK) $(bin_unsupported_getPasswordFormat_OBJECTS) $(bin_unsupported_getPasswordFormat_LDADD) $(LIBS) + $(CXXLINK) $(bin_unsupported_getPasswordFormat_LDFLAGS) $(bin_unsupported_getPasswordFormat_OBJECTS) $(bin_unsupported_getPasswordFormat_LDADD) $(LIBS) bin-unsupported/getPasswordFormatS$(EXEEXT): $(bin_unsupported_getPasswordFormatS_OBJECTS) $(bin_unsupported_getPasswordFormatS_DEPENDENCIES) bin-unsupported/$(am__dirstamp) @rm -f bin-unsupported/getPasswordFormatS$(EXEEXT) - $(bin_unsupported_getPasswordFormatS_LINK) $(bin_unsupported_getPasswordFormatS_OBJECTS) $(bin_unsupported_getPasswordFormatS_LDADD) $(LIBS) + $(CXXLINK) $(bin_unsupported_getPasswordFormatS_LDFLAGS) $(bin_unsupported_getPasswordFormatS_OBJECTS) $(bin_unsupported_getPasswordFormatS_LDADD) $(LIBS) bin-unsupported/isCmosTokenActive.$(OBJEXT): \ bin-unsupported/$(am__dirstamp) \ bin-unsupported/$(DEPDIR)/$(am__dirstamp) bin-unsupported/isCmosTokenActive$(EXEEXT): $(bin_unsupported_isCmosTokenActive_OBJECTS) $(bin_unsupported_isCmosTokenActive_DEPENDENCIES) bin-unsupported/$(am__dirstamp) @rm -f bin-unsupported/isCmosTokenActive$(EXEEXT) - $(bin_unsupported_isCmosTokenActive_LINK) $(bin_unsupported_isCmosTokenActive_OBJECTS) $(bin_unsupported_isCmosTokenActive_LDADD) $(LIBS) + $(CXXLINK) $(bin_unsupported_isCmosTokenActive_LDFLAGS) $(bin_unsupported_isCmosTokenActive_OBJECTS) $(bin_unsupported_isCmosTokenActive_LDADD) $(LIBS) bin-unsupported/isCmosTokenActiveS$(EXEEXT): $(bin_unsupported_isCmosTokenActiveS_OBJECTS) $(bin_unsupported_isCmosTokenActiveS_DEPENDENCIES) bin-unsupported/$(am__dirstamp) @rm -f bin-unsupported/isCmosTokenActiveS$(EXEEXT) - $(bin_unsupported_isCmosTokenActiveS_LINK) $(bin_unsupported_isCmosTokenActiveS_OBJECTS) $(bin_unsupported_isCmosTokenActiveS_LDADD) $(LIBS) + $(CXXLINK) $(bin_unsupported_isCmosTokenActiveS_LDFLAGS) $(bin_unsupported_isCmosTokenActiveS_OBJECTS) $(bin_unsupported_isCmosTokenActiveS_LDADD) $(LIBS) bin-unsupported/probes.$(OBJEXT): bin-unsupported/$(am__dirstamp) \ bin-unsupported/$(DEPDIR)/$(am__dirstamp) bin-unsupported/probes$(EXEEXT): $(bin_unsupported_probes_OBJECTS) $(bin_unsupported_probes_DEPENDENCIES) bin-unsupported/$(am__dirstamp) @rm -f bin-unsupported/probes$(EXEEXT) - $(bin_unsupported_probes_LINK) $(bin_unsupported_probes_OBJECTS) $(bin_unsupported_probes_LDADD) $(LIBS) + $(CXXLINK) $(bin_unsupported_probes_LDFLAGS) $(bin_unsupported_probes_OBJECTS) $(bin_unsupported_probes_LDADD) $(LIBS) bin-unsupported/probesS$(EXEEXT): $(bin_unsupported_probesS_OBJECTS) $(bin_unsupported_probesS_DEPENDENCIES) bin-unsupported/$(am__dirstamp) @rm -f bin-unsupported/probesS$(EXEEXT) - $(bin_unsupported_probesS_LINK) $(bin_unsupported_probesS_OBJECTS) $(bin_unsupported_probesS_LDADD) $(LIBS) + $(CXXLINK) $(bin_unsupported_probesS_LDFLAGS) $(bin_unsupported_probesS_OBJECTS) $(bin_unsupported_probesS_LDADD) $(LIBS) bin-unsupported/smitest.$(OBJEXT): bin-unsupported/$(am__dirstamp) \ bin-unsupported/$(DEPDIR)/$(am__dirstamp) bin-unsupported/smitest$(EXEEXT): $(bin_unsupported_smitest_OBJECTS) $(bin_unsupported_smitest_DEPENDENCIES) bin-unsupported/$(am__dirstamp) @rm -f bin-unsupported/smitest$(EXEEXT) - $(bin_unsupported_smitest_LINK) $(bin_unsupported_smitest_OBJECTS) $(bin_unsupported_smitest_LDADD) $(LIBS) + $(CXXLINK) $(bin_unsupported_smitest_LDFLAGS) $(bin_unsupported_smitest_OBJECTS) $(bin_unsupported_smitest_LDADD) $(LIBS) bin-unsupported/smitestS$(EXEEXT): $(bin_unsupported_smitestS_OBJECTS) $(bin_unsupported_smitestS_DEPENDENCIES) bin-unsupported/$(am__dirstamp) @rm -f bin-unsupported/smitestS$(EXEEXT) - $(bin_unsupported_smitestS_LINK) $(bin_unsupported_smitestS_OBJECTS) $(bin_unsupported_smitestS_LDADD) $(LIBS) + $(CXXLINK) $(bin_unsupported_smitestS_LDFLAGS) $(bin_unsupported_smitestS_OBJECTS) $(bin_unsupported_smitestS_LDADD) $(LIBS) bin-unsupported/stateByteCtl.$(OBJEXT): \ bin-unsupported/$(am__dirstamp) \ bin-unsupported/$(DEPDIR)/$(am__dirstamp) bin-unsupported/stateByteCtl$(EXEEXT): $(bin_unsupported_stateByteCtl_OBJECTS) $(bin_unsupported_stateByteCtl_DEPENDENCIES) bin-unsupported/$(am__dirstamp) @rm -f bin-unsupported/stateByteCtl$(EXEEXT) - $(bin_unsupported_stateByteCtl_LINK) $(bin_unsupported_stateByteCtl_OBJECTS) $(bin_unsupported_stateByteCtl_LDADD) $(LIBS) + $(CXXLINK) $(bin_unsupported_stateByteCtl_LDFLAGS) $(bin_unsupported_stateByteCtl_OBJECTS) $(bin_unsupported_stateByteCtl_LDADD) $(LIBS) bin-unsupported/stateByteCtlS$(EXEEXT): $(bin_unsupported_stateByteCtlS_OBJECTS) $(bin_unsupported_stateByteCtlS_DEPENDENCIES) bin-unsupported/$(am__dirstamp) @rm -f bin-unsupported/stateByteCtlS$(EXEEXT) - $(bin_unsupported_stateByteCtlS_LINK) $(bin_unsupported_stateByteCtlS_OBJECTS) $(bin_unsupported_stateByteCtlS_LDADD) $(LIBS) + $(CXXLINK) $(bin_unsupported_stateByteCtlS_LDFLAGS) $(bin_unsupported_stateByteCtlS_OBJECTS) $(bin_unsupported_stateByteCtlS_LDADD) $(LIBS) bin-unsupported/upBootCtl.$(OBJEXT): bin-unsupported/$(am__dirstamp) \ bin-unsupported/$(DEPDIR)/$(am__dirstamp) bin-unsupported/upBootCtl$(EXEEXT): $(bin_unsupported_upBootCtl_OBJECTS) $(bin_unsupported_upBootCtl_DEPENDENCIES) bin-unsupported/$(am__dirstamp) @rm -f bin-unsupported/upBootCtl$(EXEEXT) - $(bin_unsupported_upBootCtl_LINK) $(bin_unsupported_upBootCtl_OBJECTS) $(bin_unsupported_upBootCtl_LDADD) $(LIBS) + $(CXXLINK) $(bin_unsupported_upBootCtl_LDFLAGS) $(bin_unsupported_upBootCtl_OBJECTS) $(bin_unsupported_upBootCtl_LDADD) $(LIBS) bin-unsupported/upBootCtlS$(EXEEXT): $(bin_unsupported_upBootCtlS_OBJECTS) $(bin_unsupported_upBootCtlS_DEPENDENCIES) bin-unsupported/$(am__dirstamp) @rm -f bin-unsupported/upBootCtlS$(EXEEXT) - $(bin_unsupported_upBootCtlS_LINK) $(bin_unsupported_upBootCtlS_OBJECTS) $(bin_unsupported_upBootCtlS_LDADD) $(LIBS) + $(CXXLINK) $(bin_unsupported_upBootCtlS_LDFLAGS) $(bin_unsupported_upBootCtlS_OBJECTS) $(bin_unsupported_upBootCtlS_LDADD) $(LIBS) cppunit/$(am__dirstamp): - @$(MKDIR_P) cppunit + @$(mkdir_p) cppunit @: > cppunit/$(am__dirstamp) cppunit/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) cppunit/$(DEPDIR) + @$(mkdir_p) cppunit/$(DEPDIR) @: > cppunit/$(DEPDIR)/$(am__dirstamp) cppunit/cppunit_testPlatform-main.$(OBJEXT): cppunit/$(am__dirstamp) \ cppunit/$(DEPDIR)/$(am__dirstamp) cppunit/interface/$(am__dirstamp): - @$(MKDIR_P) cppunit/interface + @$(mkdir_p) cppunit/interface @: > cppunit/interface/$(am__dirstamp) cppunit/interface/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) cppunit/interface/$(DEPDIR) + @$(mkdir_p) cppunit/interface/$(DEPDIR) @: > cppunit/interface/$(DEPDIR)/$(am__dirstamp) cppunit/interface/cppunit_testPlatform-testPlatform.$(OBJEXT): \ cppunit/interface/$(am__dirstamp) \ cppunit/interface/$(DEPDIR)/$(am__dirstamp) cppunit/testPlatform$(EXEEXT): $(cppunit_testPlatform_OBJECTS) $(cppunit_testPlatform_DEPENDENCIES) cppunit/$(am__dirstamp) @rm -f cppunit/testPlatform$(EXEEXT) - $(cppunit_testPlatform_LINK) $(cppunit_testPlatform_OBJECTS) $(cppunit_testPlatform_LDADD) $(LIBS) + $(CXXLINK) $(cppunit_testPlatform_LDFLAGS) $(cppunit_testPlatform_OBJECTS) $(cppunit_testPlatform_LDADD) $(LIBS) cppunit/cppunit_testRbu-main.$(OBJEXT): cppunit/$(am__dirstamp) \ cppunit/$(DEPDIR)/$(am__dirstamp) cppunit/interface/cppunit_testRbu-testRbu.$(OBJEXT): \ @@ -1630,7 +1424,7 @@ cppunit/interface/$(DEPDIR)/$(am__dirstamp) cppunit/testRbu$(EXEEXT): $(cppunit_testRbu_OBJECTS) $(cppunit_testRbu_DEPENDENCIES) cppunit/$(am__dirstamp) @rm -f cppunit/testRbu$(EXEEXT) - $(cppunit_testRbu_LINK) $(cppunit_testRbu_OBJECTS) $(cppunit_testRbu_LDADD) $(LIBS) + $(CXXLINK) $(cppunit_testRbu_LDFLAGS) $(cppunit_testRbu_OBJECTS) $(cppunit_testRbu_LDADD) $(LIBS) cppunit/cppunit_testStandalone-main.$(OBJEXT): \ cppunit/$(am__dirstamp) cppunit/$(DEPDIR)/$(am__dirstamp) cppunit/interface/cppunit_testStandalone-testStandalone.$(OBJEXT): \ @@ -1638,7 +1432,7 @@ cppunit/interface/$(DEPDIR)/$(am__dirstamp) cppunit/testStandalone$(EXEEXT): $(cppunit_testStandalone_OBJECTS) $(cppunit_testStandalone_DEPENDENCIES) cppunit/$(am__dirstamp) @rm -f cppunit/testStandalone$(EXEEXT) - $(cppunit_testStandalone_LINK) $(cppunit_testStandalone_OBJECTS) $(cppunit_testStandalone_LDADD) $(LIBS) + $(CXXLINK) $(cppunit_testStandalone_LDFLAGS) $(cppunit_testStandalone_OBJECTS) $(cppunit_testStandalone_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) @@ -1812,399 +1606,399 @@ @AMDEP_TRUE@@am__include@ @am__quote@libraries/xml_libxml2/$(DEPDIR)/libraries_libsmbiosxml_la-XmlUtils.Plo@am__quote@ .c.o: -@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -@am__fastdepCC_TRUE@ mv -f $$depbase.Tpo $$depbase.Po +@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`; \ +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \ +@am__fastdepCC_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ $< .c.obj: -@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -@am__fastdepCC_TRUE@ mv -f $$depbase.Tpo $$depbase.Po +@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`; \ +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ +@am__fastdepCC_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: -@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -@am__fastdepCC_TRUE@ mv -f $$depbase.Tpo $$depbase.Plo +@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`; \ +@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \ +@am__fastdepCC_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Plo"; else rm -f "$$depbase.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< .cpp.o: -@am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -@am__fastdepCXX_TRUE@ mv -f $$depbase.Tpo $$depbase.Po +@am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`; \ +@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \ +@am__fastdepCXX_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< .cpp.obj: -@am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -@am__fastdepCXX_TRUE@ mv -f $$depbase.Tpo $$depbase.Po +@am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`; \ +@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ +@am__fastdepCXX_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .cpp.lo: -@am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -@am__fastdepCXX_TRUE@ mv -f $$depbase.Tpo $$depbase.Plo +@am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`; \ +@am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \ +@am__fastdepCXX_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Plo"; else rm -f "$$depbase.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< libraries/cmos/libraries_libsmbios_la-CmosRW.lo: libraries/cmos/CmosRW.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/cmos/libraries_libsmbios_la-CmosRW.lo -MD -MP -MF libraries/cmos/$(DEPDIR)/libraries_libsmbios_la-CmosRW.Tpo -c -o libraries/cmos/libraries_libsmbios_la-CmosRW.lo `test -f 'libraries/cmos/CmosRW.cpp' || echo '$(srcdir)/'`libraries/cmos/CmosRW.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/cmos/$(DEPDIR)/libraries_libsmbios_la-CmosRW.Tpo libraries/cmos/$(DEPDIR)/libraries_libsmbios_la-CmosRW.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/cmos/libraries_libsmbios_la-CmosRW.lo -MD -MP -MF "libraries/cmos/$(DEPDIR)/libraries_libsmbios_la-CmosRW.Tpo" -c -o libraries/cmos/libraries_libsmbios_la-CmosRW.lo `test -f 'libraries/cmos/CmosRW.cpp' || echo '$(srcdir)/'`libraries/cmos/CmosRW.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/cmos/$(DEPDIR)/libraries_libsmbios_la-CmosRW.Tpo" "libraries/cmos/$(DEPDIR)/libraries_libsmbios_la-CmosRW.Plo"; else rm -f "libraries/cmos/$(DEPDIR)/libraries_libsmbios_la-CmosRW.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/cmos/CmosRW.cpp' object='libraries/cmos/libraries_libsmbios_la-CmosRW.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/cmos/libraries_libsmbios_la-CmosRW.lo `test -f 'libraries/cmos/CmosRW.cpp' || echo '$(srcdir)/'`libraries/cmos/CmosRW.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/cmos/libraries_libsmbios_la-CmosRW.lo `test -f 'libraries/cmos/CmosRW.cpp' || echo '$(srcdir)/'`libraries/cmos/CmosRW.cpp libraries/cmos/libraries_libsmbios_la-CmosRWFactory.lo: libraries/cmos/CmosRWFactory.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/cmos/libraries_libsmbios_la-CmosRWFactory.lo -MD -MP -MF libraries/cmos/$(DEPDIR)/libraries_libsmbios_la-CmosRWFactory.Tpo -c -o libraries/cmos/libraries_libsmbios_la-CmosRWFactory.lo `test -f 'libraries/cmos/CmosRWFactory.cpp' || echo '$(srcdir)/'`libraries/cmos/CmosRWFactory.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/cmos/$(DEPDIR)/libraries_libsmbios_la-CmosRWFactory.Tpo libraries/cmos/$(DEPDIR)/libraries_libsmbios_la-CmosRWFactory.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/cmos/libraries_libsmbios_la-CmosRWFactory.lo -MD -MP -MF "libraries/cmos/$(DEPDIR)/libraries_libsmbios_la-CmosRWFactory.Tpo" -c -o libraries/cmos/libraries_libsmbios_la-CmosRWFactory.lo `test -f 'libraries/cmos/CmosRWFactory.cpp' || echo '$(srcdir)/'`libraries/cmos/CmosRWFactory.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/cmos/$(DEPDIR)/libraries_libsmbios_la-CmosRWFactory.Tpo" "libraries/cmos/$(DEPDIR)/libraries_libsmbios_la-CmosRWFactory.Plo"; else rm -f "libraries/cmos/$(DEPDIR)/libraries_libsmbios_la-CmosRWFactory.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/cmos/CmosRWFactory.cpp' object='libraries/cmos/libraries_libsmbios_la-CmosRWFactory.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/cmos/libraries_libsmbios_la-CmosRWFactory.lo `test -f 'libraries/cmos/CmosRWFactory.cpp' || echo '$(srcdir)/'`libraries/cmos/CmosRWFactory.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/cmos/libraries_libsmbios_la-CmosRWFactory.lo `test -f 'libraries/cmos/CmosRWFactory.cpp' || echo '$(srcdir)/'`libraries/cmos/CmosRWFactory.cpp libraries/cmos/libraries_libsmbios_la-CmosRW_LinuxIO.lo: libraries/cmos/CmosRW_LinuxIO.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/cmos/libraries_libsmbios_la-CmosRW_LinuxIO.lo -MD -MP -MF libraries/cmos/$(DEPDIR)/libraries_libsmbios_la-CmosRW_LinuxIO.Tpo -c -o libraries/cmos/libraries_libsmbios_la-CmosRW_LinuxIO.lo `test -f 'libraries/cmos/CmosRW_LinuxIO.cpp' || echo '$(srcdir)/'`libraries/cmos/CmosRW_LinuxIO.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/cmos/$(DEPDIR)/libraries_libsmbios_la-CmosRW_LinuxIO.Tpo libraries/cmos/$(DEPDIR)/libraries_libsmbios_la-CmosRW_LinuxIO.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/cmos/libraries_libsmbios_la-CmosRW_LinuxIO.lo -MD -MP -MF "libraries/cmos/$(DEPDIR)/libraries_libsmbios_la-CmosRW_LinuxIO.Tpo" -c -o libraries/cmos/libraries_libsmbios_la-CmosRW_LinuxIO.lo `test -f 'libraries/cmos/CmosRW_LinuxIO.cpp' || echo '$(srcdir)/'`libraries/cmos/CmosRW_LinuxIO.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/cmos/$(DEPDIR)/libraries_libsmbios_la-CmosRW_LinuxIO.Tpo" "libraries/cmos/$(DEPDIR)/libraries_libsmbios_la-CmosRW_LinuxIO.Plo"; else rm -f "libraries/cmos/$(DEPDIR)/libraries_libsmbios_la-CmosRW_LinuxIO.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/cmos/CmosRW_LinuxIO.cpp' object='libraries/cmos/libraries_libsmbios_la-CmosRW_LinuxIO.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/cmos/libraries_libsmbios_la-CmosRW_LinuxIO.lo `test -f 'libraries/cmos/CmosRW_LinuxIO.cpp' || echo '$(srcdir)/'`libraries/cmos/CmosRW_LinuxIO.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/cmos/libraries_libsmbios_la-CmosRW_LinuxIO.lo `test -f 'libraries/cmos/CmosRW_LinuxIO.cpp' || echo '$(srcdir)/'`libraries/cmos/CmosRW_LinuxIO.cpp libraries/common/libraries_libsmbios_la-ascii2enUS_scancode.lo: libraries/common/ascii2enUS_scancode.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/common/libraries_libsmbios_la-ascii2enUS_scancode.lo -MD -MP -MF libraries/common/$(DEPDIR)/libraries_libsmbios_la-ascii2enUS_scancode.Tpo -c -o libraries/common/libraries_libsmbios_la-ascii2enUS_scancode.lo `test -f 'libraries/common/ascii2enUS_scancode.cpp' || echo '$(srcdir)/'`libraries/common/ascii2enUS_scancode.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/common/$(DEPDIR)/libraries_libsmbios_la-ascii2enUS_scancode.Tpo libraries/common/$(DEPDIR)/libraries_libsmbios_la-ascii2enUS_scancode.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/common/libraries_libsmbios_la-ascii2enUS_scancode.lo -MD -MP -MF "libraries/common/$(DEPDIR)/libraries_libsmbios_la-ascii2enUS_scancode.Tpo" -c -o libraries/common/libraries_libsmbios_la-ascii2enUS_scancode.lo `test -f 'libraries/common/ascii2enUS_scancode.cpp' || echo '$(srcdir)/'`libraries/common/ascii2enUS_scancode.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/common/$(DEPDIR)/libraries_libsmbios_la-ascii2enUS_scancode.Tpo" "libraries/common/$(DEPDIR)/libraries_libsmbios_la-ascii2enUS_scancode.Plo"; else rm -f "libraries/common/$(DEPDIR)/libraries_libsmbios_la-ascii2enUS_scancode.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/common/ascii2enUS_scancode.cpp' object='libraries/common/libraries_libsmbios_la-ascii2enUS_scancode.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/common/libraries_libsmbios_la-ascii2enUS_scancode.lo `test -f 'libraries/common/ascii2enUS_scancode.cpp' || echo '$(srcdir)/'`libraries/common/ascii2enUS_scancode.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/common/libraries_libsmbios_la-ascii2enUS_scancode.lo `test -f 'libraries/common/ascii2enUS_scancode.cpp' || echo '$(srcdir)/'`libraries/common/ascii2enUS_scancode.cpp libraries/common/libraries_libsmbios_la-Observer.lo: libraries/common/Observer.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/common/libraries_libsmbios_la-Observer.lo -MD -MP -MF libraries/common/$(DEPDIR)/libraries_libsmbios_la-Observer.Tpo -c -o libraries/common/libraries_libsmbios_la-Observer.lo `test -f 'libraries/common/Observer.cpp' || echo '$(srcdir)/'`libraries/common/Observer.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/common/$(DEPDIR)/libraries_libsmbios_la-Observer.Tpo libraries/common/$(DEPDIR)/libraries_libsmbios_la-Observer.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/common/libraries_libsmbios_la-Observer.lo -MD -MP -MF "libraries/common/$(DEPDIR)/libraries_libsmbios_la-Observer.Tpo" -c -o libraries/common/libraries_libsmbios_la-Observer.lo `test -f 'libraries/common/Observer.cpp' || echo '$(srcdir)/'`libraries/common/Observer.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/common/$(DEPDIR)/libraries_libsmbios_la-Observer.Tpo" "libraries/common/$(DEPDIR)/libraries_libsmbios_la-Observer.Plo"; else rm -f "libraries/common/$(DEPDIR)/libraries_libsmbios_la-Observer.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/common/Observer.cpp' object='libraries/common/libraries_libsmbios_la-Observer.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/common/libraries_libsmbios_la-Observer.lo `test -f 'libraries/common/Observer.cpp' || echo '$(srcdir)/'`libraries/common/Observer.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/common/libraries_libsmbios_la-Observer.lo `test -f 'libraries/common/Observer.cpp' || echo '$(srcdir)/'`libraries/common/Observer.cpp libraries/memory/libraries_libsmbios_la-Memory.lo: libraries/memory/Memory.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/memory/libraries_libsmbios_la-Memory.lo -MD -MP -MF libraries/memory/$(DEPDIR)/libraries_libsmbios_la-Memory.Tpo -c -o libraries/memory/libraries_libsmbios_la-Memory.lo `test -f 'libraries/memory/Memory.cpp' || echo '$(srcdir)/'`libraries/memory/Memory.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/memory/$(DEPDIR)/libraries_libsmbios_la-Memory.Tpo libraries/memory/$(DEPDIR)/libraries_libsmbios_la-Memory.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/memory/libraries_libsmbios_la-Memory.lo -MD -MP -MF "libraries/memory/$(DEPDIR)/libraries_libsmbios_la-Memory.Tpo" -c -o libraries/memory/libraries_libsmbios_la-Memory.lo `test -f 'libraries/memory/Memory.cpp' || echo '$(srcdir)/'`libraries/memory/Memory.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/memory/$(DEPDIR)/libraries_libsmbios_la-Memory.Tpo" "libraries/memory/$(DEPDIR)/libraries_libsmbios_la-Memory.Plo"; else rm -f "libraries/memory/$(DEPDIR)/libraries_libsmbios_la-Memory.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/memory/Memory.cpp' object='libraries/memory/libraries_libsmbios_la-Memory.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/memory/libraries_libsmbios_la-Memory.lo `test -f 'libraries/memory/Memory.cpp' || echo '$(srcdir)/'`libraries/memory/Memory.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/memory/libraries_libsmbios_la-Memory.lo `test -f 'libraries/memory/Memory.cpp' || echo '$(srcdir)/'`libraries/memory/Memory.cpp libraries/memory/libraries_libsmbios_la-Memory_Linux.lo: libraries/memory/Memory_Linux.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/memory/libraries_libsmbios_la-Memory_Linux.lo -MD -MP -MF libraries/memory/$(DEPDIR)/libraries_libsmbios_la-Memory_Linux.Tpo -c -o libraries/memory/libraries_libsmbios_la-Memory_Linux.lo `test -f 'libraries/memory/Memory_Linux.cpp' || echo '$(srcdir)/'`libraries/memory/Memory_Linux.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/memory/$(DEPDIR)/libraries_libsmbios_la-Memory_Linux.Tpo libraries/memory/$(DEPDIR)/libraries_libsmbios_la-Memory_Linux.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/memory/libraries_libsmbios_la-Memory_Linux.lo -MD -MP -MF "libraries/memory/$(DEPDIR)/libraries_libsmbios_la-Memory_Linux.Tpo" -c -o libraries/memory/libraries_libsmbios_la-Memory_Linux.lo `test -f 'libraries/memory/Memory_Linux.cpp' || echo '$(srcdir)/'`libraries/memory/Memory_Linux.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/memory/$(DEPDIR)/libraries_libsmbios_la-Memory_Linux.Tpo" "libraries/memory/$(DEPDIR)/libraries_libsmbios_la-Memory_Linux.Plo"; else rm -f "libraries/memory/$(DEPDIR)/libraries_libsmbios_la-Memory_Linux.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/memory/Memory_Linux.cpp' object='libraries/memory/libraries_libsmbios_la-Memory_Linux.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/memory/libraries_libsmbios_la-Memory_Linux.lo `test -f 'libraries/memory/Memory_Linux.cpp' || echo '$(srcdir)/'`libraries/memory/Memory_Linux.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/memory/libraries_libsmbios_la-Memory_Linux.lo `test -f 'libraries/memory/Memory_Linux.cpp' || echo '$(srcdir)/'`libraries/memory/Memory_Linux.cpp libraries/rbu/libraries_libsmbios_la-RbuHdr.lo: libraries/rbu/RbuHdr.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/rbu/libraries_libsmbios_la-RbuHdr.lo -MD -MP -MF libraries/rbu/$(DEPDIR)/libraries_libsmbios_la-RbuHdr.Tpo -c -o libraries/rbu/libraries_libsmbios_la-RbuHdr.lo `test -f 'libraries/rbu/RbuHdr.cpp' || echo '$(srcdir)/'`libraries/rbu/RbuHdr.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/rbu/$(DEPDIR)/libraries_libsmbios_la-RbuHdr.Tpo libraries/rbu/$(DEPDIR)/libraries_libsmbios_la-RbuHdr.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/rbu/libraries_libsmbios_la-RbuHdr.lo -MD -MP -MF "libraries/rbu/$(DEPDIR)/libraries_libsmbios_la-RbuHdr.Tpo" -c -o libraries/rbu/libraries_libsmbios_la-RbuHdr.lo `test -f 'libraries/rbu/RbuHdr.cpp' || echo '$(srcdir)/'`libraries/rbu/RbuHdr.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/rbu/$(DEPDIR)/libraries_libsmbios_la-RbuHdr.Tpo" "libraries/rbu/$(DEPDIR)/libraries_libsmbios_la-RbuHdr.Plo"; else rm -f "libraries/rbu/$(DEPDIR)/libraries_libsmbios_la-RbuHdr.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/rbu/RbuHdr.cpp' object='libraries/rbu/libraries_libsmbios_la-RbuHdr.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/rbu/libraries_libsmbios_la-RbuHdr.lo `test -f 'libraries/rbu/RbuHdr.cpp' || echo '$(srcdir)/'`libraries/rbu/RbuHdr.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/rbu/libraries_libsmbios_la-RbuHdr.lo `test -f 'libraries/rbu/RbuHdr.cpp' || echo '$(srcdir)/'`libraries/rbu/RbuHdr.cpp libraries/rbu/libraries_libsmbios_la-Rbu_Linux.lo: libraries/rbu/Rbu_Linux.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/rbu/libraries_libsmbios_la-Rbu_Linux.lo -MD -MP -MF libraries/rbu/$(DEPDIR)/libraries_libsmbios_la-Rbu_Linux.Tpo -c -o libraries/rbu/libraries_libsmbios_la-Rbu_Linux.lo `test -f 'libraries/rbu/Rbu_Linux.cpp' || echo '$(srcdir)/'`libraries/rbu/Rbu_Linux.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/rbu/$(DEPDIR)/libraries_libsmbios_la-Rbu_Linux.Tpo libraries/rbu/$(DEPDIR)/libraries_libsmbios_la-Rbu_Linux.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/rbu/libraries_libsmbios_la-Rbu_Linux.lo -MD -MP -MF "libraries/rbu/$(DEPDIR)/libraries_libsmbios_la-Rbu_Linux.Tpo" -c -o libraries/rbu/libraries_libsmbios_la-Rbu_Linux.lo `test -f 'libraries/rbu/Rbu_Linux.cpp' || echo '$(srcdir)/'`libraries/rbu/Rbu_Linux.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/rbu/$(DEPDIR)/libraries_libsmbios_la-Rbu_Linux.Tpo" "libraries/rbu/$(DEPDIR)/libraries_libsmbios_la-Rbu_Linux.Plo"; else rm -f "libraries/rbu/$(DEPDIR)/libraries_libsmbios_la-Rbu_Linux.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/rbu/Rbu_Linux.cpp' object='libraries/rbu/libraries_libsmbios_la-Rbu_Linux.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/rbu/libraries_libsmbios_la-Rbu_Linux.lo `test -f 'libraries/rbu/Rbu_Linux.cpp' || echo '$(srcdir)/'`libraries/rbu/Rbu_Linux.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/rbu/libraries_libsmbios_la-Rbu_Linux.lo `test -f 'libraries/rbu/Rbu_Linux.cpp' || echo '$(srcdir)/'`libraries/rbu/Rbu_Linux.cpp libraries/smbios/libraries_libsmbios_la-SmbiosFactory.lo: libraries/smbios/SmbiosFactory.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/smbios/libraries_libsmbios_la-SmbiosFactory.lo -MD -MP -MF libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosFactory.Tpo -c -o libraries/smbios/libraries_libsmbios_la-SmbiosFactory.lo `test -f 'libraries/smbios/SmbiosFactory.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosFactory.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosFactory.Tpo libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosFactory.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/smbios/libraries_libsmbios_la-SmbiosFactory.lo -MD -MP -MF "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosFactory.Tpo" -c -o libraries/smbios/libraries_libsmbios_la-SmbiosFactory.lo `test -f 'libraries/smbios/SmbiosFactory.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosFactory.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosFactory.Tpo" "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosFactory.Plo"; else rm -f "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosFactory.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/smbios/SmbiosFactory.cpp' object='libraries/smbios/libraries_libsmbios_la-SmbiosFactory.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/smbios/libraries_libsmbios_la-SmbiosFactory.lo `test -f 'libraries/smbios/SmbiosFactory.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosFactory.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/smbios/libraries_libsmbios_la-SmbiosFactory.lo `test -f 'libraries/smbios/SmbiosFactory.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosFactory.cpp libraries/smbios/libraries_libsmbios_la-SmbiosItem.lo: libraries/smbios/SmbiosItem.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/smbios/libraries_libsmbios_la-SmbiosItem.lo -MD -MP -MF libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosItem.Tpo -c -o libraries/smbios/libraries_libsmbios_la-SmbiosItem.lo `test -f 'libraries/smbios/SmbiosItem.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosItem.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosItem.Tpo libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosItem.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/smbios/libraries_libsmbios_la-SmbiosItem.lo -MD -MP -MF "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosItem.Tpo" -c -o libraries/smbios/libraries_libsmbios_la-SmbiosItem.lo `test -f 'libraries/smbios/SmbiosItem.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosItem.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosItem.Tpo" "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosItem.Plo"; else rm -f "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosItem.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/smbios/SmbiosItem.cpp' object='libraries/smbios/libraries_libsmbios_la-SmbiosItem.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/smbios/libraries_libsmbios_la-SmbiosItem.lo `test -f 'libraries/smbios/SmbiosItem.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosItem.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/smbios/libraries_libsmbios_la-SmbiosItem.lo `test -f 'libraries/smbios/SmbiosItem.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosItem.cpp libraries/smbios/libraries_libsmbios_la-SmbiosStrategy.lo: libraries/smbios/SmbiosStrategy.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/smbios/libraries_libsmbios_la-SmbiosStrategy.lo -MD -MP -MF libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosStrategy.Tpo -c -o libraries/smbios/libraries_libsmbios_la-SmbiosStrategy.lo `test -f 'libraries/smbios/SmbiosStrategy.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosStrategy.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosStrategy.Tpo libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosStrategy.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/smbios/libraries_libsmbios_la-SmbiosStrategy.lo -MD -MP -MF "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosStrategy.Tpo" -c -o libraries/smbios/libraries_libsmbios_la-SmbiosStrategy.lo `test -f 'libraries/smbios/SmbiosStrategy.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosStrategy.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosStrategy.Tpo" "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosStrategy.Plo"; else rm -f "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosStrategy.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/smbios/SmbiosStrategy.cpp' object='libraries/smbios/libraries_libsmbios_la-SmbiosStrategy.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/smbios/libraries_libsmbios_la-SmbiosStrategy.lo `test -f 'libraries/smbios/SmbiosStrategy.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosStrategy.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/smbios/libraries_libsmbios_la-SmbiosStrategy.lo `test -f 'libraries/smbios/SmbiosStrategy.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosStrategy.cpp libraries/smbios/libraries_libsmbios_la-SmbiosStrategy_Linux.lo: libraries/smbios/SmbiosStrategy_Linux.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/smbios/libraries_libsmbios_la-SmbiosStrategy_Linux.lo -MD -MP -MF libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosStrategy_Linux.Tpo -c -o libraries/smbios/libraries_libsmbios_la-SmbiosStrategy_Linux.lo `test -f 'libraries/smbios/SmbiosStrategy_Linux.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosStrategy_Linux.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosStrategy_Linux.Tpo libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosStrategy_Linux.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/smbios/libraries_libsmbios_la-SmbiosStrategy_Linux.lo -MD -MP -MF "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosStrategy_Linux.Tpo" -c -o libraries/smbios/libraries_libsmbios_la-SmbiosStrategy_Linux.lo `test -f 'libraries/smbios/SmbiosStrategy_Linux.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosStrategy_Linux.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosStrategy_Linux.Tpo" "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosStrategy_Linux.Plo"; else rm -f "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosStrategy_Linux.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/smbios/SmbiosStrategy_Linux.cpp' object='libraries/smbios/libraries_libsmbios_la-SmbiosStrategy_Linux.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/smbios/libraries_libsmbios_la-SmbiosStrategy_Linux.lo `test -f 'libraries/smbios/SmbiosStrategy_Linux.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosStrategy_Linux.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/smbios/libraries_libsmbios_la-SmbiosStrategy_Linux.lo `test -f 'libraries/smbios/SmbiosStrategy_Linux.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosStrategy_Linux.cpp libraries/smbios/libraries_libsmbios_la-SmbiosTable.lo: libraries/smbios/SmbiosTable.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/smbios/libraries_libsmbios_la-SmbiosTable.lo -MD -MP -MF libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosTable.Tpo -c -o libraries/smbios/libraries_libsmbios_la-SmbiosTable.lo `test -f 'libraries/smbios/SmbiosTable.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosTable.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosTable.Tpo libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosTable.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/smbios/libraries_libsmbios_la-SmbiosTable.lo -MD -MP -MF "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosTable.Tpo" -c -o libraries/smbios/libraries_libsmbios_la-SmbiosTable.lo `test -f 'libraries/smbios/SmbiosTable.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosTable.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosTable.Tpo" "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosTable.Plo"; else rm -f "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosTable.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/smbios/SmbiosTable.cpp' object='libraries/smbios/libraries_libsmbios_la-SmbiosTable.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/smbios/libraries_libsmbios_la-SmbiosTable.lo `test -f 'libraries/smbios/SmbiosTable.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosTable.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/smbios/libraries_libsmbios_la-SmbiosTable.lo `test -f 'libraries/smbios/SmbiosTable.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosTable.cpp libraries/smbios/libraries_libsmbios_la-SmbiosTableIterator.lo: libraries/smbios/SmbiosTableIterator.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/smbios/libraries_libsmbios_la-SmbiosTableIterator.lo -MD -MP -MF libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosTableIterator.Tpo -c -o libraries/smbios/libraries_libsmbios_la-SmbiosTableIterator.lo `test -f 'libraries/smbios/SmbiosTableIterator.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosTableIterator.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosTableIterator.Tpo libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosTableIterator.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/smbios/libraries_libsmbios_la-SmbiosTableIterator.lo -MD -MP -MF "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosTableIterator.Tpo" -c -o libraries/smbios/libraries_libsmbios_la-SmbiosTableIterator.lo `test -f 'libraries/smbios/SmbiosTableIterator.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosTableIterator.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosTableIterator.Tpo" "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosTableIterator.Plo"; else rm -f "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosTableIterator.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/smbios/SmbiosTableIterator.cpp' object='libraries/smbios/libraries_libsmbios_la-SmbiosTableIterator.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/smbios/libraries_libsmbios_la-SmbiosTableIterator.lo `test -f 'libraries/smbios/SmbiosTableIterator.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosTableIterator.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/smbios/libraries_libsmbios_la-SmbiosTableIterator.lo `test -f 'libraries/smbios/SmbiosTableIterator.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosTableIterator.cpp libraries/smbios/libraries_libsmbios_la-SmbiosWorkaround.lo: libraries/smbios/SmbiosWorkaround.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/smbios/libraries_libsmbios_la-SmbiosWorkaround.lo -MD -MP -MF libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosWorkaround.Tpo -c -o libraries/smbios/libraries_libsmbios_la-SmbiosWorkaround.lo `test -f 'libraries/smbios/SmbiosWorkaround.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosWorkaround.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosWorkaround.Tpo libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosWorkaround.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/smbios/libraries_libsmbios_la-SmbiosWorkaround.lo -MD -MP -MF "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosWorkaround.Tpo" -c -o libraries/smbios/libraries_libsmbios_la-SmbiosWorkaround.lo `test -f 'libraries/smbios/SmbiosWorkaround.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosWorkaround.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosWorkaround.Tpo" "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosWorkaround.Plo"; else rm -f "libraries/smbios/$(DEPDIR)/libraries_libsmbios_la-SmbiosWorkaround.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/smbios/SmbiosWorkaround.cpp' object='libraries/smbios/libraries_libsmbios_la-SmbiosWorkaround.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/smbios/libraries_libsmbios_la-SmbiosWorkaround.lo `test -f 'libraries/smbios/SmbiosWorkaround.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosWorkaround.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/smbios/libraries_libsmbios_la-SmbiosWorkaround.lo `test -f 'libraries/smbios/SmbiosWorkaround.cpp' || echo '$(srcdir)/'`libraries/smbios/SmbiosWorkaround.cpp libraries/smi/libraries_libsmbios_la-Smi.lo: libraries/smi/Smi.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/smi/libraries_libsmbios_la-Smi.lo -MD -MP -MF libraries/smi/$(DEPDIR)/libraries_libsmbios_la-Smi.Tpo -c -o libraries/smi/libraries_libsmbios_la-Smi.lo `test -f 'libraries/smi/Smi.cpp' || echo '$(srcdir)/'`libraries/smi/Smi.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/smi/$(DEPDIR)/libraries_libsmbios_la-Smi.Tpo libraries/smi/$(DEPDIR)/libraries_libsmbios_la-Smi.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/smi/libraries_libsmbios_la-Smi.lo -MD -MP -MF "libraries/smi/$(DEPDIR)/libraries_libsmbios_la-Smi.Tpo" -c -o libraries/smi/libraries_libsmbios_la-Smi.lo `test -f 'libraries/smi/Smi.cpp' || echo '$(srcdir)/'`libraries/smi/Smi.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/smi/$(DEPDIR)/libraries_libsmbios_la-Smi.Tpo" "libraries/smi/$(DEPDIR)/libraries_libsmbios_la-Smi.Plo"; else rm -f "libraries/smi/$(DEPDIR)/libraries_libsmbios_la-Smi.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/smi/Smi.cpp' object='libraries/smi/libraries_libsmbios_la-Smi.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/smi/libraries_libsmbios_la-Smi.lo `test -f 'libraries/smi/Smi.cpp' || echo '$(srcdir)/'`libraries/smi/Smi.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/smi/libraries_libsmbios_la-Smi.lo `test -f 'libraries/smi/Smi.cpp' || echo '$(srcdir)/'`libraries/smi/Smi.cpp libraries/smi/libraries_libsmbios_la-SmiFactory.lo: libraries/smi/SmiFactory.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/smi/libraries_libsmbios_la-SmiFactory.lo -MD -MP -MF libraries/smi/$(DEPDIR)/libraries_libsmbios_la-SmiFactory.Tpo -c -o libraries/smi/libraries_libsmbios_la-SmiFactory.lo `test -f 'libraries/smi/SmiFactory.cpp' || echo '$(srcdir)/'`libraries/smi/SmiFactory.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/smi/$(DEPDIR)/libraries_libsmbios_la-SmiFactory.Tpo libraries/smi/$(DEPDIR)/libraries_libsmbios_la-SmiFactory.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/smi/libraries_libsmbios_la-SmiFactory.lo -MD -MP -MF "libraries/smi/$(DEPDIR)/libraries_libsmbios_la-SmiFactory.Tpo" -c -o libraries/smi/libraries_libsmbios_la-SmiFactory.lo `test -f 'libraries/smi/SmiFactory.cpp' || echo '$(srcdir)/'`libraries/smi/SmiFactory.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/smi/$(DEPDIR)/libraries_libsmbios_la-SmiFactory.Tpo" "libraries/smi/$(DEPDIR)/libraries_libsmbios_la-SmiFactory.Plo"; else rm -f "libraries/smi/$(DEPDIR)/libraries_libsmbios_la-SmiFactory.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/smi/SmiFactory.cpp' object='libraries/smi/libraries_libsmbios_la-SmiFactory.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/smi/libraries_libsmbios_la-SmiFactory.lo `test -f 'libraries/smi/SmiFactory.cpp' || echo '$(srcdir)/'`libraries/smi/SmiFactory.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/smi/libraries_libsmbios_la-SmiFactory.lo `test -f 'libraries/smi/SmiFactory.cpp' || echo '$(srcdir)/'`libraries/smi/SmiFactory.cpp libraries/smi/libraries_libsmbios_la-Smi_Linux.lo: libraries/smi/Smi_Linux.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/smi/libraries_libsmbios_la-Smi_Linux.lo -MD -MP -MF libraries/smi/$(DEPDIR)/libraries_libsmbios_la-Smi_Linux.Tpo -c -o libraries/smi/libraries_libsmbios_la-Smi_Linux.lo `test -f 'libraries/smi/Smi_Linux.cpp' || echo '$(srcdir)/'`libraries/smi/Smi_Linux.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/smi/$(DEPDIR)/libraries_libsmbios_la-Smi_Linux.Tpo libraries/smi/$(DEPDIR)/libraries_libsmbios_la-Smi_Linux.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/smi/libraries_libsmbios_la-Smi_Linux.lo -MD -MP -MF "libraries/smi/$(DEPDIR)/libraries_libsmbios_la-Smi_Linux.Tpo" -c -o libraries/smi/libraries_libsmbios_la-Smi_Linux.lo `test -f 'libraries/smi/Smi_Linux.cpp' || echo '$(srcdir)/'`libraries/smi/Smi_Linux.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/smi/$(DEPDIR)/libraries_libsmbios_la-Smi_Linux.Tpo" "libraries/smi/$(DEPDIR)/libraries_libsmbios_la-Smi_Linux.Plo"; else rm -f "libraries/smi/$(DEPDIR)/libraries_libsmbios_la-Smi_Linux.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/smi/Smi_Linux.cpp' object='libraries/smi/libraries_libsmbios_la-Smi_Linux.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/smi/libraries_libsmbios_la-Smi_Linux.lo `test -f 'libraries/smi/Smi_Linux.cpp' || echo '$(srcdir)/'`libraries/smi/Smi_Linux.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/smi/libraries_libsmbios_la-Smi_Linux.lo `test -f 'libraries/smi/Smi_Linux.cpp' || echo '$(srcdir)/'`libraries/smi/Smi_Linux.cpp libraries/systeminfo/libraries_libsmbios_la-IdByte.lo: libraries/systeminfo/IdByte.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/systeminfo/libraries_libsmbios_la-IdByte.lo -MD -MP -MF libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-IdByte.Tpo -c -o libraries/systeminfo/libraries_libsmbios_la-IdByte.lo `test -f 'libraries/systeminfo/IdByte.cpp' || echo '$(srcdir)/'`libraries/systeminfo/IdByte.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-IdByte.Tpo libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-IdByte.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/systeminfo/libraries_libsmbios_la-IdByte.lo -MD -MP -MF "libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-IdByte.Tpo" -c -o libraries/systeminfo/libraries_libsmbios_la-IdByte.lo `test -f 'libraries/systeminfo/IdByte.cpp' || echo '$(srcdir)/'`libraries/systeminfo/IdByte.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-IdByte.Tpo" "libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-IdByte.Plo"; else rm -f "libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-IdByte.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/systeminfo/IdByte.cpp' object='libraries/systeminfo/libraries_libsmbios_la-IdByte.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/systeminfo/libraries_libsmbios_la-IdByte.lo `test -f 'libraries/systeminfo/IdByte.cpp' || echo '$(srcdir)/'`libraries/systeminfo/IdByte.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/systeminfo/libraries_libsmbios_la-IdByte.lo `test -f 'libraries/systeminfo/IdByte.cpp' || echo '$(srcdir)/'`libraries/systeminfo/IdByte.cpp libraries/systeminfo/libraries_libsmbios_la-SysInfoError.lo: libraries/systeminfo/SysInfoError.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/systeminfo/libraries_libsmbios_la-SysInfoError.lo -MD -MP -MF libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-SysInfoError.Tpo -c -o libraries/systeminfo/libraries_libsmbios_la-SysInfoError.lo `test -f 'libraries/systeminfo/SysInfoError.cpp' || echo '$(srcdir)/'`libraries/systeminfo/SysInfoError.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-SysInfoError.Tpo libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-SysInfoError.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/systeminfo/libraries_libsmbios_la-SysInfoError.lo -MD -MP -MF "libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-SysInfoError.Tpo" -c -o libraries/systeminfo/libraries_libsmbios_la-SysInfoError.lo `test -f 'libraries/systeminfo/SysInfoError.cpp' || echo '$(srcdir)/'`libraries/systeminfo/SysInfoError.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-SysInfoError.Tpo" "libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-SysInfoError.Plo"; else rm -f "libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-SysInfoError.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/systeminfo/SysInfoError.cpp' object='libraries/systeminfo/libraries_libsmbios_la-SysInfoError.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/systeminfo/libraries_libsmbios_la-SysInfoError.lo `test -f 'libraries/systeminfo/SysInfoError.cpp' || echo '$(srcdir)/'`libraries/systeminfo/SysInfoError.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/systeminfo/libraries_libsmbios_la-SysInfoError.lo `test -f 'libraries/systeminfo/SysInfoError.cpp' || echo '$(srcdir)/'`libraries/systeminfo/SysInfoError.cpp libraries/systeminfo/libraries_libsmbios_la-System.lo: libraries/systeminfo/System.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/systeminfo/libraries_libsmbios_la-System.lo -MD -MP -MF libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-System.Tpo -c -o libraries/systeminfo/libraries_libsmbios_la-System.lo `test -f 'libraries/systeminfo/System.cpp' || echo '$(srcdir)/'`libraries/systeminfo/System.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-System.Tpo libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-System.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/systeminfo/libraries_libsmbios_la-System.lo -MD -MP -MF "libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-System.Tpo" -c -o libraries/systeminfo/libraries_libsmbios_la-System.lo `test -f 'libraries/systeminfo/System.cpp' || echo '$(srcdir)/'`libraries/systeminfo/System.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-System.Tpo" "libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-System.Plo"; else rm -f "libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-System.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/systeminfo/System.cpp' object='libraries/systeminfo/libraries_libsmbios_la-System.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/systeminfo/libraries_libsmbios_la-System.lo `test -f 'libraries/systeminfo/System.cpp' || echo '$(srcdir)/'`libraries/systeminfo/System.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/systeminfo/libraries_libsmbios_la-System.lo `test -f 'libraries/systeminfo/System.cpp' || echo '$(srcdir)/'`libraries/systeminfo/System.cpp libraries/systeminfo/libraries_libsmbios_la-SystemDetect.lo: libraries/systeminfo/SystemDetect.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/systeminfo/libraries_libsmbios_la-SystemDetect.lo -MD -MP -MF libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-SystemDetect.Tpo -c -o libraries/systeminfo/libraries_libsmbios_la-SystemDetect.lo `test -f 'libraries/systeminfo/SystemDetect.cpp' || echo '$(srcdir)/'`libraries/systeminfo/SystemDetect.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-SystemDetect.Tpo libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-SystemDetect.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/systeminfo/libraries_libsmbios_la-SystemDetect.lo -MD -MP -MF "libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-SystemDetect.Tpo" -c -o libraries/systeminfo/libraries_libsmbios_la-SystemDetect.lo `test -f 'libraries/systeminfo/SystemDetect.cpp' || echo '$(srcdir)/'`libraries/systeminfo/SystemDetect.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-SystemDetect.Tpo" "libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-SystemDetect.Plo"; else rm -f "libraries/systeminfo/$(DEPDIR)/libraries_libsmbios_la-SystemDetect.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/systeminfo/SystemDetect.cpp' object='libraries/systeminfo/libraries_libsmbios_la-SystemDetect.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/systeminfo/libraries_libsmbios_la-SystemDetect.lo `test -f 'libraries/systeminfo/SystemDetect.cpp' || echo '$(srcdir)/'`libraries/systeminfo/SystemDetect.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/systeminfo/libraries_libsmbios_la-SystemDetect.lo `test -f 'libraries/systeminfo/SystemDetect.cpp' || echo '$(srcdir)/'`libraries/systeminfo/SystemDetect.cpp libraries/token/libraries_libsmbios_la-checksum.lo: libraries/token/checksum.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/token/libraries_libsmbios_la-checksum.lo -MD -MP -MF libraries/token/$(DEPDIR)/libraries_libsmbios_la-checksum.Tpo -c -o libraries/token/libraries_libsmbios_la-checksum.lo `test -f 'libraries/token/checksum.cpp' || echo '$(srcdir)/'`libraries/token/checksum.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/token/$(DEPDIR)/libraries_libsmbios_la-checksum.Tpo libraries/token/$(DEPDIR)/libraries_libsmbios_la-checksum.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/token/libraries_libsmbios_la-checksum.lo -MD -MP -MF "libraries/token/$(DEPDIR)/libraries_libsmbios_la-checksum.Tpo" -c -o libraries/token/libraries_libsmbios_la-checksum.lo `test -f 'libraries/token/checksum.cpp' || echo '$(srcdir)/'`libraries/token/checksum.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/token/$(DEPDIR)/libraries_libsmbios_la-checksum.Tpo" "libraries/token/$(DEPDIR)/libraries_libsmbios_la-checksum.Plo"; else rm -f "libraries/token/$(DEPDIR)/libraries_libsmbios_la-checksum.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/token/checksum.cpp' object='libraries/token/libraries_libsmbios_la-checksum.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/token/libraries_libsmbios_la-checksum.lo `test -f 'libraries/token/checksum.cpp' || echo '$(srcdir)/'`libraries/token/checksum.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/token/libraries_libsmbios_la-checksum.lo `test -f 'libraries/token/checksum.cpp' || echo '$(srcdir)/'`libraries/token/checksum.cpp libraries/token/libraries_libsmbios_la-Token.lo: libraries/token/Token.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/token/libraries_libsmbios_la-Token.lo -MD -MP -MF libraries/token/$(DEPDIR)/libraries_libsmbios_la-Token.Tpo -c -o libraries/token/libraries_libsmbios_la-Token.lo `test -f 'libraries/token/Token.cpp' || echo '$(srcdir)/'`libraries/token/Token.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/token/$(DEPDIR)/libraries_libsmbios_la-Token.Tpo libraries/token/$(DEPDIR)/libraries_libsmbios_la-Token.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/token/libraries_libsmbios_la-Token.lo -MD -MP -MF "libraries/token/$(DEPDIR)/libraries_libsmbios_la-Token.Tpo" -c -o libraries/token/libraries_libsmbios_la-Token.lo `test -f 'libraries/token/Token.cpp' || echo '$(srcdir)/'`libraries/token/Token.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/token/$(DEPDIR)/libraries_libsmbios_la-Token.Tpo" "libraries/token/$(DEPDIR)/libraries_libsmbios_la-Token.Plo"; else rm -f "libraries/token/$(DEPDIR)/libraries_libsmbios_la-Token.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/token/Token.cpp' object='libraries/token/libraries_libsmbios_la-Token.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/token/libraries_libsmbios_la-Token.lo `test -f 'libraries/token/Token.cpp' || echo '$(srcdir)/'`libraries/token/Token.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/token/libraries_libsmbios_la-Token.lo `test -f 'libraries/token/Token.cpp' || echo '$(srcdir)/'`libraries/token/Token.cpp libraries/token/libraries_libsmbios_la-TokenD4.lo: libraries/token/TokenD4.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/token/libraries_libsmbios_la-TokenD4.lo -MD -MP -MF libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenD4.Tpo -c -o libraries/token/libraries_libsmbios_la-TokenD4.lo `test -f 'libraries/token/TokenD4.cpp' || echo '$(srcdir)/'`libraries/token/TokenD4.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenD4.Tpo libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenD4.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/token/libraries_libsmbios_la-TokenD4.lo -MD -MP -MF "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenD4.Tpo" -c -o libraries/token/libraries_libsmbios_la-TokenD4.lo `test -f 'libraries/token/TokenD4.cpp' || echo '$(srcdir)/'`libraries/token/TokenD4.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenD4.Tpo" "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenD4.Plo"; else rm -f "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenD4.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/token/TokenD4.cpp' object='libraries/token/libraries_libsmbios_la-TokenD4.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/token/libraries_libsmbios_la-TokenD4.lo `test -f 'libraries/token/TokenD4.cpp' || echo '$(srcdir)/'`libraries/token/TokenD4.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/token/libraries_libsmbios_la-TokenD4.lo `test -f 'libraries/token/TokenD4.cpp' || echo '$(srcdir)/'`libraries/token/TokenD4.cpp libraries/token/libraries_libsmbios_la-TokenD5.lo: libraries/token/TokenD5.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/token/libraries_libsmbios_la-TokenD5.lo -MD -MP -MF libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenD5.Tpo -c -o libraries/token/libraries_libsmbios_la-TokenD5.lo `test -f 'libraries/token/TokenD5.cpp' || echo '$(srcdir)/'`libraries/token/TokenD5.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenD5.Tpo libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenD5.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/token/libraries_libsmbios_la-TokenD5.lo -MD -MP -MF "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenD5.Tpo" -c -o libraries/token/libraries_libsmbios_la-TokenD5.lo `test -f 'libraries/token/TokenD5.cpp' || echo '$(srcdir)/'`libraries/token/TokenD5.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenD5.Tpo" "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenD5.Plo"; else rm -f "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenD5.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/token/TokenD5.cpp' object='libraries/token/libraries_libsmbios_la-TokenD5.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/token/libraries_libsmbios_la-TokenD5.lo `test -f 'libraries/token/TokenD5.cpp' || echo '$(srcdir)/'`libraries/token/TokenD5.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/token/libraries_libsmbios_la-TokenD5.lo `test -f 'libraries/token/TokenD5.cpp' || echo '$(srcdir)/'`libraries/token/TokenD5.cpp libraries/token/libraries_libsmbios_la-TokenD6.lo: libraries/token/TokenD6.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/token/libraries_libsmbios_la-TokenD6.lo -MD -MP -MF libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenD6.Tpo -c -o libraries/token/libraries_libsmbios_la-TokenD6.lo `test -f 'libraries/token/TokenD6.cpp' || echo '$(srcdir)/'`libraries/token/TokenD6.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenD6.Tpo libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenD6.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/token/libraries_libsmbios_la-TokenD6.lo -MD -MP -MF "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenD6.Tpo" -c -o libraries/token/libraries_libsmbios_la-TokenD6.lo `test -f 'libraries/token/TokenD6.cpp' || echo '$(srcdir)/'`libraries/token/TokenD6.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenD6.Tpo" "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenD6.Plo"; else rm -f "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenD6.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/token/TokenD6.cpp' object='libraries/token/libraries_libsmbios_la-TokenD6.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/token/libraries_libsmbios_la-TokenD6.lo `test -f 'libraries/token/TokenD6.cpp' || echo '$(srcdir)/'`libraries/token/TokenD6.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/token/libraries_libsmbios_la-TokenD6.lo `test -f 'libraries/token/TokenD6.cpp' || echo '$(srcdir)/'`libraries/token/TokenD6.cpp libraries/token/libraries_libsmbios_la-TokenDA.lo: libraries/token/TokenDA.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/token/libraries_libsmbios_la-TokenDA.lo -MD -MP -MF libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenDA.Tpo -c -o libraries/token/libraries_libsmbios_la-TokenDA.lo `test -f 'libraries/token/TokenDA.cpp' || echo '$(srcdir)/'`libraries/token/TokenDA.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenDA.Tpo libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenDA.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/token/libraries_libsmbios_la-TokenDA.lo -MD -MP -MF "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenDA.Tpo" -c -o libraries/token/libraries_libsmbios_la-TokenDA.lo `test -f 'libraries/token/TokenDA.cpp' || echo '$(srcdir)/'`libraries/token/TokenDA.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenDA.Tpo" "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenDA.Plo"; else rm -f "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenDA.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/token/TokenDA.cpp' object='libraries/token/libraries_libsmbios_la-TokenDA.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/token/libraries_libsmbios_la-TokenDA.lo `test -f 'libraries/token/TokenDA.cpp' || echo '$(srcdir)/'`libraries/token/TokenDA.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/token/libraries_libsmbios_la-TokenDA.lo `test -f 'libraries/token/TokenDA.cpp' || echo '$(srcdir)/'`libraries/token/TokenDA.cpp libraries/token/libraries_libsmbios_la-TokenTable.lo: libraries/token/TokenTable.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/token/libraries_libsmbios_la-TokenTable.lo -MD -MP -MF libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenTable.Tpo -c -o libraries/token/libraries_libsmbios_la-TokenTable.lo `test -f 'libraries/token/TokenTable.cpp' || echo '$(srcdir)/'`libraries/token/TokenTable.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenTable.Tpo libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenTable.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/token/libraries_libsmbios_la-TokenTable.lo -MD -MP -MF "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenTable.Tpo" -c -o libraries/token/libraries_libsmbios_la-TokenTable.lo `test -f 'libraries/token/TokenTable.cpp' || echo '$(srcdir)/'`libraries/token/TokenTable.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenTable.Tpo" "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenTable.Plo"; else rm -f "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenTable.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/token/TokenTable.cpp' object='libraries/token/libraries_libsmbios_la-TokenTable.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/token/libraries_libsmbios_la-TokenTable.lo `test -f 'libraries/token/TokenTable.cpp' || echo '$(srcdir)/'`libraries/token/TokenTable.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/token/libraries_libsmbios_la-TokenTable.lo `test -f 'libraries/token/TokenTable.cpp' || echo '$(srcdir)/'`libraries/token/TokenTable.cpp libraries/token/libraries_libsmbios_la-TokenTableFactory.lo: libraries/token/TokenTableFactory.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/token/libraries_libsmbios_la-TokenTableFactory.lo -MD -MP -MF libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenTableFactory.Tpo -c -o libraries/token/libraries_libsmbios_la-TokenTableFactory.lo `test -f 'libraries/token/TokenTableFactory.cpp' || echo '$(srcdir)/'`libraries/token/TokenTableFactory.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenTableFactory.Tpo libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenTableFactory.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/token/libraries_libsmbios_la-TokenTableFactory.lo -MD -MP -MF "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenTableFactory.Tpo" -c -o libraries/token/libraries_libsmbios_la-TokenTableFactory.lo `test -f 'libraries/token/TokenTableFactory.cpp' || echo '$(srcdir)/'`libraries/token/TokenTableFactory.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenTableFactory.Tpo" "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenTableFactory.Plo"; else rm -f "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenTableFactory.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/token/TokenTableFactory.cpp' object='libraries/token/libraries_libsmbios_la-TokenTableFactory.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/token/libraries_libsmbios_la-TokenTableFactory.lo `test -f 'libraries/token/TokenTableFactory.cpp' || echo '$(srcdir)/'`libraries/token/TokenTableFactory.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/token/libraries_libsmbios_la-TokenTableFactory.lo `test -f 'libraries/token/TokenTableFactory.cpp' || echo '$(srcdir)/'`libraries/token/TokenTableFactory.cpp libraries/token/libraries_libsmbios_la-TokenTableIterator.lo: libraries/token/TokenTableIterator.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/token/libraries_libsmbios_la-TokenTableIterator.lo -MD -MP -MF libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenTableIterator.Tpo -c -o libraries/token/libraries_libsmbios_la-TokenTableIterator.lo `test -f 'libraries/token/TokenTableIterator.cpp' || echo '$(srcdir)/'`libraries/token/TokenTableIterator.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenTableIterator.Tpo libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenTableIterator.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/token/libraries_libsmbios_la-TokenTableIterator.lo -MD -MP -MF "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenTableIterator.Tpo" -c -o libraries/token/libraries_libsmbios_la-TokenTableIterator.lo `test -f 'libraries/token/TokenTableIterator.cpp' || echo '$(srcdir)/'`libraries/token/TokenTableIterator.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenTableIterator.Tpo" "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenTableIterator.Plo"; else rm -f "libraries/token/$(DEPDIR)/libraries_libsmbios_la-TokenTableIterator.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/token/TokenTableIterator.cpp' object='libraries/token/libraries_libsmbios_la-TokenTableIterator.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/token/libraries_libsmbios_la-TokenTableIterator.lo `test -f 'libraries/token/TokenTableIterator.cpp' || echo '$(srcdir)/'`libraries/token/TokenTableIterator.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbios_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/token/libraries_libsmbios_la-TokenTableIterator.lo `test -f 'libraries/token/TokenTableIterator.cpp' || echo '$(srcdir)/'`libraries/token/TokenTableIterator.cpp libraries/xml_libxml2/libraries_libsmbiosxml_la-SmbiosXml.lo: libraries/xml_libxml2/SmbiosXml.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbiosxml_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/xml_libxml2/libraries_libsmbiosxml_la-SmbiosXml.lo -MD -MP -MF libraries/xml_libxml2/$(DEPDIR)/libraries_libsmbiosxml_la-SmbiosXml.Tpo -c -o libraries/xml_libxml2/libraries_libsmbiosxml_la-SmbiosXml.lo `test -f 'libraries/xml_libxml2/SmbiosXml.cpp' || echo '$(srcdir)/'`libraries/xml_libxml2/SmbiosXml.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/xml_libxml2/$(DEPDIR)/libraries_libsmbiosxml_la-SmbiosXml.Tpo libraries/xml_libxml2/$(DEPDIR)/libraries_libsmbiosxml_la-SmbiosXml.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbiosxml_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/xml_libxml2/libraries_libsmbiosxml_la-SmbiosXml.lo -MD -MP -MF "libraries/xml_libxml2/$(DEPDIR)/libraries_libsmbiosxml_la-SmbiosXml.Tpo" -c -o libraries/xml_libxml2/libraries_libsmbiosxml_la-SmbiosXml.lo `test -f 'libraries/xml_libxml2/SmbiosXml.cpp' || echo '$(srcdir)/'`libraries/xml_libxml2/SmbiosXml.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/xml_libxml2/$(DEPDIR)/libraries_libsmbiosxml_la-SmbiosXml.Tpo" "libraries/xml_libxml2/$(DEPDIR)/libraries_libsmbiosxml_la-SmbiosXml.Plo"; else rm -f "libraries/xml_libxml2/$(DEPDIR)/libraries_libsmbiosxml_la-SmbiosXml.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/xml_libxml2/SmbiosXml.cpp' object='libraries/xml_libxml2/libraries_libsmbiosxml_la-SmbiosXml.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbiosxml_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/xml_libxml2/libraries_libsmbiosxml_la-SmbiosXml.lo `test -f 'libraries/xml_libxml2/SmbiosXml.cpp' || echo '$(srcdir)/'`libraries/xml_libxml2/SmbiosXml.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbiosxml_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/xml_libxml2/libraries_libsmbiosxml_la-SmbiosXml.lo `test -f 'libraries/xml_libxml2/SmbiosXml.cpp' || echo '$(srcdir)/'`libraries/xml_libxml2/SmbiosXml.cpp libraries/xml_libxml2/libraries_libsmbiosxml_la-XmlUtils.lo: libraries/xml_libxml2/XmlUtils.cpp -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbiosxml_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/xml_libxml2/libraries_libsmbiosxml_la-XmlUtils.lo -MD -MP -MF libraries/xml_libxml2/$(DEPDIR)/libraries_libsmbiosxml_la-XmlUtils.Tpo -c -o libraries/xml_libxml2/libraries_libsmbiosxml_la-XmlUtils.lo `test -f 'libraries/xml_libxml2/XmlUtils.cpp' || echo '$(srcdir)/'`libraries/xml_libxml2/XmlUtils.cpp -@am__fastdepCXX_TRUE@ mv -f libraries/xml_libxml2/$(DEPDIR)/libraries_libsmbiosxml_la-XmlUtils.Tpo libraries/xml_libxml2/$(DEPDIR)/libraries_libsmbiosxml_la-XmlUtils.Plo +@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbiosxml_la_CXXFLAGS) $(CXXFLAGS) -MT libraries/xml_libxml2/libraries_libsmbiosxml_la-XmlUtils.lo -MD -MP -MF "libraries/xml_libxml2/$(DEPDIR)/libraries_libsmbiosxml_la-XmlUtils.Tpo" -c -o libraries/xml_libxml2/libraries_libsmbiosxml_la-XmlUtils.lo `test -f 'libraries/xml_libxml2/XmlUtils.cpp' || echo '$(srcdir)/'`libraries/xml_libxml2/XmlUtils.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "libraries/xml_libxml2/$(DEPDIR)/libraries_libsmbiosxml_la-XmlUtils.Tpo" "libraries/xml_libxml2/$(DEPDIR)/libraries_libsmbiosxml_la-XmlUtils.Plo"; else rm -f "libraries/xml_libxml2/$(DEPDIR)/libraries_libsmbiosxml_la-XmlUtils.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libraries/xml_libxml2/XmlUtils.cpp' object='libraries/xml_libxml2/libraries_libsmbiosxml_la-XmlUtils.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbiosxml_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/xml_libxml2/libraries_libsmbiosxml_la-XmlUtils.lo `test -f 'libraries/xml_libxml2/XmlUtils.cpp' || echo '$(srcdir)/'`libraries/xml_libxml2/XmlUtils.cpp +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libraries_libsmbiosxml_la_CXXFLAGS) $(CXXFLAGS) -c -o libraries/xml_libxml2/libraries_libsmbiosxml_la-XmlUtils.lo `test -f 'libraries/xml_libxml2/XmlUtils.cpp' || echo '$(srcdir)/'`libraries/xml_libxml2/XmlUtils.cpp bin-supported/bin_supported_dellBiosUpdate-dellBiosUpdate.o: bin-supported/dellBiosUpdate.cpp -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bin_supported_dellBiosUpdate_CXXFLAGS) $(CXXFLAGS) -MT bin-supported/bin_supported_dellBiosUpdate-dellBiosUpdate.o -MD -MP -MF bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdate-dellBiosUpdate.Tpo -c -o bin-supported/bin_supported_dellBiosUpdate-dellBiosUpdate.o `test -f 'bin-supported/dellBiosUpdate.cpp' || echo '$(srcdir)/'`bin-supported/dellBiosUpdate.cpp -@am__fastdepCXX_TRUE@ mv -f bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdate-dellBiosUpdate.Tpo bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdate-dellBiosUpdate.Po +@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bin_supported_dellBiosUpdate_CXXFLAGS) $(CXXFLAGS) -MT bin-supported/bin_supported_dellBiosUpdate-dellBiosUpdate.o -MD -MP -MF "bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdate-dellBiosUpdate.Tpo" -c -o bin-supported/bin_supported_dellBiosUpdate-dellBiosUpdate.o `test -f 'bin-supported/dellBiosUpdate.cpp' || echo '$(srcdir)/'`bin-supported/dellBiosUpdate.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdate-dellBiosUpdate.Tpo" "bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdate-dellBiosUpdate.Po"; else rm -f "bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdate-dellBiosUpdate.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='bin-supported/dellBiosUpdate.cpp' object='bin-supported/bin_supported_dellBiosUpdate-dellBiosUpdate.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bin_supported_dellBiosUpdate_CXXFLAGS) $(CXXFLAGS) -c -o bin-supported/bin_supported_dellBiosUpdate-dellBiosUpdate.o `test -f 'bin-supported/dellBiosUpdate.cpp' || echo '$(srcdir)/'`bin-supported/dellBiosUpdate.cpp bin-supported/bin_supported_dellBiosUpdate-dellBiosUpdate.obj: bin-supported/dellBiosUpdate.cpp -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bin_supported_dellBiosUpdate_CXXFLAGS) $(CXXFLAGS) -MT bin-supported/bin_supported_dellBiosUpdate-dellBiosUpdate.obj -MD -MP -MF bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdate-dellBiosUpdate.Tpo -c -o bin-supported/bin_supported_dellBiosUpdate-dellBiosUpdate.obj `if test -f 'bin-supported/dellBiosUpdate.cpp'; then $(CYGPATH_W) 'bin-supported/dellBiosUpdate.cpp'; else $(CYGPATH_W) '$(srcdir)/bin-supported/dellBiosUpdate.cpp'; fi` -@am__fastdepCXX_TRUE@ mv -f bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdate-dellBiosUpdate.Tpo bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdate-dellBiosUpdate.Po +@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bin_supported_dellBiosUpdate_CXXFLAGS) $(CXXFLAGS) -MT bin-supported/bin_supported_dellBiosUpdate-dellBiosUpdate.obj -MD -MP -MF "bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdate-dellBiosUpdate.Tpo" -c -o bin-supported/bin_supported_dellBiosUpdate-dellBiosUpdate.obj `if test -f 'bin-supported/dellBiosUpdate.cpp'; then $(CYGPATH_W) 'bin-supported/dellBiosUpdate.cpp'; else $(CYGPATH_W) '$(srcdir)/bin-supported/dellBiosUpdate.cpp'; fi`; \ +@am__fastdepCXX_TRUE@ then mv -f "bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdate-dellBiosUpdate.Tpo" "bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdate-dellBiosUpdate.Po"; else rm -f "bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdate-dellBiosUpdate.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='bin-supported/dellBiosUpdate.cpp' object='bin-supported/bin_supported_dellBiosUpdate-dellBiosUpdate.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bin_supported_dellBiosUpdate_CXXFLAGS) $(CXXFLAGS) -c -o bin-supported/bin_supported_dellBiosUpdate-dellBiosUpdate.obj `if test -f 'bin-supported/dellBiosUpdate.cpp'; then $(CYGPATH_W) 'bin-supported/dellBiosUpdate.cpp'; else $(CYGPATH_W) '$(srcdir)/bin-supported/dellBiosUpdate.cpp'; fi` bin-supported/bin_supported_dellBiosUpdateS-dellBiosUpdate.o: bin-supported/dellBiosUpdate.cpp -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bin_supported_dellBiosUpdateS_CXXFLAGS) $(CXXFLAGS) -MT bin-supported/bin_supported_dellBiosUpdateS-dellBiosUpdate.o -MD -MP -MF bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdateS-dellBiosUpdate.Tpo -c -o bin-supported/bin_supported_dellBiosUpdateS-dellBiosUpdate.o `test -f 'bin-supported/dellBiosUpdate.cpp' || echo '$(srcdir)/'`bin-supported/dellBiosUpdate.cpp -@am__fastdepCXX_TRUE@ mv -f bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdateS-dellBiosUpdate.Tpo bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdateS-dellBiosUpdate.Po +@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bin_supported_dellBiosUpdateS_CXXFLAGS) $(CXXFLAGS) -MT bin-supported/bin_supported_dellBiosUpdateS-dellBiosUpdate.o -MD -MP -MF "bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdateS-dellBiosUpdate.Tpo" -c -o bin-supported/bin_supported_dellBiosUpdateS-dellBiosUpdate.o `test -f 'bin-supported/dellBiosUpdate.cpp' || echo '$(srcdir)/'`bin-supported/dellBiosUpdate.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdateS-dellBiosUpdate.Tpo" "bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdateS-dellBiosUpdate.Po"; else rm -f "bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdateS-dellBiosUpdate.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='bin-supported/dellBiosUpdate.cpp' object='bin-supported/bin_supported_dellBiosUpdateS-dellBiosUpdate.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bin_supported_dellBiosUpdateS_CXXFLAGS) $(CXXFLAGS) -c -o bin-supported/bin_supported_dellBiosUpdateS-dellBiosUpdate.o `test -f 'bin-supported/dellBiosUpdate.cpp' || echo '$(srcdir)/'`bin-supported/dellBiosUpdate.cpp bin-supported/bin_supported_dellBiosUpdateS-dellBiosUpdate.obj: bin-supported/dellBiosUpdate.cpp -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bin_supported_dellBiosUpdateS_CXXFLAGS) $(CXXFLAGS) -MT bin-supported/bin_supported_dellBiosUpdateS-dellBiosUpdate.obj -MD -MP -MF bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdateS-dellBiosUpdate.Tpo -c -o bin-supported/bin_supported_dellBiosUpdateS-dellBiosUpdate.obj `if test -f 'bin-supported/dellBiosUpdate.cpp'; then $(CYGPATH_W) 'bin-supported/dellBiosUpdate.cpp'; else $(CYGPATH_W) '$(srcdir)/bin-supported/dellBiosUpdate.cpp'; fi` -@am__fastdepCXX_TRUE@ mv -f bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdateS-dellBiosUpdate.Tpo bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdateS-dellBiosUpdate.Po +@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bin_supported_dellBiosUpdateS_CXXFLAGS) $(CXXFLAGS) -MT bin-supported/bin_supported_dellBiosUpdateS-dellBiosUpdate.obj -MD -MP -MF "bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdateS-dellBiosUpdate.Tpo" -c -o bin-supported/bin_supported_dellBiosUpdateS-dellBiosUpdate.obj `if test -f 'bin-supported/dellBiosUpdate.cpp'; then $(CYGPATH_W) 'bin-supported/dellBiosUpdate.cpp'; else $(CYGPATH_W) '$(srcdir)/bin-supported/dellBiosUpdate.cpp'; fi`; \ +@am__fastdepCXX_TRUE@ then mv -f "bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdateS-dellBiosUpdate.Tpo" "bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdateS-dellBiosUpdate.Po"; else rm -f "bin-supported/$(DEPDIR)/bin_supported_dellBiosUpdateS-dellBiosUpdate.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='bin-supported/dellBiosUpdate.cpp' object='bin-supported/bin_supported_dellBiosUpdateS-dellBiosUpdate.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bin_supported_dellBiosUpdateS_CXXFLAGS) $(CXXFLAGS) -c -o bin-supported/bin_supported_dellBiosUpdateS-dellBiosUpdate.obj `if test -f 'bin-supported/dellBiosUpdate.cpp'; then $(CYGPATH_W) 'bin-supported/dellBiosUpdate.cpp'; else $(CYGPATH_W) '$(srcdir)/bin-supported/dellBiosUpdate.cpp'; fi` cppunit/cppunit_testPlatform-main.o: cppunit/main.cpp -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testPlatform_CXXFLAGS) $(CXXFLAGS) -MT cppunit/cppunit_testPlatform-main.o -MD -MP -MF cppunit/$(DEPDIR)/cppunit_testPlatform-main.Tpo -c -o cppunit/cppunit_testPlatform-main.o `test -f 'cppunit/main.cpp' || echo '$(srcdir)/'`cppunit/main.cpp -@am__fastdepCXX_TRUE@ mv -f cppunit/$(DEPDIR)/cppunit_testPlatform-main.Tpo cppunit/$(DEPDIR)/cppunit_testPlatform-main.Po +@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testPlatform_CXXFLAGS) $(CXXFLAGS) -MT cppunit/cppunit_testPlatform-main.o -MD -MP -MF "cppunit/$(DEPDIR)/cppunit_testPlatform-main.Tpo" -c -o cppunit/cppunit_testPlatform-main.o `test -f 'cppunit/main.cpp' || echo '$(srcdir)/'`cppunit/main.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "cppunit/$(DEPDIR)/cppunit_testPlatform-main.Tpo" "cppunit/$(DEPDIR)/cppunit_testPlatform-main.Po"; else rm -f "cppunit/$(DEPDIR)/cppunit_testPlatform-main.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cppunit/main.cpp' object='cppunit/cppunit_testPlatform-main.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testPlatform_CXXFLAGS) $(CXXFLAGS) -c -o cppunit/cppunit_testPlatform-main.o `test -f 'cppunit/main.cpp' || echo '$(srcdir)/'`cppunit/main.cpp cppunit/cppunit_testPlatform-main.obj: cppunit/main.cpp -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testPlatform_CXXFLAGS) $(CXXFLAGS) -MT cppunit/cppunit_testPlatform-main.obj -MD -MP -MF cppunit/$(DEPDIR)/cppunit_testPlatform-main.Tpo -c -o cppunit/cppunit_testPlatform-main.obj `if test -f 'cppunit/main.cpp'; then $(CYGPATH_W) 'cppunit/main.cpp'; else $(CYGPATH_W) '$(srcdir)/cppunit/main.cpp'; fi` -@am__fastdepCXX_TRUE@ mv -f cppunit/$(DEPDIR)/cppunit_testPlatform-main.Tpo cppunit/$(DEPDIR)/cppunit_testPlatform-main.Po +@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testPlatform_CXXFLAGS) $(CXXFLAGS) -MT cppunit/cppunit_testPlatform-main.obj -MD -MP -MF "cppunit/$(DEPDIR)/cppunit_testPlatform-main.Tpo" -c -o cppunit/cppunit_testPlatform-main.obj `if test -f 'cppunit/main.cpp'; then $(CYGPATH_W) 'cppunit/main.cpp'; else $(CYGPATH_W) '$(srcdir)/cppunit/main.cpp'; fi`; \ +@am__fastdepCXX_TRUE@ then mv -f "cppunit/$(DEPDIR)/cppunit_testPlatform-main.Tpo" "cppunit/$(DEPDIR)/cppunit_testPlatform-main.Po"; else rm -f "cppunit/$(DEPDIR)/cppunit_testPlatform-main.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cppunit/main.cpp' object='cppunit/cppunit_testPlatform-main.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testPlatform_CXXFLAGS) $(CXXFLAGS) -c -o cppunit/cppunit_testPlatform-main.obj `if test -f 'cppunit/main.cpp'; then $(CYGPATH_W) 'cppunit/main.cpp'; else $(CYGPATH_W) '$(srcdir)/cppunit/main.cpp'; fi` cppunit/interface/cppunit_testPlatform-testPlatform.o: cppunit/interface/testPlatform.cpp -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testPlatform_CXXFLAGS) $(CXXFLAGS) -MT cppunit/interface/cppunit_testPlatform-testPlatform.o -MD -MP -MF cppunit/interface/$(DEPDIR)/cppunit_testPlatform-testPlatform.Tpo -c -o cppunit/interface/cppunit_testPlatform-testPlatform.o `test -f 'cppunit/interface/testPlatform.cpp' || echo '$(srcdir)/'`cppunit/interface/testPlatform.cpp -@am__fastdepCXX_TRUE@ mv -f cppunit/interface/$(DEPDIR)/cppunit_testPlatform-testPlatform.Tpo cppunit/interface/$(DEPDIR)/cppunit_testPlatform-testPlatform.Po +@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testPlatform_CXXFLAGS) $(CXXFLAGS) -MT cppunit/interface/cppunit_testPlatform-testPlatform.o -MD -MP -MF "cppunit/interface/$(DEPDIR)/cppunit_testPlatform-testPlatform.Tpo" -c -o cppunit/interface/cppunit_testPlatform-testPlatform.o `test -f 'cppunit/interface/testPlatform.cpp' || echo '$(srcdir)/'`cppunit/interface/testPlatform.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "cppunit/interface/$(DEPDIR)/cppunit_testPlatform-testPlatform.Tpo" "cppunit/interface/$(DEPDIR)/cppunit_testPlatform-testPlatform.Po"; else rm -f "cppunit/interface/$(DEPDIR)/cppunit_testPlatform-testPlatform.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cppunit/interface/testPlatform.cpp' object='cppunit/interface/cppunit_testPlatform-testPlatform.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testPlatform_CXXFLAGS) $(CXXFLAGS) -c -o cppunit/interface/cppunit_testPlatform-testPlatform.o `test -f 'cppunit/interface/testPlatform.cpp' || echo '$(srcdir)/'`cppunit/interface/testPlatform.cpp cppunit/interface/cppunit_testPlatform-testPlatform.obj: cppunit/interface/testPlatform.cpp -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testPlatform_CXXFLAGS) $(CXXFLAGS) -MT cppunit/interface/cppunit_testPlatform-testPlatform.obj -MD -MP -MF cppunit/interface/$(DEPDIR)/cppunit_testPlatform-testPlatform.Tpo -c -o cppunit/interface/cppunit_testPlatform-testPlatform.obj `if test -f 'cppunit/interface/testPlatform.cpp'; then $(CYGPATH_W) 'cppunit/interface/testPlatform.cpp'; else $(CYGPATH_W) '$(srcdir)/cppunit/interface/testPlatform.cpp'; fi` -@am__fastdepCXX_TRUE@ mv -f cppunit/interface/$(DEPDIR)/cppunit_testPlatform-testPlatform.Tpo cppunit/interface/$(DEPDIR)/cppunit_testPlatform-testPlatform.Po +@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testPlatform_CXXFLAGS) $(CXXFLAGS) -MT cppunit/interface/cppunit_testPlatform-testPlatform.obj -MD -MP -MF "cppunit/interface/$(DEPDIR)/cppunit_testPlatform-testPlatform.Tpo" -c -o cppunit/interface/cppunit_testPlatform-testPlatform.obj `if test -f 'cppunit/interface/testPlatform.cpp'; then $(CYGPATH_W) 'cppunit/interface/testPlatform.cpp'; else $(CYGPATH_W) '$(srcdir)/cppunit/interface/testPlatform.cpp'; fi`; \ +@am__fastdepCXX_TRUE@ then mv -f "cppunit/interface/$(DEPDIR)/cppunit_testPlatform-testPlatform.Tpo" "cppunit/interface/$(DEPDIR)/cppunit_testPlatform-testPlatform.Po"; else rm -f "cppunit/interface/$(DEPDIR)/cppunit_testPlatform-testPlatform.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cppunit/interface/testPlatform.cpp' object='cppunit/interface/cppunit_testPlatform-testPlatform.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testPlatform_CXXFLAGS) $(CXXFLAGS) -c -o cppunit/interface/cppunit_testPlatform-testPlatform.obj `if test -f 'cppunit/interface/testPlatform.cpp'; then $(CYGPATH_W) 'cppunit/interface/testPlatform.cpp'; else $(CYGPATH_W) '$(srcdir)/cppunit/interface/testPlatform.cpp'; fi` cppunit/cppunit_testRbu-main.o: cppunit/main.cpp -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testRbu_CXXFLAGS) $(CXXFLAGS) -MT cppunit/cppunit_testRbu-main.o -MD -MP -MF cppunit/$(DEPDIR)/cppunit_testRbu-main.Tpo -c -o cppunit/cppunit_testRbu-main.o `test -f 'cppunit/main.cpp' || echo '$(srcdir)/'`cppunit/main.cpp -@am__fastdepCXX_TRUE@ mv -f cppunit/$(DEPDIR)/cppunit_testRbu-main.Tpo cppunit/$(DEPDIR)/cppunit_testRbu-main.Po +@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testRbu_CXXFLAGS) $(CXXFLAGS) -MT cppunit/cppunit_testRbu-main.o -MD -MP -MF "cppunit/$(DEPDIR)/cppunit_testRbu-main.Tpo" -c -o cppunit/cppunit_testRbu-main.o `test -f 'cppunit/main.cpp' || echo '$(srcdir)/'`cppunit/main.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "cppunit/$(DEPDIR)/cppunit_testRbu-main.Tpo" "cppunit/$(DEPDIR)/cppunit_testRbu-main.Po"; else rm -f "cppunit/$(DEPDIR)/cppunit_testRbu-main.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cppunit/main.cpp' object='cppunit/cppunit_testRbu-main.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testRbu_CXXFLAGS) $(CXXFLAGS) -c -o cppunit/cppunit_testRbu-main.o `test -f 'cppunit/main.cpp' || echo '$(srcdir)/'`cppunit/main.cpp cppunit/cppunit_testRbu-main.obj: cppunit/main.cpp -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testRbu_CXXFLAGS) $(CXXFLAGS) -MT cppunit/cppunit_testRbu-main.obj -MD -MP -MF cppunit/$(DEPDIR)/cppunit_testRbu-main.Tpo -c -o cppunit/cppunit_testRbu-main.obj `if test -f 'cppunit/main.cpp'; then $(CYGPATH_W) 'cppunit/main.cpp'; else $(CYGPATH_W) '$(srcdir)/cppunit/main.cpp'; fi` -@am__fastdepCXX_TRUE@ mv -f cppunit/$(DEPDIR)/cppunit_testRbu-main.Tpo cppunit/$(DEPDIR)/cppunit_testRbu-main.Po +@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testRbu_CXXFLAGS) $(CXXFLAGS) -MT cppunit/cppunit_testRbu-main.obj -MD -MP -MF "cppunit/$(DEPDIR)/cppunit_testRbu-main.Tpo" -c -o cppunit/cppunit_testRbu-main.obj `if test -f 'cppunit/main.cpp'; then $(CYGPATH_W) 'cppunit/main.cpp'; else $(CYGPATH_W) '$(srcdir)/cppunit/main.cpp'; fi`; \ +@am__fastdepCXX_TRUE@ then mv -f "cppunit/$(DEPDIR)/cppunit_testRbu-main.Tpo" "cppunit/$(DEPDIR)/cppunit_testRbu-main.Po"; else rm -f "cppunit/$(DEPDIR)/cppunit_testRbu-main.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cppunit/main.cpp' object='cppunit/cppunit_testRbu-main.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testRbu_CXXFLAGS) $(CXXFLAGS) -c -o cppunit/cppunit_testRbu-main.obj `if test -f 'cppunit/main.cpp'; then $(CYGPATH_W) 'cppunit/main.cpp'; else $(CYGPATH_W) '$(srcdir)/cppunit/main.cpp'; fi` cppunit/interface/cppunit_testRbu-testRbu.o: cppunit/interface/testRbu.cpp -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testRbu_CXXFLAGS) $(CXXFLAGS) -MT cppunit/interface/cppunit_testRbu-testRbu.o -MD -MP -MF cppunit/interface/$(DEPDIR)/cppunit_testRbu-testRbu.Tpo -c -o cppunit/interface/cppunit_testRbu-testRbu.o `test -f 'cppunit/interface/testRbu.cpp' || echo '$(srcdir)/'`cppunit/interface/testRbu.cpp -@am__fastdepCXX_TRUE@ mv -f cppunit/interface/$(DEPDIR)/cppunit_testRbu-testRbu.Tpo cppunit/interface/$(DEPDIR)/cppunit_testRbu-testRbu.Po +@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testRbu_CXXFLAGS) $(CXXFLAGS) -MT cppunit/interface/cppunit_testRbu-testRbu.o -MD -MP -MF "cppunit/interface/$(DEPDIR)/cppunit_testRbu-testRbu.Tpo" -c -o cppunit/interface/cppunit_testRbu-testRbu.o `test -f 'cppunit/interface/testRbu.cpp' || echo '$(srcdir)/'`cppunit/interface/testRbu.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "cppunit/interface/$(DEPDIR)/cppunit_testRbu-testRbu.Tpo" "cppunit/interface/$(DEPDIR)/cppunit_testRbu-testRbu.Po"; else rm -f "cppunit/interface/$(DEPDIR)/cppunit_testRbu-testRbu.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cppunit/interface/testRbu.cpp' object='cppunit/interface/cppunit_testRbu-testRbu.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testRbu_CXXFLAGS) $(CXXFLAGS) -c -o cppunit/interface/cppunit_testRbu-testRbu.o `test -f 'cppunit/interface/testRbu.cpp' || echo '$(srcdir)/'`cppunit/interface/testRbu.cpp cppunit/interface/cppunit_testRbu-testRbu.obj: cppunit/interface/testRbu.cpp -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testRbu_CXXFLAGS) $(CXXFLAGS) -MT cppunit/interface/cppunit_testRbu-testRbu.obj -MD -MP -MF cppunit/interface/$(DEPDIR)/cppunit_testRbu-testRbu.Tpo -c -o cppunit/interface/cppunit_testRbu-testRbu.obj `if test -f 'cppunit/interface/testRbu.cpp'; then $(CYGPATH_W) 'cppunit/interface/testRbu.cpp'; else $(CYGPATH_W) '$(srcdir)/cppunit/interface/testRbu.cpp'; fi` -@am__fastdepCXX_TRUE@ mv -f cppunit/interface/$(DEPDIR)/cppunit_testRbu-testRbu.Tpo cppunit/interface/$(DEPDIR)/cppunit_testRbu-testRbu.Po +@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testRbu_CXXFLAGS) $(CXXFLAGS) -MT cppunit/interface/cppunit_testRbu-testRbu.obj -MD -MP -MF "cppunit/interface/$(DEPDIR)/cppunit_testRbu-testRbu.Tpo" -c -o cppunit/interface/cppunit_testRbu-testRbu.obj `if test -f 'cppunit/interface/testRbu.cpp'; then $(CYGPATH_W) 'cppunit/interface/testRbu.cpp'; else $(CYGPATH_W) '$(srcdir)/cppunit/interface/testRbu.cpp'; fi`; \ +@am__fastdepCXX_TRUE@ then mv -f "cppunit/interface/$(DEPDIR)/cppunit_testRbu-testRbu.Tpo" "cppunit/interface/$(DEPDIR)/cppunit_testRbu-testRbu.Po"; else rm -f "cppunit/interface/$(DEPDIR)/cppunit_testRbu-testRbu.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cppunit/interface/testRbu.cpp' object='cppunit/interface/cppunit_testRbu-testRbu.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testRbu_CXXFLAGS) $(CXXFLAGS) -c -o cppunit/interface/cppunit_testRbu-testRbu.obj `if test -f 'cppunit/interface/testRbu.cpp'; then $(CYGPATH_W) 'cppunit/interface/testRbu.cpp'; else $(CYGPATH_W) '$(srcdir)/cppunit/interface/testRbu.cpp'; fi` cppunit/cppunit_testStandalone-main.o: cppunit/main.cpp -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testStandalone_CXXFLAGS) $(CXXFLAGS) -MT cppunit/cppunit_testStandalone-main.o -MD -MP -MF cppunit/$(DEPDIR)/cppunit_testStandalone-main.Tpo -c -o cppunit/cppunit_testStandalone-main.o `test -f 'cppunit/main.cpp' || echo '$(srcdir)/'`cppunit/main.cpp -@am__fastdepCXX_TRUE@ mv -f cppunit/$(DEPDIR)/cppunit_testStandalone-main.Tpo cppunit/$(DEPDIR)/cppunit_testStandalone-main.Po +@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testStandalone_CXXFLAGS) $(CXXFLAGS) -MT cppunit/cppunit_testStandalone-main.o -MD -MP -MF "cppunit/$(DEPDIR)/cppunit_testStandalone-main.Tpo" -c -o cppunit/cppunit_testStandalone-main.o `test -f 'cppunit/main.cpp' || echo '$(srcdir)/'`cppunit/main.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "cppunit/$(DEPDIR)/cppunit_testStandalone-main.Tpo" "cppunit/$(DEPDIR)/cppunit_testStandalone-main.Po"; else rm -f "cppunit/$(DEPDIR)/cppunit_testStandalone-main.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cppunit/main.cpp' object='cppunit/cppunit_testStandalone-main.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testStandalone_CXXFLAGS) $(CXXFLAGS) -c -o cppunit/cppunit_testStandalone-main.o `test -f 'cppunit/main.cpp' || echo '$(srcdir)/'`cppunit/main.cpp cppunit/cppunit_testStandalone-main.obj: cppunit/main.cpp -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testStandalone_CXXFLAGS) $(CXXFLAGS) -MT cppunit/cppunit_testStandalone-main.obj -MD -MP -MF cppunit/$(DEPDIR)/cppunit_testStandalone-main.Tpo -c -o cppunit/cppunit_testStandalone-main.obj `if test -f 'cppunit/main.cpp'; then $(CYGPATH_W) 'cppunit/main.cpp'; else $(CYGPATH_W) '$(srcdir)/cppunit/main.cpp'; fi` -@am__fastdepCXX_TRUE@ mv -f cppunit/$(DEPDIR)/cppunit_testStandalone-main.Tpo cppunit/$(DEPDIR)/cppunit_testStandalone-main.Po +@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testStandalone_CXXFLAGS) $(CXXFLAGS) -MT cppunit/cppunit_testStandalone-main.obj -MD -MP -MF "cppunit/$(DEPDIR)/cppunit_testStandalone-main.Tpo" -c -o cppunit/cppunit_testStandalone-main.obj `if test -f 'cppunit/main.cpp'; then $(CYGPATH_W) 'cppunit/main.cpp'; else $(CYGPATH_W) '$(srcdir)/cppunit/main.cpp'; fi`; \ +@am__fastdepCXX_TRUE@ then mv -f "cppunit/$(DEPDIR)/cppunit_testStandalone-main.Tpo" "cppunit/$(DEPDIR)/cppunit_testStandalone-main.Po"; else rm -f "cppunit/$(DEPDIR)/cppunit_testStandalone-main.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cppunit/main.cpp' object='cppunit/cppunit_testStandalone-main.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testStandalone_CXXFLAGS) $(CXXFLAGS) -c -o cppunit/cppunit_testStandalone-main.obj `if test -f 'cppunit/main.cpp'; then $(CYGPATH_W) 'cppunit/main.cpp'; else $(CYGPATH_W) '$(srcdir)/cppunit/main.cpp'; fi` cppunit/interface/cppunit_testStandalone-testStandalone.o: cppunit/interface/testStandalone.cpp -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testStandalone_CXXFLAGS) $(CXXFLAGS) -MT cppunit/interface/cppunit_testStandalone-testStandalone.o -MD -MP -MF cppunit/interface/$(DEPDIR)/cppunit_testStandalone-testStandalone.Tpo -c -o cppunit/interface/cppunit_testStandalone-testStandalone.o `test -f 'cppunit/interface/testStandalone.cpp' || echo '$(srcdir)/'`cppunit/interface/testStandalone.cpp -@am__fastdepCXX_TRUE@ mv -f cppunit/interface/$(DEPDIR)/cppunit_testStandalone-testStandalone.Tpo cppunit/interface/$(DEPDIR)/cppunit_testStandalone-testStandalone.Po +@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testStandalone_CXXFLAGS) $(CXXFLAGS) -MT cppunit/interface/cppunit_testStandalone-testStandalone.o -MD -MP -MF "cppunit/interface/$(DEPDIR)/cppunit_testStandalone-testStandalone.Tpo" -c -o cppunit/interface/cppunit_testStandalone-testStandalone.o `test -f 'cppunit/interface/testStandalone.cpp' || echo '$(srcdir)/'`cppunit/interface/testStandalone.cpp; \ +@am__fastdepCXX_TRUE@ then mv -f "cppunit/interface/$(DEPDIR)/cppunit_testStandalone-testStandalone.Tpo" "cppunit/interface/$(DEPDIR)/cppunit_testStandalone-testStandalone.Po"; else rm -f "cppunit/interface/$(DEPDIR)/cppunit_testStandalone-testStandalone.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cppunit/interface/testStandalone.cpp' object='cppunit/interface/cppunit_testStandalone-testStandalone.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testStandalone_CXXFLAGS) $(CXXFLAGS) -c -o cppunit/interface/cppunit_testStandalone-testStandalone.o `test -f 'cppunit/interface/testStandalone.cpp' || echo '$(srcdir)/'`cppunit/interface/testStandalone.cpp cppunit/interface/cppunit_testStandalone-testStandalone.obj: cppunit/interface/testStandalone.cpp -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testStandalone_CXXFLAGS) $(CXXFLAGS) -MT cppunit/interface/cppunit_testStandalone-testStandalone.obj -MD -MP -MF cppunit/interface/$(DEPDIR)/cppunit_testStandalone-testStandalone.Tpo -c -o cppunit/interface/cppunit_testStandalone-testStandalone.obj `if test -f 'cppunit/interface/testStandalone.cpp'; then $(CYGPATH_W) 'cppunit/interface/testStandalone.cpp'; else $(CYGPATH_W) '$(srcdir)/cppunit/interface/testStandalone.cpp'; fi` -@am__fastdepCXX_TRUE@ mv -f cppunit/interface/$(DEPDIR)/cppunit_testStandalone-testStandalone.Tpo cppunit/interface/$(DEPDIR)/cppunit_testStandalone-testStandalone.Po +@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testStandalone_CXXFLAGS) $(CXXFLAGS) -MT cppunit/interface/cppunit_testStandalone-testStandalone.obj -MD -MP -MF "cppunit/interface/$(DEPDIR)/cppunit_testStandalone-testStandalone.Tpo" -c -o cppunit/interface/cppunit_testStandalone-testStandalone.obj `if test -f 'cppunit/interface/testStandalone.cpp'; then $(CYGPATH_W) 'cppunit/interface/testStandalone.cpp'; else $(CYGPATH_W) '$(srcdir)/cppunit/interface/testStandalone.cpp'; fi`; \ +@am__fastdepCXX_TRUE@ then mv -f "cppunit/interface/$(DEPDIR)/cppunit_testStandalone-testStandalone.Tpo" "cppunit/interface/$(DEPDIR)/cppunit_testStandalone-testStandalone.Po"; else rm -f "cppunit/interface/$(DEPDIR)/cppunit_testStandalone-testStandalone.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cppunit/interface/testStandalone.cpp' object='cppunit/interface/cppunit_testStandalone-testStandalone.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunit_testStandalone_CXXFLAGS) $(CXXFLAGS) -c -o cppunit/interface/cppunit_testStandalone-testStandalone.obj `if test -f 'cppunit/interface/testStandalone.cpp'; then $(CYGPATH_W) 'cppunit/interface/testStandalone.cpp'; else $(CYGPATH_W) '$(srcdir)/cppunit/interface/testStandalone.cpp'; fi` @@ -2227,6 +2021,7 @@ distclean-libtool: -rm -f libtool +uninstall-info-am: # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. @@ -2259,7 +2054,8 @@ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" -$(RECURSIVE_CLEAN_TARGETS): +mostlyclean-recursive clean-recursive distclean-recursive \ +maintainer-clean-recursive: @failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ @@ -2360,9 +2156,9 @@ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags check-TESTS: $(TESTS) - @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \ + @failed=0; all=0; xfail=0; xpass=0; skip=0; \ srcdir=$(srcdir); export srcdir; \ - list=' $(TESTS) '; \ + list='$(TESTS)'; \ if test -n "$$list"; then \ for tst in $$list; do \ if test -f ./$$tst; then dir=./; \ @@ -2371,7 +2167,7 @@ if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ - *$$ws$$tst$$ws*) \ + *" $$tst "*) \ xpass=`expr $$xpass + 1`; \ failed=`expr $$failed + 1`; \ echo "XPASS: $$tst"; \ @@ -2383,7 +2179,7 @@ elif test $$? -ne 77; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ - *$$ws$$tst$$ws*) \ + *" $$tst "*) \ xfail=`expr $$xfail + 1`; \ echo "XFAIL: $$tst"; \ ;; \ @@ -2434,22 +2230,24 @@ distdir: $(DISTFILES) $(am__remove_distdir) - test -d $(distdir) || mkdir $(distdir) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ + mkdir $(distdir) + $(mkdir_p) $(distdir)/. $(distdir)/bin-supported $(distdir)/bin-unsupported $(distdir)/build $(distdir)/cppunit $(distdir)/cppunit/interface $(distdir)/doc $(distdir)/include/smbios $(distdir)/include/smbios/config $(distdir)/include/smbios/config/abi $(distdir)/include/smbios/config/compiler $(distdir)/include/smbios/config/platform $(distdir)/include/smbios/config/stdlib $(distdir)/libraries $(distdir)/libraries/cmos $(distdir)/libraries/common $(distdir)/libraries/memory $(distdir)/libraries/rbu $(distdir)/libraries/smbios $(distdir)/libraries/smi $(distdir)/libraries/systeminfo $(distdir)/libraries/xml_libxerces $(distdir)/libraries/xml_libxml2 + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkdir_p) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ @@ -2463,7 +2261,7 @@ list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ + || $(mkdir_p) "$(distdir)/$$subdir" \ || exit 1; \ distdir=`$(am__cd) $(distdir) && pwd`; \ top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ @@ -2471,8 +2269,6 @@ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$top_distdir" \ distdir="$$distdir/$$subdir" \ - am__remove_distdir=: \ - am__skip_length_check=: \ distdir) \ || exit 1; \ fi; \ @@ -2483,7 +2279,7 @@ -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ + ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r $(distdir) dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz @@ -2558,7 +2354,7 @@ $(am__remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ - sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' + sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' distuninstallcheck: @cd $(distuninstallcheck_dir) \ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ @@ -2587,7 +2383,7 @@ installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + test -z "$$dir" || $(mkdir_p) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive @@ -2663,20 +2459,12 @@ install-data-am: -install-dvi: install-dvi-recursive - install-exec-am: install-binPROGRAMS install-libLTLIBRARIES -install-html: install-html-recursive - install-info: install-info-recursive install-man: -install-pdf: install-pdf-recursive - -install-ps: install-ps-recursive - installcheck-am: maintainer-clean: maintainer-clean-recursive @@ -2699,30 +2487,30 @@ ps-am: -uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES +uninstall-am: uninstall-binPROGRAMS uninstall-info-am \ + uninstall-libLTLIBRARIES -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ - install-strip +uninstall-info: uninstall-info-recursive -.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ - all all-am am--refresh check check-TESTS check-am clean \ - clean-binPROGRAMS clean-checkPROGRAMS clean-generic \ - clean-libLTLIBRARIES clean-libtool ctags ctags-recursive dist \ +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ + check-TESTS check-am clean clean-binPROGRAMS \ + clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \ + clean-libtool clean-recursive ctags ctags-recursive dist \ dist-all dist-bzip2 dist-gzip dist-hook dist-shar dist-tarZ \ dist-zip distcheck distclean distclean-compile \ - distclean-generic distclean-libtool distclean-tags \ - distcleancheck distdir distuninstallcheck dvi dvi-am html \ - html-am info info-am install install-am install-binPROGRAMS \ - install-data install-data-am install-dvi install-dvi-am \ - install-exec install-exec-am install-html install-html-am \ - install-info install-info-am install-libLTLIBRARIES \ - install-man install-pdf install-pdf-am install-ps \ - install-ps-am install-strip installcheck installcheck-am \ - installdirs installdirs-am maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + distclean-generic distclean-libtool distclean-recursive \ + distclean-tags distcleancheck distdir distuninstallcheck dvi \ + dvi-am html html-am info info-am install install-am \ + install-binPROGRAMS install-data install-data-am install-exec \ + install-exec-am install-info install-info-am \ + install-libLTLIBRARIES install-man install-strip installcheck \ + installcheck-am installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic maintainer-clean-recursive \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \ tags tags-recursive uninstall uninstall-am \ - uninstall-binPROGRAMS uninstall-libLTLIBRARIES + uninstall-binPROGRAMS uninstall-info-am \ + uninstall-libLTLIBRARIES libraries/common/StdSmbiosXml.h: Makefile.am $(top_srcdir)/doc/smbios23.xml $(top_srcdir)/build/scripts/makeXmlHeader.py