patch-libtool.orig 39 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198
  1. --- pacemaker-1.0.11.orig/libtool 2011-04-18 20:21:47.000000000 +0200
  2. +++ pacemaker-1.0.11/libtool 2011-05-24 17:38:40.000000000 +0200
  3. @@ -1,7 +1,7 @@
  4. -#! /bin/sh
  5. +#! /bin/bash
  6. # libtool - Provide generalized library-building support services.
  7. -# Generated automatically by config.status (libtool) 2.4
  8. +# Generated automatically by config.status (pacemaker) 1.0.11
  9. # Libtool was configured on host neon.foo.bar:
  10. # NOTE: Changes made to this file will be lost: look at ltmain.sh.
  11. #
  12. @@ -35,7 +35,7 @@
  13. # The names of the tagged configurations supported by this script.
  14. -available_tags="CXX F77 FC GCJ RC "
  15. +available_tags=""
  16. # ### BEGIN LIBTOOL CONFIG
  17. @@ -43,15 +43,6 @@ available_tags="CXX F77 FC GCJ RC "
  18. macro_version=2.4
  19. macro_revision=1.3293
  20. -# Assembler program.
  21. -AS="as"
  22. -
  23. -# DLL creation program.
  24. -DLLTOOL="false"
  25. -
  26. -# Object dumper program.
  27. -OBJDUMP="false"
  28. -
  29. # Whether or not to build shared libraries.
  30. build_libtool_libs=yes
  31. @@ -62,26 +53,26 @@ build_old_libs=yes
  32. pic_mode=default
  33. # Whether or not to optimize for fast installation.
  34. -fast_install=needless
  35. +fast_install=yes
  36. # Shell to use when invoking shell scripts.
  37. -SHELL="/bin/sh"
  38. +SHELL="/bin/bash"
  39. # An echo program that protects backslashes.
  40. ECHO="printf %s\\n"
  41. # The host system.
  42. -host_alias=
  43. -host=x86_64-apple-darwin10.6.0
  44. -host_os=darwin10.6.0
  45. +host_alias=i586-openadk-linux
  46. +host=i586-openadk-linux-gnu
  47. +host_os=linux-gnu
  48. # The build system.
  49. -build_alias=
  50. -build=x86_64-apple-darwin10.6.0
  51. -build_os=darwin10.6.0
  52. +build_alias=i686-apple-darwin10
  53. +build=i686-apple-darwin10
  54. +build_os=darwin10
  55. # A sed program that does not truncate output.
  56. -SED="/usr/bin/sed"
  57. +SED="/Volumes/adk/openadk/scripts/sed"
  58. # Sed that helps us avoid accidentally triggering echo(1) options like -n.
  59. Xsed="$SED -e 1s/^X//"
  60. @@ -96,7 +87,7 @@ EGREP="/usr/bin/grep -E"
  61. FGREP="/usr/bin/grep -F"
  62. # A BSD- or MS-compatible name lister.
  63. -NM="/usr/bin/nm"
  64. +NM="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-nm"
  65. # Whether we need soft or hard links.
  66. LN_S="ln -s"
  67. @@ -125,6 +116,9 @@ to_host_file_cmd=func_convert_file_noop
  68. # convert $build files to toolchain format.
  69. to_tool_file_cmd=func_convert_file_noop
  70. +# An object symbol dumper.
  71. +OBJDUMP="i586-openadk-linux-objdump"
  72. +
  73. # Method to check whether dependent libraries are shared objects.
  74. deplibs_check_method="pass_all"
  75. @@ -137,49 +131,52 @@ file_magic_glob=""
  76. # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
  77. want_nocaseglob="no"
  78. +# DLL creation program.
  79. +DLLTOOL="false"
  80. +
  81. # Command to associate shared and link libraries.
  82. sharedlib_from_linklib_cmd="printf %s\\n"
  83. # The archiver.
  84. -AR="ar"
  85. +AR="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-ar"
  86. # Flags to create an archive.
  87. AR_FLAGS="cru"
  88. # How to feed a file listing to the archiver.
  89. -archiver_list_spec=""
  90. +archiver_list_spec="@"
  91. # A symbol stripping program.
  92. -STRIP="strip"
  93. +STRIP="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-strip"
  94. # Commands used to install an old-style archive.
  95. -RANLIB="ranlib"
  96. +RANLIB="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-ranlib"
  97. old_postinstall_cmds="chmod 644 \$oldlib~\$RANLIB \$oldlib"
  98. old_postuninstall_cmds=""
  99. # Whether to use a lock for old archive extraction.
  100. -lock_old_archive_extraction=yes
  101. +lock_old_archive_extraction=no
  102. # A C compiler.
  103. -LTCC="/usr/bin/gcc-4.2"
  104. +LTCC="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-gcc -std=gnu99"
  105. # LTCC compiler flags.
  106. -LTCFLAGS="-O2 -arch x86_64"
  107. +LTCFLAGS="-march=geode -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i586_eglibc/usr/include/heartbeat -I/Volumes/adk/openadk/target_i586_eglibc/usr/include -ggdb3 -O0 -fgnu89-inline -fstack-protector-all -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Wfloat-equal -Wformat=2 -Wformat-security -Wformat-nonliteral -Winline -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-strict-aliasing -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Werror"
  108. # Take the output of nm and produce a listing of raw symbols and C names.
  109. -global_symbol_pipe="sed -n -e 's/^.*[ ]\\([BCDEGRST][BCDEGRST]*\\)[ ][ ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p' | sed '/ __gnu_lto/d'"
  110. +global_symbol_pipe="sed -n -e 's/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p' | sed '/ __gnu_lto/d'"
  111. # Transform the output of nm in a proper C declaration.
  112. -global_symbol_to_cdecl="sed -n -e 's/^T .* \\(.*\\)\$/extern int \\1();/p' -e 's/^[BCDEGRST]* .* \\(.*\\)\$/extern char \\1;/p'"
  113. +global_symbol_to_cdecl="sed -n -e 's/^T .* \\(.*\\)\$/extern int \\1();/p' -e 's/^[ABCDGIRSTW]* .* \\(.*\\)\$/extern char \\1;/p'"
  114. # Transform the output of nm in a C name address pair.
  115. -global_symbol_to_c_name_address="sed -n -e 's/^: \\([^ ]*\\)[ ]*\$/ {\\\"\\1\\\", (void *) 0},/p' -e 's/^[BCDEGRST]* \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (void *) \\&\\2},/p'"
  116. +global_symbol_to_c_name_address="sed -n -e 's/^: \\([^ ]*\\)[ ]*\$/ {\\\"\\1\\\", (void *) 0},/p' -e 's/^[ABCDGIRSTW]* \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (void *) \\&\\2},/p'"
  117. # Transform the output of nm in a C name address pair when lib prefix is needed.
  118. -global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \\([^ ]*\\)[ ]*\$/ {\\\"\\1\\\", (void *) 0},/p' -e 's/^[BCDEGRST]* \\([^ ]*\\) \\(lib[^ ]*\\)\$/ {\"\\2\", (void *) \\&\\2},/p' -e 's/^[BCDEGRST]* \\([^ ]*\\) \\([^ ]*\\)\$/ {\"lib\\2\", (void *) \\&\\2},/p'"
  119. +global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \\([^ ]*\\)[ ]*\$/ {\\\"\\1\\\", (void *) 0},/p' -e 's/^[ABCDGIRSTW]* \\([^ ]*\\) \\(lib[^ ]*\\)\$/ {\"\\2\", (void *) \\&\\2},/p' -e 's/^[ABCDGIRSTW]* \\([^ ]*\\) \\([^ ]*\\)\$/ {\"lib\\2\", (void *) \\&\\2},/p'"
  120. # Specify filename containing input files for $NM.
  121. -nm_file_list_spec=""
  122. +nm_file_list_spec="@"
  123. # The root where to search for dependent libraries,and in which our libraries should be installed.
  124. lt_sysroot=
  125. @@ -197,32 +194,32 @@ need_locks="no"
  126. MANIFEST_TOOL=":"
  127. # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
  128. -DSYMUTIL="dsymutil"
  129. +DSYMUTIL=""
  130. # Tool to change global to local symbols on Mac OS X.
  131. -NMEDIT="nmedit"
  132. +NMEDIT=""
  133. # Tool to manipulate fat objects and archives on Mac OS X.
  134. -LIPO="lipo"
  135. +LIPO=""
  136. # ldd/readelf like tool for Mach-O binaries on Mac OS X.
  137. -OTOOL="otool"
  138. +OTOOL=""
  139. # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
  140. -OTOOL64=":"
  141. +OTOOL64=""
  142. # Old archive suffix (normally "a").
  143. libext=a
  144. # Shared library suffix (normally ".so").
  145. -shrext_cmds="\`test .\$module = .yes && echo .so || echo .dylib\`"
  146. +shrext_cmds=".so"
  147. # The commands to extract the exported symbol list from a shared archive.
  148. extract_expsyms_cmds=""
  149. # Variables whose values should be saved in libtool wrapper scripts and
  150. # restored at link time.
  151. -variables_saved_for_relink="PATH DYLD_LIBRARY_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
  152. +variables_saved_for_relink="PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
  153. # Do we need the "lib" prefix for modules?
  154. need_lib_prefix=no
  155. @@ -231,26 +228,26 @@ need_lib_prefix=no
  156. need_version=no
  157. # Library versioning type.
  158. -version_type=darwin
  159. +version_type=linux
  160. # Shared library runtime path variable.
  161. -runpath_var=
  162. +runpath_var=LD_RUN_PATH
  163. # Shared library path variable.
  164. -shlibpath_var=DYLD_LIBRARY_PATH
  165. +shlibpath_var=LD_LIBRARY_PATH
  166. # Is shlibpath searched before the hard-coded library search path?
  167. -shlibpath_overrides_runpath=yes
  168. +shlibpath_overrides_runpath=no
  169. # Format of library name prefix.
  170. libname_spec="lib\$name"
  171. # List of archive names. First name is the real one, the rest are links.
  172. # The last name is the one that the linker finds with -lNAME
  173. -library_names_spec="\${libname}\${release}\${major}\$shared_ext \${libname}\$shared_ext"
  174. +library_names_spec="\${libname}\${release}\${shared_ext}\$versuffix \${libname}\${release}\${shared_ext}\$major \$libname\${shared_ext}"
  175. # The coded name of the library, if different from the real name.
  176. -soname_spec="\${libname}\${release}\${major}\$shared_ext"
  177. +soname_spec="\${libname}\${release}\${shared_ext}\$major"
  178. # Permission mode override for installation of shared libraries.
  179. install_override_mode=""
  180. @@ -262,47 +259,47 @@ postinstall_cmds=""
  181. postuninstall_cmds=""
  182. # Commands used to finish a libtool library installation in a directory.
  183. -finish_cmds=""
  184. +finish_cmds="PATH=\\\"\\\$PATH:/sbin\\\" ldconfig -n \$libdir"
  185. # As "finish_cmds", except a single script fragment to be evaled but
  186. # not shown.
  187. finish_eval=""
  188. # Whether we should hardcode library paths into libraries.
  189. -hardcode_into_libs=no
  190. +hardcode_into_libs=yes
  191. # Compile-time system search path for libraries.
  192. -sys_lib_search_path_spec="/usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64 /usr/lib/i686-apple-darwin10/4.2.1 /usr/lib /opt/local/lib /usr/local/lib"
  193. +sys_lib_search_path_spec="/Volumes/adk/openadk/host_i586_eglibc/lib/gcc/i586-openadk-linux-gnu/4.5.3 /Volumes/adk/openadk/host_i586_eglibc/i586-openadk-linux-gnu/lib /Volumes/adk/openadk/target_i586_eglibc/lib /Volumes/adk/openadk/target_i586_eglibc/usr/lib "
  194. # Run-time system search path for libraries.
  195. -sys_lib_dlsearch_path_spec="/usr/local/lib /lib /usr/lib"
  196. +sys_lib_dlsearch_path_spec="/lib /usr/lib"
  197. # Whether dlopen is supported.
  198. dlopen_support=yes
  199. # Whether dlopen of programs is supported.
  200. -dlopen_self=yes
  201. +dlopen_self=unknown
  202. # Whether dlopen of statically linked programs is supported.
  203. -dlopen_self_static=yes
  204. +dlopen_self_static=unknown
  205. # Commands to strip libraries.
  206. -old_striplib="strip -S"
  207. -striplib="strip -x"
  208. +old_striplib="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-strip --strip-debug"
  209. +striplib="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-strip --strip-unneeded"
  210. # The linker used to build libraries.
  211. -LD="/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld"
  212. +LD="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-ld"
  213. # How to create reloadable object files.
  214. reload_flag=" -r"
  215. -reload_cmds="\$LTCC \$LTCFLAGS -nostdlib \${wl}-r -o \$output\$reload_objs"
  216. +reload_cmds="\$LD\$reload_flag -o \$output\$reload_objs"
  217. # Commands used to build an old-style archive.
  218. old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$oldlib"
  219. # A language specific compiler.
  220. -CC="/usr/bin/gcc-4.2"
  221. +CC="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-gcc -std=gnu99"
  222. # Is the compiler the GNU compiler?
  223. with_gcc=yes
  224. @@ -311,13 +308,13 @@ with_gcc=yes
  225. no_builtin_flag=" -fno-builtin"
  226. # Additional compiler flags for building library objects.
  227. -pic_flag=" -fno-common -DPIC"
  228. +pic_flag=" -fPIC -DPIC"
  229. # How to pass a linker flag through the compiler.
  230. wl="-Wl,"
  231. # Compiler flag to prevent dynamic linking.
  232. -link_static_flag=""
  233. +link_static_flag="-static"
  234. # Does compiler simultaneously support -c and -o options?
  235. compiler_c_o="yes"
  236. @@ -329,10 +326,10 @@ build_libtool_need_lc=no
  237. allow_libtool_libs_with_static_runtimes=no
  238. # Compiler flag to allow reflexive dlopens.
  239. -export_dynamic_flag_spec=""
  240. +export_dynamic_flag_spec="\${wl}--export-dynamic"
  241. # Compiler flag to generate shared objects directly from archives.
  242. -whole_archive_flag_spec="\`for conv in \$convenience\\\"\\\"; do test -n \\\"\$conv\\\" && new_convenience=\\\"\$new_convenience \${wl}-force_load,\$conv\\\"; done; func_echo_all \\\"\$new_convenience\\\"\`"
  243. +whole_archive_flag_spec="\${wl}--whole-archive\$convenience \${wl}--no-whole-archive"
  244. # Whether the compiler copes with passing no objects directly.
  245. compiler_needs_object="no"
  246. @@ -344,26 +341,29 @@ old_archive_from_new_cmds=""
  247. old_archive_from_expsyms_cmds=""
  248. # Commands used to build a shared archive.
  249. -archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring \$single_module"
  250. -archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring \$single_module \${wl}-exported_symbols_list,\$output_objdir/\${libname}-symbols.expsym"
  251. +archive_cmds="\$CC -shared \$pic_flag \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname -o \$lib"
  252. +archive_expsym_cmds="echo \\\"{ global:\\\" > \$output_objdir/\$libname.ver~
  253. + cat \$export_symbols | sed -e \\\"s/\\\\(.*\\\\)/\\\\1;/\\\" >> \$output_objdir/\$libname.ver~
  254. + echo \\\"local: *; };\\\" >> \$output_objdir/\$libname.ver~
  255. + \$CC -shared \$pic_flag \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname \${wl}-version-script \${wl}\$output_objdir/\$libname.ver -o \$lib"
  256. # Commands used to build a loadable module if different from building
  257. # a shared archive.
  258. -module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags"
  259. -module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags \${wl}-exported_symbols_list,\$output_objdir/\${libname}-symbols.expsym"
  260. +module_cmds=""
  261. +module_expsym_cmds=""
  262. # Whether we are building with GNU ld or not.
  263. -with_gnu_ld="no"
  264. +with_gnu_ld="yes"
  265. # Flag that allows shared libraries with undefined symbols to be built.
  266. -allow_undefined_flag="\${wl}-undefined \${wl}dynamic_lookup"
  267. +allow_undefined_flag=""
  268. # Flag that enforces no undefined symbols.
  269. no_undefined_flag=""
  270. # Flag to hardcode $libdir into a binary during linking.
  271. # This must work even if $libdir does not exist
  272. -hardcode_libdir_flag_spec=""
  273. +hardcode_libdir_flag_spec="\${wl}-rpath \${wl}\$libdir"
  274. # If ld is used when linking, flag to hardcode $libdir into a binary
  275. # during linking. This must work even if $libdir does not exist.
  276. @@ -393,14 +393,14 @@ hardcode_shlibpath_var=unsupported
  277. # Set to "yes" if building a shared library automatically hardcodes DIR
  278. # into the library and all subsequent libraries and executables linked
  279. # against it.
  280. -hardcode_automatic=yes
  281. +hardcode_automatic=no
  282. # Set to yes if linker adds runtime paths of dependent libraries
  283. # to runtime path list.
  284. inherit_rpath=no
  285. # Whether libtool must link a program against all its dependency libraries.
  286. -link_all_deplibs=yes
  287. +link_all_deplibs=unknown
  288. # Set to "yes" if exported symbols are required.
  289. always_export_symbols=no
  290. @@ -426,20 +426,6 @@ file_list_spec=""
  291. # How to hardcode a shared library path into an executable.
  292. hardcode_action=immediate
  293. -# The directories searched by this compiler when creating a shared library.
  294. -compiler_lib_search_dirs=""
  295. -
  296. -# Dependencies to place before and after the objects being linked to
  297. -# create a shared library.
  298. -predep_objects=""
  299. -postdep_objects=""
  300. -predeps=""
  301. -postdeps=""
  302. -
  303. -# The library search path used internally by the compiler when linking
  304. -# a shared library.
  305. -compiler_lib_search_path=""
  306. -
  307. # ### END LIBTOOL CONFIG
  308. @@ -1282,7 +1268,7 @@ exec_cmd=
  309. # Append VALUE to the end of shell variable VAR.
  310. func_append ()
  311. {
  312. -eval "${1}+=\${2}"
  313. + eval "${1}+=\${2}"
  314. } # Extended-shell func_append implementation
  315. # func_append_quoted var value
  316. @@ -1298,7 +1284,7 @@ func_append_quoted ()
  317. # func_arith arithmetic-term...
  318. func_arith ()
  319. {
  320. -func_arith_result=$(( $* ))
  321. + func_arith_result=$(( $* ))
  322. } # Extended-shell func_arith implementation
  323. @@ -1306,7 +1292,7 @@ func_arith_result=$(( $* ))
  324. # STRING may not start with a hyphen.
  325. func_len ()
  326. {
  327. -func_len_result=${#1}
  328. + func_len_result=${#1}
  329. } # Extended-shell func_len implementation
  330. @@ -1323,7 +1309,7 @@ func_lo2o ()
  331. # func_xform libobj-or-source
  332. func_xform ()
  333. {
  334. -func_xform_result=${1%.*}.lo
  335. + func_xform_result=${1%.*}.lo
  336. } # Extended-shell func_xform implementation
  337. @@ -10071,768 +10057,3 @@ build_old_libs=`case $build_libtool_libs
  338. # End:
  339. # vi:sw=2
  340. -
  341. -# ### BEGIN LIBTOOL TAG CONFIG: CXX
  342. -
  343. -# The linker used to build libraries.
  344. -LD="/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld"
  345. -
  346. -# How to create reloadable object files.
  347. -reload_flag=" -r"
  348. -reload_cmds="\$LTCC \$LTCFLAGS -nostdlib \${wl}-r -o \$output\$reload_objs"
  349. -
  350. -# Commands used to build an old-style archive.
  351. -old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$oldlib"
  352. -
  353. -# A language specific compiler.
  354. -CC="/usr/bin/g++-4.2"
  355. -
  356. -# Is the compiler the GNU compiler?
  357. -with_gcc=yes
  358. -
  359. -# Compiler flag to turn off builtin functions.
  360. -no_builtin_flag=" -fno-builtin"
  361. -
  362. -# Additional compiler flags for building library objects.
  363. -pic_flag=" -fno-common -DPIC"
  364. -
  365. -# How to pass a linker flag through the compiler.
  366. -wl="-Wl,"
  367. -
  368. -# Compiler flag to prevent dynamic linking.
  369. -link_static_flag=""
  370. -
  371. -# Does compiler simultaneously support -c and -o options?
  372. -compiler_c_o="yes"
  373. -
  374. -# Whether or not to add -lc for building shared libraries.
  375. -build_libtool_need_lc=no
  376. -
  377. -# Whether or not to disallow shared libs when runtime libs are static.
  378. -allow_libtool_libs_with_static_runtimes=no
  379. -
  380. -# Compiler flag to allow reflexive dlopens.
  381. -export_dynamic_flag_spec=""
  382. -
  383. -# Compiler flag to generate shared objects directly from archives.
  384. -whole_archive_flag_spec="\`for conv in \$convenience\\\"\\\"; do test -n \\\"\$conv\\\" && new_convenience=\\\"\$new_convenience \${wl}-force_load,\$conv\\\"; done; func_echo_all \\\"\$new_convenience\\\"\`"
  385. -
  386. -# Whether the compiler copes with passing no objects directly.
  387. -compiler_needs_object="no"
  388. -
  389. -# Create an old-style archive from a shared archive.
  390. -old_archive_from_new_cmds=""
  391. -
  392. -# Create a temporary old-style archive to link instead of a shared archive.
  393. -old_archive_from_expsyms_cmds=""
  394. -
  395. -# Commands used to build a shared archive.
  396. -archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring \$single_module"
  397. -archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring \$single_module \${wl}-exported_symbols_list,\$output_objdir/\${libname}-symbols.expsym"
  398. -
  399. -# Commands used to build a loadable module if different from building
  400. -# a shared archive.
  401. -module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags"
  402. -module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags \${wl}-exported_symbols_list,\$output_objdir/\${libname}-symbols.expsym"
  403. -
  404. -# Whether we are building with GNU ld or not.
  405. -with_gnu_ld="no"
  406. -
  407. -# Flag that allows shared libraries with undefined symbols to be built.
  408. -allow_undefined_flag="\${wl}-undefined \${wl}dynamic_lookup"
  409. -
  410. -# Flag that enforces no undefined symbols.
  411. -no_undefined_flag=""
  412. -
  413. -# Flag to hardcode $libdir into a binary during linking.
  414. -# This must work even if $libdir does not exist
  415. -hardcode_libdir_flag_spec=""
  416. -
  417. -# If ld is used when linking, flag to hardcode $libdir into a binary
  418. -# during linking. This must work even if $libdir does not exist.
  419. -hardcode_libdir_flag_spec_ld=""
  420. -
  421. -# Whether we need a single "-rpath" flag with a separated argument.
  422. -hardcode_libdir_separator=""
  423. -
  424. -# Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
  425. -# DIR into the resulting binary.
  426. -hardcode_direct=no
  427. -
  428. -# Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
  429. -# DIR into the resulting binary and the resulting library dependency is
  430. -# "absolute",i.e impossible to change by setting ${shlibpath_var} if the
  431. -# library is relocated.
  432. -hardcode_direct_absolute=no
  433. -
  434. -# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
  435. -# into the resulting binary.
  436. -hardcode_minus_L=no
  437. -
  438. -# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
  439. -# into the resulting binary.
  440. -hardcode_shlibpath_var=unsupported
  441. -
  442. -# Set to "yes" if building a shared library automatically hardcodes DIR
  443. -# into the library and all subsequent libraries and executables linked
  444. -# against it.
  445. -hardcode_automatic=yes
  446. -
  447. -# Set to yes if linker adds runtime paths of dependent libraries
  448. -# to runtime path list.
  449. -inherit_rpath=no
  450. -
  451. -# Whether libtool must link a program against all its dependency libraries.
  452. -link_all_deplibs=yes
  453. -
  454. -# Set to "yes" if exported symbols are required.
  455. -always_export_symbols=no
  456. -
  457. -# The commands to list exported symbols.
  458. -export_symbols_cmds="\$NM \$libobjs \$convenience | \$global_symbol_pipe | \$SED 's/.* //' | sort | uniq > \$export_symbols"
  459. -
  460. -# Symbols that should not be listed in the preloaded symbols.
  461. -exclude_expsyms="_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*"
  462. -
  463. -# Symbols that must always be exported.
  464. -include_expsyms=""
  465. -
  466. -# Commands necessary for linking programs (against libraries) with templates.
  467. -prelink_cmds=""
  468. -
  469. -# Commands necessary for finishing linking programs.
  470. -postlink_cmds=""
  471. -
  472. -# Specify filename containing input files.
  473. -file_list_spec=""
  474. -
  475. -# How to hardcode a shared library path into an executable.
  476. -hardcode_action=immediate
  477. -
  478. -# The directories searched by this compiler when creating a shared library.
  479. -compiler_lib_search_dirs=""
  480. -
  481. -# Dependencies to place before and after the objects being linked to
  482. -# create a shared library.
  483. -predep_objects=""
  484. -postdep_objects=""
  485. -predeps=""
  486. -postdeps=""
  487. -
  488. -# The library search path used internally by the compiler when linking
  489. -# a shared library.
  490. -compiler_lib_search_path=""
  491. -
  492. -# ### END LIBTOOL TAG CONFIG: CXX
  493. -
  494. -# ### BEGIN LIBTOOL TAG CONFIG: F77
  495. -
  496. -# The linker used to build libraries.
  497. -LD=""
  498. -
  499. -# How to create reloadable object files.
  500. -reload_flag=" -r"
  501. -reload_cmds="\$LTCC \$LTCFLAGS -nostdlib \${wl}-r -o \$output\$reload_objs"
  502. -
  503. -# Commands used to build an old-style archive.
  504. -old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$oldlib"
  505. -
  506. -# A language specific compiler.
  507. -CC=""
  508. -
  509. -# Is the compiler the GNU compiler?
  510. -with_gcc=
  511. -
  512. -# Compiler flag to turn off builtin functions.
  513. -no_builtin_flag=""
  514. -
  515. -# Additional compiler flags for building library objects.
  516. -pic_flag=""
  517. -
  518. -# How to pass a linker flag through the compiler.
  519. -wl=""
  520. -
  521. -# Compiler flag to prevent dynamic linking.
  522. -link_static_flag=""
  523. -
  524. -# Does compiler simultaneously support -c and -o options?
  525. -compiler_c_o=""
  526. -
  527. -# Whether or not to add -lc for building shared libraries.
  528. -build_libtool_need_lc=no
  529. -
  530. -# Whether or not to disallow shared libs when runtime libs are static.
  531. -allow_libtool_libs_with_static_runtimes=no
  532. -
  533. -# Compiler flag to allow reflexive dlopens.
  534. -export_dynamic_flag_spec=""
  535. -
  536. -# Compiler flag to generate shared objects directly from archives.
  537. -whole_archive_flag_spec=""
  538. -
  539. -# Whether the compiler copes with passing no objects directly.
  540. -compiler_needs_object=""
  541. -
  542. -# Create an old-style archive from a shared archive.
  543. -old_archive_from_new_cmds=""
  544. -
  545. -# Create a temporary old-style archive to link instead of a shared archive.
  546. -old_archive_from_expsyms_cmds=""
  547. -
  548. -# Commands used to build a shared archive.
  549. -archive_cmds=""
  550. -archive_expsym_cmds=""
  551. -
  552. -# Commands used to build a loadable module if different from building
  553. -# a shared archive.
  554. -module_cmds=""
  555. -module_expsym_cmds=""
  556. -
  557. -# Whether we are building with GNU ld or not.
  558. -with_gnu_ld=""
  559. -
  560. -# Flag that allows shared libraries with undefined symbols to be built.
  561. -allow_undefined_flag=""
  562. -
  563. -# Flag that enforces no undefined symbols.
  564. -no_undefined_flag=""
  565. -
  566. -# Flag to hardcode $libdir into a binary during linking.
  567. -# This must work even if $libdir does not exist
  568. -hardcode_libdir_flag_spec=""
  569. -
  570. -# If ld is used when linking, flag to hardcode $libdir into a binary
  571. -# during linking. This must work even if $libdir does not exist.
  572. -hardcode_libdir_flag_spec_ld=""
  573. -
  574. -# Whether we need a single "-rpath" flag with a separated argument.
  575. -hardcode_libdir_separator=""
  576. -
  577. -# Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
  578. -# DIR into the resulting binary.
  579. -hardcode_direct=no
  580. -
  581. -# Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
  582. -# DIR into the resulting binary and the resulting library dependency is
  583. -# "absolute",i.e impossible to change by setting ${shlibpath_var} if the
  584. -# library is relocated.
  585. -hardcode_direct_absolute=no
  586. -
  587. -# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
  588. -# into the resulting binary.
  589. -hardcode_minus_L=no
  590. -
  591. -# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
  592. -# into the resulting binary.
  593. -hardcode_shlibpath_var=
  594. -
  595. -# Set to "yes" if building a shared library automatically hardcodes DIR
  596. -# into the library and all subsequent libraries and executables linked
  597. -# against it.
  598. -hardcode_automatic=no
  599. -
  600. -# Set to yes if linker adds runtime paths of dependent libraries
  601. -# to runtime path list.
  602. -inherit_rpath=no
  603. -
  604. -# Whether libtool must link a program against all its dependency libraries.
  605. -link_all_deplibs=unknown
  606. -
  607. -# Set to "yes" if exported symbols are required.
  608. -always_export_symbols=no
  609. -
  610. -# The commands to list exported symbols.
  611. -export_symbols_cmds=""
  612. -
  613. -# Symbols that should not be listed in the preloaded symbols.
  614. -exclude_expsyms=""
  615. -
  616. -# Symbols that must always be exported.
  617. -include_expsyms=""
  618. -
  619. -# Commands necessary for linking programs (against libraries) with templates.
  620. -prelink_cmds=""
  621. -
  622. -# Commands necessary for finishing linking programs.
  623. -postlink_cmds=""
  624. -
  625. -# Specify filename containing input files.
  626. -file_list_spec=""
  627. -
  628. -# How to hardcode a shared library path into an executable.
  629. -hardcode_action=
  630. -
  631. -# The directories searched by this compiler when creating a shared library.
  632. -compiler_lib_search_dirs=""
  633. -
  634. -# Dependencies to place before and after the objects being linked to
  635. -# create a shared library.
  636. -predep_objects=""
  637. -postdep_objects=""
  638. -predeps=""
  639. -postdeps=""
  640. -
  641. -# The library search path used internally by the compiler when linking
  642. -# a shared library.
  643. -compiler_lib_search_path=""
  644. -
  645. -# ### END LIBTOOL TAG CONFIG: F77
  646. -
  647. -# ### BEGIN LIBTOOL TAG CONFIG: FC
  648. -
  649. -# The linker used to build libraries.
  650. -LD=""
  651. -
  652. -# How to create reloadable object files.
  653. -reload_flag=" -r"
  654. -reload_cmds="\$LTCC \$LTCFLAGS -nostdlib \${wl}-r -o \$output\$reload_objs"
  655. -
  656. -# Commands used to build an old-style archive.
  657. -old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$oldlib"
  658. -
  659. -# A language specific compiler.
  660. -CC=""
  661. -
  662. -# Is the compiler the GNU compiler?
  663. -with_gcc=
  664. -
  665. -# Compiler flag to turn off builtin functions.
  666. -no_builtin_flag=""
  667. -
  668. -# Additional compiler flags for building library objects.
  669. -pic_flag=""
  670. -
  671. -# How to pass a linker flag through the compiler.
  672. -wl=""
  673. -
  674. -# Compiler flag to prevent dynamic linking.
  675. -link_static_flag=""
  676. -
  677. -# Does compiler simultaneously support -c and -o options?
  678. -compiler_c_o=""
  679. -
  680. -# Whether or not to add -lc for building shared libraries.
  681. -build_libtool_need_lc=no
  682. -
  683. -# Whether or not to disallow shared libs when runtime libs are static.
  684. -allow_libtool_libs_with_static_runtimes=no
  685. -
  686. -# Compiler flag to allow reflexive dlopens.
  687. -export_dynamic_flag_spec=""
  688. -
  689. -# Compiler flag to generate shared objects directly from archives.
  690. -whole_archive_flag_spec=""
  691. -
  692. -# Whether the compiler copes with passing no objects directly.
  693. -compiler_needs_object=""
  694. -
  695. -# Create an old-style archive from a shared archive.
  696. -old_archive_from_new_cmds=""
  697. -
  698. -# Create a temporary old-style archive to link instead of a shared archive.
  699. -old_archive_from_expsyms_cmds=""
  700. -
  701. -# Commands used to build a shared archive.
  702. -archive_cmds=""
  703. -archive_expsym_cmds=""
  704. -
  705. -# Commands used to build a loadable module if different from building
  706. -# a shared archive.
  707. -module_cmds=""
  708. -module_expsym_cmds=""
  709. -
  710. -# Whether we are building with GNU ld or not.
  711. -with_gnu_ld=""
  712. -
  713. -# Flag that allows shared libraries with undefined symbols to be built.
  714. -allow_undefined_flag=""
  715. -
  716. -# Flag that enforces no undefined symbols.
  717. -no_undefined_flag=""
  718. -
  719. -# Flag to hardcode $libdir into a binary during linking.
  720. -# This must work even if $libdir does not exist
  721. -hardcode_libdir_flag_spec=""
  722. -
  723. -# If ld is used when linking, flag to hardcode $libdir into a binary
  724. -# during linking. This must work even if $libdir does not exist.
  725. -hardcode_libdir_flag_spec_ld=""
  726. -
  727. -# Whether we need a single "-rpath" flag with a separated argument.
  728. -hardcode_libdir_separator=""
  729. -
  730. -# Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
  731. -# DIR into the resulting binary.
  732. -hardcode_direct=no
  733. -
  734. -# Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
  735. -# DIR into the resulting binary and the resulting library dependency is
  736. -# "absolute",i.e impossible to change by setting ${shlibpath_var} if the
  737. -# library is relocated.
  738. -hardcode_direct_absolute=no
  739. -
  740. -# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
  741. -# into the resulting binary.
  742. -hardcode_minus_L=no
  743. -
  744. -# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
  745. -# into the resulting binary.
  746. -hardcode_shlibpath_var=
  747. -
  748. -# Set to "yes" if building a shared library automatically hardcodes DIR
  749. -# into the library and all subsequent libraries and executables linked
  750. -# against it.
  751. -hardcode_automatic=no
  752. -
  753. -# Set to yes if linker adds runtime paths of dependent libraries
  754. -# to runtime path list.
  755. -inherit_rpath=no
  756. -
  757. -# Whether libtool must link a program against all its dependency libraries.
  758. -link_all_deplibs=unknown
  759. -
  760. -# Set to "yes" if exported symbols are required.
  761. -always_export_symbols=no
  762. -
  763. -# The commands to list exported symbols.
  764. -export_symbols_cmds=""
  765. -
  766. -# Symbols that should not be listed in the preloaded symbols.
  767. -exclude_expsyms=""
  768. -
  769. -# Symbols that must always be exported.
  770. -include_expsyms=""
  771. -
  772. -# Commands necessary for linking programs (against libraries) with templates.
  773. -prelink_cmds=""
  774. -
  775. -# Commands necessary for finishing linking programs.
  776. -postlink_cmds=""
  777. -
  778. -# Specify filename containing input files.
  779. -file_list_spec=""
  780. -
  781. -# How to hardcode a shared library path into an executable.
  782. -hardcode_action=
  783. -
  784. -# The directories searched by this compiler when creating a shared library.
  785. -compiler_lib_search_dirs=""
  786. -
  787. -# Dependencies to place before and after the objects being linked to
  788. -# create a shared library.
  789. -predep_objects=""
  790. -postdep_objects=""
  791. -predeps=""
  792. -postdeps=""
  793. -
  794. -# The library search path used internally by the compiler when linking
  795. -# a shared library.
  796. -compiler_lib_search_path=""
  797. -
  798. -# ### END LIBTOOL TAG CONFIG: FC
  799. -
  800. -# ### BEGIN LIBTOOL TAG CONFIG: GCJ
  801. -
  802. -# The linker used to build libraries.
  803. -LD="/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld"
  804. -
  805. -# How to create reloadable object files.
  806. -reload_flag=" -r"
  807. -reload_cmds="\$LTCC \$LTCFLAGS -nostdlib \${wl}-r -o \$output\$reload_objs"
  808. -
  809. -# Commands used to build an old-style archive.
  810. -old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$oldlib"
  811. -
  812. -# A language specific compiler.
  813. -CC=""
  814. -
  815. -# Is the compiler the GNU compiler?
  816. -with_gcc=
  817. -
  818. -# Compiler flag to turn off builtin functions.
  819. -no_builtin_flag=""
  820. -
  821. -# Additional compiler flags for building library objects.
  822. -pic_flag=""
  823. -
  824. -# How to pass a linker flag through the compiler.
  825. -wl=""
  826. -
  827. -# Compiler flag to prevent dynamic linking.
  828. -link_static_flag=""
  829. -
  830. -# Does compiler simultaneously support -c and -o options?
  831. -compiler_c_o=""
  832. -
  833. -# Whether or not to add -lc for building shared libraries.
  834. -build_libtool_need_lc=no
  835. -
  836. -# Whether or not to disallow shared libs when runtime libs are static.
  837. -allow_libtool_libs_with_static_runtimes=
  838. -
  839. -# Compiler flag to allow reflexive dlopens.
  840. -export_dynamic_flag_spec=""
  841. -
  842. -# Compiler flag to generate shared objects directly from archives.
  843. -whole_archive_flag_spec=""
  844. -
  845. -# Whether the compiler copes with passing no objects directly.
  846. -compiler_needs_object=""
  847. -
  848. -# Create an old-style archive from a shared archive.
  849. -old_archive_from_new_cmds=""
  850. -
  851. -# Create a temporary old-style archive to link instead of a shared archive.
  852. -old_archive_from_expsyms_cmds=""
  853. -
  854. -# Commands used to build a shared archive.
  855. -archive_cmds=""
  856. -archive_expsym_cmds=""
  857. -
  858. -# Commands used to build a loadable module if different from building
  859. -# a shared archive.
  860. -module_cmds=""
  861. -module_expsym_cmds=""
  862. -
  863. -# Whether we are building with GNU ld or not.
  864. -with_gnu_ld=""
  865. -
  866. -# Flag that allows shared libraries with undefined symbols to be built.
  867. -allow_undefined_flag=""
  868. -
  869. -# Flag that enforces no undefined symbols.
  870. -no_undefined_flag=""
  871. -
  872. -# Flag to hardcode $libdir into a binary during linking.
  873. -# This must work even if $libdir does not exist
  874. -hardcode_libdir_flag_spec=""
  875. -
  876. -# If ld is used when linking, flag to hardcode $libdir into a binary
  877. -# during linking. This must work even if $libdir does not exist.
  878. -hardcode_libdir_flag_spec_ld=""
  879. -
  880. -# Whether we need a single "-rpath" flag with a separated argument.
  881. -hardcode_libdir_separator=""
  882. -
  883. -# Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
  884. -# DIR into the resulting binary.
  885. -hardcode_direct=
  886. -
  887. -# Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
  888. -# DIR into the resulting binary and the resulting library dependency is
  889. -# "absolute",i.e impossible to change by setting ${shlibpath_var} if the
  890. -# library is relocated.
  891. -hardcode_direct_absolute=
  892. -
  893. -# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
  894. -# into the resulting binary.
  895. -hardcode_minus_L=
  896. -
  897. -# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
  898. -# into the resulting binary.
  899. -hardcode_shlibpath_var=
  900. -
  901. -# Set to "yes" if building a shared library automatically hardcodes DIR
  902. -# into the library and all subsequent libraries and executables linked
  903. -# against it.
  904. -hardcode_automatic=
  905. -
  906. -# Set to yes if linker adds runtime paths of dependent libraries
  907. -# to runtime path list.
  908. -inherit_rpath=
  909. -
  910. -# Whether libtool must link a program against all its dependency libraries.
  911. -link_all_deplibs=
  912. -
  913. -# Set to "yes" if exported symbols are required.
  914. -always_export_symbols=
  915. -
  916. -# The commands to list exported symbols.
  917. -export_symbols_cmds=""
  918. -
  919. -# Symbols that should not be listed in the preloaded symbols.
  920. -exclude_expsyms=""
  921. -
  922. -# Symbols that must always be exported.
  923. -include_expsyms=""
  924. -
  925. -# Commands necessary for linking programs (against libraries) with templates.
  926. -prelink_cmds=""
  927. -
  928. -# Commands necessary for finishing linking programs.
  929. -postlink_cmds=""
  930. -
  931. -# Specify filename containing input files.
  932. -file_list_spec=""
  933. -
  934. -# How to hardcode a shared library path into an executable.
  935. -hardcode_action=
  936. -
  937. -# The directories searched by this compiler when creating a shared library.
  938. -compiler_lib_search_dirs=""
  939. -
  940. -# Dependencies to place before and after the objects being linked to
  941. -# create a shared library.
  942. -predep_objects=""
  943. -postdep_objects=""
  944. -predeps=""
  945. -postdeps=""
  946. -
  947. -# The library search path used internally by the compiler when linking
  948. -# a shared library.
  949. -compiler_lib_search_path=""
  950. -
  951. -# ### END LIBTOOL TAG CONFIG: GCJ
  952. -
  953. -# ### BEGIN LIBTOOL TAG CONFIG: RC
  954. -
  955. -# The linker used to build libraries.
  956. -LD=""
  957. -
  958. -# How to create reloadable object files.
  959. -reload_flag=""
  960. -reload_cmds=""
  961. -
  962. -# Commands used to build an old-style archive.
  963. -old_archive_cmds=""
  964. -
  965. -# A language specific compiler.
  966. -CC=""
  967. -
  968. -# Is the compiler the GNU compiler?
  969. -with_gcc=
  970. -
  971. -# Compiler flag to turn off builtin functions.
  972. -no_builtin_flag=""
  973. -
  974. -# Additional compiler flags for building library objects.
  975. -pic_flag=""
  976. -
  977. -# How to pass a linker flag through the compiler.
  978. -wl=""
  979. -
  980. -# Compiler flag to prevent dynamic linking.
  981. -link_static_flag=""
  982. -
  983. -# Does compiler simultaneously support -c and -o options?
  984. -compiler_c_o="yes"
  985. -
  986. -# Whether or not to add -lc for building shared libraries.
  987. -build_libtool_need_lc=
  988. -
  989. -# Whether or not to disallow shared libs when runtime libs are static.
  990. -allow_libtool_libs_with_static_runtimes=
  991. -
  992. -# Compiler flag to allow reflexive dlopens.
  993. -export_dynamic_flag_spec=""
  994. -
  995. -# Compiler flag to generate shared objects directly from archives.
  996. -whole_archive_flag_spec=""
  997. -
  998. -# Whether the compiler copes with passing no objects directly.
  999. -compiler_needs_object=""
  1000. -
  1001. -# Create an old-style archive from a shared archive.
  1002. -old_archive_from_new_cmds=""
  1003. -
  1004. -# Create a temporary old-style archive to link instead of a shared archive.
  1005. -old_archive_from_expsyms_cmds=""
  1006. -
  1007. -# Commands used to build a shared archive.
  1008. -archive_cmds=""
  1009. -archive_expsym_cmds=""
  1010. -
  1011. -# Commands used to build a loadable module if different from building
  1012. -# a shared archive.
  1013. -module_cmds=""
  1014. -module_expsym_cmds=""
  1015. -
  1016. -# Whether we are building with GNU ld or not.
  1017. -with_gnu_ld=""
  1018. -
  1019. -# Flag that allows shared libraries with undefined symbols to be built.
  1020. -allow_undefined_flag=""
  1021. -
  1022. -# Flag that enforces no undefined symbols.
  1023. -no_undefined_flag=""
  1024. -
  1025. -# Flag to hardcode $libdir into a binary during linking.
  1026. -# This must work even if $libdir does not exist
  1027. -hardcode_libdir_flag_spec=""
  1028. -
  1029. -# If ld is used when linking, flag to hardcode $libdir into a binary
  1030. -# during linking. This must work even if $libdir does not exist.
  1031. -hardcode_libdir_flag_spec_ld=""
  1032. -
  1033. -# Whether we need a single "-rpath" flag with a separated argument.
  1034. -hardcode_libdir_separator=""
  1035. -
  1036. -# Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
  1037. -# DIR into the resulting binary.
  1038. -hardcode_direct=
  1039. -
  1040. -# Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
  1041. -# DIR into the resulting binary and the resulting library dependency is
  1042. -# "absolute",i.e impossible to change by setting ${shlibpath_var} if the
  1043. -# library is relocated.
  1044. -hardcode_direct_absolute=
  1045. -
  1046. -# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
  1047. -# into the resulting binary.
  1048. -hardcode_minus_L=
  1049. -
  1050. -# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
  1051. -# into the resulting binary.
  1052. -hardcode_shlibpath_var=
  1053. -
  1054. -# Set to "yes" if building a shared library automatically hardcodes DIR
  1055. -# into the library and all subsequent libraries and executables linked
  1056. -# against it.
  1057. -hardcode_automatic=
  1058. -
  1059. -# Set to yes if linker adds runtime paths of dependent libraries
  1060. -# to runtime path list.
  1061. -inherit_rpath=
  1062. -
  1063. -# Whether libtool must link a program against all its dependency libraries.
  1064. -link_all_deplibs=
  1065. -
  1066. -# Set to "yes" if exported symbols are required.
  1067. -always_export_symbols=
  1068. -
  1069. -# The commands to list exported symbols.
  1070. -export_symbols_cmds=""
  1071. -
  1072. -# Symbols that should not be listed in the preloaded symbols.
  1073. -exclude_expsyms=""
  1074. -
  1075. -# Symbols that must always be exported.
  1076. -include_expsyms=""
  1077. -
  1078. -# Commands necessary for linking programs (against libraries) with templates.
  1079. -prelink_cmds=""
  1080. -
  1081. -# Commands necessary for finishing linking programs.
  1082. -postlink_cmds=""
  1083. -
  1084. -# Specify filename containing input files.
  1085. -file_list_spec=""
  1086. -
  1087. -# How to hardcode a shared library path into an executable.
  1088. -hardcode_action=
  1089. -
  1090. -# The directories searched by this compiler when creating a shared library.
  1091. -compiler_lib_search_dirs=""
  1092. -
  1093. -# Dependencies to place before and after the objects being linked to
  1094. -# create a shared library.
  1095. -predep_objects=""
  1096. -postdep_objects=""
  1097. -predeps=""
  1098. -postdeps=""
  1099. -
  1100. -# The library search path used internally by the compiler when linking
  1101. -# a shared library.
  1102. -compiler_lib_search_path=""
  1103. -
  1104. -# ### END LIBTOOL TAG CONFIG: RC