=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== emscripten-2.0.9~dfsg/.circleci/config.yml-282- command: | emscripten-2.0.9~dfsg/.circleci/config.yml:283: export EMTEST_BROWSER="/usr/bin/google-chrome $CHROME_FLAGS_BASE $CHROME_FLAGS_HEADLESS $CHROME_FLAGS_WASM $CHROME_FLAGS_NOCACHE" emscripten-2.0.9~dfsg/.circleci/config.yml-284- # skip test_zzz_zzz_4GB_fail as it OOMs on the current bot ############################################## emscripten-2.0.9~dfsg/.circleci/config.yml-312- command: | emscripten-2.0.9~dfsg/.circleci/config.yml:313: export EMTEST_BROWSER="/usr/bin/google-chrome $CHROME_FLAGS_BASE $CHROME_FLAGS_HEADLESS $CHROME_FLAGS_WASM $CHROME_FLAGS_NOCACHE" emscripten-2.0.9~dfsg/.circleci/config.yml-314- python3 tests/runner.py sockets ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-48-- Added experimental support for using emscripten as a post link tool. In this emscripten-2.0.9~dfsg/ChangeLog.md:49: case the input to emscripten is a single wasm file (for example the output of emscripten-2.0.9~dfsg/ChangeLog.md:50: `wasm-ld`). When emcc is run with `--post-link` it will take a wasm file as emscripten-2.0.9~dfsg/ChangeLog.md-51- input that perform all the normal post link steps such as finalizing and emscripten-2.0.9~dfsg/ChangeLog.md:52: optimizing the wasm file and generating the JavaScript and/or html that will emscripten-2.0.9~dfsg/ChangeLog.md-53- run it. emscripten-2.0.9~dfsg/ChangeLog.md:54:- Added emulation support and a build time warning for calling Wasm function emscripten-2.0.9~dfsg/ChangeLog.md-55- pointers from JS library files via the old syntax ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-65- `-s ASSERTIONS=1` implied `-s STACK_OVERFLOW_CHECK=1`. emscripten-2.0.9~dfsg/ChangeLog.md:66:- Dynamic linking (MAIN_MODULE + SIDE_MODULE) now produces wasm binaries that emscripten-2.0.9~dfsg/ChangeLog.md-67- depend on mutable globals. Specifically the stack pointer global is mutable ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-88- coverage of those tests to all JS in the output (#12450). emscripten-2.0.9~dfsg/ChangeLog.md:89:- `EM_LOG_DEMANGLE` is now deprecated. Function names shown in wasm backtraces emscripten-2.0.9~dfsg/ChangeLog.md-90- are never mangled (they are either missing or demangled already) so demangled ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-97-- When `-s SUPPORT_LONGJMP=0` is passed to disable longjmp, do not run the LLVM emscripten-2.0.9~dfsg/ChangeLog.md:98: wasm backend path that handles longjmp. Before this only affected linking, and emscripten-2.0.9~dfsg/ChangeLog.md-99- now the flag gives you the ability to affect codegen at compile time too. This ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-124-- Fixed `ABORT_ON_WASM_EXCEPTIONS` to work with the recent dynCall changes where emscripten-2.0.9~dfsg/ChangeLog.md:125: functions can be called via the WASM table directly, bypassing WASM exports emscripten-2.0.9~dfsg/ChangeLog.md-126- (#12269). ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-146------------------ emscripten-2.0.9~dfsg/ChangeLog.md:147:- Breaking changes to calling Wasm function pointers from JavaScript: emscripten-2.0.9~dfsg/ChangeLog.md-148- 1. It is no longer possible to directly call dynCall_sig(funcPtr, param) to ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-157- available in -s MINIMAL_RUNTIME=1 builds. emscripten-2.0.9~dfsg/ChangeLog.md:158: 2. old syntax for calling a Wasm function pointer from a JS library file used emscripten-2.0.9~dfsg/ChangeLog.md-159- to be ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-166- emscripten-2.0.9~dfsg/ChangeLog.md:167: New syntax for calling Wasm function pointers from JS library files is emscripten-2.0.9~dfsg/ChangeLog.md-168- ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-175- removes the internal `DYNAMICTOP_PTR` API.) emscripten-2.0.9~dfsg/ChangeLog.md:176:- Add `ABORT_ON_WASM_EXCEPTIONS` which will abort when an unhandled WASM exception emscripten-2.0.9~dfsg/ChangeLog.md-177- is encountered. This makes the Emscripten program behave more like a native ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-214- several downsides, so we are stopping that now. This does not affect program emscripten-2.0.9~dfsg/ChangeLog.md:215: behavior, unless you look at the wasm internals. However, one noticeable emscripten-2.0.9~dfsg/ChangeLog.md-216- effect is that if you use `ASYNCIFY_ADD` or `ASYNCIFY_ONLY` then you may need ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-238------------------ emscripten-2.0.9~dfsg/ChangeLog.md:239:- First release that only supports the new upstream wasm backend (which has been emscripten-2.0.9~dfsg/ChangeLog.md-240- the default for a long time) and no longer supports the old fastcomp backend. ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-244- users and linux users should be affected by this change. emscripten-2.0.9~dfsg/ChangeLog.md:245:- Store exceptions metadata in wasm memory instead of JS. This makes exception emscripten-2.0.9~dfsg/ChangeLog.md-246- handling almost 100% thread-safe. (#11518) ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-320- is now created in the emscripten directory by default. The traditional emscripten-2.0.9~dfsg/ChangeLog.md:321: `~/.emscripten` config file in the `$HOME` directory is still supported and emscripten-2.0.9~dfsg/ChangeLog.md-322- the sample config will still be written there in the case that the emscripten ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-330-- Added support for compiling SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE 4.2 and emscripten-2.0.9~dfsg/ChangeLog.md:331: 128-bit wide AVX intrinsics, emulated on top of Wasm SIMD instruction set. emscripten-2.0.9~dfsg/ChangeLog.md-332- (#11193, #11243, #11290, #11327). Pass -msimd128 -msse<version> to enable ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-446-- Support for WebAssembly BigInt integration with a new `WASM_BIGINT` flag. With emscripten-2.0.9~dfsg/ChangeLog.md:447: that the VM will use a JS BigInt for a wasm i64, avoiding the need for JS emscripten-2.0.9~dfsg/ChangeLog.md-448- legalization. See #10860. ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-507- does not include full debug info). For more info and background see #10325. emscripten-2.0.9~dfsg/ChangeLog.md:508:- Remove hacks from `memset` handling, in particular, in the wasm backend, emscripten-2.0.9~dfsg/ChangeLog.md-509- completely remove the JS version of memset from the JS library and from ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-532-- Rename `TOTAL_MEMORY` to `INITIAL_MEMORY` and `WASM_MEM_MAX` to `MAXIMUM_MEMORY`, emscripten-2.0.9~dfsg/ChangeLog.md:533: which are more accurate and match wasm conventions. The old names are still emscripten-2.0.9~dfsg/ChangeLog.md-534- supported as aliases. ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-608-------------------- emscripten-2.0.9~dfsg/ChangeLog.md:609:- Added support for streaming Wasm compilation in MINIMAL_RUNTIME (off by default) emscripten-2.0.9~dfsg/ChangeLog.md-610-- All ports now install their headers into a shared directory under ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-692--------------------- emscripten-2.0.9~dfsg/ChangeLog.md:693: - Add support for `MAIN_THREAD_EM_ASM` in wasm backend. #9560 emscripten-2.0.9~dfsg/ChangeLog.md-694- - Add ability to disable FETCH worker in Fastcomp backend via ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-701--------------------- emscripten-2.0.9~dfsg/ChangeLog.md:702: - Add support for FETCH API in WASM backend. This doesn't support FETCH in the emscripten-2.0.9~dfsg/ChangeLog.md-703- main thread (`USE_FETCH_WORKER=0` is enforced). #9490 ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-710- - Removed build option `-s ONLY_MY_CODE` as we now have much better solutions emscripten-2.0.9~dfsg/ChangeLog.md:711: for that, like building to a wasm object file or using `STANDALONE_WASM` emscripten-2.0.9~dfsg/ChangeLog.md-712- etc. (see ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-727- - Remove `EMITTING_JS` flag, and replace it with `STANDALONE_WASM`. That flag indicates emscripten-2.0.9~dfsg/ChangeLog.md:728: that we want the wasm to be as standalone as possible. We may still emit JS in emscripten-2.0.9~dfsg/ChangeLog.md:729: that case, but the JS would just be a convenient way to run the wasm on the Web emscripten-2.0.9~dfsg/ChangeLog.md-730- or in Node.js. ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-762- a long time, since we added Emterpreter-Async, and now we have a new Asyncify emscripten-2.0.9~dfsg/ChangeLog.md:763: implementation in the upstream wasm backend. It is recommended to upgrade to emscripten-2.0.9~dfsg/ChangeLog.md-764- the upstream backend and use Asyncify there if you need it. (If you do still ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-836- symbols if you used the wrong implementation. emscripten-2.0.9~dfsg/ChangeLog.md:837: - LLVM wasm backend pthreads fixes, see #8811, #8718 emscripten-2.0.9~dfsg/ChangeLog.md-838- ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-961--------------------- emscripten-2.0.9~dfsg/ChangeLog.md:962: - Wasm dynamic linking: Rename `tableBase/memoryBase` to emscripten-2.0.9~dfsg/ChangeLog.md-963- `__table_base/__memory_base` (#7467) ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-966--------------------- emscripten-2.0.9~dfsg/ChangeLog.md:967: - Minify wasm import and export names. This decreases JS and wasm size by emscripten-2.0.9~dfsg/ChangeLog.md:968: minifying the identifiers where JS calls into wasm or vice versa, which emscripten-2.0.9~dfsg/ChangeLog.md-969- are not minifiable by closure or other JS-only tools. This happens in ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-978- same behavior as before). This change brings us in line with more standard emscripten-2.0.9~dfsg/ChangeLog.md:979: dynamic linking, and will match what the LLVM wasm backend will have. emscripten-2.0.9~dfsg/ChangeLog.md-980- See #7312. ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-1001- - Update SDL2 to 2.0.7. See #7016. emscripten-2.0.9~dfsg/ChangeLog.md:1002: - Optionally build using native object files (wasm backend only). emscripten-2.0.9~dfsg/ChangeLog.md-1003- For now this is behind a new option flag: `-s WASM_OBJECT_FILES=1`. ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-1007--------------------- emscripten-2.0.9~dfsg/ChangeLog.md:1008: - Support for loading wasm files in the same dir as the JS file, using emscripten-2.0.9~dfsg/ChangeLog.md-1009- node.js/Web-specific techniques as applicable. See #5368 and followups. ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-1082- platforms and is more efficient than asm.js. Build with `-s WASM=0` to emscripten-2.0.9~dfsg/ChangeLog.md:1083: disable wasm and use asm.js if you want that (or use `-s emscripten-2.0.9~dfsg/ChangeLog.md-1084- LEGACY_VM_SUPPORT=1`, which emits output that can run in older browsers, ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-1125--------------------- emscripten-2.0.9~dfsg/ChangeLog.md:1126: - `addFunction` is now supported on LLVM wasm backend, but when being used on emscripten-2.0.9~dfsg/ChangeLog.md:1127: the wasm backend, you need to provide an additional second argument, a Wasm emscripten-2.0.9~dfsg/ChangeLog.md-1128- function signature string. Each character within a signature string ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-1135- - 'd': 64-bit float type emscripten-2.0.9~dfsg/ChangeLog.md:1136: For asm.js and asm2wasm you can provide the optional second argument, but it emscripten-2.0.9~dfsg/ChangeLog.md-1137- isn't needed. For that reason this isn't a breaking change, however, ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-1185- flushed, or atexits are used. emscripten-2.0.9~dfsg/ChangeLog.md:1186: - Meta-DCE for JS+wasm: remove unused code between JS+wasm more aggressively. emscripten-2.0.9~dfsg/ChangeLog.md-1187- This should not break valid code, but may break code that depended on unused ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-1263- WebAssembly Names section. This is a forwards and backwards breaking change emscripten-2.0.9~dfsg/ChangeLog.md:1264: with respect to reading debug symbol names in Wasm callstacks. Use of the new emscripten-2.0.9~dfsg/ChangeLog.md-1265- Names section format first shipped in Emscripten 1.37.10, Binaryen version ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-1279- - Added a custom callback hook Module.instantiateWasm() which allows user shell emscripten-2.0.9~dfsg/ChangeLog.md:1280: HTML file to manually perform Wasm instantiation for preloading and progress emscripten-2.0.9~dfsg/ChangeLog.md-1281- bar purposes. ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-1593- environment variable). emscripten-2.0.9~dfsg/ChangeLog.md:1594: - Separate out emscripten cache structure to asmjs and wasm directories. emscripten-2.0.9~dfsg/ChangeLog.md-1595- - Fix a bug where Emscripten would spawn too many unused python subprocesses (#4158) ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-1794- - Added support for WebIDL arrays as input parameters to WebIDL binder. emscripten-2.0.9~dfsg/ChangeLog.md:1795: - Updated build support when using the LLVM wasm backend. emscripten-2.0.9~dfsg/ChangeLog.md-1796- - Added new linker option --threadprofiler which generates a threads dashboard ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-1821- (#3945) emscripten-2.0.9~dfsg/ChangeLog.md:1822: - Updated compiler to issue a warning when --separate-asm is being used and emscripten-2.0.9~dfsg/ChangeLog.md-1823- output suffix is .js. ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-1826- - Added new build option -s WASM_BACKEND=0/1 which controls whether to utilize emscripten-2.0.9~dfsg/ChangeLog.md:1827: the upstream LLVM wasm emitting codegen backend. emscripten-2.0.9~dfsg/ChangeLog.md-1828- - Full list of changes: ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-1919- - Clarified error message that memory growth is not supported with shared modules (#3893) emscripten-2.0.9~dfsg/ChangeLog.md:1920: - Initial work on wasm support in optimizer emscripten-2.0.9~dfsg/ChangeLog.md-1921- - Full list of changes: ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-2006-------------------- emscripten-2.0.9~dfsg/ChangeLog.md:2007: - Added wasm compressor/decompressor polyfill (#3766) emscripten-2.0.9~dfsg/ChangeLog.md-2008- - Added support for sRGB texture formats. ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-2012- - Added build-in memory usage profiler, which is enabled with linker flag --memoryprofiler. (#3781) emscripten-2.0.9~dfsg/ChangeLog.md:2013: - Fixed multiple arities per EM_ASM block (#3804) emscripten-2.0.9~dfsg/ChangeLog.md-2014- - Fixed issues with SSE2 an NaN bit patterns. (emscripten-fastcomp #116) ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-2044- - Fixed noisy build warning on "unexpected number of arguments in call to strtold" (#3760) emscripten-2.0.9~dfsg/ChangeLog.md:2045: - Added new linker flag --separate-asm that splits the asm.js module and the emscripten-2.0.9~dfsg/ChangeLog.md-2046- handwritten JS functions to separate files. ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-2540- - Improved output message from emconfigure and emmake when inputs are unexpected. emscripten-2.0.9~dfsg/ChangeLog.md:2541: - Added built-in asm handler for LLVM fabs operation. emscripten-2.0.9~dfsg/ChangeLog.md-2542- - Full list of changes: ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-2623- - Enable native optimizer by default emscripten-2.0.9~dfsg/ChangeLog.md:2624: - Disable slow2asm legacy testing (asm.js mode in pre-fastcomp) emscripten-2.0.9~dfsg/ChangeLog.md-2625- - Full list of changes: ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-2936- - Adds stack overflow checks when building with the link flag -s ASSERTIONS=1. emscripten-2.0.9~dfsg/ChangeLog.md:2937: - Fix an issue where EM_ASM was not usable with closure when closure removed emscripten-2.0.9~dfsg/ChangeLog.md-2938- the Module object (#2639) ############################################## emscripten-2.0.9~dfsg/ChangeLog.md-3638- - Fixed safe heap issues (2068). emscripten-2.0.9~dfsg/ChangeLog.md:3639: - Added new EM_ASM variants that return a value but do not receive any inputs emscripten-2.0.9~dfsg/ChangeLog.md-3640- (#2070). ############################################## emscripten-2.0.9~dfsg/Makefile-14-$(DISTFILE): install emscripten-2.0.9~dfsg/Makefile:15: tar cf $@ $(EXCLUDE_PATTERN) -C `dirname $(DESTDIR)` `basename $(DESTDIR)` emscripten-2.0.9~dfsg/Makefile-16- ############################################## emscripten-2.0.9~dfsg/cmake/Modules/CMakeSystemSpecificInformation.cmake-89- emscripten-2.0.9~dfsg/cmake/Modules/CMakeSystemSpecificInformation.cmake:90:include(${CMAKE_SYSTEM_INFO_FILE} OPTIONAL RESULT_VARIABLE _INCLUDED_SYSTEM_INFO_FILE) emscripten-2.0.9~dfsg/cmake/Modules/CMakeSystemSpecificInformation.cmake-91- ############################################## emscripten-2.0.9~dfsg/cmake/Modules/CMakeSystemSpecificInformation.cmake-108- string(REPLACE " " "" _CMAKE_EXTRA_GENERATOR_NO_SPACES ${CMAKE_EXTRA_GENERATOR} ) emscripten-2.0.9~dfsg/cmake/Modules/CMakeSystemSpecificInformation.cmake:109: include("CMakeFind${_CMAKE_EXTRA_GENERATOR_NO_SPACES}" OPTIONAL) emscripten-2.0.9~dfsg/cmake/Modules/CMakeSystemSpecificInformation.cmake-110-endif() ############################################## emscripten-2.0.9~dfsg/cmake/Modules/CheckTypeSize.cmake-21-# emscripten-2.0.9~dfsg/cmake/Modules/CheckTypeSize.cmake:22:# Both ``HAVE_${VARIABLE}`` and ``${VARIABLE}`` will be created as internal emscripten-2.0.9~dfsg/cmake/Modules/CheckTypeSize.cmake-23-# cache variables. ############################################## emscripten-2.0.9~dfsg/cmake/Modules/CheckTypeSize.cmake-208- endif() emscripten-2.0.9~dfsg/cmake/Modules/CheckTypeSize.cmake:209: include(${_map_file} OPTIONAL) emscripten-2.0.9~dfsg/cmake/Modules/CheckTypeSize.cmake-210- set(_map_file) ############################################## emscripten-2.0.9~dfsg/docs/emcc.txt-77- Like "-O3", but focuses more on code size (and may make tradeoffs emscripten-2.0.9~dfsg/docs/emcc.txt:78: with speed). This can affect both wasm and JavaScript. emscripten-2.0.9~dfsg/docs/emcc.txt-79- ############################################## emscripten-2.0.9~dfsg/docs/emcc.txt-81- Like "-Os", but reduces code size even further, and may take longer emscripten-2.0.9~dfsg/docs/emcc.txt:82: to run. This can affect both wasm and JavaScript. emscripten-2.0.9~dfsg/docs/emcc.txt-83- ############################################## emscripten-2.0.9~dfsg/docs/emcc.txt-141- info. Instead, debug info will be present in a file on the side, in emscripten-2.0.9~dfsg/docs/emcc.txt:142: "FILENAME" if provided, otherwise the same as the wasm file but emscripten-2.0.9~dfsg/docs/emcc.txt-143- with suffix ".debug.wasm". While the main file contains no debug ############################################## emscripten-2.0.9~dfsg/docs/emcc.txt-458- Note that this is only relevant when *not* emitting wasm, as emscripten-2.0.9~dfsg/docs/emcc.txt:459: wasm embeds the memory init data in the wasm binary. emscripten-2.0.9~dfsg/docs/emcc.txt-460- ############################################## emscripten-2.0.9~dfsg/docs/packaging.md-60-When packaging build results, you need the following executables (when using emscripten-2.0.9~dfsg/docs/packaging.md:61:the wasm backend): emscripten-2.0.9~dfsg/docs/packaging.md-62- ############################################## emscripten-2.0.9~dfsg/docs/packaging.md-80- emscripten-2.0.9~dfsg/docs/packaging.md:81:(If you are packaging the older fastcomp backend instead of the wasm backend, emscripten-2.0.9~dfsg/docs/packaging.md-82-you don't need wasm-ld or wasm2js, and you do need llvm-link and opt.) ############################################## emscripten-2.0.9~dfsg/emar.py-31-def run(): emscripten-2.0.9~dfsg/emar.py:32: # The wasm backend doesn't suffer from the same problem as fastcomp so it emscripten-2.0.9~dfsg/emar.py-33- # doesn't need the filename hashing. ############################################## emscripten-2.0.9~dfsg/emscripten.py-38-def compute_minimal_runtime_initializer_and_exports(post, initializers, exports, receiving): emscripten-2.0.9~dfsg/emscripten.py:39: # Generate invocations for all global initializers directly off the asm export object, e.g. asm['__GLOBAL__INIT'](); emscripten-2.0.9~dfsg/emscripten.py-40- post = post.replace('/*** RUN_GLOBAL_INITIALIZERS(); ***/', '\n'.join(["asm['" + x + "']();" for x in initializers])) ############################################## emscripten-2.0.9~dfsg/emscripten.py-45- exports_that_are_not_initializers = [x for x in exports if x not in initializers] emscripten-2.0.9~dfsg/emscripten.py:46: # In Wasm backend the exports are still unmangled at this point, so mangle the names here emscripten-2.0.9~dfsg/emscripten.py-47- exports_that_are_not_initializers = [asmjs_mangle(x) for x in exports_that_are_not_initializers] ############################################## emscripten-2.0.9~dfsg/emscripten.py-49- emscripten-2.0.9~dfsg/emscripten.py:50: # Generate assignments from all asm.js/wasm exports out to the JS variables above: e.g. a = asm['a']; b = asm['b']; emscripten-2.0.9~dfsg/emscripten.py-51- post = post.replace('/*** ASM_MODULE_EXPORTS ***/', receiving) ############################################## emscripten-2.0.9~dfsg/emscripten.py-124- if metadata['asmConsts']: emscripten-2.0.9~dfsg/emscripten.py:125: # emit the EM_ASM signature-reading helper function only if we have any EM_ASM emscripten-2.0.9~dfsg/emscripten.py-126- # functions in the module. ############################################## emscripten-2.0.9~dfsg/emscripten.py-128- emscripten-2.0.9~dfsg/emscripten.py:129: # Extract the list of function signatures that MAIN_THREAD_EM_ASM blocks in emscripten-2.0.9~dfsg/emscripten.py-130- # the compiled code have, each signature will need a proxy function invoker ############################################## emscripten-2.0.9~dfsg/emscripten.py-337- forwarded_json = json.loads(forwarded_data) emscripten-2.0.9~dfsg/emscripten.py:338: # For the wasm backend the implementedFunctions from compiler.js should emscripten-2.0.9~dfsg/emscripten.py:339: # always be empty. This only gets populated for __asm function when using emscripten-2.0.9~dfsg/emscripten.py-340- # the JS backend. ############################################## emscripten-2.0.9~dfsg/emscripten.py-359- emscripten-2.0.9~dfsg/emscripten.py:360: # In minimal runtime, global initializers are run after the Wasm Module instantiation has finished. emscripten-2.0.9~dfsg/emscripten.py-361- if not shared.Settings.MINIMAL_RUNTIME: ############################################## emscripten-2.0.9~dfsg/emscripten.py-424- emscripten-2.0.9~dfsg/emscripten.py:425: # if we don't need to modify the wasm, don't tell finalize to emit a wasm file emscripten-2.0.9~dfsg/emscripten.py:426: modify_wasm = False emscripten-2.0.9~dfsg/emscripten.py-427- emscripten-2.0.9~dfsg/emscripten.py-428- if shared.Settings.WASM2JS: emscripten-2.0.9~dfsg/emscripten.py:429: # wasm2js requires full legalization (and will do extra wasm binary emscripten-2.0.9~dfsg/emscripten.py-430- # later processing later anyhow) emscripten-2.0.9~dfsg/emscripten.py:431: modify_wasm = True emscripten-2.0.9~dfsg/emscripten.py-432- if shared.Settings.GENERATE_SOURCE_MAP: ############################################## emscripten-2.0.9~dfsg/emscripten.py-435- args += ['--output-source-map-url=' + shared.Settings.SOURCE_MAP_BASE + os.path.basename(outfile) + '.map'] emscripten-2.0.9~dfsg/emscripten.py:436: modify_wasm = True emscripten-2.0.9~dfsg/emscripten.py-437- # tell binaryen to look at the features section, and if there isn't one, to use MVP ############################################## emscripten-2.0.9~dfsg/emscripten.py-444- # we need to add all dyncalls to the wasm emscripten-2.0.9~dfsg/emscripten.py:445: modify_wasm = True emscripten-2.0.9~dfsg/emscripten.py-446- else: ############################################## emscripten-2.0.9~dfsg/emscripten.py-451- # we need to add some dyncalls to the wasm emscripten-2.0.9~dfsg/emscripten.py:452: modify_wasm = True emscripten-2.0.9~dfsg/emscripten.py-453- if shared.Settings.LEGALIZE_JS_FFI: emscripten-2.0.9~dfsg/emscripten.py:454: # When we dynamically link our JS loader adds functions from wasm modules to emscripten-2.0.9~dfsg/emscripten.py-455- # the table. It must add the original versions of them, not legalized ones, ############################################## emscripten-2.0.9~dfsg/emscripten.py-458- args.append('--pass-arg=legalize-js-interface-export-originals') emscripten-2.0.9~dfsg/emscripten.py:459: modify_wasm = True emscripten-2.0.9~dfsg/emscripten.py-460- else: ############################################## emscripten-2.0.9~dfsg/emscripten.py-464- args.append(f'--global-base={shared.Settings.GLOBAL_BASE}') emscripten-2.0.9~dfsg/emscripten.py:465: modify_wasm = True emscripten-2.0.9~dfsg/emscripten.py-466- if shared.Settings.SIDE_MODULE: ############################################## emscripten-2.0.9~dfsg/emscripten.py-469- args.append('--check-stack-overflow') emscripten-2.0.9~dfsg/emscripten.py:470: modify_wasm = True emscripten-2.0.9~dfsg/emscripten.py-471- if shared.Settings.STANDALONE_WASM: ############################################## emscripten-2.0.9~dfsg/emscripten.py-477- infile=infile, emscripten-2.0.9~dfsg/emscripten.py:478: outfile=outfile if modify_wasm else None, emscripten-2.0.9~dfsg/emscripten.py-479- args=args, ############################################## emscripten-2.0.9~dfsg/emscripten.py-538-def add_standard_wasm_imports(send_items_map): emscripten-2.0.9~dfsg/emscripten.py:539: # Normally we import these into the wasm (so that JS could use them even emscripten-2.0.9~dfsg/emscripten.py:540: # before the wasm loads), while in standalone mode we do not depend emscripten-2.0.9~dfsg/emscripten.py:541: # on JS to create them, but create them in the wasm and export them. emscripten-2.0.9~dfsg/emscripten.py-542- if not shared.Settings.STANDALONE_WASM: ############################################## emscripten-2.0.9~dfsg/emscripten.py-549- emscripten-2.0.9~dfsg/emscripten.py:550: # With the wasm backend __memory_base and __table_base are only needed for emscripten-2.0.9~dfsg/emscripten.py-551- # relocatable output. ############################################## emscripten-2.0.9~dfsg/emscripten.py-556- emscripten-2.0.9~dfsg/emscripten.py:557: # the wasm backend reserves slot 0 for the NULL function pointer emscripten-2.0.9~dfsg/emscripten.py-558- send_items_map['__table_base'] = '1' ############################################## emscripten-2.0.9~dfsg/emscripten.py-674- def fix_import_name(g): emscripten-2.0.9~dfsg/emscripten.py:675: # Unlike fastcomp the wasm backend doesn't use the '_' prefix for native emscripten-2.0.9~dfsg/emscripten.py-676- # symbols. Emscripten currently expects symbols to start with '_' so we ############################################## emscripten-2.0.9~dfsg/emscripten.py-735-def create_receiving(exports, initializers): emscripten-2.0.9~dfsg/emscripten.py:736: # When not declaring asm exports this section is empty and we instead programatically export emscripten-2.0.9~dfsg/emscripten.py-737- # symbols on the global object by calling exportAsmFunctions after initialization ############################################## emscripten-2.0.9~dfsg/emscripten.py-744- emscripten-2.0.9~dfsg/emscripten.py:745: # with WASM_ASYNC_COMPILATION that asm object may not exist at this point in time emscripten-2.0.9~dfsg/emscripten.py-746- # so we need to support delayed assignment. ############################################## emscripten-2.0.9~dfsg/emscripten.py-749- if shared.Settings.MINIMAL_RUNTIME: emscripten-2.0.9~dfsg/emscripten.py:750: # In Wasm exports are assigned inside a function to variables existing in top level JS scope, i.e. emscripten-2.0.9~dfsg/emscripten.py-751- # var _main; emscripten-2.0.9~dfsg/emscripten.py-752- # WebAssembly.instantiate(Module["wasm"], imports).then((function(output) { emscripten-2.0.9~dfsg/emscripten.py:753: # var asm = output.instance.exports; emscripten-2.0.9~dfsg/emscripten.py-754- # _main = asm["_main"]; ############################################## emscripten-2.0.9~dfsg/emscripten.py-758- # In wasm2js exports can be directly processed at top level, i.e. emscripten-2.0.9~dfsg/emscripten.py:759: # var asm = Module["asm"](asmLibraryArg, buffer); emscripten-2.0.9~dfsg/emscripten.py-760- # var _main = asm["_main"]; ############################################## emscripten-2.0.9~dfsg/emscripten.py-790- if not shared.Settings.MINIMAL_RUNTIME: emscripten-2.0.9~dfsg/emscripten.py:791: module.append("var asm = createWasm();\n") emscripten-2.0.9~dfsg/emscripten.py-792- ############################################## emscripten-2.0.9~dfsg/emscripten.py-851- emscripten-2.0.9~dfsg/emscripten.py:852: # With the wasm backend the set of implemented functions is identical to the set of exports emscripten-2.0.9~dfsg/emscripten.py-853- # Set this key here simply so that the shared code that handle it. ############################################## emscripten-2.0.9~dfsg/emsize.py-9-This script acts as a frontend replacement for `size` that supports combining emscripten-2.0.9~dfsg/emsize.py:10:JS and wasm output from emscripten. emscripten-2.0.9~dfsg/emsize.py-11-The traditional size utility reports the size of each section in a binary ############################################## emscripten-2.0.9~dfsg/emsize.py-19-any '-format' argument). It does not accept any other arguments aside from the emscripten-2.0.9~dfsg/emsize.py:20:input file, which is expected to be a JS file. The wasm file is expected to be emscripten-2.0.9~dfsg/emsize.py-21-in the same directory, and have the same basename with a '.wasm' extension. ############################################## emscripten-2.0.9~dfsg/emsize.py-61- if not os.path.isfile(wasm_file): emscripten-2.0.9~dfsg/emsize.py:62: return error('Wasm file %s not found' % wasm_file) emscripten-2.0.9~dfsg/emsize.py-63- ############################################## emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst-137- emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst:138: Arguments can be passed inside the JavaScript code block, where they arrive as variables ``$0``, ``$1`` etc. These arguments can either be of type ``int32_t`` or ``double``. emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst-139- ############################################## emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst-1342- emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst:1343:These functions only work with the upstream wasm backend when using Asyncify. emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst-1344- ############################################## emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst-1362- Scan the C userspace stack, which means the stack managed by the compiled emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst:1363: code (as opposed to the wasm VM's internal stack, which is not directly emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst-1364- observable). This data is already in linear memory; this function just ############################################## emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst-1370- that means data stored in locals, including locals in functions higher up emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst:1371: the stack - the wasm VM has spilled them, but none of that is observable to emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst-1372- user code). emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst-1373- emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst:1374: Note that this function scans wasm locals. Depending on the LLVM emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst-1375- optimization level, this may not scan the original locals in your source ############################################## emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst-1385- emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst:1386: This creates two wasm files at compile time: the first wasm which is emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst-1387- downloaded and run normally, and a second that is lazy-loaded. When an ############################################## emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst-1392- place enough ``emscripten_lazy_load_code()`` calls in your codebase, as emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst:1393: the optimizer can remove code from the first wasm if it sees it can't emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst:1394: be reached. The second downloaded wasm can contain your full codebase, emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst-1395- including rarely-used functions, in which case the lazy-loading may ############################################## emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst-1410- Called when memory has grown. In a JS runtime, this is used to know when emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst:1411: to update the JS views on the wasm memory, which otherwise we would need emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst:1412: to constantly check for after any wasm code runs. See emscripten-2.0.9~dfsg/site/source/docs/api_reference/emscripten.h.rst-1413- `this wasi discussion <https://github.com/WebAssembly/WASI/issues/82>`_. ############################################## emscripten-2.0.9~dfsg/site/source/docs/api_reference/fiber.h.rst-57- emscripten-2.0.9~dfsg/site/source/docs/api_reference/fiber.h.rst:58: The Asyncify stack is distinct from the C stack. It contains the call stack as well as the state of WASM locals. Unlike the C stack, it grows up. emscripten-2.0.9~dfsg/site/source/docs/api_reference/fiber.h.rst-59- ############################################## emscripten-2.0.9~dfsg/site/source/docs/api_reference/module.rst-68- emscripten-2.0.9~dfsg/site/source/docs/api_reference/module.rst:69: For example, if you set ``INITIAL_MEMORY`` to 8MB without memory growth, then the ``wasmMemory`` you provide (if any) should have both the ``'initial'`` and ``'maximum'`` set to 128 (due to WASM page sizes being 64KB). emscripten-2.0.9~dfsg/site/source/docs/api_reference/module.rst-70- ############################################## emscripten-2.0.9~dfsg/site/source/docs/api_reference/module.rst-101- emscripten-2.0.9~dfsg/site/source/docs/api_reference/module.rst:102: If set, this function is called when abnormal program termination occurs. That can happen due to the C method ``abort()`` being called directly, or called from JavaScript, or due to a fatal problem such as being unable to fetch a necessary file during startup (like the wasm binary when running wasm), etc. After calling this function, program termination occurs (i.e., you can't use this to try to do something else instead of stopping; there is no possibility of recovering here). emscripten-2.0.9~dfsg/site/source/docs/api_reference/module.rst-103- ############################################## emscripten-2.0.9~dfsg/site/source/docs/api_reference/module.rst-153- emscripten-2.0.9~dfsg/site/source/docs/api_reference/module.rst:154: When targeting WebAssembly, Module.instantiateWasm is an optional user-implemented callback function that the Emscripten runtime calls to perform the WebAssembly instantiation action. The callback function will be called with two parameters, ``imports`` and ``successCallback``. ``imports`` is a JS object which contains all the function imports that need to be passed to the WebAssembly Module when instantiating, and once instantiated, this callback function should call ``successCallback()`` with the generated WebAssembly Instance object. emscripten-2.0.9~dfsg/site/source/docs/api_reference/module.rst-155- ############################################## emscripten-2.0.9~dfsg/site/source/docs/api_reference/module.rst-159- emscripten-2.0.9~dfsg/site/source/docs/api_reference/module.rst:160: .. note:: Sanitizers or source map is currently not supported if overriding WebAssembly instantiation with Module.instantiateWasm. Providing Module.instantiateWasm when source map or sanitizer is enabled can prevent WebAssembly instantiation from finishing. emscripten-2.0.9~dfsg/site/source/docs/api_reference/module.rst-161- ############################################## emscripten-2.0.9~dfsg/site/source/docs/building_from_source/index.rst-16- emscripten-2.0.9~dfsg/site/source/docs/building_from_source/index.rst:17:For using the LLVM wasm backend (recommended), simply build normal upstream LLVM from the `monorepo <https://github.com/llvm/llvm-project>`_. emscripten-2.0.9~dfsg/site/source/docs/building_from_source/index.rst:18:Include clang and wasm-ld (using something like ``-DLLVM_ENABLE_PROJECTS='lld;clang'``) and the wasm backend (which is included by default; just don't disable it), following `that project's instructions <http://llvm.org/docs/CMake.html>`_. emscripten-2.0.9~dfsg/site/source/docs/building_from_source/index.rst-19-For example, something like this can work: ############################################## emscripten-2.0.9~dfsg/site/source/docs/compiling/Building-Projects.rst-57- can compile into the final JavaScript + WebAssembly (typically the contents emscripten-2.0.9~dfsg/site/source/docs/compiling/Building-Projects.rst:58: will be wasm object files, but if you build with LTO then they will contain emscripten-2.0.9~dfsg/site/source/docs/compiling/Building-Projects.rst-59- LLVM bitcode). ############################################## emscripten-2.0.9~dfsg/site/source/docs/compiling/Building-Projects.rst-65- check what a file contains (also you can manually check if the contents emscripten-2.0.9~dfsg/site/source/docs/compiling/Building-Projects.rst:66: start with ``\0asm`` to see if they are wasm object files, or ``BC`` if they emscripten-2.0.9~dfsg/site/source/docs/compiling/Building-Projects.rst-67- are LLVM bitcode). It is also worth running ``emmake make VERBOSE=1`` which ############################################## emscripten-2.0.9~dfsg/site/source/docs/compiling/Building-Projects.rst-85-- ``emcc ... -o output.js`` omits generating a HTML launcher file (expecting you to provide it yourself if you plan to run in browser), and produces two files, ``output.js`` and ``output.wasm``. (that can be run in e.g. node.js shell) emscripten-2.0.9~dfsg/site/source/docs/compiling/Building-Projects.rst:86:- ``emcc ... -o output.wasm`` omits generating either JavaScript or HTML launcher file, and produces a single Wasm file built in standalone mode as if the ``-s STANDALONE_WASM`` settting had been used. emscripten-2.0.9~dfsg/site/source/docs/compiling/Building-Projects.rst-87-- ``emcc ... -o output.{html,js} -s WASM=0`` causes the compiler to target JavaScript, and therefore a ``.wasm`` file is not produced. ############################################## emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst-25-.. note:: Emscripten's WebAssembly support depends on `Binaryen <https://github.com/WebAssembly/binaryen>`_, which is provided by the emsdk (if you don't use the emsdk, you need to build it and set it up in your ``.emscripten`` file). emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst:26:.. note:: Deciding to compile to wasm or JS can be done at the linking stage: it doesn't affect the object files. emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst-27- ############################################## emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst-30- emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst:31:Emscripten emits WebAssembly using the **upstream LLVM wasm backend**, since emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst-32-version ``1.39.0`` (October 2019). Previously emscripten also supported the ############################################## emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst-37- emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst:38:* The wasm backend is strict about linking files with different features sets - emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst-39- for example, if one file was built with atomics but another was not, it will ############################################## emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst-43-* ``WASM=0`` behaves differently in the two backends. In fastcomp we emit emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst:44: asm.js, while in upstream we emit JS (since not all wasm constructs can be emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst-45- expressed in asm.js). Also, the JS support implements the same external ############################################## emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst-49- emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst:50:* The wasm backend uses wasm object files by default. That means that it does emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst-51- codegen at the compile step, which makes the link step much faster - like a ############################################## emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst-61- (``-flto``, ``-flto=full``, ``-flto=thin``, at both compile and link times). emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst:62: These flags will make the wasm backend behave more like fastcomp. emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst-63- ############################################## emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst-71- emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst:72:* `wasm-ld`, the linker used by the wasm backend, requires libraries (`.a` emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst-73- archives) to contain symbol indexes. This matches the behaviour the native ############################################## emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst-92- emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst:93:* Also see the `blocker bugs on the wasm backend <https://github.com/emscripten-core/emscripten/projects/1>`_, and the `wasm backend tagged issues <https://github.com/emscripten-core/emscripten/issues?utf8=✓&q=is%3Aissue+is%3Aopen+label%3A"LLVM+wasm+backend">`_. emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst-94- ############################################## emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst-99- emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst:100:The LLVM wasm backend avoids traps by adding more code around each possible trap (basically clamping the value if it would trap). This can increase code size and decrease speed, if you don't need that extra code. The proper solution for this is to use newer wasm instructions that do not trap, by calling emcc or clang with ``-mnontrapping-fptoint``. That code may not run in older VMs, though. emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst-101- ############################################## emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst-127- emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst:128:To serve wasm in the most efficient way over the network, make sure your web server has the proper MIME time for ``.wasm`` files, which is application/wasm. That will allow streaming compilation, where the browser can start to compile code as it downloads. emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst-129- ############################################## emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst-133- emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst:134: AddType application/wasm .wasm emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst-135- ############################################## emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst-149- AddEncoding x-gzip .gz emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst:150: AddType application/wasm .wasm emscripten-2.0.9~dfsg/site/source/docs/compiling/WebAssembly.rst-151- ############################################## emscripten-2.0.9~dfsg/site/source/docs/contributing/developers_guide.rst-84-- **emcc** then calls `emscripten.py <https://github.com/emscripten-core/emscripten/blob/master/emscripten.py>`_ emscripten-2.0.9~dfsg/site/source/docs/contributing/developers_guide.rst:85: which performs the final transformation to wasm (including invoking emscripten-2.0.9~dfsg/site/source/docs/contributing/developers_guide.rst-86- **wasm-emscripten-finalize** from Binaryen) and calls the JS compiler ############################################## emscripten-2.0.9~dfsg/site/source/docs/debugging/Sanitizers.rst-406- Typed Array, ``undefined`` is returned which can be very confusing, which is emscripten-2.0.9~dfsg/site/source/docs/debugging/Sanitizers.rst:407: why this was added (in wasm at least an error is thrown; ``SAFE_HEAP`` still emscripten-2.0.9~dfsg/site/source/docs/debugging/Sanitizers.rst:408: helps with wasm though, by checking the area between the top of ``sbrk()``'s emscripten-2.0.9~dfsg/site/source/docs/debugging/Sanitizers.rst:409: memory and the end of the wasm Memory). emscripten-2.0.9~dfsg/site/source/docs/debugging/Sanitizers.rst-410- ############################################## emscripten-2.0.9~dfsg/site/source/docs/debugging/Sanitizers.rst-413-of finding *all* such problems. It can also be done after compilation, on an emscripten-2.0.9~dfsg/site/source/docs/debugging/Sanitizers.rst:414:arbitrary wasm binary, while the sanitizers must be done when compiling from emscripten-2.0.9~dfsg/site/source/docs/debugging/Sanitizers.rst-415-source. ############################################## emscripten-2.0.9~dfsg/site/source/docs/getting_started/FAQ.rst-100- emscripten-2.0.9~dfsg/site/source/docs/getting_started/FAQ.rst:101:What is "No WebAssembly support found. Build with -s WASM=0 to target JavaScript instead" or "no native wasm support detected"? emscripten-2.0.9~dfsg/site/source/docs/getting_started/FAQ.rst-102-=============================================================================================================================== ############################################## emscripten-2.0.9~dfsg/site/source/docs/getting_started/FAQ.rst-521- emscripten-2.0.9~dfsg/site/source/docs/getting_started/FAQ.rst:522:How do I pass int64_t and uint64_t values from js into wasm functions? emscripten-2.0.9~dfsg/site/source/docs/getting_started/FAQ.rst-523-====================================================================== ############################################## emscripten-2.0.9~dfsg/site/source/docs/getting_started/test-suite.rst-39- emscripten-2.0.9~dfsg/site/source/docs/getting_started/test-suite.rst:40: # run a bunch of tests in one mode (here, all i64 tests in wasm -O3) emscripten-2.0.9~dfsg/site/source/docs/getting_started/test-suite.rst-41- python tests/runner.py wasm3.test_*i64* ############################################## emscripten-2.0.9~dfsg/site/source/docs/getting_started/test-suite.rst-103- emscripten-2.0.9~dfsg/site/source/docs/getting_started/test-suite.rst:104: # Run all core wasm tests emscripten-2.0.9~dfsg/site/source/docs/getting_started/test-suite.rst-105- python tests/runner.py wasm* ############################################## emscripten-2.0.9~dfsg/site/source/docs/introducing_emscripten/about_emscripten.rst-10-- Compile C and C++ code, or any other language that uses LLVM, into WebAssembly, emscripten-2.0.9~dfsg/site/source/docs/introducing_emscripten/about_emscripten.rst:11: and run it on the Web, Node.js, or other wasm runtimes. emscripten-2.0.9~dfsg/site/source/docs/introducing_emscripten/about_emscripten.rst-12-- Compile the C/C++ **runtimes** of other languages into WebAssembly, and then ############################################## emscripten-2.0.9~dfsg/site/source/docs/optimizing/Optimizing-Code.rst-38- emscripten-2.0.9~dfsg/site/source/docs/optimizing/Optimizing-Code.rst:39:- For wasm, the Binaryen optimizer is run. Binaryen does both general-purpose optimizations to the wasm that LLVM does not, and also does some whole-program optimization. (Note that Binaryen's whole-program optimizations may do things like inlining, which can be surprising in some cases as LLVM IR attributes like ``noinline`` have been lost at this point.) emscripten-2.0.9~dfsg/site/source/docs/optimizing/Optimizing-Code.rst-40-- For asm.js, the Emscripten asm.js optimizer is run. ############################################## emscripten-2.0.9~dfsg/site/source/docs/optimizing/Optimizing-Code.rst-56- emscripten-2.0.9~dfsg/site/source/docs/optimizing/Optimizing-Code.rst:57:In some cases Emscripten can avoid modifying the wasm binary that is produced by emscripten-2.0.9~dfsg/site/source/docs/optimizing/Optimizing-Code.rst-58-the linker (``wasm-ld``). That will give you the fastest possible link times. ############################################## emscripten-2.0.9~dfsg/site/source/docs/optimizing/Optimizing-Code.rst-62-Specifically, as of Emscripten 2.0.7, if you build with either ``-O0`` or emscripten-2.0.9~dfsg/site/source/docs/optimizing/Optimizing-Code.rst:63:``-O1`` then the only thing Emscripten needs to do to the wasm file is legalize emscripten-2.0.9~dfsg/site/source/docs/optimizing/Optimizing-Code.rst-64-it. This can be avoided by enabling BigInt integration which renders legalization ############################################## emscripten-2.0.9~dfsg/site/source/docs/optimizing/Optimizing-Code.rst-91- emscripten-2.0.9~dfsg/site/source/docs/optimizing/Optimizing-Code.rst:92:Emscripten will emit WebAssembly by default. You can switch that off with ``-s WASM=0`` (and then emscripten emits asm.js), which is necessary if you want the output to run in places where wasm support is not present yet, but the downside is larger and slower code. emscripten-2.0.9~dfsg/site/source/docs/optimizing/Optimizing-Code.rst-93- ############################################## emscripten-2.0.9~dfsg/site/source/docs/optimizing/Optimizing-Code.rst-131-flag is to emit LTO object files (technically this means emitting bitcode). The emscripten-2.0.9~dfsg/site/source/docs/optimizing/Optimizing-Code.rst:132:linker can handle a mix wasm object files and LTO object files. Passing emscripten-2.0.9~dfsg/site/source/docs/optimizing/Optimizing-Code.rst-133-``-flto`` at link time will also trigger LTO system libraries to be used. emscripten-2.0.9~dfsg/site/source/docs/optimizing/Optimizing-Code.rst-134- emscripten-2.0.9~dfsg/site/source/docs/optimizing/Optimizing-Code.rst:135:Thus, to allow maximal LTO opportunities with the LLVM wasm backend, build all emscripten-2.0.9~dfsg/site/source/docs/optimizing/Optimizing-Code.rst-136-source files with ``-flto`` and also link with ``flto``. ############################################## emscripten-2.0.9~dfsg/site/source/docs/optimizing/Optimizing-Code.rst-156- emscripten-2.0.9~dfsg/site/source/docs/optimizing/Optimizing-Code.rst:157:Catching C++ exceptions (specifically, emitting catch blocks) is turned off by default in ``-O1`` (and above). Due to how asm.js/wasm currently implement exceptions, this makes the code much smaller and faster (eventually, wasm should gain native support for exceptions, and not have this issue). emscripten-2.0.9~dfsg/site/source/docs/optimizing/Optimizing-Code.rst-158- ############################################## emscripten-2.0.9~dfsg/site/source/docs/porting/Debugging.rst-155-represents a pointer into linear memory. In order to get the exception message, emscripten-2.0.9~dfsg/site/source/docs/porting/Debugging.rst:156:the user will need to create some WASM code which will extract the meaning from emscripten-2.0.9~dfsg/site/source/docs/porting/Debugging.rst-157-the exception. In the example code below we created a function that receives the ############################################## emscripten-2.0.9~dfsg/site/source/docs/porting/asyncify.rst-99-supports, you can also add your own functions. To do so, you must create a JS emscripten-2.0.9~dfsg/site/source/docs/porting/asyncify.rst:100:function that is called from wasm (since Emscripten controls pausing and emscripten-2.0.9~dfsg/site/source/docs/porting/asyncify.rst:101:resuming the wasm from the JS runtime). One way to do that is with a JS library emscripten-2.0.9~dfsg/site/source/docs/porting/asyncify.rst-102-function; another is to use ``EM_JS``, which we'll use in this next example: ############################################## emscripten-2.0.9~dfsg/site/source/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.rst-293- emscripten-2.0.9~dfsg/site/source/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.rst:294:EM_ASM is used in a similar manner to inline assembly code. The "alert" example emscripten-2.0.9~dfsg/site/source/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.rst-295-might be written with inline JavaScript as:: ############################################## emscripten-2.0.9~dfsg/site/source/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.rst-337- :c:macro:`EM_ASM_DOUBLE`. emscripten-2.0.9~dfsg/site/source/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.rst:338: - The input values appear as ``$0``, ``$1``, etc. emscripten-2.0.9~dfsg/site/source/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.rst-339- - ``return`` is used to provide the value sent from JavaScript back to C. ############################################## emscripten-2.0.9~dfsg/site/source/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.rst-498-You can also put most of your code in the ``xxx__postset`` strings. emscripten-2.0.9~dfsg/site/source/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.rst:499:The example below each method declares a dependency on ``$method_support`` emscripten-2.0.9~dfsg/site/source/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.rst:500:and are otherwise dummy functions. ``$method_support`` itself has a emscripten-2.0.9~dfsg/site/source/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.rst-501-corresponding ``__postset`` property with all the code to set the ############################################## emscripten-2.0.9~dfsg/site/source/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.rst-619- emscripten-2.0.9~dfsg/site/source/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.rst:620:.. note:: When using ``addFunction`` on LLVM wasm backend, you need to provide emscripten-2.0.9~dfsg/site/source/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.rst:621: an additional second argument, a Wasm function signature string. Each emscripten-2.0.9~dfsg/site/source/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.rst-622- character within a signature string represents a type. The first character ############################################## emscripten-2.0.9~dfsg/site/source/docs/porting/files/packaging_files.rst-104- emscripten-2.0.9~dfsg/site/source/docs/porting/files/packaging_files.rst:105:The following characters may be used in filenames: ``A-Z``, ``a-z``, ``0-9``, the space character and any of the characters ``!#$%&'()+,-.;=@[]^_`{}~``. Additionally, the following characters may be used if your host filesystem supports them: ``"*<>?|`` (Windows does not allow using these in filenames). When specifying the character ``@`` on the command line, it must be escaped to the form ``@@`` to avoid triggering the ``src@dst`` mapping notation (see above). The characters ``/``, ``\`` and ``:`` cannot be used. emscripten-2.0.9~dfsg/site/source/docs/porting/files/packaging_files.rst-106- ############################################## emscripten-2.0.9~dfsg/site/source/docs/porting/guidelines/function_pointer_issues.rst-12- emscripten-2.0.9~dfsg/site/source/docs/porting/guidelines/function_pointer_issues.rst:13: Function pointers must be called with the correct type: it is undefined behavior in C and C++ to cast a function pointer to another type and call it that way. This does work in most native platforms, however, despite it being UB, but in asm.js and in wasm it can fail. In that case, you may see an ``abort(10)`` or some other number, and if assertions are on you may see a message with details that start with emscripten-2.0.9~dfsg/site/source/docs/porting/guidelines/function_pointer_issues.rst-14- ############################################## emscripten-2.0.9~dfsg/site/source/docs/porting/pthreads.rst-152- emscripten-2.0.9~dfsg/site/source/docs/porting/pthreads.rst:153:- Pthreads + memory growth (``ALLOW_MEMORY_GROWTH``) is especially tricky, see `wasm design issue #1271 <https://github.com/WebAssembly/design/issues/1271>`_. This currently causes JS accessing the wasm memory to be slow - but this will likely only be noticeable if the JS does large amounts of memory reads and writes (wasm runs at full speed, so moving work over can fix this). This also requires that your JS be aware that the HEAP* views may need to be updated - JS code embedded with ``--js-library`` etc will automatically be transformed to use the ``GROWABLE_HEAP_*`` helper functions where ``HEAP*`` are used, but external code that uses ``Module.HEAP*`` directly may encounter problems with views being smaller than memory. emscripten-2.0.9~dfsg/site/source/docs/porting/pthreads.rst-154- ############################################## emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-45- emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:46:The following table highlights the availability and expected performance of different SSE1 intrinsics. Even if you are directly targeting the native Wasm SIMD opcodes via wasm_simd128.h header, this table can be useful for understanding the performance limitations that the Wasm SIMD specification has when running on x86 hardware. emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-47- ############################################## emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-50-The following legend is used to highlight the expected performance of various instructions: emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:51: - ✅ Wasm SIMD has a native opcode that matches the x86 SSE instruction, should yield native performance emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:52: - 💡 while the Wasm SIMD spec does not provide a proper performance guarantee, given a suitably smart enough compiler and a runtime VM path, this intrinsic should be able to generate the identical native SSE instruction. emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:53: - 🟡 there is some information missing (e.g. type or alignment information) for a Wasm VM to be guaranteed to be able to reconstruct the intended x86 SSE opcode. This might cause a penalty depending on the target CPU hardware family, especially on older CPU generations. emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:54: - ⚠️ the underlying x86 SSE instruction is not available, but it is emulated via at most few other Wasm SIMD instructions, causing a small penalty. emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:55: - ❌ the underlying x86 SSE instruction is not exposed by the Wasm SIMD specification, so it must be emulated via a slow path, e.g. a sequence of several slower SIMD instructions, or a scalar implementation. emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:56: - 💣 the underlying x86 SSE opcode is not available in Wasm SIMD, and the implementation must resort to such a slow emulated path, that a workaround rethinking the algorithm at a higher level is advised. emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-57- - 💭 the given SSE intrinsic is available to let applications compile, but does nothing. ############################################## emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-80- * - _mm_loadl_pi emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:81: - ❌ No Wasm SIMD support. :raw-html:`<br />` Emulated with scalar loads + shuffle. emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-82- * - _mm_loadh_pi emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:83: - ❌ No Wasm SIMD support. :raw-html:`<br />` Emulated with scalar loads + shuffle. emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-84- * - _mm_loadr_ps ############################################## emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-98- * - _mm_stream_ps emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:99: - 🟡 wasm_v128_store. VM must guess type. :raw-html:`<br />` No cache control in Wasm SIMD. emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-100- * - _mm_prefetch ############################################## emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-118- * - _mm_movemask_ps emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:119: - 💣 No Wasm SIMD support. Emulated in scalar. `simd/#131 <https://github.com/WebAssembly/simd/issues/131>`_ emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-120- * - _mm_move_ss ############################################## emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-146- * - _mm_rcp_ps emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:147: - ❌ No Wasm SIMD support. :raw-html:`<br />` Emulated with full precision div. `simd/#3 <https://github.com/WebAssembly/simd/issues/3>`_ emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-148- * - _mm_rcp_ss emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:149: - ❌ No Wasm SIMD support. :raw-html:`<br />` Emulated with full precision div+shuffle `simd/#3 <https://github.com/WebAssembly/simd/issues/3>`_ emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-150- * - _mm_sqrt_ps ############################################## emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-154- * - _mm_rsqrt_ps emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:155: - ❌ No Wasm SIMD support. :raw-html:`<br />` Emulated with full precision div+sqrt. `simd/#3 <https://github.com/WebAssembly/simd/issues/3>`_ emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-156- * - _mm_rsqrt_ss emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:157: - ❌ No Wasm SIMD support. :raw-html:`<br />` Emulated with full precision div+sqrt+shuffle. `simd/#3 <https://github.com/WebAssembly/simd/issues/3>`_ emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-158- * - _mm_unpackhi_ps ############################################## emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-346- * - _mm_clflush emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:347: - 💭 No-op. No cache hinting in Wasm SIMD. emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-348- * - _mm_cmpeq_epi16 ############################################## emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-488- * - _mm_loadh_pd emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:489: - ❌ No Wasm SIMD support. :raw-html:`<br />` Emulated with scalar loads + shuffle. emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-490- * - _mm_loadl_epi64 emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:491: - ❌ No Wasm SIMD support. :raw-html:`<br />` Emulated with scalar loads + shuffle. emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-492- * - _mm_loadl_pd emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:493: - ❌ No Wasm SIMD support. :raw-html:`<br />` Emulated with scalar loads + shuffle. emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-494- * - _mm_loadr_pd ############################################## emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-664- * - _mm_stream_pd emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:665: - 🟡 wasm_v128_store. VM must guess type. :raw-html:`<br />` No cache control in Wasm SIMD. emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-666- * - _mm_stream_si128 emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:667: - 🟡 wasm_v128_store. VM must guess type. :raw-html:`<br />` No cache control in Wasm SIMD. emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-668- * - _mm_stream_si32 emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:669: - 🟡 wasm_v128_store. VM must guess type. :raw-html:`<br />` No cache control in Wasm SIMD. emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-670- * - _mm_stream_si64 emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:671: - 🟡 wasm_v128_store. VM must guess type. :raw-html:`<br />` No cache control in Wasm SIMD. emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-672- * - _mm_sub_epi16 ############################################## emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-1040-Similarly to above, the following legend is used: emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:1041: - ✅ Wasm SIMD has a native opcode that matches the NEON instruction, should yield native performance emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:1042: - 💡 while the Wasm SIMD spec does not provide a proper performance guarantee, given a suitably smart enough compiler and a runtime VM path, this intrinsic should be able to generate the identical native NEON instruction. emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:1043: - ⚠️ the underlying NEON instruction is not available, but it is emulated via at most few other Wasm SIMD instructions, causing a small penalty. emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:1044: - ❌ the underlying NEON instruction is not exposed by the Wasm SIMD specification, so it must be emulated via a slow path, e.g. a sequence of several slower SIMD instructions, or a scalar implementation. emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-1045- - ⚫ the given NEON intrinsic is not available. Referencing the intrinsic will cause a compiler error. ############################################## emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-1054- * - Intrinsic name emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst:1055: - Wasm SIMD Support emscripten-2.0.9~dfsg/site/source/docs/porting/simd.rst-1056- * - vaba ############################################## emscripten-2.0.9~dfsg/site/source/docs/site/glossary.rst-56- Fastcomp emscripten-2.0.9~dfsg/site/source/docs/site/glossary.rst:57: Fastcomp is Emscripten's second compiler core, after the JS compiler and before the new LLVM wasm backend. emscripten-2.0.9~dfsg/site/source/docs/site/glossary.rst-58- ############################################## emscripten-2.0.9~dfsg/site/source/docs/tools_reference/emcc.rst-73-``-Os`` emscripten-2.0.9~dfsg/site/source/docs/tools_reference/emcc.rst:74: Like ``-O3``, but focuses more on code size (and may make tradeoffs with speed). This can affect both wasm and JavaScript. emscripten-2.0.9~dfsg/site/source/docs/tools_reference/emcc.rst-75- ############################################## emscripten-2.0.9~dfsg/site/source/docs/tools_reference/emcc.rst-78-``-Oz`` emscripten-2.0.9~dfsg/site/source/docs/tools_reference/emcc.rst:79: Like ``-Os``, but reduces code size even further, and may take longer to run. This can affect both wasm and JavaScript. emscripten-2.0.9~dfsg/site/source/docs/tools_reference/emcc.rst-80- ############################################## emscripten-2.0.9~dfsg/site/source/docs/tools_reference/emcc.rst-124- info will be present in a file on the side, in ``FILENAME`` if provided, emscripten-2.0.9~dfsg/site/source/docs/tools_reference/emcc.rst:125: otherwise the same as the wasm file but with suffix ``.debug.wasm``. While emscripten-2.0.9~dfsg/site/source/docs/tools_reference/emcc.rst-126- the main file contains no debug info, it does contain a URL to where the ############################################## emscripten-2.0.9~dfsg/site/source/docs/tools_reference/emcc.rst-378- emscripten-2.0.9~dfsg/site/source/docs/tools_reference/emcc.rst:379: .. note:: Note that this is only relevant when *not* emitting wasm, as wasm embeds the memory init data in the wasm binary. emscripten-2.0.9~dfsg/site/source/docs/tools_reference/emcc.rst-380- ############################################## emscripten-2.0.9~dfsg/site/source/home_page_layout.html-8- <div class="signpost-heading" style="font-size:2em; font-style:bold; margin-bottom:10px;">Porting</div> emscripten-2.0.9~dfsg/site/source/home_page_layout.html:9: <div class="signpost-body" style=""><p>Compile your existing projects written in C or C++ — or any language that uses <a href="http://llvm.org/">LLVM</a> — to browsers, <a href="https://nodejs.org/">Node.js</a>, or <a href="https://v8.dev/blog/emscripten-standalone-wasm#running-in-wasm-runtimes">wasm runtimes</a>.</p></div> emscripten-2.0.9~dfsg/site/source/home_page_layout.html-10- </div> ############################################## emscripten-2.0.9~dfsg/src/base64Decode.js-10-// function base64DecodeToExistingUint8Array(uint8Array, offset, b64); emscripten-2.0.9~dfsg/src/base64Decode.js:11:// so should reuse that when available. However that lives inside the asm module emscripten-2.0.9~dfsg/src/base64Decode.js-12-// for the time being, so cannot access it directly from here. Hence this block ############################################## emscripten-2.0.9~dfsg/src/closure-externs/closure-externs.js-195- * callbacks are registered. For example the exit runtime handler makes emscripten-2.0.9~dfsg/src/closure-externs/closure-externs.js:196: * conditional calles to dynCall_v and dynCall_vi, but not all wasm binaryies emscripten-2.0.9~dfsg/src/closure-externs/closure-externs.js-197- * will contain these. ############################################## emscripten-2.0.9~dfsg/src/jsifier.js-21-// the current compilation unit. emscripten-2.0.9~dfsg/src/jsifier.js:22:// Also set for STANDALONE_WASM since the _start function is needed to call emscripten-2.0.9~dfsg/src/jsifier.js-23-// static ctors, even if there is no user main. ############################################## emscripten-2.0.9~dfsg/src/jsifier.js-144- if (ident === 'main' && STANDALONE_WASM) { emscripten-2.0.9~dfsg/src/jsifier.js:145: warn('To build in STANDALONE_WASM mode without a main(), use emcc --no-entry'); emscripten-2.0.9~dfsg/src/jsifier.js-146- } ############################################## emscripten-2.0.9~dfsg/src/jsifier.js-210- // If a JS library item specifies xxx_import: true, then explicitly mark that symbol to be imported emscripten-2.0.9~dfsg/src/jsifier.js:211: // to asm.js/wasm module. emscripten-2.0.9~dfsg/src/jsifier.js-212- if (LibraryManager.library[ident + '__import']) { ############################################## emscripten-2.0.9~dfsg/src/jsifier.js-287- var sig = LibraryManager.library[ident + '__sig']; emscripten-2.0.9~dfsg/src/jsifier.js:288: // asm module exports are done in emscripten.py, after the asm module is ready. Here emscripten-2.0.9~dfsg/src/jsifier.js-289- // we also export library methods as necessary. ############################################## emscripten-2.0.9~dfsg/src/library.js-462- emscripten-2.0.9~dfsg/src/library.js:463: // Grows the wasm memory to the given byte size, and updates the JS views to emscripten-2.0.9~dfsg/src/library.js-464- // it. Returns 1 on success, 0 on error. ############################################## emscripten-2.0.9~dfsg/src/library.js-469- try { emscripten-2.0.9~dfsg/src/library.js:470: // round size grow request up to wasm page size (fixed 64KB per spec) emscripten-2.0.9~dfsg/src/library.js-471- wasmMemory.grow((size - buffer.byteLength + 65535) >>> 16); // .grow() takes a delta compared to the previous size ############################################## emscripten-2.0.9~dfsg/src/library.js-537- // A limit was set for how much we can grow. We should not exceed that emscripten-2.0.9~dfsg/src/library.js:538: // (the wasm binary specifies it, so if we tried, we'd fail anyhow). emscripten-2.0.9~dfsg/src/library.js-539- var maxHeapSize = {{{ MAXIMUM_MEMORY }}}; ############################################## emscripten-2.0.9~dfsg/src/library.js-603- emscripten-2.0.9~dfsg/src/library.js:604: // Called after wasm grows memory. At that time we need to update the views. emscripten-2.0.9~dfsg/src/library.js-605- // Without this notification, we'd need to check the buffer in JS every time ############################################## emscripten-2.0.9~dfsg/src/library.js-694- emscripten-2.0.9~dfsg/src/library.js:695: // TODO: There are currently two abort() functions that get imported to asm module scope: the built-in runtime function abort(), emscripten-2.0.9~dfsg/src/library.js-696- // and this function _abort(). Remove one of these, importing two functions for the same purpose is wasteful. ############################################## emscripten-2.0.9~dfsg/src/library.js-1068- emscripten-2.0.9~dfsg/src/library.js:1069: // Note: this is not used in STANDALONE_WASM mode, because it is more emscripten-2.0.9~dfsg/src/library.js-1070- // compact to do it in JS. ############################################## emscripten-2.0.9~dfsg/src/library.js-1787- // (it emits them atm as they are generated by an IR pass, at at that time emscripten-2.0.9~dfsg/src/library.js:1788: // they each have a different signature - it is only at the wasm level that emscripten-2.0.9~dfsg/src/library.js-1789- // they become identical). ############################################## emscripten-2.0.9~dfsg/src/library.js-2394- var host = __inet_ntop4_raw(addr); emscripten-2.0.9~dfsg/src/library.js:2395: var lookup = DNS.lookup_addr(host); emscripten-2.0.9~dfsg/src/library.js-2396- if (lookup) { ############################################## emscripten-2.0.9~dfsg/src/library.js-2468- sa = _malloc(salen); emscripten-2.0.9~dfsg/src/library.js:2469: res = __write_sockaddr(sa, family, addr, port); emscripten-2.0.9~dfsg/src/library.js-2470- assert(!res.errno); ############################################## emscripten-2.0.9~dfsg/src/library.js-2614- getnameinfo: function (sa, salen, node, nodelen, serv, servlen, flags) { emscripten-2.0.9~dfsg/src/library.js:2615: var info = __read_sockaddr(sa, salen); emscripten-2.0.9~dfsg/src/library.js-2616- if (info.errno) { ############################################## emscripten-2.0.9~dfsg/src/library.js-2625- var lookup; emscripten-2.0.9~dfsg/src/library.js:2626: if ((flags & {{{ cDefine('NI_NUMERICHOST') }}}) || !(lookup = DNS.lookup_addr(addr))) { emscripten-2.0.9~dfsg/src/library.js-2627- if (flags & {{{ cDefine('NI_NAMEREQD') }}}) { ############################################## emscripten-2.0.9~dfsg/src/library.js-3209- // Generates a representation of the program counter from a line of stack trace. emscripten-2.0.9~dfsg/src/library.js:3210: // The exact return value depends in whether we are running WASM or JS, and whether emscripten-2.0.9~dfsg/src/library.js-3211- // the engine supports offsets into WASM. See the function body for details. ############################################## emscripten-2.0.9~dfsg/src/library.js-3228- // this should work for wasm2js and fastcomp emscripten-2.0.9~dfsg/src/library.js:3229: // we tag the high bit to distinguish this from wasm addresses emscripten-2.0.9~dfsg/src/library.js-3230- return 0x80000000 | +match[1]; ############################################## emscripten-2.0.9~dfsg/src/library.js-3525- if (ENVIRONMENT_IS_PTHREAD) { emscripten-2.0.9~dfsg/src/library.js:3526: // EM_ASM functions are variadic, receiving the actual arguments as a buffer emscripten-2.0.9~dfsg/src/library.js-3527- // in memory. the last parameter (argBuf) points to that data. We need to ############################################## emscripten-2.0.9~dfsg/src/library.js-3535- // -1 - code is the encoding of a proxied EM_ASM, as a negative number emscripten-2.0.9~dfsg/src/library.js:3536: // (positive numbers are non-EM_ASM calls). emscripten-2.0.9~dfsg/src/library.js-3537- return _emscripten_proxy_to_main_thread_js.apply(null, [-1 - code, sync].concat(args)); ############################################## emscripten-2.0.9~dfsg/src/library.js-3721- emscripten-2.0.9~dfsg/src/library.js:3722: // Used in library code to get JS function from wasm function pointer. emscripten-2.0.9~dfsg/src/library.js-3723- // All callers should use direct table access where possible and only fall ############################################## emscripten-2.0.9~dfsg/src/library_async.js-37- handleSleepReturnValue: 0, emscripten-2.0.9~dfsg/src/library_async.js:38: // We must track which wasm exports are called into and emscripten-2.0.9~dfsg/src/library_async.js-39- // exited, so that we know where the call stack began, ############################################## emscripten-2.0.9~dfsg/src/library_async.js-226- // `asyncWasmReturnValue` now contains the final emscripten-2.0.9~dfsg/src/library_async.js:227: // return value of the exported async WASM function. emscripten-2.0.9~dfsg/src/library_async.js-228- // ############################################## emscripten-2.0.9~dfsg/src/library_async.js-233- // `Asyncify.handleSleep()`, where as `asyncWasmReturnValue` emscripten-2.0.9~dfsg/src/library_async.js:234: // contains the return value of the exported WASM function emscripten-2.0.9~dfsg/src/library_async.js-235- // that may have called C functions that ############################################## emscripten-2.0.9~dfsg/src/library_async.js-352- Asyncify.handleSleep(function(wakeUp) { emscripten-2.0.9~dfsg/src/library_async.js:353: // Update the expected wasm binary file to be the lazy one. emscripten-2.0.9~dfsg/src/library_async.js-354- wasmBinaryFile += '.lazy.wasm'; emscripten-2.0.9~dfsg/src/library_async.js:355: // Add a callback for when all run dependencies are fulfilled, which happens when async wasm loading is done. emscripten-2.0.9~dfsg/src/library_async.js-356- dependenciesFulfilled = wakeUp; emscripten-2.0.9~dfsg/src/library_async.js-357- // Load the new wasm. emscripten-2.0.9~dfsg/src/library_async.js:358: asm = createWasm(); emscripten-2.0.9~dfsg/src/library_async.js-359- }); ############################################## emscripten-2.0.9~dfsg/src/library_dylink.js-119- if (typeof value === 'object') { emscripten-2.0.9~dfsg/src/library_dylink.js:120: // a breaking change in the wasm spec, globals are now objects emscripten-2.0.9~dfsg/src/library_dylink.js-121- // https://github.com/WebAssembly/mutable-global/issues/1 ############################################## emscripten-2.0.9~dfsg/src/library_dylink.js-255- var int32View = new Uint32Array(new Uint8Array(binary.subarray(0, 24)).buffer); emscripten-2.0.9~dfsg/src/library_dylink.js:256: assert(int32View[0] == 0x6d736100, 'need to see wasm magic number'); // \0asm emscripten-2.0.9~dfsg/src/library_dylink.js:257: // we should see the dylink section right after the magic number and wasm version emscripten-2.0.9~dfsg/src/library_dylink.js-258- assert(binary[8] === 0, 'need the dylink section to be first') ############################################## emscripten-2.0.9~dfsg/src/library_dylink.js-296- emscripten-2.0.9~dfsg/src/library_dylink.js:297: // loadModule loads the wasm module after all its dependencies have been loaded. emscripten-2.0.9~dfsg/src/library_dylink.js-298- // can be called both sync/async. ############################################## emscripten-2.0.9~dfsg/src/library_dylink.js-363- // emscripten-2.0.9~dfsg/src/library_dylink.js:364: // wasm dynamic libraries are pure wasm, so they cannot assist in emscripten-2.0.9~dfsg/src/library_dylink.js-365- // their own loading. When side module A wants to import something ############################################## emscripten-2.0.9~dfsg/src/library_dylink.js-765- if (typeof result === 'function') { emscripten-2.0.9~dfsg/src/library_dylink.js:766: // Insert the function into the wasm table. If its a direct wasm function emscripten-2.0.9~dfsg/src/library_dylink.js-767- // the second argument will not be needed. If its a JS function we rely ############################################## emscripten-2.0.9~dfsg/src/library_emmalloc.js-14-#else emscripten-2.0.9~dfsg/src/library_emmalloc.js:15: // Not using a Wasm memory bound. emscripten-2.0.9~dfsg/src/library_emmalloc.js-16- return 2*1024*1024*1024 - 65536 - dynamicTop; ############################################## emscripten-2.0.9~dfsg/src/library_exceptions.js-25- $ExceptionInfo__deps: ['$ExceptionInfoAttrs'], emscripten-2.0.9~dfsg/src/library_exceptions.js:26: // This class is the exception metadata which is prepended to each thrown object (in WASM memory). emscripten-2.0.9~dfsg/src/library_exceptions.js-27- // It is allocated in one block among with a thrown object in __cxa_allocate_exception and freed ############################################## emscripten-2.0.9~dfsg/src/library_exports.js-9- name = UTF8ToString(name); emscripten-2.0.9~dfsg/src/library_exports.js:10: // Wasm backend does not use C name mangling on exports, emscripten-2.0.9~dfsg/src/library_exports.js-11- // so adjust for that manually. ############################################## emscripten-2.0.9~dfsg/src/library_html5_webgl.js-600- var contextCheck = proxyContextHandle ? 'GL.contexts[p0]' : 'GLctx'; emscripten-2.0.9~dfsg/src/library_html5_webgl.js:601: var funcBody = `${retStatement} ${contextCheck} ? _${i}_calling_thread(${funcArgsString}) : _${i}_main_thread(${funcArgsString});`; emscripten-2.0.9~dfsg/src/library_html5_webgl.js-602- if (funcs[i + '_before_on_calling_thread']) { emscripten-2.0.9~dfsg/src/library_html5_webgl.js-603- funcs[i + '__deps'].push(i + '_before_on_calling_thread'); emscripten-2.0.9~dfsg/src/library_html5_webgl.js:604: funcBody = `_${i}_before_on_calling_thread(${funcArgsString}); ` + funcBody; emscripten-2.0.9~dfsg/src/library_html5_webgl.js-605- } ############################################## emscripten-2.0.9~dfsg/src/library_int53.js-25- var deserialized = (num >= 0) ? readI53FromU64(ptr) : readI53FromI64(ptr); emscripten-2.0.9~dfsg/src/library_int53.js:26: if (deserialized != num) warnOnce('writeI53ToI64() out of range: serialized JS Number ' + num + ' to Wasm heap as bytes lo=0x' + HEAPU32[ptr>>2].toString(16) + ', hi=0x' + HEAPU32[ptr+4>>2].toString(16) + ', which deserializes back to ' + deserialized + ' instead!'); emscripten-2.0.9~dfsg/src/library_int53.js-27-#endif ############################################## emscripten-2.0.9~dfsg/src/library_pthread.js-1469- emscripten-2.0.9~dfsg/src/library_pthread.js:1470: // Call inside wasm module to set up the stack frame for this pthread in asm.js/wasm module scope emscripten-2.0.9~dfsg/src/library_pthread.js-1471- stackRestore(stackTop); ############################################## emscripten-2.0.9~dfsg/src/library_pthread.js-1498- // This function is called internally to notify target thread ID that it has messages it needs to emscripten-2.0.9~dfsg/src/library_pthread.js:1499: // process in its message queue inside the Wasm heap. As a helper, the caller must also pass the emscripten-2.0.9~dfsg/src/library_pthread.js-1500- // ID of the main browser thread to this function, to avoid needlessly ping-ponging between JS and emscripten-2.0.9~dfsg/src/library_pthread.js:1501: // Wasm boundaries. emscripten-2.0.9~dfsg/src/library_pthread.js-1502- _emscripten_notify_thread_queue: function(targetThreadId, mainThreadId) { ############################################## emscripten-2.0.9~dfsg/src/library_syscall.js-548- if (allowNull && addrp === 0) return null; emscripten-2.0.9~dfsg/src/library_syscall.js:549: var info = __read_sockaddr(addrp, addrlen); emscripten-2.0.9~dfsg/src/library_syscall.js-550- if (info.errno) throw new FS.ErrnoError(info.errno); emscripten-2.0.9~dfsg/src/library_syscall.js:551: info.addr = DNS.lookup_addr(info.addr) || info.addr; emscripten-2.0.9~dfsg/src/library_syscall.js-552-#if SYSCALL_DEBUG ############################################## emscripten-2.0.9~dfsg/src/library_syscall.js-585- if (addr) { emscripten-2.0.9~dfsg/src/library_syscall.js:586: var res = __write_sockaddr(addr, newsock.family, DNS.lookup_name(newsock.daddr), newsock.dport); emscripten-2.0.9~dfsg/src/library_syscall.js-587-#if ASSERTIONS ############################################## emscripten-2.0.9~dfsg/src/library_syscall.js-595- // TODO: sock.saddr should never be undefined, see TODO in websocket_sock_ops.getname emscripten-2.0.9~dfsg/src/library_syscall.js:596: var res = __write_sockaddr(addr, sock.family, DNS.lookup_name(sock.saddr || '0.0.0.0'), sock.sport); emscripten-2.0.9~dfsg/src/library_syscall.js-597-#if ASSERTIONS ############################################## emscripten-2.0.9~dfsg/src/library_syscall.js-606- } emscripten-2.0.9~dfsg/src/library_syscall.js:607: var res = __write_sockaddr(addr, sock.family, DNS.lookup_name(sock.daddr), sock.dport); emscripten-2.0.9~dfsg/src/library_syscall.js-608-#if ASSERTIONS ############################################## emscripten-2.0.9~dfsg/src/library_syscall.js-627- if (addr) { emscripten-2.0.9~dfsg/src/library_syscall.js:628: var res = __write_sockaddr(addr, sock.family, DNS.lookup_name(msg.addr), msg.port); emscripten-2.0.9~dfsg/src/library_syscall.js-629-#if ASSERTIONS ############################################## emscripten-2.0.9~dfsg/src/library_syscall.js-661- if (name) { emscripten-2.0.9~dfsg/src/library_syscall.js:662: var info = __read_sockaddr(name, namelen); emscripten-2.0.9~dfsg/src/library_syscall.js-663- if (info.errno) return -info.errno; emscripten-2.0.9~dfsg/src/library_syscall.js-664- port = info.port; emscripten-2.0.9~dfsg/src/library_syscall.js:665: addr = DNS.lookup_addr(info.addr) || info.addr; emscripten-2.0.9~dfsg/src/library_syscall.js-666- } ############################################## emscripten-2.0.9~dfsg/src/library_syscall.js-707- if (name) { emscripten-2.0.9~dfsg/src/library_syscall.js:708: var res = __write_sockaddr(name, sock.family, DNS.lookup_name(msg.addr), msg.port); emscripten-2.0.9~dfsg/src/library_syscall.js-709-#if ASSERTIONS ############################################## emscripten-2.0.9~dfsg/src/library_wasi.js-116- // TODO: the i64 in the API here must be legalized for this JS code to run, emscripten-2.0.9~dfsg/src/library_wasi.js:117: // but the wasm file can't be legalized in standalone mode, which is where emscripten-2.0.9~dfsg/src/library_wasi.js-118- // this is needed. To get this code to be usable as a JS shim we need to ############################################## emscripten-2.0.9~dfsg/src/modules.js-254- if (typeof lib[target] !== 'function') { emscripten-2.0.9~dfsg/src/modules.js:255: error(`no alias found for ${x}`); emscripten-2.0.9~dfsg/src/modules.js-256- } ############################################## emscripten-2.0.9~dfsg/src/modules.js-259- if (argCount !== lib[target].length) { emscripten-2.0.9~dfsg/src/modules.js:260: error(`incorrect number of arguments in signature of ${x} (declared: ${argCount}, expected: ${lib[target].length})`); emscripten-2.0.9~dfsg/src/modules.js-261- } ############################################## emscripten-2.0.9~dfsg/src/parseTools.js-461- emscripten-2.0.9~dfsg/src/parseTools.js:462:function asmEnsureFloat(value, type) { // ensures that a float type has either 5.5 (clearly a float) or +5 (float due to asm coercion) emscripten-2.0.9~dfsg/src/parseTools.js-463- if (!isNumber(value)) return value; ############################################## emscripten-2.0.9~dfsg/src/parseTools.js-988- if (funcPtr === undefined) { emscripten-2.0.9~dfsg/src/parseTools.js:989: printErr(`warning: ${currentlyParsedFilename}: Legacy use of {{{ makeDynCall("${sig}") }}}(funcPtr, arg1, arg2, ...). Starting from Emscripten 2.0.2 (Aug 31st 2020), syntax for makeDynCall has changed. New syntax is {{{ makeDynCall("${sig}", "funcPtr") }}}(arg1, arg2, ...). Please update to new syntax.`); emscripten-2.0.9~dfsg/src/parseTools.js-990- var ret = (sig[0] == 'v') ? 'return ' : ''; ############################################## emscripten-2.0.9~dfsg/src/parseTools.js-992- for(var i = 1; i < sig.length; ++i) { emscripten-2.0.9~dfsg/src/parseTools.js:993: args.push(`a${i}`); emscripten-2.0.9~dfsg/src/parseTools.js-994- } ############################################## emscripten-2.0.9~dfsg/src/parseTools.js-997- if (USE_LEGACY_DYNCALLS) { emscripten-2.0.9~dfsg/src/parseTools.js:998: return `(function(cb, ${args}) { return getDynCaller("${sig}", cb)(${args}) })`; emscripten-2.0.9~dfsg/src/parseTools.js-999- } else { emscripten-2.0.9~dfsg/src/parseTools.js:1000: return `(function(cb, ${args}) { return wasmTable.get(cb)(${args}) })`; emscripten-2.0.9~dfsg/src/parseTools.js-1001- } ############################################## emscripten-2.0.9~dfsg/src/parseTools.js-1003- if (USE_LEGACY_DYNCALLS) { emscripten-2.0.9~dfsg/src/parseTools.js:1004: return `getDynCaller("${sig}", ${funcPtr})`; emscripten-2.0.9~dfsg/src/parseTools.js-1005- } else { emscripten-2.0.9~dfsg/src/parseTools.js:1006: return `wasmTable.get(${funcPtr})`; emscripten-2.0.9~dfsg/src/parseTools.js-1007- } ############################################## emscripten-2.0.9~dfsg/src/parseTools.js-1078-// Page size reported by some POSIX calls, mostly filesystem. This does not emscripten-2.0.9~dfsg/src/parseTools.js:1079:// depend on the memory page size which differs between wasm and asm.js, and emscripten-2.0.9~dfsg/src/parseTools.js-1080-// makes us report a consistent value despite the compile target. However, ############################################## emscripten-2.0.9~dfsg/src/parseTools.js-1245- return properties.map(function(property) { emscripten-2.0.9~dfsg/src/parseTools.js:1246: const warningEnding = `${property} on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js`; emscripten-2.0.9~dfsg/src/parseTools.js-1247- return ` ############################################## emscripten-2.0.9~dfsg/src/parseTools.js-1267- } emscripten-2.0.9~dfsg/src/parseTools.js:1268: return `abort('malloc was not included, but is needed in ${source}. Adding "_malloc" to EXPORTED_FUNCTIONS should fix that. This may be a bug in the compiler, please file an issue.');` emscripten-2.0.9~dfsg/src/parseTools.js-1269-} ############################################## emscripten-2.0.9~dfsg/src/postamble.js-10- emscripten-2.0.9~dfsg/src/postamble.js:11:#if MEM_INIT_IN_WASM == 0 emscripten-2.0.9~dfsg/src/postamble.js-12-#if USE_PTHREADS ############################################## emscripten-2.0.9~dfsg/src/postamble.js-89-} emscripten-2.0.9~dfsg/src/postamble.js:90:#endif // MEM_INIT_IN_WASM == 0 emscripten-2.0.9~dfsg/src/postamble.js-91- ############################################## emscripten-2.0.9~dfsg/src/postamble.js-105- emscripten-2.0.9~dfsg/src/postamble.js:106:#if STANDALONE_WASM && MAIN_READS_PARAMS emscripten-2.0.9~dfsg/src/postamble.js-107-var mainArgs = undefined; ############################################## emscripten-2.0.9~dfsg/src/postamble.js-514- emscripten-2.0.9~dfsg/src/postamble.js:515:#if STANDALONE_WASM && ASSERTIONS && !WASM_BIGINT emscripten-2.0.9~dfsg/src/postamble.js:516:err('warning: running JS from STANDALONE_WASM without WASM_BIGINT will fail if a syscall with i64 is used (in standalone mode we cannot legalize syscalls)'); emscripten-2.0.9~dfsg/src/postamble.js-517-#endif ############################################## emscripten-2.0.9~dfsg/src/postamble_minimal.js-88- emscripten-2.0.9~dfsg/src/postamble_minimal.js:89:// Initialize wasm (asynchronous) emscripten-2.0.9~dfsg/src/postamble_minimal.js-90- ############################################## emscripten-2.0.9~dfsg/src/postamble_minimal.js-99- emscripten-2.0.9~dfsg/src/postamble_minimal.js:100:// In non-fastcomp non-asm.js builds, grab wasm exports to outer scope emscripten-2.0.9~dfsg/src/postamble_minimal.js-101-// for emscripten_get_exported_function() to be able to access them. ############################################## emscripten-2.0.9~dfsg/src/postamble_minimal.js-116- // Worker pool has loaded up. If all Workers have finished loading up the emscripten-2.0.9~dfsg/src/postamble_minimal.js:117: // Wasm Module, proceed with main() emscripten-2.0.9~dfsg/src/postamble_minimal.js-118- if (!--numWorkersToLoad) ready(); ############################################## emscripten-2.0.9~dfsg/src/postamble_minimal.js-130-#if MINIMAL_RUNTIME_STREAMING_WASM_INSTANTIATION emscripten-2.0.9~dfsg/src/postamble_minimal.js:131:// https://caniuse.com/#feat=wasm and https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/instantiateStreaming emscripten-2.0.9~dfsg/src/postamble_minimal.js:132:// Firefox 52 added Wasm support, but only Firefox 58 added instantiateStreaming. emscripten-2.0.9~dfsg/src/postamble_minimal.js:133:// Chrome 57 added Wasm support, but only Chrome 61 added instantiateStreaming. emscripten-2.0.9~dfsg/src/postamble_minimal.js-134-// Node.js and Safari do not support instantiateStreaming. ############################################## emscripten-2.0.9~dfsg/src/postamble_minimal.js-136-#if ASSERTIONS && !WASM2JS emscripten-2.0.9~dfsg/src/postamble_minimal.js:137:// Module['wasm'] should contain a typed array of the Wasm object data, or a emscripten-2.0.9~dfsg/src/postamble_minimal.js-138-// precompiled WebAssembly Module. emscripten-2.0.9~dfsg/src/postamble_minimal.js:139:if (!WebAssembly.instantiateStreaming && !Module['wasm']) throw 'Must load WebAssembly Module in to variable Module.wasm before adding compiled output .js script to the DOM'; emscripten-2.0.9~dfsg/src/postamble_minimal.js-140-#endif ############################################## emscripten-2.0.9~dfsg/src/postamble_minimal.js-149-#if ASSERTIONS && !WASM2JS emscripten-2.0.9~dfsg/src/postamble_minimal.js:150:// Module['wasm'] should contain a typed array of the Wasm object data, or a emscripten-2.0.9~dfsg/src/postamble_minimal.js-151-// precompiled WebAssembly Module. emscripten-2.0.9~dfsg/src/postamble_minimal.js:152:if (!Module['wasm']) throw 'Must load WebAssembly Module in to variable Module.wasm before adding compiled output .js script to the DOM'; emscripten-2.0.9~dfsg/src/postamble_minimal.js-153-#endif ############################################## emscripten-2.0.9~dfsg/src/postamble_minimal.js-158-#if USE_PTHREADS emscripten-2.0.9~dfsg/src/postamble_minimal.js:159: // Export Wasm module for pthread creation to access. emscripten-2.0.9~dfsg/src/postamble_minimal.js-160- wasmModule = output.module || Module['wasm']; ############################################## emscripten-2.0.9~dfsg/src/postamble_minimal.js-173-#if MINIMAL_RUNTIME_STREAMING_WASM_COMPILATION || MINIMAL_RUNTIME_STREAMING_WASM_INSTANTIATION || USE_PTHREADS emscripten-2.0.9~dfsg/src/postamble_minimal.js:174: // https://caniuse.com/#feat=wasm and https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/instantiateStreaming emscripten-2.0.9~dfsg/src/postamble_minimal.js:175: // Firefox 52 added Wasm support, but only Firefox 58 added compileStreaming & emscripten-2.0.9~dfsg/src/postamble_minimal.js-176- // instantiateStreaming. emscripten-2.0.9~dfsg/src/postamble_minimal.js:177: // Chrome 57 added Wasm support, but only Chrome 61 added compileStreaming & emscripten-2.0.9~dfsg/src/postamble_minimal.js-178- // instantiateStreaming. ############################################## emscripten-2.0.9~dfsg/src/postamble_minimal.js-184- // In that case, 'output.instance' is the WebAssembly.Instance. emscripten-2.0.9~dfsg/src/postamble_minimal.js:185: asm = (output.instance || output).exports; emscripten-2.0.9~dfsg/src/postamble_minimal.js-186-#else emscripten-2.0.9~dfsg/src/postamble_minimal.js:187: asm = output.exports; emscripten-2.0.9~dfsg/src/postamble_minimal.js-188-#endif emscripten-2.0.9~dfsg/src/postamble_minimal.js-189-#else emscripten-2.0.9~dfsg/src/postamble_minimal.js:190: asm = output.instance.exports; emscripten-2.0.9~dfsg/src/postamble_minimal.js-191-#endif ############################################## emscripten-2.0.9~dfsg/src/postamble_minimal.js-225- emscripten-2.0.9~dfsg/src/postamble_minimal.js:226:#if ASSERTIONS || WASM == 2 emscripten-2.0.9~dfsg/src/postamble_minimal.js-227-}).catch(function(error) { ############################################## emscripten-2.0.9~dfsg/src/postamble_minimal.js-231- emscripten-2.0.9~dfsg/src/postamble_minimal.js:232:#if WASM == 2 emscripten-2.0.9~dfsg/src/postamble_minimal.js-233-#if ENVIRONMENT_MAY_BE_NODE || ENVIRONMENT_MAY_BE_SHELL ############################################## emscripten-2.0.9~dfsg/src/postamble_minimal.js-243-#endif emscripten-2.0.9~dfsg/src/postamble_minimal.js:244:#endif // WASM == 2 emscripten-2.0.9~dfsg/src/postamble_minimal.js:245:#endif // ASSERTIONS || WASM == 2 emscripten-2.0.9~dfsg/src/postamble_minimal.js-246-}); ############################################## emscripten-2.0.9~dfsg/src/preamble.js-24- emscripten-2.0.9~dfsg/src/preamble.js:25:#if WASM != 2 && MAYBE_WASM2JS emscripten-2.0.9~dfsg/src/preamble.js-26-#if !WASM2JS ############################################## emscripten-2.0.9~dfsg/src/preamble.js-34- emscripten-2.0.9~dfsg/src/preamble.js:35:#if WASM == 1 emscripten-2.0.9~dfsg/src/preamble.js-36-if (typeof WebAssembly !== 'object') { emscripten-2.0.9~dfsg/src/preamble.js:37: abort('no native wasm support detected'); emscripten-2.0.9~dfsg/src/preamble.js-38-} ############################################## emscripten-2.0.9~dfsg/src/preamble.js-42- emscripten-2.0.9~dfsg/src/preamble.js:43:// Wasm globals emscripten-2.0.9~dfsg/src/preamble.js-44- ############################################## emscripten-2.0.9~dfsg/src/preamble.js-141- if (runningAsync && !prevRunningAsync) { emscripten-2.0.9~dfsg/src/preamble.js:142: // If so, the WASM function ran asynchronous and unwound its stack. emscripten-2.0.9~dfsg/src/preamble.js-143- // We need to return a Promise that resolves the return value ############################################## emscripten-2.0.9~dfsg/src/preamble.js-329-#if ASSERTIONS emscripten-2.0.9~dfsg/src/preamble.js:330:// In standalone mode, the wasm creates the memory, and the user can't provide it. emscripten-2.0.9~dfsg/src/preamble.js-331-assert(!Module['wasmMemory']); ############################################## emscripten-2.0.9~dfsg/src/preamble.js-562-#if MAIN_MODULE emscripten-2.0.9~dfsg/src/preamble.js:563:Module["preloadedWasm"] = {}; // maps url to wasm instance exports emscripten-2.0.9~dfsg/src/preamble.js-564-addOnPreRun(preloadDylibs); ############################################## emscripten-2.0.9~dfsg/src/preamble.js-594- emscripten-2.0.9~dfsg/src/preamble.js:595: // Use a wasm runtime error, because a JS error might be seen as a foreign emscripten-2.0.9~dfsg/src/preamble.js-596- // exception, which means we'd run destructors on it. We need the error to ############################################## emscripten-2.0.9~dfsg/src/preamble.js-640- var displayName = name; emscripten-2.0.9~dfsg/src/preamble.js:641: var asm = fixedasm; emscripten-2.0.9~dfsg/src/preamble.js-642- if (!fixedasm) { emscripten-2.0.9~dfsg/src/preamble.js:643: asm = Module['asm']; emscripten-2.0.9~dfsg/src/preamble.js-644- } ############################################## emscripten-2.0.9~dfsg/src/preamble.js-755-#if WASM_ASYNC_COMPILATION emscripten-2.0.9~dfsg/src/preamble.js:756: throw "both async and sync fetching of the wasm failed"; emscripten-2.0.9~dfsg/src/preamble.js-757-#else emscripten-2.0.9~dfsg/src/preamble.js:758: throw "sync fetching of the wasm failed: you can preload it to Module['wasmBinary'] manually, or emcc.py will do that for you when generating HTML (but not JS)"; emscripten-2.0.9~dfsg/src/preamble.js-759-#endif ############################################## emscripten-2.0.9~dfsg/src/preamble.js-777- if (!response['ok']) { emscripten-2.0.9~dfsg/src/preamble.js:778: throw "failed to load wasm binary file at '" + wasmBinaryFile + "'"; emscripten-2.0.9~dfsg/src/preamble.js-779- } ############################################## emscripten-2.0.9~dfsg/src/preamble.js-798- emscripten-2.0.9~dfsg/src/preamble.js:799:// Create the wasm instance. emscripten-2.0.9~dfsg/src/preamble.js:800:// Receives the wasm imports, returns the exports. emscripten-2.0.9~dfsg/src/preamble.js-801-function createWasm() { ############################################## emscripten-2.0.9~dfsg/src/preamble.js-814- }; emscripten-2.0.9~dfsg/src/preamble.js:815: // Load the wasm module and create an instance of using native support in the JS engine. emscripten-2.0.9~dfsg/src/preamble.js:816: // handle a generated wasm instance, receiving its exports and emscripten-2.0.9~dfsg/src/preamble.js-817- // performing other necessary setup ############################################## emscripten-2.0.9~dfsg/src/preamble.js-838-#if ASSERTIONS && !PURE_WASI emscripten-2.0.9~dfsg/src/preamble.js:839: assert(wasmTable, "table not found in wasm exports"); emscripten-2.0.9~dfsg/src/preamble.js-840-#endif ############################################## emscripten-2.0.9~dfsg/src/preamble.js-847-#if !DECLARE_ASM_MODULE_EXPORTS emscripten-2.0.9~dfsg/src/preamble.js:848: // If we didn't declare the asm exports as top level enties this function emscripten-2.0.9~dfsg/src/preamble.js-849- // is in charge of programatically exporting them on the global object. ############################################## emscripten-2.0.9~dfsg/src/preamble.js-852-#if STANDALONE_WASM emscripten-2.0.9~dfsg/src/preamble.js:853: // In pure wasm mode the memory is created in the wasm (not imported), and emscripten-2.0.9~dfsg/src/preamble.js-854- // then exported. ############################################## emscripten-2.0.9~dfsg/src/preamble.js-857-#if ASSERTIONS emscripten-2.0.9~dfsg/src/preamble.js:858: assert(wasmMemory, "memory not found in wasm exports"); emscripten-2.0.9~dfsg/src/preamble.js-859-#endif ############################################## emscripten-2.0.9~dfsg/src/preamble.js-865-#if USE_PTHREADS emscripten-2.0.9~dfsg/src/preamble.js:866: // We now have the Wasm module loaded up, keep a reference to the compiled module so we can post it to the workers. emscripten-2.0.9~dfsg/src/preamble.js-867- wasmModule = module; ############################################## emscripten-2.0.9~dfsg/src/preamble.js-874- // PTHREAD_POOL_DELAY_LOAD==0: we wanted to synchronously wait until the Worker pool emscripten-2.0.9~dfsg/src/preamble.js:875: // has loaded up. If all Workers have finished loading up the Wasm Module, proceed with main() emscripten-2.0.9~dfsg/src/preamble.js-876- if (!--numWorkersToLoad) removeRunDependency('wasm-instantiate'); ############################################## emscripten-2.0.9~dfsg/src/preamble.js-881- // PTHREAD_POOL_DELAY_LOAD==1 (or no preloaded pool in use): do not wait up for the Workers to emscripten-2.0.9~dfsg/src/preamble.js:882: // instantiate the Wasm module, but proceed with main() immediately. emscripten-2.0.9~dfsg/src/preamble.js-883- removeRunDependency('wasm-instantiate'); ############################################## emscripten-2.0.9~dfsg/src/preamble.js-942- emscripten-2.0.9~dfsg/src/preamble.js:943:#if WASM == 2 emscripten-2.0.9~dfsg/src/preamble.js-944-#if ENVIRONMENT_MAY_BE_NODE || ENVIRONMENT_MAY_BE_SHELL ############################################## emscripten-2.0.9~dfsg/src/preamble.js-954-#endif emscripten-2.0.9~dfsg/src/preamble.js:955:#endif // WASM == 2 emscripten-2.0.9~dfsg/src/preamble.js-956- ############################################## emscripten-2.0.9~dfsg/src/preamble.js-986- // in which case falling back to ArrayBuffer instantiation should work. emscripten-2.0.9~dfsg/src/preamble.js:987: err('wasm streaming compile failed: ' + reason); emscripten-2.0.9~dfsg/src/preamble.js-988- err('falling back to ArrayBuffer instantiation'); ############################################## emscripten-2.0.9~dfsg/src/preamble.js-1044- var str = e.toString(); emscripten-2.0.9~dfsg/src/preamble.js:1045: err('failed to compile wasm module: ' + str); emscripten-2.0.9~dfsg/src/preamble.js-1046- if (str.indexOf('imported Memory') >= 0 || ############################################## emscripten-2.0.9~dfsg/src/preamble.js-1057-#endif emscripten-2.0.9~dfsg/src/preamble.js:1058: // User shell pages can write their own Module.instantiateWasm = function(imports, successCallback) callback emscripten-2.0.9~dfsg/src/preamble.js:1059: // to manually instantiate the Wasm module themselves. This allows pages to run the instantiation parallel emscripten-2.0.9~dfsg/src/preamble.js-1060- // to any other async startup actions they are performing. ############################################## emscripten-2.0.9~dfsg/src/preamble.js-1068- } catch(e) { emscripten-2.0.9~dfsg/src/preamble.js:1069: err('Module.instantiateWasm callback failed with error: ' + e); emscripten-2.0.9~dfsg/src/preamble.js-1070- return false; ############################################## emscripten-2.0.9~dfsg/src/preamble_minimal.js-39- emscripten-2.0.9~dfsg/src/preamble_minimal.js:40:#if WASM != 2 && MAYBE_WASM2JS emscripten-2.0.9~dfsg/src/preamble_minimal.js-41-#if !WASM2JS ############################################## emscripten-2.0.9~dfsg/src/preamble_minimal.js-49- emscripten-2.0.9~dfsg/src/preamble_minimal.js:50:#if SINGLE_FILE && WASM == 1 && !WASM2JS emscripten-2.0.9~dfsg/src/preamble_minimal.js-51-#include "base64Decode.js" ############################################## emscripten-2.0.9~dfsg/src/preamble_minimal.js-127- emscripten-2.0.9~dfsg/src/preamble_minimal.js:128:#if USE_PTHREADS && ((MEM_INIT_METHOD == 1 && !MEM_INIT_IN_WASM && !SINGLE_FILE) || USES_DYNAMIC_ALLOC) emscripten-2.0.9~dfsg/src/preamble_minimal.js-129-if (!ENVIRONMENT_IS_PTHREAD) { ############################################## emscripten-2.0.9~dfsg/src/preamble_minimal.js-131- emscripten-2.0.9~dfsg/src/preamble_minimal.js:132:#if MEM_INIT_METHOD == 1 && !MEM_INIT_IN_WASM && !SINGLE_FILE emscripten-2.0.9~dfsg/src/preamble_minimal.js-133-#if ASSERTIONS ############################################## emscripten-2.0.9~dfsg/src/preamble_minimal.js-138- emscripten-2.0.9~dfsg/src/preamble_minimal.js:139:#if USE_PTHREADS && ((MEM_INIT_METHOD == 1 && !MEM_INIT_IN_WASM && !SINGLE_FILE) || USES_DYNAMIC_ALLOC) emscripten-2.0.9~dfsg/src/preamble_minimal.js-140-} ############################################## emscripten-2.0.9~dfsg/src/runtime_functions.js-6- emscripten-2.0.9~dfsg/src/runtime_functions.js:7:// Wraps a JS function as a wasm function with a given signature. emscripten-2.0.9~dfsg/src/runtime_functions.js-8-function convertJsFunctionToWasm(func, sig) { ############################################## emscripten-2.0.9~dfsg/src/runtime_functions.js-14- // "WebAssembly.Function" constructor. emscripten-2.0.9~dfsg/src/runtime_functions.js:15: // Otherwise, construct a minimal wasm module importing the JS function and emscripten-2.0.9~dfsg/src/runtime_functions.js-16- // re-exporting it. ############################################## emscripten-2.0.9~dfsg/src/runtime_functions.js-81- emscripten-2.0.9~dfsg/src/runtime_functions.js:82: // We can compile this wasm module synchronously because it is very small. emscripten-2.0.9~dfsg/src/runtime_functions.js-83- // This accepts an import (at "e.f"), that it reroutes to an export (at "f") ############################################## emscripten-2.0.9~dfsg/src/runtime_functions.js-111- } emscripten-2.0.9~dfsg/src/runtime_functions.js:112: throw 'Unable to grow wasm table. Set ALLOW_TABLE_GROWTH.'; emscripten-2.0.9~dfsg/src/runtime_functions.js-113- } ############################################## emscripten-2.0.9~dfsg/src/runtime_functions.js-116- emscripten-2.0.9~dfsg/src/runtime_functions.js:117:// Add a wasm function to the table. emscripten-2.0.9~dfsg/src/runtime_functions.js-118-function addFunctionWasm(func, sig) { ############################################## emscripten-2.0.9~dfsg/src/runtime_functions.js-138- // Make sure functionsInTableMap is actually up to date, that is, that this emscripten-2.0.9~dfsg/src/runtime_functions.js:139: // function is not actually in the wasm Table despite not being tracked in emscripten-2.0.9~dfsg/src/runtime_functions.js-140- // functionsInTableMap. ############################################## emscripten-2.0.9~dfsg/src/runtime_functions.js-179- if (typeof sig === 'undefined') { emscripten-2.0.9~dfsg/src/runtime_functions.js:180: err('warning: addFunction(): You should provide a wasm function signature string as a second argument. This is not necessary for asm.js and asm2wasm, but can be required for the LLVM wasm backend, so it is recommended for full portability.'); emscripten-2.0.9~dfsg/src/runtime_functions.js-181- } ############################################## emscripten-2.0.9~dfsg/src/runtime_init_memory.js-6- emscripten-2.0.9~dfsg/src/runtime_init_memory.js:7:// Create the main memory. (Note: this isn't used in STANDALONE_WASM mode since the wasm emscripten-2.0.9~dfsg/src/runtime_init_memory.js-8-// memory is created in the wasm, not in JS.) ############################################## emscripten-2.0.9~dfsg/src/runtime_init_table.js-11-// In regular non-RELOCATABLE mode the table is exported emscripten-2.0.9~dfsg/src/runtime_init_table.js:12:// from the wasm module and this will be assigned once emscripten-2.0.9~dfsg/src/runtime_init_table.js-13-// the exports are available. ############################################## emscripten-2.0.9~dfsg/src/runtime_safe_heap.js-169-// C versions of asan_js_{load|store}_* will be used from compiled code, which have emscripten-2.0.9~dfsg/src/runtime_safe_heap.js:170:// ASan instrumentation on them. However, until the wasm module is ready, we emscripten-2.0.9~dfsg/src/runtime_safe_heap.js-171-// must access things directly. ############################################## emscripten-2.0.9~dfsg/src/runtime_strings.js-72-#if ASSERTIONS emscripten-2.0.9~dfsg/src/runtime_strings.js:73: if ((u0 & 0xF8) != 0xF0) warnOnce('Invalid UTF-8 leading byte 0x' + u0.toString(16) + ' encountered when deserializing a UTF-8 string on the asm.js/wasm heap to a JS string!'); emscripten-2.0.9~dfsg/src/runtime_strings.js-74-#endif ############################################## emscripten-2.0.9~dfsg/src/runtime_strings.js-166-#if ASSERTIONS emscripten-2.0.9~dfsg/src/runtime_strings.js:167: if (u >= 0x200000) warnOnce('Invalid Unicode code point 0x' + u.toString(16) + ' encountered when serializing a JS string to an UTF-8 string on the asm.js/wasm heap! (Valid unicode code points should be in range 0-0x1FFFFF).'); emscripten-2.0.9~dfsg/src/runtime_strings.js-168-#endif ############################################## emscripten-2.0.9~dfsg/src/settings.js-30-// In general it is best to pass the same arguments at both compile and link emscripten-2.0.9~dfsg/src/settings.js:31:// time, as whether wasm object files are used or not affects when codegen emscripten-2.0.9~dfsg/src/settings.js:32:// happens (without wasm object files, codegen is done entirely during emscripten-2.0.9~dfsg/src/settings.js-33-// link; otherwise, it is during compile). Flags affecting codegen must ############################################## emscripten-2.0.9~dfsg/src/settings.js-89-// on exit. emscripten-2.0.9~dfsg/src/settings.js:90:// This setting is controlled automatically in STANDALONE_WASM mode: emscripten-2.0.9~dfsg/src/settings.js-91-// - For a command (has a main function) this is always 1 ############################################## emscripten-2.0.9~dfsg/src/settings.js-153- emscripten-2.0.9~dfsg/src/settings.js:154:// Set the maximum size of memory in the wasm module (in bytes). This is only emscripten-2.0.9~dfsg/src/settings.js-155-// relevant when ALLOW_MEMORY_GROWTH is set, as without growth, the size of ############################################## emscripten-2.0.9~dfsg/src/settings.js-179-// that case we must be careful about optimizations, in particular the emscripten-2.0.9~dfsg/src/settings.js:180:// eliminator), but in wasm it is efficient and should be used whenever relevant. emscripten-2.0.9~dfsg/src/settings.js-181-// See https://code.google.com/p/v8/issues/detail?id=3907 regarding ############################################## emscripten-2.0.9~dfsg/src/settings.js-184-// once created they cannot be resized. (This happens both in asm.js and in emscripten-2.0.9~dfsg/src/settings.js:185:// wasm - in wasm we can grow the Memory, but still need to create new emscripten-2.0.9~dfsg/src/settings.js-186-// views for JS.) ############################################## emscripten-2.0.9~dfsg/src/settings.js-210-// geometric memory overgrowth is utilized (above variable). Set emscripten-2.0.9~dfsg/src/settings.js:211:// MEMORY_GROWTH_LINEAR_STEP to a multiple of WASM page size (64KB), eg. 16MB to emscripten-2.0.9~dfsg/src/settings.js-212-// replace geometric overgrowth rate with a constant growth step size. When ############################################## emscripten-2.0.9~dfsg/src/settings.js-233- emscripten-2.0.9~dfsg/src/settings.js:234:// If set to 1, each asm.js/wasm module export is individually declared with a emscripten-2.0.9~dfsg/src/settings.js-235-// JavaScript "var" definition. This is the simple and recommended approach. ############################################## emscripten-2.0.9~dfsg/src/settings.js-272-// memory (using truncs/extends/ reinterprets). This means that when types do emscripten-2.0.9~dfsg/src/settings.js:273:// not match the emulated values may differ between asm.js and wasm (and native, emscripten-2.0.9~dfsg/src/settings.js-274-// for that matter - this is all undefined behavior). In any case, both ############################################## emscripten-2.0.9~dfsg/src/settings.js-549-// These options only pertain to Emscripten exception handling and do not emscripten-2.0.9~dfsg/src/settings.js:550:// control the experimental native wasm exception handling option. emscripten-2.0.9~dfsg/src/settings.js-551- ############################################## emscripten-2.0.9~dfsg/src/settings.js-553-// by default as the overhead of exceptions is quite high in size and speed emscripten-2.0.9~dfsg/src/settings.js:554:// currently (in the future, wasm should improve that). When exceptions are emscripten-2.0.9~dfsg/src/settings.js-555-// disabled, if an exception actually happens then it will not be caught ############################################## emscripten-2.0.9~dfsg/src/settings.js-614-// info. This must be large enough to store the call stack and locals. If it is too emscripten-2.0.9~dfsg/src/settings.js:615:// small, you will see a wasm trap due to executing an "unreachable" instruction. emscripten-2.0.9~dfsg/src/settings.js-616-// In that case, you should increase this size. ############################################## emscripten-2.0.9~dfsg/src/settings.js-628-// The names in this list are names from the WebAssembly Names section. The emscripten-2.0.9~dfsg/src/settings.js:629:// wasm backend will emit those names in *human-readable* form instead of emscripten-2.0.9~dfsg/src/settings.js-630-// typical C++ mangling. For example, you should write Struct::func() ############################################## emscripten-2.0.9~dfsg/src/settings.js-636-// changes which would mean a single list couldn't work for both -O0 and -O1 emscripten-2.0.9~dfsg/src/settings.js:637:// builds, etc.). You can inspect the wasm binary to look for the actual names, emscripten-2.0.9~dfsg/src/settings.js-638-// either directly or using wasm-objdump or wasm-dis, etc. ############################################## emscripten-2.0.9~dfsg/src/settings.js-752- emscripten-2.0.9~dfsg/src/settings.js:753:// This saves the compiled wasm module in a file with name emscripten-2.0.9~dfsg/src/settings.js-754-// $WASM_BINARY_NAME.$V8_VERSION.cached emscripten-2.0.9~dfsg/src/settings.js:755:// and loads it on subsequent runs. This caches the compiled wasm code from emscripten-2.0.9~dfsg/src/settings.js-756-// v8 in node, which saves compiling on subsequent runs, making them start up ############################################## emscripten-2.0.9~dfsg/src/settings.js-763-// https://github.com/nodejs/node/issues/18265#issuecomment-622971547 emscripten-2.0.9~dfsg/src/settings.js:764:// * The default location of the .cached files is alongside the wasm binary, emscripten-2.0.9~dfsg/src/settings.js-765-// as mentioned earlier. If that is in a read-only directory, you may need ############################################## emscripten-2.0.9~dfsg/src/settings.js-774-// By default if this setting is not specified on the command line the emscripten-2.0.9~dfsg/src/settings.js:775:// `_main` function will be implicitly exported. In STANDALONE_WASM mode the emscripten-2.0.9~dfsg/src/settings.js-776-// default export is `__start` (or `__initialize` if --no-entry is specified). ############################################## emscripten-2.0.9~dfsg/src/settings.js-1017-// Use the ES6 Module relative import feature 'import.meta.url' emscripten-2.0.9~dfsg/src/settings.js:1018:// to auto-detect WASM Module path. emscripten-2.0.9~dfsg/src/settings.js-1019-// It might not be supported on old browsers / toolchains ############################################## emscripten-2.0.9~dfsg/src/settings.js-1067-// Specify -s WASM=2 to target both WebAssembly and JavaScript at the same time. emscripten-2.0.9~dfsg/src/settings.js:1068:// In that build mode, two files a.wasm and a.wasm.js are produced, and at runtime emscripten-2.0.9~dfsg/src/settings.js-1069-// the WebAssembly file is loaded if browser/shell supports it. Otherwise the ############################################## emscripten-2.0.9~dfsg/src/settings.js-1073-// the page will be reloaded in Wasm2JS mode. emscripten-2.0.9~dfsg/src/settings.js:1074:var WASM = 1; emscripten-2.0.9~dfsg/src/settings.js-1075- emscripten-2.0.9~dfsg/src/settings.js:1076:// STANDALONE_WASM indicates that we want to emit a wasm file that can run emscripten-2.0.9~dfsg/src/settings.js-1077-// without JavaScript. The file will use standard APIs such as wasi as much as ############################################## emscripten-2.0.9~dfsg/src/settings.js-1079-// emscripten-2.0.9~dfsg/src/settings.js:1080:// This option does not guarantee that the wasm can be used by itself - if you emscripten-2.0.9~dfsg/src/settings.js-1081-// use APIs with no non-JS alternative, we will still use those (e.g., OpenGL ############################################## emscripten-2.0.9~dfsg/src/settings.js-1086-// We may still emit JS with this flag, but the JS should only be a convenient emscripten-2.0.9~dfsg/src/settings.js:1087:// way to run the wasm on the Web or in Node.js, and you can run the wasm by emscripten-2.0.9~dfsg/src/settings.js-1088-// itself without that JS (again, unless you use APIs for which there is no emscripten-2.0.9~dfsg/src/settings.js:1089:// non-JS alternative) in a wasm runtime like wasmer or wasmtime. emscripten-2.0.9~dfsg/src/settings.js-1090-// ############################################## emscripten-2.0.9~dfsg/src/settings.js-1094-// import the Memory - importing it is useful for JS, so that JS can start to emscripten-2.0.9~dfsg/src/settings.js:1095:// use it before the wasm is even loaded, but in wasi and other wasm-only emscripten-2.0.9~dfsg/src/settings.js:1096:// environments the expectation is to create the memory in the wasm itself. emscripten-2.0.9~dfsg/src/settings.js-1097-// Doing so prevents some possible JS optimizations, so we only do it behind ############################################## emscripten-2.0.9~dfsg/src/settings.js-1099-// emscripten-2.0.9~dfsg/src/settings.js:1100:// When this flag is set we do not legalize the JS interface, since the wasm is emscripten-2.0.9~dfsg/src/settings.js:1101:// meant to run in a wasm VM, which can handle i64s directly. If we legalized it emscripten-2.0.9~dfsg/src/settings.js:1102:// the wasm VM would not recognize the API. However, this means that the emscripten-2.0.9~dfsg/src/settings.js-1103-// optional JS emitted won't run if you use a JS API with an i64. You can use ############################################## emscripten-2.0.9~dfsg/src/settings.js-1109-// build a library (also known as a reactor) instead you can pass `--no-entry`. emscripten-2.0.9~dfsg/src/settings.js:1110:var STANDALONE_WASM = 0; emscripten-2.0.9~dfsg/src/settings.js-1111- ############################################## emscripten-2.0.9~dfsg/src/settings.js-1127- emscripten-2.0.9~dfsg/src/settings.js:1128:// Whether to compile the wasm asynchronously, which is more efficient and does emscripten-2.0.9~dfsg/src/settings.js-1129-// not block the main thread. This is currently required for all but the ############################################## emscripten-2.0.9~dfsg/src/settings.js-1135-// WebAssembly integration with JavaScript BigInt. When enabled we don't need emscripten-2.0.9~dfsg/src/settings.js:1136:// to legalize i64s into pairs of i32s, as the wasm VM will use a BigInt where emscripten-2.0.9~dfsg/src/settings.js-1137-// an i64 is used. ############################################## emscripten-2.0.9~dfsg/src/settings.js-1148- emscripten-2.0.9~dfsg/src/settings.js:1149:// If set then generated WASM files will contain a custom emscripten-2.0.9~dfsg/src/settings.js-1150-// "emscripten_metadata" section that contains information necessary ############################################## emscripten-2.0.9~dfsg/src/settings.js-1247-// In web browsers, Workers cannot be created while the main browser thread emscripten-2.0.9~dfsg/src/settings.js:1248:// is executing JS/Wasm code, but the main thread must regularly yield back emscripten-2.0.9~dfsg/src/settings.js-1249-// to the browser event loop for Worker initialization to occur. ############################################## emscripten-2.0.9~dfsg/src/settings.js-1288-// explicitly specify the stack size, in which case this value is ignored. Note emscripten-2.0.9~dfsg/src/settings.js:1289:// that the asm.js/wasm function call control flow stack is separate from this emscripten-2.0.9~dfsg/src/settings.js-1290-// stack, and this stack only contains certain function local variables, such as emscripten-2.0.9~dfsg/src/settings.js-1291-// those that have their addresses taken, or ones that are too large to fit as emscripten-2.0.9~dfsg/src/settings.js:1292:// local vars in asm.js/wasm code. emscripten-2.0.9~dfsg/src/settings.js-1293-var DEFAULT_PTHREAD_STACK_SIZE = 2*1024*1024; ############################################## emscripten-2.0.9~dfsg/src/settings.js-1461-// where WebAssembly module is compiled already while it is being downloaded. emscripten-2.0.9~dfsg/src/settings.js:1462:// In order for this to work, the web server MUST properly serve the .wasm file emscripten-2.0.9~dfsg/src/settings.js-1463-// with a HTTP response header "Content-Type: application/wasm". If this HTTP ############################################## emscripten-2.0.9~dfsg/src/settings.js-1471-// then compilation starts. emscripten-2.0.9~dfsg/src/settings.js:1472:// For large .wasm modules and production environments, this should be set to 1 emscripten-2.0.9~dfsg/src/settings.js-1473-// for faster startup speeds. However this setting is disabled by default ############################################## emscripten-2.0.9~dfsg/src/settings.js-1483-// MINIMAL_RUNTIME_STREAMING_WASM_INSTANTIATION cannot be simultaneously active. emscripten-2.0.9~dfsg/src/settings.js:1484:// Which one of these two is faster depends on the size of the wasm module, emscripten-2.0.9~dfsg/src/settings.js-1485-// the size of the JS runtime file, and the size of the preloaded data file ############################################## emscripten-2.0.9~dfsg/src/settings.js-1495-// Advanced manual dead code elimination: Specifies the set of runtime JS emscripten-2.0.9~dfsg/src/settings.js:1496:// functions that should be imported to the asm.js/wasm module. Remove elements emscripten-2.0.9~dfsg/src/settings.js-1497-// from this list to make build smaller if some of these are not needed. In emscripten-2.0.9~dfsg/src/settings.js:1498:// Wasm -O3/-Os builds, adjusting this is not necessary, as the Meta-DCE pass is emscripten-2.0.9~dfsg/src/settings.js-1499-// able to remove these, but if you are targeting asm.js or doing a -O2 build or ############################################## emscripten-2.0.9~dfsg/src/settings.js-1536- emscripten-2.0.9~dfsg/src/settings.js:1537:// Whether we *may* be using wasm2js. This compiles to wasm normally, but lets emscripten-2.0.9~dfsg/src/settings.js-1538-// you run wasm2js *later* on the wasm, and you can pick between running the emscripten-2.0.9~dfsg/src/settings.js:1539:// normal wasm or that wasm2js code. For details of how to do that, see the emscripten-2.0.9~dfsg/src/settings.js-1540-// test_maybe_wasm2js test. This option can be useful for debugging and ############################################## emscripten-2.0.9~dfsg/src/settings.js-1590-// emit the wasm2c .h file. The output filenames will be X.wasm.c, X.wasm.h emscripten-2.0.9~dfsg/src/settings.js:1591:// if your output is X.js or X.wasm (note the added .wasm. we make sure to emit, emscripten-2.0.9~dfsg/src/settings.js-1592-// which avoids trampling a C file). ############################################## emscripten-2.0.9~dfsg/src/settings.js-1594- emscripten-2.0.9~dfsg/src/settings.js:1595:// Setting this affects the path emitted in the wasm that refers to the DWARF emscripten-2.0.9~dfsg/src/settings.js-1596-// file, in -gseparate-dwarf mode. This allows the debugging file to be hosted ############################################## emscripten-2.0.9~dfsg/src/settings.js-1600-// Emscripten runs wasm-ld to link, and in some cases will do further changes to emscripten-2.0.9~dfsg/src/settings.js:1601:// the wasm afterwards, like running wasm-opt to optimize the binary in emscripten-2.0.9~dfsg/src/settings.js:1602:// optimized builds. However, in some builds no wasm changes are necessary after emscripten-2.0.9~dfsg/src/settings.js-1603-// link. This can make the entire link step faster, and can also be important emscripten-2.0.9~dfsg/src/settings.js:1604:// for other reasons, like in debugging if the wasm is not modified then the emscripten-2.0.9~dfsg/src/settings.js-1605-// DWARF info from LLVM is preserved (wasm-opt can rewrite it in some cases, but ############################################## emscripten-2.0.9~dfsg/src/settings.js-1607-// When this flag is turned on, we error at link time if the build requires any emscripten-2.0.9~dfsg/src/settings.js:1608:// changes to the wasm after link. This can be useful in testing, for example. emscripten-2.0.9~dfsg/src/settings.js-1609-var ERROR_ON_WASM_CHANGES_AFTER_LINK = 0; emscripten-2.0.9~dfsg/src/settings.js-1610- emscripten-2.0.9~dfsg/src/settings.js:1611:// Whether the program should abort when an unhandled WASM exception is encountered. emscripten-2.0.9~dfsg/src/settings.js-1612-// This makes the Emscripten program behave more like a native program where the OS ############################################## emscripten-2.0.9~dfsg/src/settings.js-1667- ['SPLIT_MEMORY', [0], 'Starting from Emscripten 1.38.19, SPLIT_MEMORY codegen is no longer available (https://github.com/emscripten-core/emscripten/pull/7465)'], emscripten-2.0.9~dfsg/src/settings.js:1668: ['BINARYEN_METHOD', ['native-wasm'], 'Starting from Emscripten 1.38.23, Emscripten now always builds either to Wasm (-s WASM=1 - default), or to asm.js (-s WASM=0), other methods are not supported (https://github.com/emscripten-core/emscripten/pull/7836)'], emscripten-2.0.9~dfsg/src/settings.js:1669: ['BINARYEN_TRAP_MODE', [-1], 'The wasm backend does not support a trap mode (it always clamps, in effect)'], emscripten-2.0.9~dfsg/src/settings.js-1670- ['PRECISE_I64_MATH', [1, 2], 'Starting from Emscripten 1.38.26, PRECISE_I64_MATH is always enabled (https://github.com/emscripten-core/emscripten/pull/7935)'], ############################################## emscripten-2.0.9~dfsg/src/settings.js-1672- ['ERROR_ON_MISSING_LIBRARIES', [1], 'missing libraries are always an error now'], emscripten-2.0.9~dfsg/src/settings.js:1673: ['EMITTING_JS', [1], 'The new STANDALONE_WASM flag replaces this (replace EMITTING_JS=0 with STANDALONE_WASM=1)'], emscripten-2.0.9~dfsg/src/settings.js-1674- ['SKIP_STACK_IN_SMALL', [0, 1], 'SKIP_STACK_IN_SMALL is no longer needed as the backend can optimize it directly'], ############################################## emscripten-2.0.9~dfsg/src/settings.js-1676- ['MEMORY_GROWTH_STEP', 'MEMORY_GROWTH_LINEAR_STEP'], emscripten-2.0.9~dfsg/src/settings.js:1677: ['ELIMINATE_DUPLICATE_FUNCTIONS', [0, 1], 'Duplicate function elimination for wasm is handled automatically by binaryen'], emscripten-2.0.9~dfsg/src/settings.js:1678: ['ELIMINATE_DUPLICATE_FUNCTIONS_DUMP_EQUIVALENT_FUNCTIONS', [0], 'Duplicate function elimination for wasm is handled automatically by binaryen'], emscripten-2.0.9~dfsg/src/settings.js:1679: ['ELIMINATE_DUPLICATE_FUNCTIONS_PASSES', [5], 'Duplicate function elimination for wasm is handled automatically by binaryen'], emscripten-2.0.9~dfsg/src/settings.js-1680- // WASM_OBJECT_FILES is handled in emcc.py, supporting both 0 and 1 for now. ############################################## emscripten-2.0.9~dfsg/src/settings.js-1685- ['BINARYEN_PASSES', [''], 'Use BINARYEN_EXTRA_PASSES to add additional passes'], emscripten-2.0.9~dfsg/src/settings.js:1686: ['SWAPPABLE_ASM_MODULE', [0], 'Fully swappable asm modules are no longer supported'], emscripten-2.0.9~dfsg/src/settings.js-1687- ['ASM_JS', [1], 'asm.js output is not supported any more'], ############################################## emscripten-2.0.9~dfsg/src/settings.js-1693- ['SEPARATE_ASM_MODULE_NAME', [''], 'Separate asm.js only made sense for fastcomp with asm.js output'], emscripten-2.0.9~dfsg/src/settings.js:1694: ['FAST_UNROLLED_MEMCPY_AND_MEMSET', [0, 1], 'The wasm backend implements memcpy/memset in C'], emscripten-2.0.9~dfsg/src/settings.js:1695: ['DOUBLE_MODE', [0, 1], 'The wasm backend always implements doubles normally'], emscripten-2.0.9~dfsg/src/settings.js:1696: ['PRECISE_F32', [0, 1, 2], 'The wasm backend always implements floats normally'], emscripten-2.0.9~dfsg/src/settings.js:1697: ['ALIASING_FUNCTION_POINTERS', [0, 1], 'The wasm backend always uses a single index space for function pointers, in a single Table'], emscripten-2.0.9~dfsg/src/settings.js:1698: ['AGGRESSIVE_VARIABLE_ELIMINATION', [0, 1], 'Wasm ignores asm.js-specific optimization flags'], emscripten-2.0.9~dfsg/src/settings.js:1699: ['SIMPLIFY_IFS', [1], 'Wasm ignores asm.js-specific optimization flags'], emscripten-2.0.9~dfsg/src/settings.js:1700: ['DEAD_FUNCTIONS', [[]], 'The wasm backend does not support dead function removal'], emscripten-2.0.9~dfsg/src/settings.js:1701: ['WASM_BACKEND', [-1], 'Only the wasm backend is now supported (note that setting it as -s has never been allowed anyhow)'], emscripten-2.0.9~dfsg/src/settings.js-1702- ['EXPORT_BINDINGS', [0, 1], 'No longer needed'], ############################################## emscripten-2.0.9~dfsg/src/settings_internal.js-13- emscripten-2.0.9~dfsg/src/settings_internal.js:14:// An array of all symbols exported from asm.js/wasm module. emscripten-2.0.9~dfsg/src/settings_internal.js-15-var MODULE_EXPORTS = []; ############################################## emscripten-2.0.9~dfsg/src/settings_internal.js-34- emscripten-2.0.9~dfsg/src/settings_internal.js:35:// Whether we should use binaryen's wasm2js to convert our wasm to JS. Set when emscripten-2.0.9~dfsg/src/settings_internal.js:36:// wasm backend is in use with WASM=0 (to enable non-wasm output, we compile to emscripten-2.0.9~dfsg/src/settings_internal.js:37:// wasm normally, then compile that to JS). emscripten-2.0.9~dfsg/src/settings_internal.js-38-var WASM2JS = 0; ############################################## emscripten-2.0.9~dfsg/src/settings_internal.js-54- emscripten-2.0.9~dfsg/src/settings_internal.js:55:// Whether we should load the WASM source map at runtime. emscripten-2.0.9~dfsg/src/settings_internal.js-56-// This is enabled automatically when using -g4 with sanitizers. ############################################## emscripten-2.0.9~dfsg/src/settings_internal.js-100- emscripten-2.0.9~dfsg/src/settings_internal.js:101:// tracks the list of EM_ASM signatures that are proxied between threads. emscripten-2.0.9~dfsg/src/settings_internal.js-102-var PROXIED_FUNCTION_SIGNATURES = []; ############################################## emscripten-2.0.9~dfsg/src/settings_internal.js-106- emscripten-2.0.9~dfsg/src/settings_internal.js:107:// name of the file containing wasm binary, if relevant emscripten-2.0.9~dfsg/src/settings_internal.js-108-var WASM_BINARY_FILE = ''; ############################################## emscripten-2.0.9~dfsg/src/settings_internal.js-115- emscripten-2.0.9~dfsg/src/settings_internal.js:116:var MEM_INIT_IN_WASM = 0; emscripten-2.0.9~dfsg/src/settings_internal.js-117- ############################################## emscripten-2.0.9~dfsg/src/settings_internal.js-121- emscripten-2.0.9~dfsg/src/settings_internal.js:122:// the total initial wasm table size, only used in RELOCATABLE mode emscripten-2.0.9~dfsg/src/settings_internal.js-123-var WASM_TABLE_SIZE = 0; ############################################## emscripten-2.0.9~dfsg/src/settings_internal.js-137- emscripten-2.0.9~dfsg/src/settings_internal.js:138:// Whether to minify functions exported from Asm.js/Wasm module. emscripten-2.0.9~dfsg/src/settings_internal.js-139-var MINIFY_ASMJS_EXPORT_NAMES = 1; ############################################## emscripten-2.0.9~dfsg/src/settings_internal.js-143- emscripten-2.0.9~dfsg/src/settings_internal.js:144:// Wasm backend symbols that are considered system symbols and don't emscripten-2.0.9~dfsg/src/settings_internal.js-145-// have the normal C symbol name mangled applied (== prefix with an underscore) ############################################## emscripten-2.0.9~dfsg/src/settings_internal.js-155- emscripten-2.0.9~dfsg/src/settings_internal.js:156:// Whether to emit DWARF in a separate wasm file on the side (this is not called emscripten-2.0.9~dfsg/src/settings_internal.js-157-// "split" because there is already a DWARF concept by that name). emscripten-2.0.9~dfsg/src/settings_internal.js-158-// When DWARF is on the side, the main file has no DWARF info, while the side emscripten-2.0.9~dfsg/src/settings_internal.js:159:// file, ending in .debug.wasm, has the same wasm binary + all the debug emscripten-2.0.9~dfsg/src/settings_internal.js-160-// sections. ############################################## emscripten-2.0.9~dfsg/src/settings_internal.js-185- emscripten-2.0.9~dfsg/src/settings_internal.js:186:// If true, building against Emscripten's asm.js/wasm heap memory profiler. emscripten-2.0.9~dfsg/src/settings_internal.js-187-var MEMORYPROFILER = 0; ############################################## emscripten-2.0.9~dfsg/src/shell.js-38- emscripten-2.0.9~dfsg/src/shell.js:39:#if ((MAYBE_WASM2JS && WASM != 2) || MODULARIZE) && (MIN_CHROME_VERSION < 33 || MIN_EDGE_VERSION < 12 || MIN_FIREFOX_VERSION < 29 || MIN_IE_VERSION != TARGET_NOT_SUPPORTED || MIN_SAFARI_VERSION < 80000) // https://caniuse.com/#feat=promises emscripten-2.0.9~dfsg/src/shell.js-40-// Include a Promise polyfill for legacy browsers. This is needed either for emscripten-2.0.9~dfsg/src/shell.js:41:// wasm2js, where we polyfill the wasm API which needs Promises, or when using emscripten-2.0.9~dfsg/src/shell.js-42-// modularize which creates a Promise for when the module is ready. ############################################## emscripten-2.0.9~dfsg/src/shell.js-209- emscripten-2.0.9~dfsg/src/shell.js:210:#if WASM == 2 emscripten-2.0.9~dfsg/src/shell.js-211- // If target shell does not support Wasm, load the JS version of the code. ############################################## emscripten-2.0.9~dfsg/src/shell.js-275- emscripten-2.0.9~dfsg/src/shell.js:276:#if WASM == 2 emscripten-2.0.9~dfsg/src/shell.js-277- // If target shell does not support Wasm, load the JS version of the code. ############################################## emscripten-2.0.9~dfsg/src/shell_minimal.js-53-#if !SINGLE_FILE emscripten-2.0.9~dfsg/src/shell_minimal.js:54:#if ENVIRONMENT_MAY_BE_NODE && ((WASM == 1 && (!WASM2JS || !MEM_INIT_IN_WASM)) || WASM == 2) emscripten-2.0.9~dfsg/src/shell_minimal.js:55:// Wasm or Wasm2JS loading: emscripten-2.0.9~dfsg/src/shell_minimal.js-56- ############################################## emscripten-2.0.9~dfsg/src/shell_minimal.js-58- var fs = require('fs'); emscripten-2.0.9~dfsg/src/shell_minimal.js:59:#if WASM == 2 emscripten-2.0.9~dfsg/src/shell_minimal.js-60- if (typeof WebAssembly !== 'undefined') Module['wasm'] = fs.readFileSync(__dirname + '/{{{ TARGET_BASENAME }}}.wasm'); ############################################## emscripten-2.0.9~dfsg/src/shell_minimal.js-72- emscripten-2.0.9~dfsg/src/shell_minimal.js:73:#if ENVIRONMENT_MAY_BE_SHELL && ((WASM == 1 && (!WASM2JS || !MEM_INIT_IN_WASM)) || WASM == 2) emscripten-2.0.9~dfsg/src/shell_minimal.js-74-if (ENVIRONMENT_IS_SHELL) { emscripten-2.0.9~dfsg/src/shell_minimal.js:75:#if WASM == 2 emscripten-2.0.9~dfsg/src/shell_minimal.js-76- if (typeof WebAssembly !== 'undefined') Module['wasm'] = read('{{{ TARGET_BASENAME }}}.wasm', 'binary'); ############################################## emscripten-2.0.9~dfsg/src/shell_minimal_runtime.html-12- emscripten-2.0.9~dfsg/src/shell_minimal_runtime.html:13:#if WASM == 2 emscripten-2.0.9~dfsg/src/shell_minimal_runtime.html:14: var supportsWasm = window.WebAssembly && location.search.indexOf('_rwasm=0') < 0; emscripten-2.0.9~dfsg/src/shell_minimal_runtime.html-15-#endif ############################################## emscripten-2.0.9~dfsg/src/utility.js-207- emscripten-2.0.9~dfsg/src/utility.js:208:// Functions that start with '$' should not be imported to asm.js/wasm module. emscripten-2.0.9~dfsg/src/utility.js-209-// They are intended to be exclusive to JS code only. ############################################## emscripten-2.0.9~dfsg/src/wasm2js.js-10-// Emit "var WebAssembly" if definitely using wasm2js. Otherwise, in MAYBE_WASM2JS emscripten-2.0.9~dfsg/src/wasm2js.js:11:// mode, we can't use a "var" since it would prevent normal wasm from working. emscripten-2.0.9~dfsg/src/wasm2js.js-12-/** @suppress{duplicate, const} */ emscripten-2.0.9~dfsg/src/wasm2js.js:13:#if WASM2JS || WASM == 2 emscripten-2.0.9~dfsg/src/wasm2js.js-14-var ############################################## emscripten-2.0.9~dfsg/src/wasm2js.js-29- // Only needed in RELOCATABLE builds since normal builds export the table emscripten-2.0.9~dfsg/src/wasm2js.js:30: // from the wasm module. emscripten-2.0.9~dfsg/src/wasm2js.js-31- // Table is not a normal constructor and instead returns the array object. ############################################## emscripten-2.0.9~dfsg/src/wasm2js.js-43- ret.grow = function(by) { emscripten-2.0.9~dfsg/src/wasm2js.js:44: abort('Unable to grow wasm table. Build with ALLOW_TABLE_GROWTH.') emscripten-2.0.9~dfsg/src/wasm2js.js-45- }; ############################################## emscripten-2.0.9~dfsg/src/wasm2js.js-91-#if !MINIMAL_RUNTIME emscripten-2.0.9~dfsg/src/wasm2js.js:92:// We don't need to actually download a wasm binary, mark it as present but empty. emscripten-2.0.9~dfsg/src/wasm2js.js-93-wasmBinary = []; ############################################## emscripten-2.0.9~dfsg/src/wasm_offset_converter.js-7-function WasmOffsetConverter(wasmBytes, wasmModule) { emscripten-2.0.9~dfsg/src/wasm_offset_converter.js:8: // This class parses a WASM binary file, and constructs a mapping from emscripten-2.0.9~dfsg/src/wasm_offset_converter.js-9- // function indices to the start of their code in the binary file, as well ############################################## emscripten-2.0.9~dfsg/src/wasm_offset_converter.js-12- // The main purpose of this module is to enable the conversion of function emscripten-2.0.9~dfsg/src/wasm_offset_converter.js:13: // index and offset from start of function to an offset into the WASM binary. emscripten-2.0.9~dfsg/src/wasm_offset_converter.js:14: // This is needed to look up the WASM source map as well as generate emscripten-2.0.9~dfsg/src/wasm_offset_converter.js-15- // consistent program counter representations given v8's non-standard emscripten-2.0.9~dfsg/src/wasm_offset_converter.js:16: // WASM stack trace format. emscripten-2.0.9~dfsg/src/wasm_offset_converter.js-17- // ############################################## emscripten-2.0.9~dfsg/src/wasm_offset_converter.js-23- emscripten-2.0.9~dfsg/src/wasm_offset_converter.js:24: // current byte offset into the WASM binary, as we parse it emscripten-2.0.9~dfsg/src/wasm_offset_converter.js-25- // the first section starts at offset 8. ############################################## emscripten-2.0.9~dfsg/src/wasm_offset_converter.js-30- emscripten-2.0.9~dfsg/src/wasm_offset_converter.js:31: // map from function index to byte offset in WASM binary emscripten-2.0.9~dfsg/src/wasm_offset_converter.js-32- this.offset_map = {}; ############################################## emscripten-2.0.9~dfsg/src/wasm_offset_converter.js-34- emscripten-2.0.9~dfsg/src/wasm_offset_converter.js:35: // map from function index to names in WASM binary emscripten-2.0.9~dfsg/src/wasm_offset_converter.js-36- this.name_map = {}; ############################################## emscripten-2.0.9~dfsg/src/worker.js-80-#if MODULARIZE emscripten-2.0.9~dfsg/src/worker.js:81: imports['wasm'] = e.data.wasmModule; // Pass the shared Wasm module in an imports object for the MODULARIZEd build. emscripten-2.0.9~dfsg/src/worker.js-82-#else emscripten-2.0.9~dfsg/src/worker.js:83: Module['wasm'] = e.data.wasmModule; // Pass the shared Wasm module in the Module object for MINIMAL_RUNTIME. emscripten-2.0.9~dfsg/src/worker.js-84-#endif ############################################## emscripten-2.0.9~dfsg/src/worker.js-133-#if !MODULARIZE && !MINIMAL_RUNTIME emscripten-2.0.9~dfsg/src/worker.js:134: // MINIMAL_RUNTIME always compiled Wasm (&Wasm2JS) asynchronously, even in pthreads. But emscripten-2.0.9~dfsg/src/worker.js-135- // regular runtime and asm.js are loaded synchronously, so in those cases ############################################## emscripten-2.0.9~dfsg/src/compiler.js-73- emscripten-2.0.9~dfsg/src/compiler.js:74:// Side modules are pure wasm and have no JS emscripten-2.0.9~dfsg/src/compiler.js-75-assert(!SIDE_MODULE, "JS compiler should not run on side modules"); ############################################## emscripten-2.0.9~dfsg/system/include/SSE/avxintrin.h-138- // This may cause an out-of-bounds memory load since we first load and emscripten-2.0.9~dfsg/system/include/SSE/avxintrin.h:139: // then mask, but since there are no segmentation faults in Wasm memory emscripten-2.0.9~dfsg/system/include/SSE/avxintrin.h-140- // accesses, that is ok (as long as we are within the heap bounds - ############################################## emscripten-2.0.9~dfsg/system/include/SSE/avxintrin.h-148- // This may cause an out-of-bounds memory load since we first load and emscripten-2.0.9~dfsg/system/include/SSE/avxintrin.h:149: // then mask, but since there are no segmentation faults in Wasm memory emscripten-2.0.9~dfsg/system/include/SSE/avxintrin.h-150- // accesses, that is ok (as long as we are within the heap bounds - ############################################## emscripten-2.0.9~dfsg/system/include/SSE/emmintrin.h-1313-{ emscripten-2.0.9~dfsg/system/include/SSE/emmintrin.h:1314: // Wasm SIMD does not have cache hinting emscripten-2.0.9~dfsg/system/include/SSE/emmintrin.h-1315-} ############################################## emscripten-2.0.9~dfsg/system/include/SSE/smmintrin.h-145- default: emscripten-2.0.9~dfsg/system/include/SSE/smmintrin.h:146: // _MM_FROUND_TO_NEAREST_INT and _MM_FROUND_CUR_DIRECTION (which is always nearest in Wasm SIMD) emscripten-2.0.9~dfsg/system/include/SSE/smmintrin.h-147- // SSE implements "Banker's rounding", where even half-ways, e.g. 2.5 are rounded down, ############################################## emscripten-2.0.9~dfsg/system/include/SSE/smmintrin.h-166- default: emscripten-2.0.9~dfsg/system/include/SSE/smmintrin.h:167: // _MM_FROUND_TO_NEAREST_INT and _MM_FROUND_CUR_DIRECTION (which is always nearest in Wasm SIMD) emscripten-2.0.9~dfsg/system/include/SSE/smmintrin.h-168- // SSE implements "Banker's rounding", where even half-ways, e.g. 2.5 are rounded down, ############################################## emscripten-2.0.9~dfsg/system/include/SSE/smmintrin.h-186- default: emscripten-2.0.9~dfsg/system/include/SSE/smmintrin.h:187: // _MM_FROUND_TO_NEAREST_INT and _MM_FROUND_CUR_DIRECTION (which is always nearest in Wasm SIMD) emscripten-2.0.9~dfsg/system/include/SSE/smmintrin.h-188- // SSE implements "Banker's rounding", where even half-ways, e.g. 2.5 are rounded down, ############################################## emscripten-2.0.9~dfsg/system/include/SSE/smmintrin.h-203- default: emscripten-2.0.9~dfsg/system/include/SSE/smmintrin.h:204: // _MM_FROUND_TO_NEAREST_INT and _MM_FROUND_CUR_DIRECTION (which is always nearest in Wasm SIMD) emscripten-2.0.9~dfsg/system/include/SSE/smmintrin.h-205- // SSE implements "Banker's rounding", where even half-ways, e.g. 2.5 are rounded down, ############################################## emscripten-2.0.9~dfsg/system/include/compat/netdb.h-13-struct hostent *gethostbyname (const char *); emscripten-2.0.9~dfsg/system/include/compat/netdb.h:14:struct hostent *gethostbyaddr (const void *, socklen_t, int); emscripten-2.0.9~dfsg/system/include/compat/netdb.h-15- ############################################## emscripten-2.0.9~dfsg/system/include/emscripten/em_asm.h-9- emscripten-2.0.9~dfsg/system/include/emscripten/em_asm.h:10:// EM_ASM does not work strict C mode. emscripten-2.0.9~dfsg/system/include/emscripten/em_asm.h-11-#if !defined(__cplusplus) && defined(__STRICT_ANSI__) emscripten-2.0.9~dfsg/system/include/emscripten/em_asm.h-12- emscripten-2.0.9~dfsg/system/include/emscripten/em_asm.h:13:#define EM_ASM_ERROR _Pragma("GCC error(\"EM_ASM does not work in -std=c* modes, use -std=gnu* modes instead\")") emscripten-2.0.9~dfsg/system/include/emscripten/em_asm.h-14-#define EM_ASM(...) EM_ASM_ERROR ############################################## emscripten-2.0.9~dfsg/system/include/emscripten/em_asm.h-27- emscripten-2.0.9~dfsg/system/include/emscripten/em_asm.h:28:// In wasm backend, we need to call the emscripten_asm_const_* functions with emscripten-2.0.9~dfsg/system/include/emscripten/em_asm.h-29-// the C vararg calling convention, because we will call it with a variety of emscripten-2.0.9~dfsg/system/include/emscripten/em_asm.h:30:// arguments, but need to generate a coherent import for the wasm module before emscripten-2.0.9~dfsg/system/include/emscripten/em_asm.h-31-// binaryen can run over it to fix up any calls to emscripten_asm_const_*. In ############################################## emscripten-2.0.9~dfsg/system/include/emscripten/em_js.h-40-// We pack the arguments and function body into a constant string so it's emscripten-2.0.9~dfsg/system/include/emscripten/em_js.h:41:// readable from asm.js/wasm post-processing. emscripten-2.0.9~dfsg/system/include/emscripten/em_js.h-42-// Later we see a function called __em_js__foo, meaning we need to create a JS ############################################## emscripten-2.0.9~dfsg/system/include/emscripten/exports.h-9- emscripten-2.0.9~dfsg/system/include/emscripten/exports.h:10:// API that gives access to the function exports of a Wasm module. Build with emscripten-2.0.9~dfsg/system/include/emscripten/exports.h-11-// -lexports.js to use this API. ############################################## emscripten-2.0.9~dfsg/system/include/emscripten/stack.h-12- emscripten-2.0.9~dfsg/system/include/emscripten/stack.h:13:// API that gives access to introspecting the Wasm data stack. Build with emscripten-2.0.9~dfsg/system/include/emscripten/stack.h-14-// -lstack.js to use this API. ############################################## emscripten-2.0.9~dfsg/system/include/emscripten/stack.h-19- emscripten-2.0.9~dfsg/system/include/emscripten/stack.h:20:// Returns the starting address of the wasm stack. This is the address emscripten-2.0.9~dfsg/system/include/emscripten/stack.h-21-// that the stack pointer would point to when no bytes are in use on the stack. ############################################## emscripten-2.0.9~dfsg/system/include/emscripten/stack.h-23- emscripten-2.0.9~dfsg/system/include/emscripten/stack.h:24:// Returns the end address of the wasm stack. This is the address that the stack emscripten-2.0.9~dfsg/system/include/emscripten/stack.h-25-// pointer would point to when the whole stack is in use. (the address pointed emscripten-2.0.9~dfsg/system/include/emscripten/stack.h-26-// to by the end is not part of the stack itself) Note that in fastcomp, the emscripten-2.0.9~dfsg/system/include/emscripten/stack.h:27:// stack grows up, whereas in wasm backend, it grows down. So with wasm emscripten-2.0.9~dfsg/system/include/emscripten/stack.h-28-// backend, the address returned by emscripten_stack_get_end() is smaller than ############################################## emscripten-2.0.9~dfsg/system/include/emscripten/threading.h-38-uint32_t emscripten_atomic_exchange_u32(void/*uint32_t*/ *addr, uint32_t newVal); emscripten-2.0.9~dfsg/system/include/emscripten/threading.h:39:uint64_t emscripten_atomic_exchange_u64(void/*uint64_t*/ *addr, uint64_t newVal); // In asm.js/asm2wasm this is emulated with locks, very slow! emscripten-2.0.9~dfsg/system/include/emscripten/threading.h-40- ############################################## emscripten-2.0.9~dfsg/system/include/libc/arpa/inet.h-15- emscripten-2.0.9~dfsg/system/include/libc/arpa/inet.h:16:in_addr_t inet_addr (const char *); emscripten-2.0.9~dfsg/system/include/libc/arpa/inet.h-17-in_addr_t inet_network (const char *); ############################################## emscripten-2.0.9~dfsg/system/include/libc/arpa/inet.h-22-int inet_aton (const char *, struct in_addr *); emscripten-2.0.9~dfsg/system/include/libc/arpa/inet.h:23:struct in_addr inet_makeaddr(in_addr_t, in_addr_t); emscripten-2.0.9~dfsg/system/include/libc/arpa/inet.h-24-in_addr_t inet_lnaof(struct in_addr); ############################################## emscripten-2.0.9~dfsg/system/include/libc/dlfcn.h-33-} Dl_info; emscripten-2.0.9~dfsg/system/include/libc/dlfcn.h:34:int dladdr(const void *, Dl_info *); emscripten-2.0.9~dfsg/system/include/libc/dlfcn.h-35-int dlinfo(void *, int, void *); ############################################## emscripten-2.0.9~dfsg/system/include/libc/net/route.h-95- emscripten-2.0.9~dfsg/system/include/libc/net/route.h:96:#define RT_LOCALADDR(flags) ((flags & RTF_ADDRCLASSMASK) \ emscripten-2.0.9~dfsg/system/include/libc/net/route.h-97- == (RTF_LOCAL|RTF_INTERFACE)) ############################################## emscripten-2.0.9~dfsg/system/include/libc/netdb.h-99-struct netent *getnetent (void); emscripten-2.0.9~dfsg/system/include/libc/netdb.h:100:struct netent *getnetbyaddr (uint32_t, int); emscripten-2.0.9~dfsg/system/include/libc/netdb.h-101-struct netent *getnetbyname (const char *); ############################################## emscripten-2.0.9~dfsg/system/include/libc/netdb.h-118-struct hostent *gethostbyname (const char *); emscripten-2.0.9~dfsg/system/include/libc/netdb.h:119:struct hostent *gethostbyaddr (const void *, socklen_t, int); emscripten-2.0.9~dfsg/system/include/libc/netdb.h-120-int *__h_errno_location(void); ############################################## emscripten-2.0.9~dfsg/system/include/libcxx/__config-63-#elif defined(__wasm__) emscripten-2.0.9~dfsg/system/include/libcxx/__config:64:# define _LIBCPP_OBJECT_FORMAT_WASM 1 emscripten-2.0.9~dfsg/system/include/libcxx/__config-65-#else ############################################## emscripten-2.0.9~dfsg/system/include/libcxx/memory-5272- emscripten-2.0.9~dfsg/system/include/libcxx/memory:5273: _Tp *__addr() { return reinterpret_cast<_Tp *>(addressof(__v)); } emscripten-2.0.9~dfsg/system/include/libcxx/memory:5274: _Tp & get() { return *__addr(); } emscripten-2.0.9~dfsg/system/include/libcxx/memory-5275- ############################################## emscripten-2.0.9~dfsg/system/include/libcxx/memory-5282- emscripten-2.0.9~dfsg/system/include/libcxx/memory:5283: ~__temp_value() { _Traits::destroy(__a, __addr()); } emscripten-2.0.9~dfsg/system/include/libcxx/memory-5284- }; ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_allocator.cpp-402- bool UpdateAllocationStack(uptr addr, BufferedStackTrace *stack) { emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_allocator.cpp:403: AsanChunk *m = GetAsanChunkByAddr(addr); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_allocator.cpp-404- if (!m) return false; ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_allocator.cpp-734- emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_allocator.cpp:735: AsanChunk *GetAsanChunkByAddr(uptr p) { emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_allocator.cpp-736- void *alloc_beg = allocator.GetBlockBegin(reinterpret_cast<void *>(p)); ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_allocator.cpp-747- uptr AllocationSize(uptr p) { emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_allocator.cpp:748: AsanChunk *m = GetAsanChunkByAddr(p); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_allocator.cpp-749- if (!m) return 0; ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_allocator.cpp-755- AsanChunkView FindHeapChunkByAddress(uptr addr) { emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_allocator.cpp:756: AsanChunk *m1 = GetAsanChunkByAddr(addr); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_allocator.cpp-757- if (!m1) return AsanChunkView(m1); ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_allocator.cpp-764- for (uptr l = 1; l < GetPageSizeCached(); l++) { emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_allocator.cpp:765: m2 = GetAsanChunkByAddr(addr - l); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_allocator.cpp-766- if (m2 == m1) continue; // Still the same chunk. ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_allocator.cpp-1080- uptr addr = reinterpret_cast<uptr>(p); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_allocator.cpp:1081: __asan::AsanChunk *m = __asan::instance.GetAsanChunkByAddr(addr); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_allocator.cpp-1082- if (!m) return kIgnoreObjectInvalid; ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_descriptions.cpp-202- AsanThread::StackFrameAccess access; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_descriptions.cpp:203: if (!t->GetStackFrameAccessByAddr(addr, &access)) { emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_descriptions.cpp-204- descr->frame_descr = nullptr; ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_mac.cpp-108- Dl_info info; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_mac.cpp:109: int err = dladdr(needle, &info); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_mac.cpp-110- if (err == 0) return; ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_mapping_myriad.h-15- emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_mapping_myriad.h:16:#define RAW_ADDR(mem) ((mem) & ~kMyriadCacheBitMask32) emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_mapping_myriad.h-17-#define MEM_TO_SHADOW(mem) \ emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_mapping_myriad.h:18: (((RAW_ADDR(mem) - kLowMemBeg) >> SHADOW_SCALE) + (SHADOW_OFFSET)) emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_mapping_myriad.h-19- ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_mapping_myriad.h-46- PROFILE_ASAN_MAPPING(); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_mapping_myriad.h:47: a = RAW_ADDR(a); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_mapping_myriad.h-48- return a >= kLowMemBeg && a <= kLowMemEnd; ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_mapping_myriad.h-52- PROFILE_ASAN_MAPPING(); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_mapping_myriad.h:53: a = RAW_ADDR(a); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_mapping_myriad.h-54- return a >= kLowShadowBeg && a <= kLowShadowEnd; ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_mapping_myriad.h-78- PROFILE_ASAN_MAPPING(); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_mapping_myriad.h:79: a = RAW_ADDR(a); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_mapping_myriad.h-80- return a >= kShadowGapBeg && a <= kShadowGapEnd; ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_thread.cpp-321- emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_thread.cpp:322:bool AsanThread::GetStackFrameAccessByAddr(uptr addr, emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_thread.cpp-323- StackFrameAccess *access) { ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_thread.h-89- }; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_thread.h:90: bool GetStackFrameAccessByAddr(uptr addr, StackFrameAccess *access); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/asan/asan_thread.h-91- ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/builtins/clear_cache.c-79- const register int syscall_nr __asm("r7") = __ARM_NR_cacheflush; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/builtins/clear_cache.c:80: __asm __volatile("svc 0x0" emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/builtins/clear_cache.c-81- : "=r"(start_reg) ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/builtins/clear_cache.c-99- if (ctr_el0 == 0) emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/builtins/clear_cache.c:100: __asm __volatile("mrs %0, ctr_el0" : "=r"(ctr_el0)); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/builtins/clear_cache.c-101- ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/builtins/clear_cache.c-111- addr += dcache_line_size) emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/builtins/clear_cache.c:112: __asm __volatile("dc cvau, %0" ::"r"(addr)); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/builtins/clear_cache.c-113- } emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/builtins/clear_cache.c:114: __asm __volatile("dsb ish"); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/builtins/clear_cache.c-115- ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/builtins/clear_cache.c-121- addr += icache_line_size) emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/builtins/clear_cache.c:122: __asm __volatile("ic ivau, %0" ::"r"(addr)); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/builtins/clear_cache.c-123- } emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/builtins/clear_cache.c:124: __asm __volatile("isb sy"); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/builtins/clear_cache.c-125-#elif defined(__powerpc64__) ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/interception/interception_linux.cpp-35- emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/interception/interception_linux.cpp:36:static void *GetFuncAddr(const char *name, uptr wrapper_addr) { emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/interception/interception_linux.cpp-37-#if SANITIZER_NETBSD ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/interception/interception_linux.cpp-60- uptr wrapper) { emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/interception/interception_linux.cpp:61: void *addr = GetFuncAddr(name, wrapper); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/interception/interception_linux.cpp-62- *ptr_to_real = (uptr)addr; ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/interception/interception_linux.cpp-67-#if !SANITIZER_ANDROID && !SANITIZER_SOLARIS && !SANITIZER_OPENBSD emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/interception/interception_linux.cpp:68:static void *GetFuncAddr(const char *name, const char *ver) { emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/interception/interception_linux.cpp-69- return dlvsym(RTLD_NEXT, name, ver); ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/interception/interception_linux.cpp-73- uptr func, uptr wrapper) { emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/interception/interception_linux.cpp:74: void *addr = GetFuncAddr(name, ver); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/interception/interception_linux.cpp-75- *ptr_to_real = (uptr)addr; ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/lsan/lsan_common.cpp-659- emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/lsan/lsan_common.cpp:660:static Suppression *GetSuppressionForAddr(uptr addr) { emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/lsan/lsan_common.cpp-661- Suppression *s = nullptr; ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/lsan/lsan_common.cpp-688- // Therefore, StackTrace::GetPreviousInstructionPc is not needed. emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/lsan/lsan_common.cpp:689: Suppression *s = GetSuppressionForAddr(stack.trace[i]); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/lsan/lsan_common.cpp-690-#else emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/lsan/lsan_common.cpp:691: Suppression *s = GetSuppressionForAddr( emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/lsan/lsan_common.cpp-692- StackTrace::GetPreviousInstructionPc(stack.trace[i])); ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_asm.h-12- emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_asm.h:13:// Some toolchains do not support .cfi asm directives, so we have to hide emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_asm.h-14-// them inside macros. ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_asm.h-16- (defined(__GNUC__) && defined(__GCC_HAVE_DWARF2_CFI_ASM)) emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_asm.h:17: // GCC defined __GCC_HAVE_DWARF2_CFI_ASM if it supports CFI. emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_asm.h-18- // Clang seems to support CFI by default (or not?). emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_asm.h:19: // We need two versions of macros: for inline asm and standalone asm files. emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_asm.h-20-# define CFI_INL_ADJUST_CFA_OFFSET(n) ".cfi_adjust_cfa_offset " #n ";" ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_atomic_msvc.h-179- u8 prev; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_atomic_msvc.h:180: __asm { emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_atomic_msvc.h-181- mov al, cmpv ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_common.h-898- context(context), emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_common.h:899: addr(GetAddress()), emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_common.h-900- is_memory_access(IsMemoryAccess()), emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_common.h-901- write_flag(GetWriteFlag()), emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_common.h:902: is_true_faulting_addr(IsTrueFaultingAddress()) { emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_common.h-903- InitPcSpBp(); ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc-5193- COMMON_INTERCEPTOR_GET_TLS_RANGE(&tls_begin, &tls_end); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc:5194: DTLS::DTV *dtv = DTLS_on_tls_get_addr(arg, res, tls_begin, tls_end); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc-5195- if (dtv) { ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc-5230- COMMON_INTERCEPTOR_GET_TLS_RANGE(&tls_begin, &tls_end); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc:5231: DTLS::DTV *dtv = DTLS_on_tls_get_addr(arg, ptr, tls_begin, tls_end); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc-5232- if (dtv) { ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_emscripten.cpp-45- // Therefore, PC values 0x80000000 and beyond represents JavaScript code. emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_emscripten.cpp:46: // As a result, 0x00000000 to 0x7FFFFFFF represents PC values for WASM code. emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_emscripten.cpp:47: // We consider WASM code as main_module. emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_emscripten.cpp-48- main_module.addAddressRange(0, 0x7FFFFFFF, /*executable*/ true, ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h-379-#define GET_CALLER_PC() \ emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:380: (__sanitizer::uptr) __builtin_extract_return_addr(__builtin_return_address(0)) emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h-381-#else ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp-354- uptr thread_pointer; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp:355: asm volatile(".set push;\ emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp-356- .set mips64r2;\ ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp-385- // sysarch(I386_GET_GSBASE, segbase); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp:386: __asm __volatile("mov %%gs:0, %0" : "=r" (segbase)); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp-387-# elif defined(__x86_64__) emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp-388- // sysarch(AMD64_GET_FSBASE, segbase); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp:389: __asm __volatile("movq %%fs:0, %0" : "=r" (segbase)); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp-390-# else ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp-55-#include <asl.h> emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:56:#include <dlfcn.h> // for dladdr() emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp-57-#include <errno.h> ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp-529- emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:530:uptr TlsBaseAddr() { emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp-531- uptr segbase = 0; ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp-557- *stk_size = stack_top - stack_bottom; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:558: *tls_addr = TlsBaseAddr(); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp-559- *tls_size = TlsSize(); ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp-865- Dl_info info; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:866: RAW_CHECK(dladdr((void*)((uptr)&__sanitizer_report_error_summary), &info)); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp-867- char *dyld_insert_libraries = ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp-918- void *dlopen_addr = dlsym(RTLD_DEFAULT, "pthread_create"); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:919: RAW_CHECK(dladdr(dlopen_addr, &info_pthread_create)); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp-920- if (internal_strcmp(info.dli_fname, info_pthread_create.dli_fname) != 0) { ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_sparc.cpp-43-#if defined(__sparc_v9__) || defined(__sparcv9__) || defined(__sparcv9) emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_sparc.cpp:44: asm volatile("flushw" ::: "memory"); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_sparc.cpp-45-#else emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_sparc.cpp:46: asm volatile("ta 3" ::: "memory"); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_sparc.cpp-47-#endif ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp-31- Dl_info info; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp:32: int result = dladdr((const void *)addr, &info); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp-33- if (!result) return false; ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp-44- Dl_info info; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp:45: int result = dladdr((const void *)addr, &info); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp-46- if (!result) return false; ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp-159- if (start_address == AddressInfo::kUnknown) { emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp:160: // Fallback to dladdr() to get function start address if atos doesn't report emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp-161- // it. emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp-162- Dl_info info; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp:163: int result = dladdr((const void *)addr, &info); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp-164- if (result) ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cpp-144- DWORD64 offset = 0; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cpp:145: BOOL got_objname = SymFromAddr(GetCurrentProcess(), emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cpp-146- (DWORD64)addr, &offset, symbol); ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc-17- register u64 x0 asm("x0"); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc:18: asm volatile("svc 0" emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc-19- : "=r"(x0) ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc-29- register u64 x0 asm("x0") = arg1; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc:30: asm volatile("svc 0" emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc-31- : "=r"(x0) ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc-42- register u64 x1 asm("x1") = arg2; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc:43: asm volatile("svc 0" emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc-44- : "=r"(x0) ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc-56- register u64 x2 asm("x2") = arg3; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc:57: asm volatile("svc 0" emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc-58- : "=r"(x0) ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc-72- register u64 x3 asm("x3") = arg4; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc:73: asm volatile("svc 0" emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc-74- : "=r"(x0) ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc-89- register u64 x4 asm("x4") = arg5; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc:90: asm volatile("svc 0" emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc-91- : "=r"(x0) ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc-108- register u64 x5 asm("x5") = arg6; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc:109: asm volatile("svc 0" emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc-110- : "=r"(x0) ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc-17- register u32 r0 asm("r0"); emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc:18: asm volatile("swi #0" emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc-19- : "=r"(r0) ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc-29- register u32 r0 asm("r0") = arg1; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc:30: asm volatile("swi #0" emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc-31- : "=r"(r0) ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc-42- register u32 r1 asm("r1") = arg2; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc:43: asm volatile("swi #0" emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc-44- : "=r"(r0) ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc-56- register u32 r2 asm("r2") = arg3; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc:57: asm volatile("swi #0" emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc-58- : "=r"(r0) ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc-72- register u32 r3 asm("r3") = arg4; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc:73: asm volatile("swi #0" emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc-74- : "=r"(r0) ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc-89- register u32 r4 asm("r4") = arg5; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc:90: asm volatile("swi #0" emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc-91- : "=r"(r0) ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc-108- register u32 r5 asm("r5") = arg6; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc:109: asm volatile("swi #0" emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc-110- : "=r"(r0) ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc-16- u64 retval; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc:17: asm volatile("syscall" : "=a"(retval) : "a"(nr) : "rcx", "r11", emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc-18- "memory", "cc"); ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc-24- u64 retval; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc:25: asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1) : emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc-26- "rcx", "r11", "memory", "cc"); ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc-32- u64 retval; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc:33: asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1), emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc-34- "S"((u64)arg2) : "rcx", "r11", "memory", "cc"); ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc-40- u64 retval; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc:41: asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1), emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc-42- "S"((u64)arg2), "d"((u64)arg3) : "rcx", "r11", "memory", "cc"); ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc-48- u64 retval; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc:49: asm volatile("mov %5, %%r10;" emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc-50- "syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1), ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc-59- u64 retval; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc:60: asm volatile("mov %5, %%r10;" emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc-61- "mov %6, %%r8;" ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc-72- u64 retval; emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc:73: asm volatile("mov %5, %%r10;" emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc-74- "mov %6, %%r8;" ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cpp-88- emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cpp:89:DTLS::DTV *DTLS_on_tls_get_addr(void *arg_void, void *res, emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cpp-90- uptr static_tls_begin, uptr static_tls_end) { ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cpp-143-void DTLS_on_libc_memalign(void *ptr, uptr size) {} emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cpp:144:DTLS::DTV *DTLS_on_tls_get_addr(void *arg, void *res, emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cpp-145- unsigned long, unsigned long) { return 0; } ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.h-51-// Each block is returned exactly once. emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.h:52:DTLS::DTV *DTLS_on_tls_get_addr(void *arg, void *res, uptr static_tls_begin, emscripten-2.0.9~dfsg/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.h-53- uptr static_tls_end); ############################################## emscripten-2.0.9~dfsg/system/lib/compiler-rt/readme.txt-16- emscripten-2.0.9~dfsg/system/lib/compiler-rt/readme.txt:17:lib/builtins/powitf2.c: enable for wasm as well as PPC ############################################## emscripten-2.0.9~dfsg/system/lib/dlmalloc.c-3-#if __EMSCRIPTEN__ emscripten-2.0.9~dfsg/system/lib/dlmalloc.c:4:// When building for wasm we export `malloc` and `emscripten_builtin_malloc` as emscripten-2.0.9~dfsg/system/lib/dlmalloc.c-5-// weak alias of the internal `dlmalloc` which is static to this file. ############################################## emscripten-2.0.9~dfsg/system/lib/dlmalloc.c-439- supplied C version. Also, the case of x86 using gcc is special-cased emscripten-2.0.9~dfsg/system/lib/dlmalloc.c:440: to an asm instruction, so is already as fast as it can be, and so emscripten-2.0.9~dfsg/system/lib/dlmalloc.c-441- this setting has no effect. Similarly for Win32 under recent MS compilers. emscripten-2.0.9~dfsg/system/lib/dlmalloc.c:442: (On most x86s, the asm version is only slightly faster than the C version.) emscripten-2.0.9~dfsg/system/lib/dlmalloc.c-443- ############################################## emscripten-2.0.9~dfsg/system/lib/dlmalloc.c-2886- emscripten-2.0.9~dfsg/system/lib/dlmalloc.c:2887:/* assign tree index for size S to variable I. Use x86 asm if possible */ emscripten-2.0.9~dfsg/system/lib/dlmalloc.c-2888-#if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) ############################################## emscripten-2.0.9~dfsg/system/lib/dlmalloc.c-2988- emscripten-2.0.9~dfsg/system/lib/dlmalloc.c:2989:/* index corresponding to given bit. Use x86 asm if possible */ emscripten-2.0.9~dfsg/system/lib/dlmalloc.c-2990- ############################################## emscripten-2.0.9~dfsg/system/lib/emmalloc.cpp-16- * - sbrk() can be used by other code outside emmalloc. emscripten-2.0.9~dfsg/system/lib/emmalloc.cpp:17: * - sbrk() is very fast in most cases (internal wasm call). emscripten-2.0.9~dfsg/system/lib/emmalloc.cpp-18- * ############################################## emscripten-2.0.9~dfsg/system/lib/emmalloc.cpp-66-// Configuration: If EMMALLOC_USE_64BIT_OPS is specified, emmalloc uses 64 buckets for free memory regions instead of just 32. emscripten-2.0.9~dfsg/system/lib/emmalloc.cpp:67:// When building to target asm.js/wasm2js, 64-bit ops are disabled, but in Wasm builds, 64-bit ops are enabled. (this is emscripten-2.0.9~dfsg/system/lib/emmalloc.cpp-68-// configured from command line in system_libs.py build) ############################################## emscripten-2.0.9~dfsg/system/lib/emmalloc.cpp-904- if (debug_region_is_consistent(region)) emscripten-2.0.9~dfsg/system/lib/emmalloc.cpp:905: // LLVM wasm backend bug: cannot use MAIN_THREAD_ASYNC_EM_ASM() here, that generates internal compiler error emscripten-2.0.9~dfsg/system/lib/emmalloc.cpp-906- EM_ASM(console.error('Double free at region ptr ' + $0.toString(16) + ', region->size: ' + $1.toString(16) + ', region->sizeAtCeiling: ' + $2.toString(16) + ')'), region, size, region_ceiling_size(region)); ############################################## emscripten-2.0.9~dfsg/system/lib/emmalloc.cpp-1353-// Returns 1 if memory was actually freed, and 0 if not. In WebAssembly builds, this function emscripten-2.0.9~dfsg/system/lib/emmalloc.cpp:1354:// does nothing, because it is not possible to shrink the Wasm heap size once it has grown. emscripten-2.0.9~dfsg/system/lib/emmalloc.cpp-1355-// Call emmalloc_trim() first before calling this function to maximize the amount of ############################################## emscripten-2.0.9~dfsg/system/lib/fetch/emscripten_fetch.cpp-150-// code. That lets us do sync operations by blocking on the worker etc. emscripten-2.0.9~dfsg/system/lib/fetch/emscripten_fetch.cpp:151:// In the wasm backend we don't have a fetch worker implemented yet, however, emscripten-2.0.9~dfsg/system/lib/fetch/emscripten_fetch.cpp-152-// we can still do basic synchronous fetches in the same places: if we can ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-167- emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW:168:fixed broken sigsetjmp asm on x86_64. emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-169- ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-465-- major math correctness and performance improvements emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW:466:- many math functions implemented in asm for i386 emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW:467:- some math functions (mostly long double) in asm for x86_64 emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-468-- new floating point parser/converter with correct rounding ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-599-- various LSB/glibc ABI interfaces aimed at compatibility with some binaries emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW:600:- use fistpll asm mnemonic instead of fistpq for compat with clang emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-601- ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-674-- incorrect little-endian assumptions in atomic.h functions emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW:675:- use of blx instruction in asm (not supported on pre-v5 arm) emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-676- ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-738-- eliminate .eh_frame (10-15% loaded size bloat) emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW:739:- optimal inline syscall asm for ARM and MIPS emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-740-- no longer force -O3 for shared libs ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-801-- numerous math bugs (mostly exception flags and excess-precision issues) emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW:802:- register clobber error in i386 vsyscall asm (did not affect most callers) emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-803-- various incorrect definitions in mips headers emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW:804:- broken dlsym asm on mips emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-805-- empty prefix handling in configure script (--prefix="") ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1016-performance: emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW:1017:- optimized asm memcpy for arm emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW:1018:- optimized asm memset for i386 and x86_64 emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1019-- optimized C versions of memcpy and memset for all archs emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1020-- eliminated major spurious syscalls from posix_spawn emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW:1021:- some math asm for armhf (hardfloat) emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1022- ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1210-arch-specific bugs fixed: emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW:1211:- crash from missing syscall asm register clobbers on real microblaze kernel emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1212-- crash in all nontrivial dynamic linker use on microblaze ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1327-- broken relocations in mips dynamic linker (regression in 1.1.3) emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW:1328:- register state corruption in setjmp asm for microblaze emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1329-- broken struct stat st_ino field on microblaze emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1330-- broken struct stat st_dev field on big endian mips emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW:1331:- broken asm register constraints in atomics on powerpc emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1332-- missing barriers in atomics on mips, powerpc, microblaze, and sh ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1391-- dynamic linker now honors DT_RUNPATH without DT_RPATH (new binutils) emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW:1392:- arm asm is now compatible with clang's internal assembler emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1393-- suppress macro implementations of functions when headers are used in C++ ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1424-performance: emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW:1425:- significant memset asm optimizations on i386 and x86_64 emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1426- ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1562-- support for %m and %s with null pointers in wide printf variants emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW:1563:- call frame information in i386 asm for improved debugger support emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1564- ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1593-- general fdpic elf support in dynamic linker emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW:1594:- CFI generation for x86_64 asm source files emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1595-- protection against silently building a libc.so with missing symbols ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1603-- eliminated spurious protected-data warnings linking against libc.so emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW:1604:- avoided spurious fpu asm errors with some armhf toolchains emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1605- ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1619-- mips fesetround failed to actually set rounding mode emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW:1620:- i386 asm source CFI generation had multiple bugs emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1621- ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1677-- mips siginfo_t and related macros were defined incorrectly emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW:1678:- possibly misaligned pointer globals on arm (from an asm source file) emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1679-- mips dynamic linker failed to provide info needed by debugger emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW:1680:- mips cancellation asm wrongly assumed validity of $gp register value emscripten-2.0.9~dfsg/system/lib/libc/musl/WHATSNEW-1681- ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/arch/emscripten/bits/errno.h-79-// above the wasi ones, which are dense [1,76]. emscripten-2.0.9~dfsg/system/lib/libc/musl/arch/emscripten/bits/errno.h:80:// Also try to fit the codes in a single byte signed wasm SLEB. emscripten-2.0.9~dfsg/system/lib/libc/musl/arch/emscripten/bits/errno.h-81- ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/arch/emscripten/bits/user.h-46-#define UPAGES 1 emscripten-2.0.9~dfsg/system/lib/libc/musl/arch/emscripten/bits/user.h:47:#define HOST_TEXT_START_ADDR (u.start_code) emscripten-2.0.9~dfsg/system/lib/libc/musl/arch/emscripten/bits/user.h:48:#define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG) ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/arch/emscripten/syscall_arch.h-34- emscripten-2.0.9~dfsg/system/lib/libc/musl/arch/emscripten/syscall_arch.h:35:/* Causes the final import in the wasm binary be named "env.sys_<name>" */ emscripten-2.0.9~dfsg/system/lib/libc/musl/arch/emscripten/syscall_arch.h-36-#define SYS_IMPORT(NAME) EM_IMPORT(__sys_##NAME) ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/configure-393-# emscripten-2.0.9~dfsg/system/lib/libc/musl/configure:394:# Preprocess asm files to add extra debugging information if debug is emscripten-2.0.9~dfsg/system/lib/libc/musl/configure-395-# enabled, our assembler supports the needed directives, and the ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/configure-591-test -z "$LIBCC" && tryldflag LIBCC -lcompiler_rt emscripten-2.0.9~dfsg/system/lib/libc/musl/configure:592:test -z "$LIBCC" && try_libcc=`$CC -print-file-name=libpcc.a 2>/dev/null` \ emscripten-2.0.9~dfsg/system/lib/libc/musl/configure-593- && tryldflag LIBCC "$try_libcc" ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/configure-610-if test "$cc_family" = clang ; then emscripten-2.0.9~dfsg/system/lib/libc/musl/configure:611:printf "checking whether clang's vfp asm constraints work... " emscripten-2.0.9~dfsg/system/lib/libc/musl/configure-612-echo 'float f(float x) { __asm__("":"+t"(x)); return x; }' > "$tmpc" ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dlstart.c-46- if (dynv) { emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dlstart.c:47: /* crt_arch.h entry point asm is responsible for reserving emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dlstart.c-48- * space and moving the extra fdpic arguments to the stack ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-159-#if DL_FDPIC emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:160:static void *laddr(const struct dso *p, size_t v) emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-161-{ ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-166-} emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:167:#define fpaddr(p, v) ((void (*)())&(struct funcdesc){ \ emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:168: laddr(p, v), (p)->got }) emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-169-#else emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:170:#define laddr(p, v) (void *)((p)->base + (v)) emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:171:#define fpaddr(p, v) ((void (*)())laddr(p, v)) emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-172-#endif ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-336- sym_index = R_SYM(rel[1]); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:337: reloc_addr = laddr(dso, rel[0]); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-338- if (sym_index) { ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-372- emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:373: sym_val = def.sym ? (size_t)laddr(def.dso, def.sym->st_value) : 0; emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-374- tls_val = def.sym ? def.sym->st_value : 0; ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-476- if (start>end || end-start < 4*sizeof(size_t)) return; emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:477: a = laddr(dso, start); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:478: z = laddr(dso, end); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-479- a[-2] = 1; ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-712- dso->base = base; emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:713: dso->dynv = laddr(dso, dyn); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:714: if (dso->tls.size) dso->tls.image = laddr(dso, tls_image); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-715- if (!runtime) reclaim_gaps(dso); ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-820- decode_vec(p->dynv, dyn, DYN_CNT); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:821: p->syms = laddr(p, dyn[DT_SYMTAB]); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:822: p->strings = laddr(p, dyn[DT_STRTAB]); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-823- if (dyn[0]&(1<<DT_HASH)) emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:824: p->hashtab = laddr(p, dyn[DT_HASH]); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-825- if (dyn[0]&(1<<DT_RPATH)) ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-829- if (dyn[0]&(1<<DT_PLTGOT)) emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:830: p->got = laddr(p, dyn[DT_PLTGOT]); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-831- if (search_vec(p->dynv, dyn, DT_GNU_HASH)) emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:832: p->ghashtab = laddr(p, *dyn); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-833- if (search_vec(p->dynv, dyn, DT_VERSYM)) emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:834: p->versym = laddr(p, *dyn); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-835-} ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-886- if ((p->syms[i].st_info&0xf)==STT_FUNC && p->syms[i].st_shndx) { emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:887: p->funcdescs[i].addr = laddr(p, p->syms[i].st_value); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-888- p->funcdescs[i].got = p->got; ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1155- if (NEED_MIPS_GOT_RELOCS) emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1156: do_mips_relocs(p, laddr(p, dyn[DT_PLTGOT])); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1157: do_relocs(p, laddr(p, dyn[DT_JMPREL]), dyn[DT_PLTRELSZ], emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1158- 2+(dyn[DT_PLTREL]==DT_RELA)); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1159: do_relocs(p, laddr(p, dyn[DT_REL]), dyn[DT_RELSZ], 2); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1160: do_relocs(p, laddr(p, dyn[DT_RELA]), dyn[DT_RELASZ], 3); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1161- emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1162- if (head != &ldso && p->relro_start != p->relro_end && emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1163: mprotect(laddr(p, p->relro_start), p->relro_end-p->relro_start, PROT_READ) emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1164- && errno != ENOSYS) { ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1179- if (ph->p_type == PT_DYNAMIC) { emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1180: p->dynv = laddr(p, ph->p_vaddr); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1181- } else if (ph->p_type == PT_GNU_RELRO) { ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1206- size_t n = dyn[DT_FINI_ARRAYSZ]/sizeof(size_t); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1207: size_t *fn = (size_t *)laddr(p, dyn[DT_FINI_ARRAY])+n; emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1208- while (n--) ((void (*)(void))*--fn)(); ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1211- if ((dyn[0] & (1<<DT_FINI)) && dyn[DT_FINI]) emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1212: fpaddr(p, dyn[DT_FINI])(); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1213-#endif ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1234- if ((dyn[0] & (1<<DT_INIT)) && dyn[DT_INIT]) emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1235: fpaddr(p, dyn[DT_INIT])(); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1236-#endif ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1238- size_t n = dyn[DT_INIT_ARRAYSZ]/sizeof(size_t); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1239: size_t *fn = laddr(p, dyn[DT_INIT_ARRAY]); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1240- while (n--) ((void (*)(void))*fn++)(); ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1348- ldso.loadmap = p2 ? p2 : p1; emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1349: ldso.base = laddr(&ldso, 0); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1350- } else { ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1356- ldso.phnum = ehdr->e_phnum; emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1357: ldso.phdr = laddr(&ldso, ehdr->e_phoff); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1358- ldso.phentsize = ehdr->e_phentsize; ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1369- decode_vec(ldso.dynv, dyn, DYN_CNT); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1370: size_t *rel = laddr(&ldso, dyn[DT_REL]); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1371- size_t rel_size = dyn[DT_RELSZ]; ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1389- if (DL_FDPIC) ((stage3_func)&ldso.funcdescs[dls3_def.sym-ldso.syms])(sp); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1390: else ((stage3_func)laddr(&ldso, dls3_def.sym->st_value))(sp); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1391-} ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1458- if (DL_FDPIC) app.loadmap = app_loadmap; emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1459: if (app.tls.size) app.tls.image = laddr(&app, tls_image); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1460: if (interp_off) ldso.name = laddr(&app, interp_off); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1461- if ((aux[0] & (1UL<<AT_EXECFN)) ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1516- app.name = argv[0]; emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1517: aux[AT_ENTRY] = (size_t)laddr(&app, ehdr->e_entry); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1518- /* Find the name that would have been used for the dynamic ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1522- if (app.phdr[i].p_type == PT_INTERP) emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1523: ldso.name = laddr(&app, app.phdr[i].p_vaddr); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1524- } ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1776- emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1777:void *__tls_get_addr(size_t *); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1778- ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1794- if ((def.sym->st_info&0xf) == STT_TLS) emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1795: return __tls_get_addr((size_t []){def.dso->tls_id, def.sym->st_value}); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1796- if (DL_FDPIC && (def.sym->st_info&0xf) == STT_FUNC) emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1797- return def.dso->funcdescs + (def.sym - def.dso->syms); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1798: return laddr(def.dso, def.sym->st_value); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1799- } ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1809- if (sym && (sym->st_info&0xf) == STT_TLS) emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1810: return __tls_get_addr((size_t []){p->tls_id, sym->st_value}); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1811- if (DL_FDPIC && sym && sym->st_shndx && (sym->st_info&0xf) == STT_FUNC) ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1813- if (sym && sym->st_value && (1<<(sym->st_info&0xf) & OK_TYPES)) emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1814: return laddr(p, sym->st_value); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1815- if (p->deps) for (i=0; p->deps[i]; i++) { ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1823- if (sym && (sym->st_info&0xf) == STT_TLS) emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1824: return __tls_get_addr((size_t []){p->deps[i]->tls_id, sym->st_value}); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1825- if (DL_FDPIC && sym && sym->st_shndx && (sym->st_info&0xf) == STT_FUNC) ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1827- if (sym && sym->st_value && (1<<(sym->st_info&0xf) & OK_TYPES)) emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1828: return laddr(p->deps[i], sym->st_value); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1829- } ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1834- emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1835:int dladdr(const void *addr, Dl_info *info) emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1836-{ ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1865- && (1<<(sym->st_info>>4) & OK_BINDS)) { emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c:1866: void *symaddr = laddr(p, sym->st_value); emscripten-2.0.9~dfsg/system/lib/libc/musl/ldso/dynlink.c-1867- if (symaddr > addr || symaddr < best) ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/ldso/dladdr.c-4- emscripten-2.0.9~dfsg/system/lib/libc/musl/src/ldso/dladdr.c:5:static int stub_dladdr(const void *addr, Dl_info *info) emscripten-2.0.9~dfsg/system/lib/libc/musl/src/ldso/dladdr.c-6-{ ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/ceil.c-11-{ emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/ceil.c:12:// XXX EMSCRIPTEN: on wasm backend, use the wasm instruction via clang builtin emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/ceil.c-13-// See https://github.com/emscripten-core/emscripten/issues/9236 ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/ceilf.c-4-{ emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/ceilf.c:5:// XXX EMSCRIPTEN: on wasm backend, use the wasm instruction via clang builtin emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/ceilf.c-6-// See https://github.com/emscripten-core/emscripten/issues/9236 ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/copysign.c-3-double copysign(double x, double y) { emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/copysign.c:4:// XXX EMSCRIPTEN: on wasm backend, use the wasm instruction via clang builtin emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/copysign.c-5-// See https://github.com/emscripten-core/emscripten/issues/9236 ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/copysignf.c-5-{ emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/copysignf.c:6:// XXX EMSCRIPTEN: on wasm backend, use the wasm instruction via clang builtin emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/copysignf.c-7-// See https://github.com/emscripten-core/emscripten/issues/9236 ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/fabs.c-5-{ emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/fabs.c:6:// XXX EMSCRIPTEN: on wasm backend, use the wasm instruction via clang builtin emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/fabs.c-7-// See https://github.com/emscripten-core/emscripten/issues/9236 ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/fabsf.c-5-{ emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/fabsf.c:6:// XXX EMSCRIPTEN: on wasm backend, use the wasm instruction via clang builtin emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/fabsf.c-7-// See https://github.com/emscripten-core/emscripten/issues/9236 ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/floor.c-11-{ emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/floor.c:12:// XXX EMSCRIPTEN: on wasm backend, use the wasm instruction via clang builtin emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/floor.c-13-// See https://github.com/emscripten-core/emscripten/issues/9236 ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/floorf.c-4-{ emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/floorf.c:5:// XXX EMSCRIPTEN: on wasm backend, use the wasm instruction via clang builtin emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/floorf.c-6-// See https://github.com/emscripten-core/emscripten/issues/9236 ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/fmax.c-8- return x; emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/fmax.c:9:// XXX EMSCRIPTEN: use wasm builtins for code size emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/fmax.c-10-#ifdef __wasm__ ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/fmaxf.c-8- return x; emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/fmaxf.c:9:// XXX EMSCRIPTEN: use wasm builtins for code size emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/fmaxf.c-10-#ifdef __wasm__ ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/fmin.c-8- return x; emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/fmin.c:9:// XXX EMSCRIPTEN: use wasm builtins for code size emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/fmin.c-10-#ifdef __wasm__ ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/fminf.c-8- return x; emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/fminf.c:9:// XXX EMSCRIPTEN: use wasm builtins for code size emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/fminf.c-10-#ifdef __wasm__ ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/rint.c-13-{ emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/rint.c:14:// XXX EMSCRIPTEN: on wasm backend, use the wasm instruction via clang builtin emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/rint.c-15-// See https://github.com/emscripten-core/emscripten/issues/9236 ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/rintf.c-15-{ emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/rintf.c:16:// XXX EMSCRIPTEN: on wasm backend, use the wasm instruction via clang builtin emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/rintf.c-17-// See https://github.com/emscripten-core/emscripten/issues/9236 ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/sqrt.c-84-{ emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/sqrt.c:85:// XXX EMSCRIPTEN: on wasm backend, use the wasm instruction via clang builtin emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/sqrt.c-86-// See https://github.com/emscripten-core/emscripten/issues/9236 ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/sqrtf.c-21-{ emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/sqrtf.c:22:// XXX EMSCRIPTEN: on wasm backend, use the wasm instruction via clang builtin emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/sqrtf.c-23-// See https://github.com/emscripten-core/emscripten/issues/9236 ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/trunc.c-4-{ emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/trunc.c:5:// XXX EMSCRIPTEN: on wasm backend, use the wasm instruction via clang builtin emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/trunc.c-6-// See https://github.com/emscripten-core/emscripten/issues/9236 ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/truncf.c-4-{ emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/truncf.c:5:// XXX EMSCRIPTEN: on wasm backend, use the wasm instruction via clang builtin emscripten-2.0.9~dfsg/system/lib/libc/musl/src/math/truncf.c-6-// See https://github.com/emscripten-core/emscripten/issues/9236 ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/gethostbyaddr.c-6- emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/gethostbyaddr.c:7:struct hostent *gethostbyaddr(const void *a, socklen_t l, int af) emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/gethostbyaddr.c-8-{ ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c-56- emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c:57:static void copy_addr(struct sockaddr **r, int af, union sockany *sa, void *addr, size_t addrlen, int ifindex) emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c-58-{ ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c-90- if (i < sizeof(addr)) addr[i++] = 0xff << (8 - (prefixlen % 8)); emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c:91: copy_addr(r, af, sa, addr, sizeof(addr), 0); emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c-92-} emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c-93- emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c:94:static void copy_lladdr(struct sockaddr **r, union sockany *sa, void *addr, size_t addrlen, int ifindex, unsigned short hatype) emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c-95-{ ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c-104- emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c:105:static int netlink_msg_to_ifaddr(void *pctx, struct nlmsghdr *h) emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c-106-{ ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c-142- case IFLA_ADDRESS: emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c:143: copy_lladdr(&ifs->ifa.ifa_addr, &ifs->addr, RTA_DATA(rta), RTA_DATALEN(rta), ifi->ifi_index, ifi->ifi_type); emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c-144- break; emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c-145- case IFLA_BROADCAST: emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c:146: copy_lladdr(&ifs->ifa.ifa_broadaddr, &ifs->ifu, RTA_DATA(rta), RTA_DATALEN(rta), ifi->ifi_index, ifi->ifi_type); emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c-147- break; ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c-167- if (ifs->ifa.ifa_addr) emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c:168: copy_addr(&ifs->ifa.ifa_dstaddr, ifa->ifa_family, &ifs->ifu, RTA_DATA(rta), RTA_DATALEN(rta), ifa->ifa_index); emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c-169- else emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c:170: copy_addr(&ifs->ifa.ifa_addr, ifa->ifa_family, &ifs->addr, RTA_DATA(rta), RTA_DATALEN(rta), ifa->ifa_index); emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c-171- break; emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c-172- case IFA_BROADCAST: emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c:173: copy_addr(&ifs->ifa.ifa_broadaddr, ifa->ifa_family, &ifs->ifu, RTA_DATA(rta), RTA_DATALEN(rta), ifa->ifa_index); emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c-174- break; ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c-182- } emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c:183: copy_addr(&ifs->ifa.ifa_addr, ifa->ifa_family, &ifs->addr, RTA_DATA(rta), RTA_DATALEN(rta), ifa->ifa_index); emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/getifaddrs.c-184- break; ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/inet_addr.c-6- emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/inet_addr.c:7:in_addr_t inet_addr(const char *p) emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/inet_addr.c-8-{ ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/inet_legacy.c-6-{ emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/inet_legacy.c:7: return ntohl(inet_addr(p)); emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/inet_legacy.c-8-} emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/inet_legacy.c-9- emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/inet_legacy.c:10:struct in_addr inet_makeaddr(in_addr_t n, in_addr_t h) emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/inet_legacy.c-11-{ ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/netname.c-2- emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/netname.c:3:struct netent *getnetbyaddr(uint32_t net, int type) emscripten-2.0.9~dfsg/system/lib/libc/musl/src/network/netname.c-4-{ ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/sched/sched_yield.c-6-#if __EMSCRIPTEN__ emscripten-2.0.9~dfsg/system/lib/libc/musl/src/sched/sched_yield.c:7: // SharedArrayBuffer and wasm threads do not support explicit yielding, emscripten-2.0.9~dfsg/system/lib/libc/musl/src/sched/sched_yield.c-8- // but in practice it should happen automatically well enough anyhow, so ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/thread/__tls_get_addr.c-7- emscripten-2.0.9~dfsg/system/lib/libc/musl/src/thread/__tls_get_addr.c:8:void *__tls_get_addr(size_t *v) emscripten-2.0.9~dfsg/system/lib/libc/musl/src/thread/__tls_get_addr.c-9-{ ############################################## emscripten-2.0.9~dfsg/system/lib/libc/musl/src/time/clock_settime.c-9-#ifdef __EMSCRIPTEN__ emscripten-2.0.9~dfsg/system/lib/libc/musl/src/time/clock_settime.c:10: // JS and wasm VMs do not allow setting the time. emscripten-2.0.9~dfsg/system/lib/libc/musl/src/time/clock_settime.c-11- errno = EPERM; ############################################## emscripten-2.0.9~dfsg/system/lib/libcxxabi/lib/buildit-8- emscripten-2.0.9~dfsg/system/lib/libcxxabi/lib/buildit:9:if [ `basename $(pwd)` != "lib" ] emscripten-2.0.9~dfsg/system/lib/libcxxabi/lib/buildit-10-then ############################################## emscripten-2.0.9~dfsg/system/lib/libcxxabi/lib/buildit-46- EXTRA_FLAGS+="-isysroot ${SDKROOT}" emscripten-2.0.9~dfsg/system/lib/libcxxabi/lib/buildit:47: CXX=`xcrun -sdk "${SDKROOT}" -find clang++` emscripten-2.0.9~dfsg/system/lib/libcxxabi/lib/buildit:48: CC=`xcrun -sdk "${SDKROOT}" -find clang` emscripten-2.0.9~dfsg/system/lib/libcxxabi/lib/buildit-49- fi ############################################## emscripten-2.0.9~dfsg/system/lib/libcxxabi/readme.txt-24- emscripten-2.0.9~dfsg/system/lib/libcxxabi/readme.txt:25:4. Wasm exception handling support code is added and guarded by emscripten-2.0.9~dfsg/system/lib/libcxxabi/readme.txt-26- '#ifdef __USING_WASM_EXCEPTIONS__'. ############################################## emscripten-2.0.9~dfsg/system/lib/libcxxabi/src/cxa_exception.cpp-379- emscripten-2.0.9~dfsg/system/lib/libcxxabi/src/cxa_exception.cpp:380:asm ( emscripten-2.0.9~dfsg/system/lib/libcxxabi/src/cxa_exception.cpp-381- " .pushsection .text.__cxa_end_cleanup,\"ax\",%progbits\n" ############################################## emscripten-2.0.9~dfsg/system/lib/libcxxabi/src/cxa_personality.cpp-654-#ifdef __USING_SJLJ_OR_WASM_EXCEPTIONS__ emscripten-2.0.9~dfsg/system/lib/libcxxabi/src/cxa_personality.cpp:655: (void)callSiteEncoding; // When using SjLj/Wasm exceptions, callSiteEncoding is never used emscripten-2.0.9~dfsg/system/lib/libcxxabi/src/cxa_personality.cpp-656-#endif ############################################## emscripten-2.0.9~dfsg/system/lib/libcxxabi/src/cxa_personality.cpp-730-#ifdef __USING_WASM_EXCEPTIONS__ emscripten-2.0.9~dfsg/system/lib/libcxxabi/src/cxa_personality.cpp:731: // Wasm does not do two-phase unwinding and only uses cleanup phase emscripten-2.0.9~dfsg/system/lib/libcxxabi/src/cxa_personality.cpp-732- if (actions & _UA_CLEANUP_PHASE) ############################################## emscripten-2.0.9~dfsg/system/lib/libcxxabi/src/cxa_personality.cpp-771-#ifdef __USING_WASM_EXCEPTIONS__ emscripten-2.0.9~dfsg/system/lib/libcxxabi/src/cxa_personality.cpp:772: // Wasm does not do two-phase unwinding and only uses cleanup phase emscripten-2.0.9~dfsg/system/lib/libcxxabi/src/cxa_personality.cpp-773- if (actions & _UA_CLEANUP_PHASE) ############################################## emscripten-2.0.9~dfsg/system/lib/libcxxabi/src/cxa_personality.cpp-820-#ifdef __USING_WASM_EXCEPTIONS__ emscripten-2.0.9~dfsg/system/lib/libcxxabi/src/cxa_personality.cpp:821: // Wasm does not do two-phase unwinding and only uses cleanup phase emscripten-2.0.9~dfsg/system/lib/libcxxabi/src/cxa_personality.cpp-822- if (actions & _UA_CLEANUP_PHASE) ############################################## emscripten-2.0.9~dfsg/system/lib/libcxxabi/src/cxa_personality.cpp-850-#ifdef __USING_WASM_EXCEPTIONS__ emscripten-2.0.9~dfsg/system/lib/libcxxabi/src/cxa_personality.cpp:851: // Wasm does not do two-phase unwinding and only uses cleanup phase emscripten-2.0.9~dfsg/system/lib/libcxxabi/src/cxa_personality.cpp-852- if (actions & _UA_CLEANUP_PHASE) ############################################## emscripten-2.0.9~dfsg/system/lib/libcxxabi/src/cxa_personality.cpp-1052-#ifdef __USING_WASM_EXCEPTIONS__ emscripten-2.0.9~dfsg/system/lib/libcxxabi/src/cxa_personality.cpp:1053: // Wasm uses only one phase in _UA_CLEANUP_PHASE, so we should set emscripten-2.0.9~dfsg/system/lib/libcxxabi/src/cxa_personality.cpp-1054- // these here. ############################################## emscripten-2.0.9~dfsg/system/lib/libunwind/CMakeLists.txt-76- list(APPEND CMAKE_MODULE_PATH "${LLVM_CMAKE_PATH}") emscripten-2.0.9~dfsg/system/lib/libunwind/CMakeLists.txt:77: include("${LLVM_CMAKE_PATH}/AddLLVM.cmake") emscripten-2.0.9~dfsg/system/lib/libunwind/CMakeLists.txt:78: include("${LLVM_CMAKE_PATH}/HandleLLVMOptions.cmake") emscripten-2.0.9~dfsg/system/lib/libunwind/CMakeLists.txt-79- else() ############################################## emscripten-2.0.9~dfsg/system/lib/libunwind/src/AddressSpace.hpp-68- Dl_info dlinfo; emscripten-2.0.9~dfsg/system/lib/libunwind/src/AddressSpace.hpp:69: if (!dladdr(addr, &dlinfo)) emscripten-2.0.9~dfsg/system/lib/libunwind/src/AddressSpace.hpp-70- return false; ############################################## emscripten-2.0.9~dfsg/system/lib/libunwind/src/AddressSpace.hpp-114-// emscripten-2.0.9~dfsg/system/lib/libunwind/src/AddressSpace.hpp:115:// __eh_frame_hdr_start = SIZEOF(.eh_frame_hdr) > 0 ? ADDR(.eh_frame_hdr) : 0; emscripten-2.0.9~dfsg/system/lib/libunwind/src/AddressSpace.hpp-116-// __eh_frame_hdr_end = SIZEOF(.eh_frame_hdr) > 0 ? . : 0; ############################################## emscripten-2.0.9~dfsg/system/lib/libunwind/src/AddressSpace.hpp-592- Dl_info dyldInfo; emscripten-2.0.9~dfsg/system/lib/libunwind/src/AddressSpace.hpp:593: if (dladdr((void *)addr, &dyldInfo)) { emscripten-2.0.9~dfsg/system/lib/libunwind/src/AddressSpace.hpp-594- if (dyldInfo.dli_sname != NULL) { ############################################## emscripten-2.0.9~dfsg/system/lib/libunwind/src/Unwind-wasm.cpp-42- emscripten-2.0.9~dfsg/system/lib/libunwind/src/Unwind-wasm.cpp:43: // Call personality function. Wasm does not have two-phase unwinding, so we emscripten-2.0.9~dfsg/system/lib/libunwind/src/Unwind-wasm.cpp-44- // only do the cleanup phase. ############################################## emscripten-2.0.9~dfsg/system/lib/libunwind/src/UnwindCursor.hpp-226- UnwindSectionHeader(A &addressSpace, typename A::pint_t addr) emscripten-2.0.9~dfsg/system/lib/libunwind/src/UnwindCursor.hpp:227: : _addressSpace(addressSpace), _addr(addr) {} emscripten-2.0.9~dfsg/system/lib/libunwind/src/UnwindCursor.hpp-228- ############################################## emscripten-2.0.9~dfsg/system/lib/libunwind/src/UnwindCursor.hpp-266- UnwindSectionIndexArray(A &addressSpace, typename A::pint_t addr) emscripten-2.0.9~dfsg/system/lib/libunwind/src/UnwindCursor.hpp:267: : _addressSpace(addressSpace), _addr(addr) {} emscripten-2.0.9~dfsg/system/lib/libunwind/src/UnwindCursor.hpp-268- ############################################## emscripten-2.0.9~dfsg/system/lib/libunwind/src/UnwindCursor.hpp-292- UnwindSectionRegularPageHeader(A &addressSpace, typename A::pint_t addr) emscripten-2.0.9~dfsg/system/lib/libunwind/src/UnwindCursor.hpp:293: : _addressSpace(addressSpace), _addr(addr) {} emscripten-2.0.9~dfsg/system/lib/libunwind/src/UnwindCursor.hpp-294- ############################################## emscripten-2.0.9~dfsg/system/lib/libunwind/src/UnwindCursor.hpp-317- UnwindSectionRegularArray(A &addressSpace, typename A::pint_t addr) emscripten-2.0.9~dfsg/system/lib/libunwind/src/UnwindCursor.hpp:318: : _addressSpace(addressSpace), _addr(addr) {} emscripten-2.0.9~dfsg/system/lib/libunwind/src/UnwindCursor.hpp-319- ############################################## emscripten-2.0.9~dfsg/system/lib/libunwind/src/UnwindCursor.hpp-338- UnwindSectionCompressedPageHeader(A &addressSpace, typename A::pint_t addr) emscripten-2.0.9~dfsg/system/lib/libunwind/src/UnwindCursor.hpp:339: : _addressSpace(addressSpace), _addr(addr) {} emscripten-2.0.9~dfsg/system/lib/libunwind/src/UnwindCursor.hpp-340- ############################################## emscripten-2.0.9~dfsg/system/lib/libunwind/src/UnwindCursor.hpp-374- UnwindSectionCompressedArray(A &addressSpace, typename A::pint_t addr) emscripten-2.0.9~dfsg/system/lib/libunwind/src/UnwindCursor.hpp:375: : _addressSpace(addressSpace), _addr(addr) {} emscripten-2.0.9~dfsg/system/lib/libunwind/src/UnwindCursor.hpp-376- ############################################## emscripten-2.0.9~dfsg/system/lib/libunwind/src/UnwindCursor.hpp-393- UnwindSectionLsdaArray(A &addressSpace, typename A::pint_t addr) emscripten-2.0.9~dfsg/system/lib/libunwind/src/UnwindCursor.hpp:394: : _addressSpace(addressSpace), _addr(addr) {} emscripten-2.0.9~dfsg/system/lib/libunwind/src/UnwindCursor.hpp-395- ############################################## emscripten-2.0.9~dfsg/tests/aniso.c-220- emscripten-2.0.9~dfsg/tests/aniso.c:221: // check for asm compilation bug with aliased functions with different sigs emscripten-2.0.9~dfsg/tests/aniso.c-222- ############################################## emscripten-2.0.9~dfsg/tests/core/asyncify_assertions.cpp-22- // try to resume, but that is invalid - we need to start a resume from the emscripten-2.0.9~dfsg/tests/core/asyncify_assertions.cpp:23: // *outside* of the wasm module. An assertion should catch this. emscripten-2.0.9~dfsg/tests/core/asyncify_assertions.cpp-24- resume(); ############################################## emscripten-2.0.9~dfsg/tests/core/dyncall_specific.c-33-#if FROM_OUTSIDE emscripten-2.0.9~dfsg/tests/core/dyncall_specific.c:34: eval("Module['dynCall_viji'](" + $0 + ", 1, 4, 0xffffffff, 9)"); emscripten-2.0.9~dfsg/tests/core/dyncall_specific.c-35- return; ############################################## emscripten-2.0.9~dfsg/tests/core/test_inlinejs.c-11- double ret = 0; emscripten-2.0.9~dfsg/tests/core/test_inlinejs.c:12: __asm __volatile__("Math.abs(-12/3.3)" : "=r"(ret)); // write to a variable emscripten-2.0.9~dfsg/tests/core/test_inlinejs.c-13- asm("#comment1"); emscripten-2.0.9~dfsg/tests/core/test_inlinejs.c:14: asm volatile("#comment2"); emscripten-2.0.9~dfsg/tests/core/test_inlinejs.c:15: asm volatile( emscripten-2.0.9~dfsg/tests/core/test_inlinejs.c-16- "#comment3\n" ############################################## emscripten-2.0.9~dfsg/tests/core/test_inlinejs2.c-17- asm("var $_$1 = Math.abs(-100); $_$1 *= 2; out($_$1)"); // multiline emscripten-2.0.9~dfsg/tests/core/test_inlinejs2.c:18: asm __volatile__("out('done')"); emscripten-2.0.9~dfsg/tests/core/test_inlinejs2.c-19-} ############################################## emscripten-2.0.9~dfsg/tests/core/test_math_hyperbolic.c-10- emscripten-2.0.9~dfsg/tests/core/test_math_hyperbolic.c:11:// Canonicalize nan output: wasm and asm encode negative nans differently emscripten-2.0.9~dfsg/tests/core/test_math_hyperbolic.c-12-void printCanonicalizedNan(char* funcName, double value) { ############################################## emscripten-2.0.9~dfsg/tests/core/test_memorygrowth_memory_growth_step.c-53- emscripten-2.0.9~dfsg/tests/core/test_memorygrowth_memory_growth_step.c:54: assert(i < 130); // the wasm mem max limit, we must not get there emscripten-2.0.9~dfsg/tests/core/test_memorygrowth_memory_growth_step.c-55- } ############################################## emscripten-2.0.9~dfsg/tests/core/test_memorygrowth_wasm_mem_max.c-24- } emscripten-2.0.9~dfsg/tests/core/test_memorygrowth_wasm_mem_max.c:25: assert(i <= 100); // the wasm mem max limit, we must not get there emscripten-2.0.9~dfsg/tests/core/test_memorygrowth_wasm_mem_max.c-26- } ############################################## emscripten-2.0.9~dfsg/tests/core/test_stddef.cpp-27-int main() { emscripten-2.0.9~dfsg/tests/core/test_stddef.cpp:28: // max_align_t on wasm backend is 16 due to sizeof(long double) being 16. emscripten-2.0.9~dfsg/tests/core/test_stddef.cpp-29- if (_Alignof(max_align_t) != 16) ############################################## emscripten-2.0.9~dfsg/tests/emscripten_log/emscripten_log.cpp-109- // TODO(sbc): should we try to revive these checks? The callstacks don't look quite like emscripten-2.0.9~dfsg/tests/emscripten_log/emscripten_log.cpp:110: // this in the wasm world and we already have coverage above I think? emscripten-2.0.9~dfsg/tests/emscripten_log/emscripten_log.cpp-111-#if 0 ############################################## emscripten-2.0.9~dfsg/tests/glfw.c-401- for(i = 0; i<nb_params; i++) emscripten-2.0.9~dfsg/tests/glfw.c:402: printf(" - %-27s : %i\n", GetParamName(params[i]), glfwGetWindowParam(params[i])); emscripten-2.0.9~dfsg/tests/glfw.c-403- ############################################## emscripten-2.0.9~dfsg/tests/interop/test_add_function.cpp-42-#if __wasm__ emscripten-2.0.9~dfsg/tests/interop/test_add_function.cpp:43: // In the wasm backend, we can reuse indexes emscripten-2.0.9~dfsg/tests/interop/test_add_function.cpp-44- EM_ASM({ ############################################## emscripten-2.0.9~dfsg/tests/interop/test_add_function.cpp-51- }); emscripten-2.0.9~dfsg/tests/interop/test_add_function.cpp:52: // In the wasm backend, we have a guarantee of index uniqueness for each emscripten-2.0.9~dfsg/tests/interop/test_add_function.cpp-53- // function. ############################################## emscripten-2.0.9~dfsg/tests/jsrun.py-49- if is_wasmer or is_wasmtime: emscripten-2.0.9~dfsg/tests/jsrun.py:50: # in a wasm runtime, run the wasm, not the js emscripten-2.0.9~dfsg/tests/jsrun.py-51- filename = shared.unsuffixed(filename) + '.wasm' ############################################## emscripten-2.0.9~dfsg/tests/manual_wasm_instantiate.html-159- emscripten-2.0.9~dfsg/tests/manual_wasm_instantiate.html:160: var wasm = downloadWasm('manual_wasm_instantiate.wasm'); emscripten-2.0.9~dfsg/tests/manual_wasm_instantiate.html-161- emscripten-2.0.9~dfsg/tests/manual_wasm_instantiate.html:162: // Module.instantiateWasm is a user-implemented callback which the Emscripten runtime calls to perform emscripten-2.0.9~dfsg/tests/manual_wasm_instantiate.html-163- // the WebAssembly instantiation action. The callback function will be called with two parameters, imports ############################################## emscripten-2.0.9~dfsg/tests/manual_wasm_instantiate.html-169- // instantiation is performed asynchronously, or false if instantiation failed. emscripten-2.0.9~dfsg/tests/manual_wasm_instantiate.html:170: Module.instantiateWasm = function(imports, successCallback) { emscripten-2.0.9~dfsg/tests/manual_wasm_instantiate.html-171- console.log('instantiateWasm: instantiating asynchronously'); emscripten-2.0.9~dfsg/tests/manual_wasm_instantiate.html-172- wasm.then(function(wasmBinary) { emscripten-2.0.9~dfsg/tests/manual_wasm_instantiate.html:173: console.log('wasm download finished, begin instantiating'); emscripten-2.0.9~dfsg/tests/manual_wasm_instantiate.html-174- var wasmInstantiate = WebAssembly.instantiate(new Uint8Array(wasmBinary), imports).then(function(output) { emscripten-2.0.9~dfsg/tests/manual_wasm_instantiate.html:175: console.log('wasm instantiation succeeded'); emscripten-2.0.9~dfsg/tests/manual_wasm_instantiate.html-176- Module.testWasmInstantiationSucceeded = 1; ############################################## emscripten-2.0.9~dfsg/tests/manual_wasm_instantiate.html-178- }).catch(function(e) { emscripten-2.0.9~dfsg/tests/manual_wasm_instantiate.html:179: console.log('wasm instantiation failed! ' + e); emscripten-2.0.9~dfsg/tests/manual_wasm_instantiate.html-180- }); ############################################## emscripten-2.0.9~dfsg/tests/minimal_webgl/CMakeLists.txt-25- emscripten-2.0.9~dfsg/tests/minimal_webgl/CMakeLists.txt:26: # When marshalling C UTF-8 strings across the JS<->Wasm language boundary, favor smallest generated code size emscripten-2.0.9~dfsg/tests/minimal_webgl/CMakeLists.txt-27- # rather than performance ############################################## emscripten-2.0.9~dfsg/tests/neon/test_neon_wasm_simd.cpp-282-int main() { emscripten-2.0.9~dfsg/tests/neon/test_neon_wasm_simd.cpp:283: printf("Testing NEON Wasm SIMD\n"); emscripten-2.0.9~dfsg/tests/neon/test_neon_wasm_simd.cpp-284- test_simde_vaddq_s32(); ############################################## emscripten-2.0.9~dfsg/tests/optimizer/applyImportAndExportNameChanges2-output.js-226-WebAssembly.instantiate(Module["wasm"], imports).then(function(output) { emscripten-2.0.9~dfsg/tests/optimizer/applyImportAndExportNameChanges2-output.js:227: var asm = output.instance.exports; emscripten-2.0.9~dfsg/tests/optimizer/applyImportAndExportNameChanges2-output.js-228- ___errno_location = asm["j"]; ############################################## emscripten-2.0.9~dfsg/tests/optimizer/applyImportAndExportNameChanges2.js-252-WebAssembly.instantiate(Module["wasm"], imports).then((function(output) { emscripten-2.0.9~dfsg/tests/optimizer/applyImportAndExportNameChanges2.js:253: var asm = output.instance.exports; emscripten-2.0.9~dfsg/tests/optimizer/applyImportAndExportNameChanges2.js-254- ___errno_location = asm["___errno_location"]; ############################################## emscripten-2.0.9~dfsg/tests/optimizer/emitDCEGraph5.js:1:// wasm backend notation has one fewer _ in the wasm emscripten-2.0.9~dfsg/tests/optimizer/emitDCEGraph5.js-2-__GLOBAL__I_000101(); // var use ############################################## emscripten-2.0.9~dfsg/tests/optimizer/minimal-runtime-2-emitDCEGraph.js-68-WebAssembly.instantiate(Module["wasm"], imports).then((function(output) { emscripten-2.0.9~dfsg/tests/optimizer/minimal-runtime-2-emitDCEGraph.js:69: asm = output.instance.exports; emscripten-2.0.9~dfsg/tests/optimizer/minimal-runtime-2-emitDCEGraph.js-70- _main = asm["b"]; ############################################## emscripten-2.0.9~dfsg/tests/optimizer/minimal-runtime-applyDCEGraphRemovals-output.js-8-WebAssembly.instantiate(Module["wasm"], imports).then(function(output) { emscripten-2.0.9~dfsg/tests/optimizer/minimal-runtime-applyDCEGraphRemovals-output.js:9: asm = output.instance.exports; emscripten-2.0.9~dfsg/tests/optimizer/minimal-runtime-applyDCEGraphRemovals-output.js-10- expD1 = asm["expD1"]; ############################################## emscripten-2.0.9~dfsg/tests/optimizer/minimal-runtime-applyDCEGraphRemovals.js-5-WebAssembly.instantiate(Module["wasm"], imports).then(function(output) { emscripten-2.0.9~dfsg/tests/optimizer/minimal-runtime-applyDCEGraphRemovals.js:6: asm = output.instance.exports; emscripten-2.0.9~dfsg/tests/optimizer/minimal-runtime-applyDCEGraphRemovals.js-7- expD1 = asm['expD1']; ############################################## emscripten-2.0.9~dfsg/tests/optimizer/minimal-runtime-emitDCEGraph.js-68-WebAssembly.instantiate(Module["wasm"], imports).then((function(output) { emscripten-2.0.9~dfsg/tests/optimizer/minimal-runtime-emitDCEGraph.js:69: var asm = output.instance.exports; emscripten-2.0.9~dfsg/tests/optimizer/minimal-runtime-emitDCEGraph.js-70- _main = asm["b"]; ############################################## emscripten-2.0.9~dfsg/tests/optimizer/test-asanify.js-29-// will turn into a function call to _asan_js_load_1 etc., which then does emscripten-2.0.9~dfsg/tests/optimizer/test-asanify.js:30:// the memory access for it. It either calls into wasm to get the proper emscripten-2.0.9~dfsg/tests/optimizer/test-asanify.js:31:// asan-instrumented operation, or before the wasm is ready to be called into, emscripten-2.0.9~dfsg/tests/optimizer/test-asanify.js-32-// we must do the access in JS, unsafely. We should not instrument a heap ############################################## emscripten-2.0.9~dfsg/tests/optimizer/test-safeHeap.js-29-// will turn into a function call to _asan_js_load_1 etc., which then does emscripten-2.0.9~dfsg/tests/optimizer/test-safeHeap.js:30:// the memory access for it. It either calls into wasm to get the proper emscripten-2.0.9~dfsg/tests/optimizer/test-safeHeap.js:31:// asan-instrumented operation, or before the wasm is ready to be called into, emscripten-2.0.9~dfsg/tests/optimizer/test-safeHeap.js-32-// we must do the access in JS, unsafely. We should not instrument a heap ############################################## emscripten-2.0.9~dfsg/tests/other/metadce/libcxxabi_message.cpp-9- // does by default. And in general, that a tiny program like this should emscripten-2.0.9~dfsg/tests/other/metadce/libcxxabi_message.cpp:10: // end up a tiny wasm file, with no other surprises. emscripten-2.0.9~dfsg/tests/other/metadce/libcxxabi_message.cpp-11- static Foo foo; ############################################## emscripten-2.0.9~dfsg/tests/other/test_emsize.js-5-typeof printErr?printErr:print);else if(q||r)r?w=self.location.href:document.currentScript&&(w=document.currentScript.src),w=0!==w.indexOf("blob:")?w.substr(0,w.lastIndexOf("/")+1):"",y=function(b){var c=new XMLHttpRequest;c.open("GET",b,!1);c.send(null);return c.responseText},r&&(z=function(b){var c=new XMLHttpRequest;c.open("GET",b,!1);c.responseType="arraybuffer";c.send(null);return new Uint8Array(c.response)});var aa=a.print||console.log.bind(console),F=a.printErr||console.warn.bind(console); emscripten-2.0.9~dfsg/tests/other/test_emsize.js:6:for(m in k)k.hasOwnProperty(m)&&(a[m]=k[m]);k=null;a.quit&&(p=a.quit);var G;a.wasmBinary&&(G=a.wasmBinary);var noExitRuntime;a.noExitRuntime&&(noExitRuntime=a.noExitRuntime);"object"!==typeof WebAssembly&&C("no native wasm support detected");var H,I=new WebAssembly.Table({initial:4,maximum:4,element:"anyfunc"}),J=!1,ba="undefined"!==typeof TextDecoder?new TextDecoder("utf8"):void 0,K,L,M,N=a.INITIAL_MEMORY||16777216;a.wasmMemory?H=a.wasmMemory:H=new WebAssembly.Memory({initial:N/65536,maximum:N/65536}); emscripten-2.0.9~dfsg/tests/other/test_emsize.js-7-H&&(K=H.buffer);N=K.byteLength;var O=K;K=O;a.HEAP8=new Int8Array(O);a.HEAP16=new Int16Array(O);a.HEAP32=M=new Int32Array(O);a.HEAPU8=L=new Uint8Array(O);a.HEAPU16=new Uint16Array(O);a.HEAPU32=new Uint32Array(O);a.HEAPF32=new Float32Array(O);a.HEAPF64=new Float64Array(O);var ca=[],da=[],ea=[],fa=[];function ha(){var b=a.preRun.shift();ca.unshift(b)}var P=0,Q=null,R=null;a.preloadedImages={};a.preloadedAudios={}; emscripten-2.0.9~dfsg/tests/other/test_emsize.js-8-function C(b){if(a.onAbort)a.onAbort(b);F(b);J=!0;throw new WebAssembly.RuntimeError("abort("+b+"). Build with -s ASSERTIONS=1 for more info.");}function S(b){var c=T;return String.prototype.startsWith?c.startsWith(b):0===c.indexOf(b)}function ia(){return S("data:application/octet-stream;base64,")}var T="test_emsize.wasm";if(!ia()){var la=T;T=a.locateFile?a.locateFile(la,w):w+la} emscripten-2.0.9~dfsg/tests/other/test_emsize.js:9:function ma(){try{if(G)return new Uint8Array(G);if(z)return z(T);throw"both async and sync fetching of the wasm failed";}catch(b){C(b)}}function na(){return G||!q&&!r||"function"!==typeof fetch||S("file://")?Promise.resolve().then(ma):fetch(T,{credentials:"same-origin"}).then(function(b){if(!b.ok)throw"failed to load wasm binary file at '"+T+"'";return b.arrayBuffer()}).catch(function(){return ma()})} emscripten-2.0.9~dfsg/tests/other/test_emsize.js-10-function U(b){for(;0<b.length;){var c=b.shift();if("function"==typeof c)c(a);else{var d=c.h;"number"===typeof d?void 0===c.g?I.get(d)():I.get(d)(c.g):d(void 0===c.g?null:c.g)}}}var oa=[null,[],[]];da.push({h:function(){pa()}}); ############################################## emscripten-2.0.9~dfsg/tests/other/test_emsize.js-12-l[n++]&63;65536>g?v+=String.fromCharCode(g):(g-=65536,v+=String.fromCharCode(55296|g>>10,56320|g&1023))}}else v+=String.fromCharCode(g)}l=v}E(l);W.length=0}else W.push(E)}f+=ja}M[e>>2]=f;return 0},a:H}; emscripten-2.0.9~dfsg/tests/other/test_emsize.js:13:(function(){function b(f){console.log("receiveInstance");a.asm=f.exports;P--;a.monitorRunDependencies&&a.monitorRunDependencies(P);0==P&&(null!==Q&&(clearInterval(Q),Q=null),R&&(f=R,R=null,f()))}function c(f){b(f.instance)}function d(f){return na().then(function(h){return WebAssembly.instantiate(h,e)}).then(f,function(h){F("failed to asynchronously prepare wasm: "+h);C(h)})}var e={a:qa};P++;a.monitorRunDependencies&&a.monitorRunDependencies(P);if(a.instantiateWasm)try{return a.instantiateWasm(e,b)}catch(f){return F("Module.instantiateWasm callback failed with error: "+ emscripten-2.0.9~dfsg/tests/other/test_emsize.js:14:f),!1}(function(){if(G||"function"!==typeof WebAssembly.instantiateStreaming||ia()||S("file://")||"function"!==typeof fetch)return d(c);fetch(T,{credentials:"same-origin"}).then(function(f){return WebAssembly.instantiateStreaming(f,e).then(c,function(h){F("wasm streaming compile failed: "+h);F("falling back to ArrayBuffer instantiation");return d(c)})})})();return{}})();var pa=a.___wasm_call_ctors=function(){return(pa=a.___wasm_call_ctors=a.asm.e).apply(null,arguments)}; emscripten-2.0.9~dfsg/tests/other/test_emsize.js-15-a._main=function(){return(a._main=a.asm.f).apply(null,arguments)};a.___heap_base=5245632;var Y;function D(b){this.name="ExitStatus";this.message="Program terminated with exit("+b+")";this.status=b}R=function sa(){Y||Z();Y||(R=sa)}; ############################################## emscripten-2.0.9~dfsg/tests/other/test_mmap_and_munmap.cpp-188- emscripten-2.0.9~dfsg/tests/other/test_mmap_and_munmap.cpp:189:int test_unmap_wrong_addr() { emscripten-2.0.9~dfsg/tests/other/test_mmap_and_munmap.cpp-190- TEST_START(); ############################################## emscripten-2.0.9~dfsg/tests/other/wasm_sourcemap/no_main.c-7- emscripten-2.0.9~dfsg/tests/other/wasm_sourcemap/no_main.c:8://clang --target=wasm32-unknown-unknown-wasm \ emscripten-2.0.9~dfsg/tests/other/wasm_sourcemap/no_main.c:9:// -nostartfiles -nostdlib -Wl,--no-entry,--export=foo -g -o foo.wasm no_main.c emscripten-2.0.9~dfsg/tests/other/wasm_sourcemap/no_main.c-10-int foo() ############################################## emscripten-2.0.9~dfsg/tests/sockets/test_gethostbyname.c-47- // do a reverse lookup on the ip address emscripten-2.0.9~dfsg/tests/sockets/test_gethostbyname.c:48: struct hostent *host1 = gethostbyaddr(&addr, sizeof(addr), host->h_addrtype); emscripten-2.0.9~dfsg/tests/sockets/test_gethostbyname.c-49- assert(strstr(host1->h_name, "slashdot.org")); ############################################## emscripten-2.0.9~dfsg/tests/system.c-22- assert(system("true") == _W_EXITCODE(0, 0)); emscripten-2.0.9~dfsg/tests/system.c:23: assert(system("kill $$") == _W_EXITCODE(0, 15)); emscripten-2.0.9~dfsg/tests/system.c-24- system("echo OK"); ############################################## emscripten-2.0.9~dfsg/tests/test_benchmark.py-1011- # 2) configure will try to compile and run a test file to check if the C compiler is sane. As Cheerp emscripten-2.0.9~dfsg/tests/test_benchmark.py:1012: # will generate a wasm file (which cannot be run), configure will fail. Passing `--host` enables emscripten-2.0.9~dfsg/tests/test_benchmark.py-1013- # cross compile mode, which lets configure complete happily. ############################################## emscripten-2.0.9~dfsg/tests/test_browser.py-763- def test_glgears_proxy(self): emscripten-2.0.9~dfsg/tests/test_browser.py:764: # we modify the asm.js, this is a non-wasm test emscripten-2.0.9~dfsg/tests/test_browser.py-765- self.btest('hello_world_gles_proxy.c', reference='gears.png', args=['--proxy-to-worker', '-s', 'GL_TESTING=1', '-DSTATIC_GEARS=1', '-lGL', '-lglut', '-s', 'WASM=0'], manual_reference=True, post_build=self.post_manual_reftest) ############################################## emscripten-2.0.9~dfsg/tests/test_browser.py-2691- def test_locate_file(self): emscripten-2.0.9~dfsg/tests/test_browser.py:2692: for wasm in [0, 1]: emscripten-2.0.9~dfsg/tests/test_browser.py-2693- print('wasm', wasm) ############################################## emscripten-2.0.9~dfsg/tests/test_browser.py-3323- create_test_file('test.c', self.with_report_result(src)) emscripten-2.0.9~dfsg/tests/test_browser.py:3324: # this test is synchronous, so avoid async startup due to wasm features emscripten-2.0.9~dfsg/tests/test_browser.py-3325- self.compile_btest(['test.c', '-s', 'MODULARIZE=1', '-s', 'SINGLE_FILE=1'] + args + opts) ############################################## emscripten-2.0.9~dfsg/tests/test_browser.py-3349- ''') emscripten-2.0.9~dfsg/tests/test_browser.py:3350: print('Deleting a.out.wasm to cause a download error') emscripten-2.0.9~dfsg/tests/test_browser.py-3351- os.remove('a.out.wasm') emscripten-2.0.9~dfsg/tests/test_browser.py:3352: self.run_browser('a.html', '...', '/report_result?abort(both async and sync fetching of the wasm failed)') emscripten-2.0.9~dfsg/tests/test_browser.py-3353- ############################################## emscripten-2.0.9~dfsg/tests/test_browser.py-3378- # when compiling with the --preload-file option emscripten-2.0.9~dfsg/tests/test_browser.py:3379: @no_wasm_backend('cannot customize INITIAL_MEMORY in wasm at runtime') emscripten-2.0.9~dfsg/tests/test_browser.py-3380- def test_modularize_and_preload_files(self): ############################################## emscripten-2.0.9~dfsg/tests/test_browser.py-3465- emscripten-2.0.9~dfsg/tests/test_browser.py:3466: print('wasm in worker (we can read binary data synchronously there)') emscripten-2.0.9~dfsg/tests/test_browser.py-3467- ############################################## emscripten-2.0.9~dfsg/tests/test_browser.py-3473- emscripten-2.0.9~dfsg/tests/test_browser.py:3474: print('wasm (will auto-preload since no sync binary reading)') emscripten-2.0.9~dfsg/tests/test_browser.py-3475- ############################################## emscripten-2.0.9~dfsg/tests/test_browser.py-3478- ''') emscripten-2.0.9~dfsg/tests/test_browser.py:3479: # same wasm side module works emscripten-2.0.9~dfsg/tests/test_browser.py-3480- self.btest(self.in_dir('main.cpp'), '2', args=['-s', 'MAIN_MODULE=1', '-O2', '--pre-js', 'pre.js', '-s', 'EXPORT_ALL=1']) ############################################## emscripten-2.0.9~dfsg/tests/test_browser.py-4090- shutil.copyfile(path_from_root('tests', 'manual_wasm_instantiate.html'), 'manual_wasm_instantiate.html') emscripten-2.0.9~dfsg/tests/test_browser.py:4091: self.run_browser('manual_wasm_instantiate.html', 'wasm instantiation succeeded', '/report_result?1') emscripten-2.0.9~dfsg/tests/test_browser.py-4092- ############################################## emscripten-2.0.9~dfsg/tests/test_browser.py-4268- # In this build mode, the -s INITIAL_MEMORY=xxx option will be ignored. emscripten-2.0.9~dfsg/tests/test_browser.py:4269: # Preallocating the buffer in this was is asm.js only (wasm needs a Memory). emscripten-2.0.9~dfsg/tests/test_browser.py-4270- @no_wasm_backend('asm.js feature') ############################################## emscripten-2.0.9~dfsg/tests/test_browser.py-4342- emscripten-2.0.9~dfsg/tests/test_browser.py:4343: # Tests synchronous emscripten_fetch() usage from wasm pthread in fastcomp. emscripten-2.0.9~dfsg/tests/test_browser.py-4344- @requires_threads ############################################## emscripten-2.0.9~dfsg/tests/test_browser.py-4564- def test_minimal_runtime_single_file_html(self): emscripten-2.0.9~dfsg/tests/test_browser.py:4565: for wasm in [0, 1]: emscripten-2.0.9~dfsg/tests/test_browser.py-4566- for opts in [[], ['-O3']]: ############################################## emscripten-2.0.9~dfsg/tests/test_browser.py-4795- emscripten-2.0.9~dfsg/tests/test_browser.py:4796: @no_wasm_backend('MINIMAL_RUNTIME not yet available in Wasm backend') emscripten-2.0.9~dfsg/tests/test_browser.py-4797- def test_no_declare_asm_module_exports_wasm_minimal_runtime(self): ############################################## emscripten-2.0.9~dfsg/tests/test_browser.py-4802- args = ['-s', 'MINIMAL_RUNTIME=2'] emscripten-2.0.9~dfsg/tests/test_browser.py:4803: for wasm in [[], ['-s', 'WASM=0', '--memory-init-file', '0'], ['-s', 'WASM=0', '--memory-init-file', '1'], ['-s', 'SINGLE_FILE=1'], ['-s', 'WASM=0', '-s', 'SINGLE_FILE=1']]: emscripten-2.0.9~dfsg/tests/test_browser.py-4804- for modularize in [[], ['-s', 'MODULARIZE=1']]: emscripten-2.0.9~dfsg/tests/test_browser.py:4805: print(str(args + wasm + modularize)) emscripten-2.0.9~dfsg/tests/test_browser.py:4806: self.btest('minimal_hello.c', '0', args=args + wasm + modularize) emscripten-2.0.9~dfsg/tests/test_browser.py-4807- ############################################## emscripten-2.0.9~dfsg/tests/test_browser.py-4817- except Exception as e: emscripten-2.0.9~dfsg/tests/test_browser.py:4818: # dump the wasm file; this is meant to help debug #10539 on the bots emscripten-2.0.9~dfsg/tests/test_browser.py-4819- print(self.run_process([os.path.join(building.get_binaryen_bin(), 'wasm-opt'), 'test.wasm', '-g', '--print', '-all'], stdout=PIPE).stdout) ############################################## emscripten-2.0.9~dfsg/tests/test_browser.py-4841- open('test.html', 'w').write(html) emscripten-2.0.9~dfsg/tests/test_browser.py:4842: os.remove('test.wasm') # Also delete the Wasm file to test that it is not attempted to be loaded. emscripten-2.0.9~dfsg/tests/test_browser.py-4843- self.run_browser('test.html', 'hello!', '/report_result?0') ############################################## emscripten-2.0.9~dfsg/tests/test_browser.py-4850- emscripten-2.0.9~dfsg/tests/test_browser.py:4851: # Run without the .wasm.js file present: with Wasm support, the page should still run emscripten-2.0.9~dfsg/tests/test_browser.py-4852- os.rename('test.wasm.js', 'test.wasm.js.unused') ############################################## emscripten-2.0.9~dfsg/tests/test_browser.py-4854- emscripten-2.0.9~dfsg/tests/test_browser.py:4855: # Restore the .wasm.js file, then corrupt the .wasm file, that should trigger the Wasm2js fallback to run emscripten-2.0.9~dfsg/tests/test_browser.py-4856- os.rename('test.wasm.js.unused', 'test.wasm.js') ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-268- self.assertIn('main', syms.defs) emscripten-2.0.9~dfsg/tests/test_other.py:269: # wasm backend will also have '__original_main' or such emscripten-2.0.9~dfsg/tests/test_other.py-270- self.assertEqual(len(syms.defs), 2) ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-424- emscripten-2.0.9~dfsg/tests/test_other.py:425: # Should be two symbols (and in the wasm backend, also __original_main) emscripten-2.0.9~dfsg/tests/test_other.py-426- syms = building.llvm_nm('combined.o') ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-459- self.clear() emscripten-2.0.9~dfsg/tests/test_other.py:460: wasm = '=0' not in str(mode) emscripten-2.0.9~dfsg/tests/test_other.py-461- print(' mode', mode, 'wasm?', wasm) ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-1246- # With fastcomp we don't support duplicate members so this should generate emscripten-2.0.9~dfsg/tests/test_other.py:1247: # a warning. With the wasm backend (lld) this is fully supported. emscripten-2.0.9~dfsg/tests/test_other.py-1248- cmd = [EMCC, 'main.c', '-L.', '-ldup'] ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-2993- test('build with LEGACY_VM_SUPPORT') emscripten-2.0.9~dfsg/tests/test_other.py:2994: # legacy + disabling wasm works emscripten-2.0.9~dfsg/tests/test_other.py-2995- test('hello, world!', ['-s', 'LEGACY_VM_SUPPORT=1', '-s', 'WASM=0']) ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-3091- emscripten-2.0.9~dfsg/tests/test_other.py:3092: for wasm in [0, 1]: emscripten-2.0.9~dfsg/tests/test_other.py-3093- for no_exit in [1, 0]: ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-3107- self.assertContainedIf('going away', output, exit) emscripten-2.0.9~dfsg/tests/test_other.py:3108: # The wasm backend uses atexit to register destructors when emscripten-2.0.9~dfsg/tests/test_other.py-3109- # constructors are called There is currently no way to exclude emscripten-2.0.9~dfsg/tests/test_other.py:3110: # these destructors from the wasm binary. emscripten-2.0.9~dfsg/tests/test_other.py:3111: # TODO(sbc): Re-enabled these assertions once the wasm backend emscripten-2.0.9~dfsg/tests/test_other.py-3112- # is able to eliminate these. ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-3288- emscripten-2.0.9~dfsg/tests/test_other.py:3289: @disabled('upstream llvm produces invalid wasm for sillyfuncast2_noasm.ll') emscripten-2.0.9~dfsg/tests/test_other.py-3290- def test_incorrect_static_call(self): emscripten-2.0.9~dfsg/tests/test_other.py:3291: for wasm in [0, 1]: emscripten-2.0.9~dfsg/tests/test_other.py-3292- for opts in [0, 1]: ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-3314- self.run_process([CLANG_CXX, 'minimal.cpp', '-target', 'x86_64-linux', '-c', '-emit-llvm', '-o', 'a.bc'] + clang_native.get_clang_native_args(), env=clang_native.get_clang_native_env()) emscripten-2.0.9~dfsg/tests/test_other.py:3315: # wasm backend will hard fail where as fastcomp only warns emscripten-2.0.9~dfsg/tests/test_other.py-3316- err = self.expect_fail([EMCC, 'a.bc']) ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-3364- for opts in [['-O2'], ['-O3']]: emscripten-2.0.9~dfsg/tests/test_other.py:3365: for wasm in [0, 1, 2]: emscripten-2.0.9~dfsg/tests/test_other.py-3366- print(opts, wasm) ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-3396- for minified, full in lines: emscripten-2.0.9~dfsg/tests/test_other.py:3397: # handle both fastcomp and wasm backend notation emscripten-2.0.9~dfsg/tests/test_other.py-3398- if full == '_middle' or full == 'middle': ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-3407- self.assertContained(stack_trace_reference, out) emscripten-2.0.9~dfsg/tests/test_other.py:3408: # make sure there are no symbols in the wasm itself emscripten-2.0.9~dfsg/tests/test_other.py-3409- wat = self.run_process([wasm_dis, 'a.out.wasm'], stdout=PIPE).stdout ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-3413- # a symbol map emscripten-2.0.9~dfsg/tests/test_other.py:3414: if wasm == 0 and '-O' in str(opts): emscripten-2.0.9~dfsg/tests/test_other.py-3415- with open('a.out.js') as f: ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-3458- for relocatable in [0, 1]: emscripten-2.0.9~dfsg/tests/test_other.py:3459: for wasm in [0, 1]: emscripten-2.0.9~dfsg/tests/test_other.py-3460- # wasm2js is not compatible with relocatable mode emscripten-2.0.9~dfsg/tests/test_other.py:3461: if wasm == 0 and relocatable: emscripten-2.0.9~dfsg/tests/test_other.py-3462- continue ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-3473- self.run_process(cmd) emscripten-2.0.9~dfsg/tests/test_other.py:3474: returncode = 0 if emulate_casts or wasm == 0 else NON_ZERO emscripten-2.0.9~dfsg/tests/test_other.py-3475- output = self.run_js('a.out.js', assert_returncode=returncode) emscripten-2.0.9~dfsg/tests/test_other.py:3476: if emulate_casts or wasm == 0: emscripten-2.0.9~dfsg/tests/test_other.py-3477- # success! ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-3480- # otherwise, the error depends on the mode we are in emscripten-2.0.9~dfsg/tests/test_other.py:3481: # wasm trap raised by the vm emscripten-2.0.9~dfsg/tests/test_other.py-3482- self.assertContained('function signature mismatch', output) ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-5018- ('EM_ASM( Module.temp = _sbrk() );', 'EM_ASM( assert(Module.temp === _sbrk(), "must not adjust brk when an alloc fails!") );', []), emscripten-2.0.9~dfsg/tests/test_other.py:5019: # also test non-wasm in normal mode emscripten-2.0.9~dfsg/tests/test_other.py-5020- ('', '', ['-s', 'WASM=0']), ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-5147- def test_minimal_dynamic(self, wasm): emscripten-2.0.9~dfsg/tests/test_other.py:5148: library_file = 'library.wasm' if wasm else 'library.js' emscripten-2.0.9~dfsg/tests/test_other.py-5149- ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-5344- # before the module providing a global it needs is. in asm.js we use JS emscripten-2.0.9~dfsg/tests/test_other.py:5345: # to create a redirection function. In wasm we just have wasm, so we emscripten-2.0.9~dfsg/tests/test_other.py:5346: # need to introspect the wasm module. Browsers may add that eventually, emscripten-2.0.9~dfsg/tests/test_other.py-5347- # or we could ship a little library that does it. ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-6121- def test_eval_ctors_non_terminating(self): emscripten-2.0.9~dfsg/tests/test_other.py:6122: for wasm in (1, 0): emscripten-2.0.9~dfsg/tests/test_other.py-6123- print('wasm', wasm) ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-6138- def test_eval_ctors(self): emscripten-2.0.9~dfsg/tests/test_other.py:6139: for wasm in (1, 0): emscripten-2.0.9~dfsg/tests/test_other.py-6140- print('wasm', wasm) ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-6229- def test_eval_ctors_debug_output(self): emscripten-2.0.9~dfsg/tests/test_other.py:6230: for wasm in (1, 0): emscripten-2.0.9~dfsg/tests/test_other.py-6231- print('wasm', wasm) ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-6245- err = self.run_process([EMCC, 'src.cpp', '--js-library', 'lib.js', '-Oz', '-s', 'WASM=%d' % wasm], stderr=PIPE).stderr emscripten-2.0.9~dfsg/tests/test_other.py:6246: # disabled in the wasm backend emscripten-2.0.9~dfsg/tests/test_other.py:6247: self.assertContained('Ctor evalling in the wasm backend is disabled', err) emscripten-2.0.9~dfsg/tests/test_other.py-6248- self.assertNotContained('ctor_evaller: not successful', err) # with logging ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-6263-''') emscripten-2.0.9~dfsg/tests/test_other.py:6264: # use SINGLE_FILE since we don't want to depend on loading a side .wasm file on the environment in this test; emscripten-2.0.9~dfsg/tests/test_other.py-6265- # with the wrong env we have very odd failures ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-6476- def test_binaryen_warn_mem(self): emscripten-2.0.9~dfsg/tests/test_other.py:6477: # if user changes INITIAL_MEMORY at runtime, the wasm module may not accept the memory import if it is too big/small emscripten-2.0.9~dfsg/tests/test_other.py-6478- create_test_file('pre.js', 'var Module = { INITIAL_MEMORY: 50 * 1024 * 1024 };\n') ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-6558- (['-O0', '-g1'], False, False, False, True, False), emscripten-2.0.9~dfsg/tests/test_other.py:6559: (['-O0', '-g2'], True, False, False, True, False), # in -g2+, we emit -g to asm2wasm so function names are saved emscripten-2.0.9~dfsg/tests/test_other.py-6560- (['-O0', '-g'], True, True, False, True, False), ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-6628- emscripten-2.0.9~dfsg/tests/test_other.py:6629: # in -Os, -Oz, we remove imports wasm doesn't need emscripten-2.0.9~dfsg/tests/test_other.py-6630- print('Running metadce test: %s:' % filename, args, expected_exists, ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-6671- if expected_size is not None: emscripten-2.0.9~dfsg/tests/test_other.py:6672: # measure the wasm size without the name section emscripten-2.0.9~dfsg/tests/test_other.py-6673- self.run_process([wasm_opt, 'a.out.wasm', '--strip-debug', '--all-features', '-o', 'a.out.nodebug.wasm']) ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-6675- ratio = abs(wasm_size - expected_size) / float(expected_size) emscripten-2.0.9~dfsg/tests/test_other.py:6676: print(' seen wasm size: %d (expected: %d), ratio to expected: %f' % (wasm_size, expected_size, ratio)) emscripten-2.0.9~dfsg/tests/test_other.py-6677- self.assertLess(ratio, size_slack) ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-6749- 'Oz': (['-Oz'], [], [], 1777), # noqa emscripten-2.0.9~dfsg/tests/test_other.py:6750: # finally, check what happens when we export nothing. wasm should be almost empty emscripten-2.0.9~dfsg/tests/test_other.py-6751- 'export_nothing': ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-6754- # TODO(sbc): Investivate why the number of exports is order of magnitude emscripten-2.0.9~dfsg/tests/test_other.py:6755: # larger for wasm backend. emscripten-2.0.9~dfsg/tests/test_other.py-6756- 'main_module_2': (['-O3', '-s', 'MAIN_MODULE=2'], [], [], 10297), # noqa ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-6909- def test_wasm_target_and_STANDALONE_WASM(self): emscripten-2.0.9~dfsg/tests/test_other.py:6910: # STANDALONE_WASM means we never minify imports and exports. emscripten-2.0.9~dfsg/tests/test_other.py-6911- for opts, potentially_expect_minified_exports_and_imports in ( ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-6918- ): emscripten-2.0.9~dfsg/tests/test_other.py:6919: # targeting .wasm (without .js) means we enable STANDALONE_WASM automatically, and don't minify imports/exports emscripten-2.0.9~dfsg/tests/test_other.py-6920- for target in ('out.js', 'out.wasm'): ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-6928- if target.endswith('.wasm'): emscripten-2.0.9~dfsg/tests/test_other.py:6929: # only wasm requested emscripten-2.0.9~dfsg/tests/test_other.py-6930- self.assertNotExists('out.js') ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-6943- assert 'fd_write' in exports_and_imports, 'standalone mode preserves import names for WASI APIs' emscripten-2.0.9~dfsg/tests/test_other.py:6944: # verify the wasm runs with the JS emscripten-2.0.9~dfsg/tests/test_other.py-6945- if target.endswith('.js'): ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-6953- def test_wasm_targets_side_module(self): emscripten-2.0.9~dfsg/tests/test_other.py:6954: # side modules do allow a wasm target emscripten-2.0.9~dfsg/tests/test_other.py-6955- for opts, target in [([], 'a.out.wasm'), ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-6973- src = path_from_root('tests', 'hello_libcxx.cpp') emscripten-2.0.9~dfsg/tests/test_other.py:6974: # test codegen in lto mode, and compare to normal (wasm object) mode emscripten-2.0.9~dfsg/tests/test_other.py-6975- for args in [[], ['-O1'], ['-O2'], ['-O3'], ['-Os'], ['-Oz']]: ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-6977- emscripten-2.0.9~dfsg/tests/test_other.py:6978: print('wasm in object') emscripten-2.0.9~dfsg/tests/test_other.py-6979- self.run_process([EMXX, src] + args + ['-c', '-o', 'hello_obj.o']) ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-7023- print(opts) emscripten-2.0.9~dfsg/tests/test_other.py:7024: # check we show a good error message if there is no wasm support emscripten-2.0.9~dfsg/tests/test_other.py-7025- create_test_file('pre.js', 'WebAssembly = undefined;\n') ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-7027- out = self.run_js('a.out.js', assert_returncode=NON_ZERO) emscripten-2.0.9~dfsg/tests/test_other.py:7028: self.assertContained('no native wasm support detected', out) emscripten-2.0.9~dfsg/tests/test_other.py-7029- ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-7126- emscripten-2.0.9~dfsg/tests/test_other.py:7127: expect_wasm = wasm_enabled emscripten-2.0.9~dfsg/tests/test_other.py-7128- expect_meminit = meminit1_enabled and not wasm_enabled ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-7133- expect_meminit = False emscripten-2.0.9~dfsg/tests/test_other.py:7134: expect_wasm = False emscripten-2.0.9~dfsg/tests/test_other.py-7135- cmd += ['-s', 'SINGLE_FILE=1'] ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-7151- assert expect_meminit == (os.path.exists('a.out.mem') or os.path.exists('a.out.js.mem')) emscripten-2.0.9~dfsg/tests/test_other.py:7152: assert expect_wasm == os.path.exists('a.out.wasm') emscripten-2.0.9~dfsg/tests/test_other.py-7153- assert not os.path.exists('a.out.wat') ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-7238- self.assertEqual(results[flag1 + '.js'], results[flag2 + '.js'], 'js results should be identical') emscripten-2.0.9~dfsg/tests/test_other.py:7239: self.assertEqual(results[flag1 + '.wasm'], results[flag2 + '.wasm'], 'wasm results should be identical') emscripten-2.0.9~dfsg/tests/test_other.py-7240- ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-7394- stderr = self.expect_fail([EMCC, 'src.cpp', '-O2']) emscripten-2.0.9~dfsg/tests/test_other.py:7395: # wasm backend output doesn't have spaces in the EM_ASM function bodies emscripten-2.0.9~dfsg/tests/test_other.py-7396- self.assertContained((''' ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-7547- with open('a.out.wasm', 'rb') as f: emscripten-2.0.9~dfsg/tests/test_other.py:7548: wasm = f.read() emscripten-2.0.9~dfsg/tests/test_other.py-7549- self.assertIn(b'external_debug_info', wasm) ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-7558- with open(os.path.join('subdir', 'output.wasm'), 'rb') as f: emscripten-2.0.9~dfsg/tests/test_other.py:7559: wasm = f.read() emscripten-2.0.9~dfsg/tests/test_other.py-7560- self.assertIn(b'output.wasm.debug.wasm', wasm) ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-7582- with open(os.path.join('subdir', 'output.wasm'), 'rb') as f: emscripten-2.0.9~dfsg/tests/test_other.py:7583: wasm = f.read() emscripten-2.0.9~dfsg/tests/test_other.py-7584- self.assertIn(b'../with_dwarf2.wasm', wasm) ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-7824- printf("*%x,%x,%x,%x,%x,%x*\n", htonl(0xa1b2c3d4), htonl(0xfe3572e0), htonl(0x07abcdf0), htons(0xabcd), ntohl(0x43211234), ntohs(0xbeaf)); emscripten-2.0.9~dfsg/tests/test_other.py:7825: in_addr_t i = inet_addr("190.180.10.78"); emscripten-2.0.9~dfsg/tests/test_other.py-7826- printf("%x\n", i); ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-8083- self.run_process([PYTHON, path_from_root('tests', 'gen_many_js_functions.py'), 'library_long.js', 'main_long.c']) emscripten-2.0.9~dfsg/tests/test_other.py:8084: for wasm in [[], ['-s', 'WASM=0']]: emscripten-2.0.9~dfsg/tests/test_other.py-8085- # Currently we rely on Closure for full minification of every appearance of JS function names. ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-8087- for closure in [['--closure', '1']]: emscripten-2.0.9~dfsg/tests/test_other.py:8088: args = [EMCC, '-O3', '--js-library', 'library_long.js', 'main_long.c', '-o', 'a.html'] + wasm + closure emscripten-2.0.9~dfsg/tests/test_other.py-8089- print(' '.join(args)) ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-8129- emscripten-2.0.9~dfsg/tests/test_other.py:8130: # make sure wasm executes correctly emscripten-2.0.9~dfsg/tests/test_other.py-8131- ret = self.run_process(config.NODE_JS + ['a.out.js'], stdout=PIPE).stdout ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-8155- emscripten-2.0.9~dfsg/tests/test_other.py:8156: # This test verifies that the generated exports from asm.js/wasm module only reference the emscripten-2.0.9~dfsg/tests/test_other.py-8157- # unminified exported name exactly once. (need to contain the export name once for unminified ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-8170- emscripten-2.0.9~dfsg/tests/test_other.py:8171: # TODO: Add stricter testing when Wasm side is also optimized: (currently Wasm does still need emscripten-2.0.9~dfsg/tests/test_other.py-8172- # to reference exports multiple times) ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-8888- def test_em_asm_duplicate_strings(self): emscripten-2.0.9~dfsg/tests/test_other.py:8889: # We had a regression where tow different EM_ASM strings from two diffferent emscripten-2.0.9~dfsg/tests/test_other.py-8890- # object files were de-duplicated in wasm-emscripten-finalize. This used to ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-8924- self.assertNotEqual(result.returncode, 0) emscripten-2.0.9~dfsg/tests/test_other.py:8925: self.assertIn('EM_ASM does not work in -std=c* modes, use -std=gnu* modes instead', result.stderr) emscripten-2.0.9~dfsg/tests/test_other.py-8926- ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-8946- self.assertIn('Cannot use EM_ASM* alongside setjmp/longjmp', result.stderr) emscripten-2.0.9~dfsg/tests/test_other.py:8947: self.assertIn('Please consider using EM_JS, or move the EM_ASM into another function.', result.stderr) emscripten-2.0.9~dfsg/tests/test_other.py-8948- ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-8986- def test_non_wasm_without_wasm_in_vm(self): emscripten-2.0.9~dfsg/tests/test_other.py:8987: # Test that our non-wasm output does not depend on wasm support in the vm. emscripten-2.0.9~dfsg/tests/test_other.py-8988- self.run_process([EMCC, path_from_root('tests', 'hello_world.cpp'), '-s', 'WASM=0']) ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-9039- stderr = self.run_process(cmd + ['-Wno-pthreads-mem-growth', '-s', 'USE_PTHREADS=1', '-s', 'ALLOW_MEMORY_GROWTH=1'], stderr=PIPE).stderr emscripten-2.0.9~dfsg/tests/test_other.py:9040: self.assertNotContained('USE_PTHREADS + ALLOW_MEMORY_GROWTH may run non-wasm code slowly, see https://github.com/WebAssembly/design/issues/1271', stderr) emscripten-2.0.9~dfsg/tests/test_other.py-9041- ############################################## emscripten-2.0.9~dfsg/tests/test_other.py-9140- err = self.expect_fail([EMCC, path_from_root('tests', 'hello_world.cpp')] + args) emscripten-2.0.9~dfsg/tests/test_other.py:9141: self.assertContained('changes to the wasm are required after link, but disallowed by ERROR_ON_WASM_CHANGES_AFTER_LINK', err) emscripten-2.0.9~dfsg/tests/test_other.py-9142- self.assertContained(details, err) ############################################## emscripten-2.0.9~dfsg/tests/third_party/box2d/Box2D/Box2DConfig.cmake-1-get_filename_component(SELF_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) emscripten-2.0.9~dfsg/tests/third_party/box2d/Box2D/Box2DConfig.cmake:2:include(${SELF_DIR}/Box2D-targets.cmake) emscripten-2.0.9~dfsg/tests/third_party/box2d/Box2D/Box2DConfig.cmake-3-get_filename_component(Box2D_INCLUDE_DIRS "${SELF_DIR}/../../include" ABSOLUTE) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Demos/HelloWorld/frames.emterp.swap.html-2-var Module = { emscripten-2.0.9~dfsg/tests/third_party/bullet/Demos/HelloWorld/frames.emterp.swap.html:3: onAsmSwap: function() { console.log('asm swapped') } emscripten-2.0.9~dfsg/tests/third_party/bullet/Demos/HelloWorld/frames.emterp.swap.html-4-}; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-431-.cpp.obj: emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:432:@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-433-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-435-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:436:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-437- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-445-libconvexdecomposition_a-concavity.o: ConvexDecomposition/concavity.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:446:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-concavity.o -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-concavity.Tpo -c -o libconvexdecomposition_a-concavity.o `test -f 'ConvexDecomposition/concavity.cpp' || echo '$(srcdir)/'`ConvexDecomposition/concavity.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-447-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-concavity.Tpo $(DEPDIR)/libconvexdecomposition_a-concavity.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-449-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:450:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-concavity.o `test -f 'ConvexDecomposition/concavity.cpp' || echo '$(srcdir)/'`ConvexDecomposition/concavity.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-451- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-452-libconvexdecomposition_a-concavity.obj: ConvexDecomposition/concavity.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:453:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-concavity.obj -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-concavity.Tpo -c -o libconvexdecomposition_a-concavity.obj `if test -f 'ConvexDecomposition/concavity.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/concavity.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/concavity.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-454-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-concavity.Tpo $(DEPDIR)/libconvexdecomposition_a-concavity.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-456-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:457:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-concavity.obj `if test -f 'ConvexDecomposition/concavity.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/concavity.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/concavity.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-458- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-459-libconvexdecomposition_a-ConvexDecomposition.o: ConvexDecomposition/ConvexDecomposition.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:460:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-ConvexDecomposition.o -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-ConvexDecomposition.Tpo -c -o libconvexdecomposition_a-ConvexDecomposition.o `test -f 'ConvexDecomposition/ConvexDecomposition.cpp' || echo '$(srcdir)/'`ConvexDecomposition/ConvexDecomposition.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-461-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-ConvexDecomposition.Tpo $(DEPDIR)/libconvexdecomposition_a-ConvexDecomposition.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-463-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:464:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-ConvexDecomposition.o `test -f 'ConvexDecomposition/ConvexDecomposition.cpp' || echo '$(srcdir)/'`ConvexDecomposition/ConvexDecomposition.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-465- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-466-libconvexdecomposition_a-ConvexDecomposition.obj: ConvexDecomposition/ConvexDecomposition.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:467:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-ConvexDecomposition.obj -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-ConvexDecomposition.Tpo -c -o libconvexdecomposition_a-ConvexDecomposition.obj `if test -f 'ConvexDecomposition/ConvexDecomposition.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/ConvexDecomposition.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/ConvexDecomposition.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-468-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-ConvexDecomposition.Tpo $(DEPDIR)/libconvexdecomposition_a-ConvexDecomposition.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-470-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:471:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-ConvexDecomposition.obj `if test -f 'ConvexDecomposition/ConvexDecomposition.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/ConvexDecomposition.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/ConvexDecomposition.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-472- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-473-libconvexdecomposition_a-vlookup.o: ConvexDecomposition/vlookup.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:474:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-vlookup.o -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-vlookup.Tpo -c -o libconvexdecomposition_a-vlookup.o `test -f 'ConvexDecomposition/vlookup.cpp' || echo '$(srcdir)/'`ConvexDecomposition/vlookup.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-475-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-vlookup.Tpo $(DEPDIR)/libconvexdecomposition_a-vlookup.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-477-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:478:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-vlookup.o `test -f 'ConvexDecomposition/vlookup.cpp' || echo '$(srcdir)/'`ConvexDecomposition/vlookup.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-479- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-480-libconvexdecomposition_a-vlookup.obj: ConvexDecomposition/vlookup.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:481:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-vlookup.obj -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-vlookup.Tpo -c -o libconvexdecomposition_a-vlookup.obj `if test -f 'ConvexDecomposition/vlookup.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/vlookup.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/vlookup.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-482-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-vlookup.Tpo $(DEPDIR)/libconvexdecomposition_a-vlookup.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-484-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:485:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-vlookup.obj `if test -f 'ConvexDecomposition/vlookup.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/vlookup.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/vlookup.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-486- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-487-libconvexdecomposition_a-bestfit.o: ConvexDecomposition/bestfit.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:488:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-bestfit.o -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-bestfit.Tpo -c -o libconvexdecomposition_a-bestfit.o `test -f 'ConvexDecomposition/bestfit.cpp' || echo '$(srcdir)/'`ConvexDecomposition/bestfit.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-489-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-bestfit.Tpo $(DEPDIR)/libconvexdecomposition_a-bestfit.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-491-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:492:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-bestfit.o `test -f 'ConvexDecomposition/bestfit.cpp' || echo '$(srcdir)/'`ConvexDecomposition/bestfit.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-493- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-494-libconvexdecomposition_a-bestfit.obj: ConvexDecomposition/bestfit.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:495:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-bestfit.obj -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-bestfit.Tpo -c -o libconvexdecomposition_a-bestfit.obj `if test -f 'ConvexDecomposition/bestfit.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/bestfit.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/bestfit.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-496-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-bestfit.Tpo $(DEPDIR)/libconvexdecomposition_a-bestfit.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-498-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:499:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-bestfit.obj `if test -f 'ConvexDecomposition/bestfit.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/bestfit.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/bestfit.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-500- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-501-libconvexdecomposition_a-ConvexBuilder.o: ConvexDecomposition/ConvexBuilder.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:502:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-ConvexBuilder.o -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-ConvexBuilder.Tpo -c -o libconvexdecomposition_a-ConvexBuilder.o `test -f 'ConvexDecomposition/ConvexBuilder.cpp' || echo '$(srcdir)/'`ConvexDecomposition/ConvexBuilder.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-503-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-ConvexBuilder.Tpo $(DEPDIR)/libconvexdecomposition_a-ConvexBuilder.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-505-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:506:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-ConvexBuilder.o `test -f 'ConvexDecomposition/ConvexBuilder.cpp' || echo '$(srcdir)/'`ConvexDecomposition/ConvexBuilder.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-507- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-508-libconvexdecomposition_a-ConvexBuilder.obj: ConvexDecomposition/ConvexBuilder.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:509:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-ConvexBuilder.obj -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-ConvexBuilder.Tpo -c -o libconvexdecomposition_a-ConvexBuilder.obj `if test -f 'ConvexDecomposition/ConvexBuilder.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/ConvexBuilder.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/ConvexBuilder.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-510-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-ConvexBuilder.Tpo $(DEPDIR)/libconvexdecomposition_a-ConvexBuilder.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-512-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:513:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-ConvexBuilder.obj `if test -f 'ConvexDecomposition/ConvexBuilder.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/ConvexBuilder.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/ConvexBuilder.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-514- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-515-libconvexdecomposition_a-cd_hull.o: ConvexDecomposition/cd_hull.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:516:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-cd_hull.o -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-cd_hull.Tpo -c -o libconvexdecomposition_a-cd_hull.o `test -f 'ConvexDecomposition/cd_hull.cpp' || echo '$(srcdir)/'`ConvexDecomposition/cd_hull.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-517-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-cd_hull.Tpo $(DEPDIR)/libconvexdecomposition_a-cd_hull.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-519-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:520:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-cd_hull.o `test -f 'ConvexDecomposition/cd_hull.cpp' || echo '$(srcdir)/'`ConvexDecomposition/cd_hull.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-521- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-522-libconvexdecomposition_a-cd_hull.obj: ConvexDecomposition/cd_hull.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:523:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-cd_hull.obj -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-cd_hull.Tpo -c -o libconvexdecomposition_a-cd_hull.obj `if test -f 'ConvexDecomposition/cd_hull.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/cd_hull.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/cd_hull.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-524-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-cd_hull.Tpo $(DEPDIR)/libconvexdecomposition_a-cd_hull.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-526-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:527:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-cd_hull.obj `if test -f 'ConvexDecomposition/cd_hull.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/cd_hull.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/cd_hull.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-528- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-529-libconvexdecomposition_a-raytri.o: ConvexDecomposition/raytri.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:530:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-raytri.o -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-raytri.Tpo -c -o libconvexdecomposition_a-raytri.o `test -f 'ConvexDecomposition/raytri.cpp' || echo '$(srcdir)/'`ConvexDecomposition/raytri.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-531-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-raytri.Tpo $(DEPDIR)/libconvexdecomposition_a-raytri.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-533-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:534:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-raytri.o `test -f 'ConvexDecomposition/raytri.cpp' || echo '$(srcdir)/'`ConvexDecomposition/raytri.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-535- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-536-libconvexdecomposition_a-raytri.obj: ConvexDecomposition/raytri.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:537:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-raytri.obj -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-raytri.Tpo -c -o libconvexdecomposition_a-raytri.obj `if test -f 'ConvexDecomposition/raytri.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/raytri.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/raytri.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-538-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-raytri.Tpo $(DEPDIR)/libconvexdecomposition_a-raytri.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-540-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:541:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-raytri.obj `if test -f 'ConvexDecomposition/raytri.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/raytri.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/raytri.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-542- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-543-libconvexdecomposition_a-splitplane.o: ConvexDecomposition/splitplane.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:544:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-splitplane.o -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-splitplane.Tpo -c -o libconvexdecomposition_a-splitplane.o `test -f 'ConvexDecomposition/splitplane.cpp' || echo '$(srcdir)/'`ConvexDecomposition/splitplane.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-545-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-splitplane.Tpo $(DEPDIR)/libconvexdecomposition_a-splitplane.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-547-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:548:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-splitplane.o `test -f 'ConvexDecomposition/splitplane.cpp' || echo '$(srcdir)/'`ConvexDecomposition/splitplane.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-549- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-550-libconvexdecomposition_a-splitplane.obj: ConvexDecomposition/splitplane.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:551:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-splitplane.obj -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-splitplane.Tpo -c -o libconvexdecomposition_a-splitplane.obj `if test -f 'ConvexDecomposition/splitplane.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/splitplane.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/splitplane.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-552-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-splitplane.Tpo $(DEPDIR)/libconvexdecomposition_a-splitplane.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-554-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:555:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-splitplane.obj `if test -f 'ConvexDecomposition/splitplane.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/splitplane.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/splitplane.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-556- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-557-libconvexdecomposition_a-float_math.o: ConvexDecomposition/float_math.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:558:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-float_math.o -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-float_math.Tpo -c -o libconvexdecomposition_a-float_math.o `test -f 'ConvexDecomposition/float_math.cpp' || echo '$(srcdir)/'`ConvexDecomposition/float_math.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-559-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-float_math.Tpo $(DEPDIR)/libconvexdecomposition_a-float_math.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-561-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:562:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-float_math.o `test -f 'ConvexDecomposition/float_math.cpp' || echo '$(srcdir)/'`ConvexDecomposition/float_math.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-563- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-564-libconvexdecomposition_a-float_math.obj: ConvexDecomposition/float_math.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:565:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-float_math.obj -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-float_math.Tpo -c -o libconvexdecomposition_a-float_math.obj `if test -f 'ConvexDecomposition/float_math.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/float_math.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/float_math.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-566-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-float_math.Tpo $(DEPDIR)/libconvexdecomposition_a-float_math.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-568-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:569:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-float_math.obj `if test -f 'ConvexDecomposition/float_math.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/float_math.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/float_math.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-570- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-571-libconvexdecomposition_a-planetri.o: ConvexDecomposition/planetri.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:572:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-planetri.o -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-planetri.Tpo -c -o libconvexdecomposition_a-planetri.o `test -f 'ConvexDecomposition/planetri.cpp' || echo '$(srcdir)/'`ConvexDecomposition/planetri.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-573-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-planetri.Tpo $(DEPDIR)/libconvexdecomposition_a-planetri.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-575-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:576:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-planetri.o `test -f 'ConvexDecomposition/planetri.cpp' || echo '$(srcdir)/'`ConvexDecomposition/planetri.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-577- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-578-libconvexdecomposition_a-planetri.obj: ConvexDecomposition/planetri.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:579:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-planetri.obj -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-planetri.Tpo -c -o libconvexdecomposition_a-planetri.obj `if test -f 'ConvexDecomposition/planetri.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/planetri.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/planetri.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-580-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-planetri.Tpo $(DEPDIR)/libconvexdecomposition_a-planetri.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-582-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:583:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-planetri.obj `if test -f 'ConvexDecomposition/planetri.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/planetri.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/planetri.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-584- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-585-libconvexdecomposition_a-cd_wavefront.o: ConvexDecomposition/cd_wavefront.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:586:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-cd_wavefront.o -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-cd_wavefront.Tpo -c -o libconvexdecomposition_a-cd_wavefront.o `test -f 'ConvexDecomposition/cd_wavefront.cpp' || echo '$(srcdir)/'`ConvexDecomposition/cd_wavefront.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-587-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-cd_wavefront.Tpo $(DEPDIR)/libconvexdecomposition_a-cd_wavefront.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-589-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:590:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-cd_wavefront.o `test -f 'ConvexDecomposition/cd_wavefront.cpp' || echo '$(srcdir)/'`ConvexDecomposition/cd_wavefront.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-591- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-592-libconvexdecomposition_a-cd_wavefront.obj: ConvexDecomposition/cd_wavefront.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:593:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-cd_wavefront.obj -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-cd_wavefront.Tpo -c -o libconvexdecomposition_a-cd_wavefront.obj `if test -f 'ConvexDecomposition/cd_wavefront.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/cd_wavefront.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/cd_wavefront.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-594-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-cd_wavefront.Tpo $(DEPDIR)/libconvexdecomposition_a-cd_wavefront.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-596-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:597:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-cd_wavefront.obj `if test -f 'ConvexDecomposition/cd_wavefront.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/cd_wavefront.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/cd_wavefront.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-598- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-599-libconvexdecomposition_a-bestfitobb.o: ConvexDecomposition/bestfitobb.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:600:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-bestfitobb.o -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-bestfitobb.Tpo -c -o libconvexdecomposition_a-bestfitobb.o `test -f 'ConvexDecomposition/bestfitobb.cpp' || echo '$(srcdir)/'`ConvexDecomposition/bestfitobb.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-601-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-bestfitobb.Tpo $(DEPDIR)/libconvexdecomposition_a-bestfitobb.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-603-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:604:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-bestfitobb.o `test -f 'ConvexDecomposition/bestfitobb.cpp' || echo '$(srcdir)/'`ConvexDecomposition/bestfitobb.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-605- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-606-libconvexdecomposition_a-bestfitobb.obj: ConvexDecomposition/bestfitobb.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:607:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-bestfitobb.obj -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-bestfitobb.Tpo -c -o libconvexdecomposition_a-bestfitobb.obj `if test -f 'ConvexDecomposition/bestfitobb.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/bestfitobb.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/bestfitobb.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-608-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-bestfitobb.Tpo $(DEPDIR)/libconvexdecomposition_a-bestfitobb.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-610-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:611:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-bestfitobb.obj `if test -f 'ConvexDecomposition/bestfitobb.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/bestfitobb.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/bestfitobb.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-612- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-613-libconvexdecomposition_a-meshvolume.o: ConvexDecomposition/meshvolume.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:614:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-meshvolume.o -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-meshvolume.Tpo -c -o libconvexdecomposition_a-meshvolume.o `test -f 'ConvexDecomposition/meshvolume.cpp' || echo '$(srcdir)/'`ConvexDecomposition/meshvolume.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-615-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-meshvolume.Tpo $(DEPDIR)/libconvexdecomposition_a-meshvolume.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-617-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:618:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-meshvolume.o `test -f 'ConvexDecomposition/meshvolume.cpp' || echo '$(srcdir)/'`ConvexDecomposition/meshvolume.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-619- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-620-libconvexdecomposition_a-meshvolume.obj: ConvexDecomposition/meshvolume.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:621:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-meshvolume.obj -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-meshvolume.Tpo -c -o libconvexdecomposition_a-meshvolume.obj `if test -f 'ConvexDecomposition/meshvolume.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/meshvolume.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/meshvolume.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-622-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-meshvolume.Tpo $(DEPDIR)/libconvexdecomposition_a-meshvolume.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-624-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:625:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-meshvolume.obj `if test -f 'ConvexDecomposition/meshvolume.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/meshvolume.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/meshvolume.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-626- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-627-libconvexdecomposition_a-fitsphere.o: ConvexDecomposition/fitsphere.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:628:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-fitsphere.o -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-fitsphere.Tpo -c -o libconvexdecomposition_a-fitsphere.o `test -f 'ConvexDecomposition/fitsphere.cpp' || echo '$(srcdir)/'`ConvexDecomposition/fitsphere.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-629-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-fitsphere.Tpo $(DEPDIR)/libconvexdecomposition_a-fitsphere.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-631-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:632:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-fitsphere.o `test -f 'ConvexDecomposition/fitsphere.cpp' || echo '$(srcdir)/'`ConvexDecomposition/fitsphere.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-633- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-634-libconvexdecomposition_a-fitsphere.obj: ConvexDecomposition/fitsphere.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:635:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -MT libconvexdecomposition_a-fitsphere.obj -MD -MP -MF $(DEPDIR)/libconvexdecomposition_a-fitsphere.Tpo -c -o libconvexdecomposition_a-fitsphere.obj `if test -f 'ConvexDecomposition/fitsphere.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/fitsphere.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/fitsphere.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-636-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libconvexdecomposition_a-fitsphere.Tpo $(DEPDIR)/libconvexdecomposition_a-fitsphere.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-638-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:639:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconvexdecomposition_a_CXXFLAGS) $(CXXFLAGS) -c -o libconvexdecomposition_a-fitsphere.obj `if test -f 'ConvexDecomposition/fitsphere.cpp'; then $(CYGPATH_W) 'ConvexDecomposition/fitsphere.cpp'; else $(CYGPATH_W) '$(srcdir)/ConvexDecomposition/fitsphere.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-640- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-641-libgimpactutils_a-btGImpactConvexDecompositionShape.o: GIMPACTUtils/btGImpactConvexDecompositionShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:642:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgimpactutils_a_CXXFLAGS) $(CXXFLAGS) -MT libgimpactutils_a-btGImpactConvexDecompositionShape.o -MD -MP -MF $(DEPDIR)/libgimpactutils_a-btGImpactConvexDecompositionShape.Tpo -c -o libgimpactutils_a-btGImpactConvexDecompositionShape.o `test -f 'GIMPACTUtils/btGImpactConvexDecompositionShape.cpp' || echo '$(srcdir)/'`GIMPACTUtils/btGImpactConvexDecompositionShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-643-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libgimpactutils_a-btGImpactConvexDecompositionShape.Tpo $(DEPDIR)/libgimpactutils_a-btGImpactConvexDecompositionShape.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-645-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:646:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgimpactutils_a_CXXFLAGS) $(CXXFLAGS) -c -o libgimpactutils_a-btGImpactConvexDecompositionShape.o `test -f 'GIMPACTUtils/btGImpactConvexDecompositionShape.cpp' || echo '$(srcdir)/'`GIMPACTUtils/btGImpactConvexDecompositionShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-647- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-648-libgimpactutils_a-btGImpactConvexDecompositionShape.obj: GIMPACTUtils/btGImpactConvexDecompositionShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:649:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgimpactutils_a_CXXFLAGS) $(CXXFLAGS) -MT libgimpactutils_a-btGImpactConvexDecompositionShape.obj -MD -MP -MF $(DEPDIR)/libgimpactutils_a-btGImpactConvexDecompositionShape.Tpo -c -o libgimpactutils_a-btGImpactConvexDecompositionShape.obj `if test -f 'GIMPACTUtils/btGImpactConvexDecompositionShape.cpp'; then $(CYGPATH_W) 'GIMPACTUtils/btGImpactConvexDecompositionShape.cpp'; else $(CYGPATH_W) '$(srcdir)/GIMPACTUtils/btGImpactConvexDecompositionShape.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-650-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libgimpactutils_a-btGImpactConvexDecompositionShape.Tpo $(DEPDIR)/libgimpactutils_a-btGImpactConvexDecompositionShape.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-652-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:653:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgimpactutils_a_CXXFLAGS) $(CXXFLAGS) -c -o libgimpactutils_a-btGImpactConvexDecompositionShape.obj `if test -f 'GIMPACTUtils/btGImpactConvexDecompositionShape.cpp'; then $(CYGPATH_W) 'GIMPACTUtils/btGImpactConvexDecompositionShape.cpp'; else $(CYGPATH_W) '$(srcdir)/GIMPACTUtils/btGImpactConvexDecompositionShape.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-654- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-655-libglui_a-glui_spinner.o: glui/glui_spinner.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:656:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_spinner.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_spinner.Tpo -c -o libglui_a-glui_spinner.o `test -f 'glui/glui_spinner.cpp' || echo '$(srcdir)/'`glui/glui_spinner.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-657-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_spinner.Tpo $(DEPDIR)/libglui_a-glui_spinner.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-659-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:660:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_spinner.o `test -f 'glui/glui_spinner.cpp' || echo '$(srcdir)/'`glui/glui_spinner.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-661- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-662-libglui_a-glui_spinner.obj: glui/glui_spinner.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:663:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_spinner.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_spinner.Tpo -c -o libglui_a-glui_spinner.obj `if test -f 'glui/glui_spinner.cpp'; then $(CYGPATH_W) 'glui/glui_spinner.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_spinner.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-664-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_spinner.Tpo $(DEPDIR)/libglui_a-glui_spinner.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-666-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:667:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_spinner.obj `if test -f 'glui/glui_spinner.cpp'; then $(CYGPATH_W) 'glui/glui_spinner.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_spinner.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-668- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-669-libglui_a-glui_treepanel.o: glui/glui_treepanel.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:670:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_treepanel.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_treepanel.Tpo -c -o libglui_a-glui_treepanel.o `test -f 'glui/glui_treepanel.cpp' || echo '$(srcdir)/'`glui/glui_treepanel.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-671-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_treepanel.Tpo $(DEPDIR)/libglui_a-glui_treepanel.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-673-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:674:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_treepanel.o `test -f 'glui/glui_treepanel.cpp' || echo '$(srcdir)/'`glui/glui_treepanel.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-675- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-676-libglui_a-glui_treepanel.obj: glui/glui_treepanel.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:677:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_treepanel.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_treepanel.Tpo -c -o libglui_a-glui_treepanel.obj `if test -f 'glui/glui_treepanel.cpp'; then $(CYGPATH_W) 'glui/glui_treepanel.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_treepanel.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-678-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_treepanel.Tpo $(DEPDIR)/libglui_a-glui_treepanel.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-680-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:681:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_treepanel.obj `if test -f 'glui/glui_treepanel.cpp'; then $(CYGPATH_W) 'glui/glui_treepanel.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_treepanel.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-682- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-683-libglui_a-arcball.o: glui/arcball.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:684:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-arcball.o -MD -MP -MF $(DEPDIR)/libglui_a-arcball.Tpo -c -o libglui_a-arcball.o `test -f 'glui/arcball.cpp' || echo '$(srcdir)/'`glui/arcball.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-685-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-arcball.Tpo $(DEPDIR)/libglui_a-arcball.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-687-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:688:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-arcball.o `test -f 'glui/arcball.cpp' || echo '$(srcdir)/'`glui/arcball.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-689- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-690-libglui_a-arcball.obj: glui/arcball.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:691:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-arcball.obj -MD -MP -MF $(DEPDIR)/libglui_a-arcball.Tpo -c -o libglui_a-arcball.obj `if test -f 'glui/arcball.cpp'; then $(CYGPATH_W) 'glui/arcball.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/arcball.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-692-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-arcball.Tpo $(DEPDIR)/libglui_a-arcball.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-694-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:695:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-arcball.obj `if test -f 'glui/arcball.cpp'; then $(CYGPATH_W) 'glui/arcball.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/arcball.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-696- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-697-libglui_a-glui_scrollbar.o: glui/glui_scrollbar.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:698:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_scrollbar.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_scrollbar.Tpo -c -o libglui_a-glui_scrollbar.o `test -f 'glui/glui_scrollbar.cpp' || echo '$(srcdir)/'`glui/glui_scrollbar.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-699-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_scrollbar.Tpo $(DEPDIR)/libglui_a-glui_scrollbar.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-701-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:702:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_scrollbar.o `test -f 'glui/glui_scrollbar.cpp' || echo '$(srcdir)/'`glui/glui_scrollbar.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-703- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-704-libglui_a-glui_scrollbar.obj: glui/glui_scrollbar.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:705:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_scrollbar.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_scrollbar.Tpo -c -o libglui_a-glui_scrollbar.obj `if test -f 'glui/glui_scrollbar.cpp'; then $(CYGPATH_W) 'glui/glui_scrollbar.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_scrollbar.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-706-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_scrollbar.Tpo $(DEPDIR)/libglui_a-glui_scrollbar.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-708-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:709:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_scrollbar.obj `if test -f 'glui/glui_scrollbar.cpp'; then $(CYGPATH_W) 'glui/glui_scrollbar.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_scrollbar.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-710- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-711-libglui_a-glui_filebrowser.o: glui/glui_filebrowser.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:712:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_filebrowser.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_filebrowser.Tpo -c -o libglui_a-glui_filebrowser.o `test -f 'glui/glui_filebrowser.cpp' || echo '$(srcdir)/'`glui/glui_filebrowser.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-713-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_filebrowser.Tpo $(DEPDIR)/libglui_a-glui_filebrowser.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-715-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:716:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_filebrowser.o `test -f 'glui/glui_filebrowser.cpp' || echo '$(srcdir)/'`glui/glui_filebrowser.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-717- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-718-libglui_a-glui_filebrowser.obj: glui/glui_filebrowser.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:719:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_filebrowser.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_filebrowser.Tpo -c -o libglui_a-glui_filebrowser.obj `if test -f 'glui/glui_filebrowser.cpp'; then $(CYGPATH_W) 'glui/glui_filebrowser.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_filebrowser.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-720-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_filebrowser.Tpo $(DEPDIR)/libglui_a-glui_filebrowser.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-722-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:723:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_filebrowser.obj `if test -f 'glui/glui_filebrowser.cpp'; then $(CYGPATH_W) 'glui/glui_filebrowser.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_filebrowser.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-724- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-725-libglui_a-glui_node.o: glui/glui_node.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:726:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_node.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_node.Tpo -c -o libglui_a-glui_node.o `test -f 'glui/glui_node.cpp' || echo '$(srcdir)/'`glui/glui_node.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-727-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_node.Tpo $(DEPDIR)/libglui_a-glui_node.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-729-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:730:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_node.o `test -f 'glui/glui_node.cpp' || echo '$(srcdir)/'`glui/glui_node.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-731- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-732-libglui_a-glui_node.obj: glui/glui_node.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:733:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_node.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_node.Tpo -c -o libglui_a-glui_node.obj `if test -f 'glui/glui_node.cpp'; then $(CYGPATH_W) 'glui/glui_node.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_node.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-734-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_node.Tpo $(DEPDIR)/libglui_a-glui_node.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-736-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:737:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_node.obj `if test -f 'glui/glui_node.cpp'; then $(CYGPATH_W) 'glui/glui_node.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_node.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-738- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-739-libglui_a-glui_edittext.o: glui/glui_edittext.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:740:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_edittext.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_edittext.Tpo -c -o libglui_a-glui_edittext.o `test -f 'glui/glui_edittext.cpp' || echo '$(srcdir)/'`glui/glui_edittext.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-741-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_edittext.Tpo $(DEPDIR)/libglui_a-glui_edittext.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-743-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:744:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_edittext.o `test -f 'glui/glui_edittext.cpp' || echo '$(srcdir)/'`glui/glui_edittext.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-745- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-746-libglui_a-glui_edittext.obj: glui/glui_edittext.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:747:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_edittext.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_edittext.Tpo -c -o libglui_a-glui_edittext.obj `if test -f 'glui/glui_edittext.cpp'; then $(CYGPATH_W) 'glui/glui_edittext.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_edittext.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-748-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_edittext.Tpo $(DEPDIR)/libglui_a-glui_edittext.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-750-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:751:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_edittext.obj `if test -f 'glui/glui_edittext.cpp'; then $(CYGPATH_W) 'glui/glui_edittext.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_edittext.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-752- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-753-libglui_a-glui_statictext.o: glui/glui_statictext.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:754:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_statictext.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_statictext.Tpo -c -o libglui_a-glui_statictext.o `test -f 'glui/glui_statictext.cpp' || echo '$(srcdir)/'`glui/glui_statictext.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-755-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_statictext.Tpo $(DEPDIR)/libglui_a-glui_statictext.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-757-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:758:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_statictext.o `test -f 'glui/glui_statictext.cpp' || echo '$(srcdir)/'`glui/glui_statictext.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-759- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-760-libglui_a-glui_statictext.obj: glui/glui_statictext.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:761:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_statictext.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_statictext.Tpo -c -o libglui_a-glui_statictext.obj `if test -f 'glui/glui_statictext.cpp'; then $(CYGPATH_W) 'glui/glui_statictext.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_statictext.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-762-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_statictext.Tpo $(DEPDIR)/libglui_a-glui_statictext.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-764-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:765:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_statictext.obj `if test -f 'glui/glui_statictext.cpp'; then $(CYGPATH_W) 'glui/glui_statictext.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_statictext.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-766- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-767-libglui_a-glui_bitmaps.o: glui/glui_bitmaps.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:768:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_bitmaps.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_bitmaps.Tpo -c -o libglui_a-glui_bitmaps.o `test -f 'glui/glui_bitmaps.cpp' || echo '$(srcdir)/'`glui/glui_bitmaps.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-769-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_bitmaps.Tpo $(DEPDIR)/libglui_a-glui_bitmaps.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-771-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:772:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_bitmaps.o `test -f 'glui/glui_bitmaps.cpp' || echo '$(srcdir)/'`glui/glui_bitmaps.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-773- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-774-libglui_a-glui_bitmaps.obj: glui/glui_bitmaps.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:775:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_bitmaps.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_bitmaps.Tpo -c -o libglui_a-glui_bitmaps.obj `if test -f 'glui/glui_bitmaps.cpp'; then $(CYGPATH_W) 'glui/glui_bitmaps.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_bitmaps.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-776-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_bitmaps.Tpo $(DEPDIR)/libglui_a-glui_bitmaps.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-778-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:779:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_bitmaps.obj `if test -f 'glui/glui_bitmaps.cpp'; then $(CYGPATH_W) 'glui/glui_bitmaps.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_bitmaps.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-780- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-781-libglui_a-algebra3.o: glui/algebra3.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:782:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-algebra3.o -MD -MP -MF $(DEPDIR)/libglui_a-algebra3.Tpo -c -o libglui_a-algebra3.o `test -f 'glui/algebra3.cpp' || echo '$(srcdir)/'`glui/algebra3.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-783-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-algebra3.Tpo $(DEPDIR)/libglui_a-algebra3.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-785-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:786:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-algebra3.o `test -f 'glui/algebra3.cpp' || echo '$(srcdir)/'`glui/algebra3.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-787- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-788-libglui_a-algebra3.obj: glui/algebra3.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:789:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-algebra3.obj -MD -MP -MF $(DEPDIR)/libglui_a-algebra3.Tpo -c -o libglui_a-algebra3.obj `if test -f 'glui/algebra3.cpp'; then $(CYGPATH_W) 'glui/algebra3.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/algebra3.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-790-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-algebra3.Tpo $(DEPDIR)/libglui_a-algebra3.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-792-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:793:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-algebra3.obj `if test -f 'glui/algebra3.cpp'; then $(CYGPATH_W) 'glui/algebra3.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/algebra3.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-794- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-795-libglui_a-glui_string.o: glui/glui_string.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:796:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_string.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_string.Tpo -c -o libglui_a-glui_string.o `test -f 'glui/glui_string.cpp' || echo '$(srcdir)/'`glui/glui_string.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-797-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_string.Tpo $(DEPDIR)/libglui_a-glui_string.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-799-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:800:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_string.o `test -f 'glui/glui_string.cpp' || echo '$(srcdir)/'`glui/glui_string.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-801- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-802-libglui_a-glui_string.obj: glui/glui_string.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:803:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_string.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_string.Tpo -c -o libglui_a-glui_string.obj `if test -f 'glui/glui_string.cpp'; then $(CYGPATH_W) 'glui/glui_string.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_string.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-804-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_string.Tpo $(DEPDIR)/libglui_a-glui_string.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-806-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:807:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_string.obj `if test -f 'glui/glui_string.cpp'; then $(CYGPATH_W) 'glui/glui_string.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_string.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-808- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-809-libglui_a-glui_button.o: glui/glui_button.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:810:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_button.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_button.Tpo -c -o libglui_a-glui_button.o `test -f 'glui/glui_button.cpp' || echo '$(srcdir)/'`glui/glui_button.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-811-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_button.Tpo $(DEPDIR)/libglui_a-glui_button.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-813-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:814:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_button.o `test -f 'glui/glui_button.cpp' || echo '$(srcdir)/'`glui/glui_button.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-815- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-816-libglui_a-glui_button.obj: glui/glui_button.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:817:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_button.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_button.Tpo -c -o libglui_a-glui_button.obj `if test -f 'glui/glui_button.cpp'; then $(CYGPATH_W) 'glui/glui_button.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_button.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-818-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_button.Tpo $(DEPDIR)/libglui_a-glui_button.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-820-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:821:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_button.obj `if test -f 'glui/glui_button.cpp'; then $(CYGPATH_W) 'glui/glui_button.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_button.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-822- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-823-libglui_a-glui_add_controls.o: glui/glui_add_controls.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:824:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_add_controls.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_add_controls.Tpo -c -o libglui_a-glui_add_controls.o `test -f 'glui/glui_add_controls.cpp' || echo '$(srcdir)/'`glui/glui_add_controls.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-825-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_add_controls.Tpo $(DEPDIR)/libglui_a-glui_add_controls.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-827-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:828:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_add_controls.o `test -f 'glui/glui_add_controls.cpp' || echo '$(srcdir)/'`glui/glui_add_controls.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-829- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-830-libglui_a-glui_add_controls.obj: glui/glui_add_controls.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:831:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_add_controls.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_add_controls.Tpo -c -o libglui_a-glui_add_controls.obj `if test -f 'glui/glui_add_controls.cpp'; then $(CYGPATH_W) 'glui/glui_add_controls.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_add_controls.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-832-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_add_controls.Tpo $(DEPDIR)/libglui_a-glui_add_controls.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-834-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:835:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_add_controls.obj `if test -f 'glui/glui_add_controls.cpp'; then $(CYGPATH_W) 'glui/glui_add_controls.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_add_controls.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-836- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-837-libglui_a-glui_control.o: glui/glui_control.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:838:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_control.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_control.Tpo -c -o libglui_a-glui_control.o `test -f 'glui/glui_control.cpp' || echo '$(srcdir)/'`glui/glui_control.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-839-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_control.Tpo $(DEPDIR)/libglui_a-glui_control.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-841-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:842:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_control.o `test -f 'glui/glui_control.cpp' || echo '$(srcdir)/'`glui/glui_control.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-843- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-844-libglui_a-glui_control.obj: glui/glui_control.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:845:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_control.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_control.Tpo -c -o libglui_a-glui_control.obj `if test -f 'glui/glui_control.cpp'; then $(CYGPATH_W) 'glui/glui_control.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_control.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-846-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_control.Tpo $(DEPDIR)/libglui_a-glui_control.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-848-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:849:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_control.obj `if test -f 'glui/glui_control.cpp'; then $(CYGPATH_W) 'glui/glui_control.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_control.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-850- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-851-libglui_a-glui.o: glui/glui.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:852:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui.o -MD -MP -MF $(DEPDIR)/libglui_a-glui.Tpo -c -o libglui_a-glui.o `test -f 'glui/glui.cpp' || echo '$(srcdir)/'`glui/glui.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-853-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui.Tpo $(DEPDIR)/libglui_a-glui.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-855-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:856:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui.o `test -f 'glui/glui.cpp' || echo '$(srcdir)/'`glui/glui.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-857- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-858-libglui_a-glui.obj: glui/glui.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:859:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui.Tpo -c -o libglui_a-glui.obj `if test -f 'glui/glui.cpp'; then $(CYGPATH_W) 'glui/glui.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-860-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui.Tpo $(DEPDIR)/libglui_a-glui.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-862-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:863:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui.obj `if test -f 'glui/glui.cpp'; then $(CYGPATH_W) 'glui/glui.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-864- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-865-libglui_a-glui_listbox.o: glui/glui_listbox.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:866:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_listbox.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_listbox.Tpo -c -o libglui_a-glui_listbox.o `test -f 'glui/glui_listbox.cpp' || echo '$(srcdir)/'`glui/glui_listbox.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-867-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_listbox.Tpo $(DEPDIR)/libglui_a-glui_listbox.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-869-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:870:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_listbox.o `test -f 'glui/glui_listbox.cpp' || echo '$(srcdir)/'`glui/glui_listbox.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-871- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-872-libglui_a-glui_listbox.obj: glui/glui_listbox.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:873:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_listbox.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_listbox.Tpo -c -o libglui_a-glui_listbox.obj `if test -f 'glui/glui_listbox.cpp'; then $(CYGPATH_W) 'glui/glui_listbox.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_listbox.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-874-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_listbox.Tpo $(DEPDIR)/libglui_a-glui_listbox.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-876-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:877:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_listbox.obj `if test -f 'glui/glui_listbox.cpp'; then $(CYGPATH_W) 'glui/glui_listbox.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_listbox.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-878- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-879-libglui_a-glui_checkbox.o: glui/glui_checkbox.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:880:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_checkbox.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_checkbox.Tpo -c -o libglui_a-glui_checkbox.o `test -f 'glui/glui_checkbox.cpp' || echo '$(srcdir)/'`glui/glui_checkbox.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-881-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_checkbox.Tpo $(DEPDIR)/libglui_a-glui_checkbox.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-883-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:884:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_checkbox.o `test -f 'glui/glui_checkbox.cpp' || echo '$(srcdir)/'`glui/glui_checkbox.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-885- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-886-libglui_a-glui_checkbox.obj: glui/glui_checkbox.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:887:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_checkbox.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_checkbox.Tpo -c -o libglui_a-glui_checkbox.obj `if test -f 'glui/glui_checkbox.cpp'; then $(CYGPATH_W) 'glui/glui_checkbox.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_checkbox.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-888-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_checkbox.Tpo $(DEPDIR)/libglui_a-glui_checkbox.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-890-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:891:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_checkbox.obj `if test -f 'glui/glui_checkbox.cpp'; then $(CYGPATH_W) 'glui/glui_checkbox.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_checkbox.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-892- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-893-libglui_a-glui_commandline.o: glui/glui_commandline.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:894:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_commandline.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_commandline.Tpo -c -o libglui_a-glui_commandline.o `test -f 'glui/glui_commandline.cpp' || echo '$(srcdir)/'`glui/glui_commandline.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-895-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_commandline.Tpo $(DEPDIR)/libglui_a-glui_commandline.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-897-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:898:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_commandline.o `test -f 'glui/glui_commandline.cpp' || echo '$(srcdir)/'`glui/glui_commandline.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-899- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-900-libglui_a-glui_commandline.obj: glui/glui_commandline.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:901:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_commandline.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_commandline.Tpo -c -o libglui_a-glui_commandline.obj `if test -f 'glui/glui_commandline.cpp'; then $(CYGPATH_W) 'glui/glui_commandline.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_commandline.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-902-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_commandline.Tpo $(DEPDIR)/libglui_a-glui_commandline.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-904-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:905:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_commandline.obj `if test -f 'glui/glui_commandline.cpp'; then $(CYGPATH_W) 'glui/glui_commandline.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_commandline.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-906- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-907-libglui_a-glui_textbox.o: glui/glui_textbox.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:908:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_textbox.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_textbox.Tpo -c -o libglui_a-glui_textbox.o `test -f 'glui/glui_textbox.cpp' || echo '$(srcdir)/'`glui/glui_textbox.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-909-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_textbox.Tpo $(DEPDIR)/libglui_a-glui_textbox.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-911-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:912:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_textbox.o `test -f 'glui/glui_textbox.cpp' || echo '$(srcdir)/'`glui/glui_textbox.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-913- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-914-libglui_a-glui_textbox.obj: glui/glui_textbox.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:915:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_textbox.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_textbox.Tpo -c -o libglui_a-glui_textbox.obj `if test -f 'glui/glui_textbox.cpp'; then $(CYGPATH_W) 'glui/glui_textbox.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_textbox.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-916-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_textbox.Tpo $(DEPDIR)/libglui_a-glui_textbox.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-918-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:919:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_textbox.obj `if test -f 'glui/glui_textbox.cpp'; then $(CYGPATH_W) 'glui/glui_textbox.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_textbox.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-920- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-921-libglui_a-glui_column.o: glui/glui_column.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:922:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_column.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_column.Tpo -c -o libglui_a-glui_column.o `test -f 'glui/glui_column.cpp' || echo '$(srcdir)/'`glui/glui_column.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-923-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_column.Tpo $(DEPDIR)/libglui_a-glui_column.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-925-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:926:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_column.o `test -f 'glui/glui_column.cpp' || echo '$(srcdir)/'`glui/glui_column.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-927- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-928-libglui_a-glui_column.obj: glui/glui_column.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:929:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_column.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_column.Tpo -c -o libglui_a-glui_column.obj `if test -f 'glui/glui_column.cpp'; then $(CYGPATH_W) 'glui/glui_column.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_column.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-930-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_column.Tpo $(DEPDIR)/libglui_a-glui_column.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-932-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:933:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_column.obj `if test -f 'glui/glui_column.cpp'; then $(CYGPATH_W) 'glui/glui_column.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_column.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-934- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-935-libglui_a-glui_mouse_iaction.o: glui/glui_mouse_iaction.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:936:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_mouse_iaction.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_mouse_iaction.Tpo -c -o libglui_a-glui_mouse_iaction.o `test -f 'glui/glui_mouse_iaction.cpp' || echo '$(srcdir)/'`glui/glui_mouse_iaction.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-937-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_mouse_iaction.Tpo $(DEPDIR)/libglui_a-glui_mouse_iaction.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-939-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:940:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_mouse_iaction.o `test -f 'glui/glui_mouse_iaction.cpp' || echo '$(srcdir)/'`glui/glui_mouse_iaction.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-941- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-942-libglui_a-glui_mouse_iaction.obj: glui/glui_mouse_iaction.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:943:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_mouse_iaction.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_mouse_iaction.Tpo -c -o libglui_a-glui_mouse_iaction.obj `if test -f 'glui/glui_mouse_iaction.cpp'; then $(CYGPATH_W) 'glui/glui_mouse_iaction.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_mouse_iaction.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-944-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_mouse_iaction.Tpo $(DEPDIR)/libglui_a-glui_mouse_iaction.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-946-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:947:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_mouse_iaction.obj `if test -f 'glui/glui_mouse_iaction.cpp'; then $(CYGPATH_W) 'glui/glui_mouse_iaction.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_mouse_iaction.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-948- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-949-libglui_a-glui_radio.o: glui/glui_radio.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:950:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_radio.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_radio.Tpo -c -o libglui_a-glui_radio.o `test -f 'glui/glui_radio.cpp' || echo '$(srcdir)/'`glui/glui_radio.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-951-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_radio.Tpo $(DEPDIR)/libglui_a-glui_radio.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-953-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:954:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_radio.o `test -f 'glui/glui_radio.cpp' || echo '$(srcdir)/'`glui/glui_radio.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-955- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-956-libglui_a-glui_radio.obj: glui/glui_radio.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:957:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_radio.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_radio.Tpo -c -o libglui_a-glui_radio.obj `if test -f 'glui/glui_radio.cpp'; then $(CYGPATH_W) 'glui/glui_radio.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_radio.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-958-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_radio.Tpo $(DEPDIR)/libglui_a-glui_radio.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-960-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:961:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_radio.obj `if test -f 'glui/glui_radio.cpp'; then $(CYGPATH_W) 'glui/glui_radio.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_radio.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-962- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-963-libglui_a-glui_translation.o: glui/glui_translation.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:964:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_translation.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_translation.Tpo -c -o libglui_a-glui_translation.o `test -f 'glui/glui_translation.cpp' || echo '$(srcdir)/'`glui/glui_translation.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-965-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_translation.Tpo $(DEPDIR)/libglui_a-glui_translation.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-967-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:968:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_translation.o `test -f 'glui/glui_translation.cpp' || echo '$(srcdir)/'`glui/glui_translation.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-969- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-970-libglui_a-glui_translation.obj: glui/glui_translation.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:971:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_translation.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_translation.Tpo -c -o libglui_a-glui_translation.obj `if test -f 'glui/glui_translation.cpp'; then $(CYGPATH_W) 'glui/glui_translation.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_translation.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-972-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_translation.Tpo $(DEPDIR)/libglui_a-glui_translation.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-974-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:975:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_translation.obj `if test -f 'glui/glui_translation.cpp'; then $(CYGPATH_W) 'glui/glui_translation.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_translation.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-976- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-977-libglui_a-glui_tree.o: glui/glui_tree.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:978:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_tree.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_tree.Tpo -c -o libglui_a-glui_tree.o `test -f 'glui/glui_tree.cpp' || echo '$(srcdir)/'`glui/glui_tree.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-979-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_tree.Tpo $(DEPDIR)/libglui_a-glui_tree.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-981-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:982:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_tree.o `test -f 'glui/glui_tree.cpp' || echo '$(srcdir)/'`glui/glui_tree.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-983- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-984-libglui_a-glui_tree.obj: glui/glui_tree.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:985:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_tree.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_tree.Tpo -c -o libglui_a-glui_tree.obj `if test -f 'glui/glui_tree.cpp'; then $(CYGPATH_W) 'glui/glui_tree.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_tree.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-986-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_tree.Tpo $(DEPDIR)/libglui_a-glui_tree.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-988-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:989:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_tree.obj `if test -f 'glui/glui_tree.cpp'; then $(CYGPATH_W) 'glui/glui_tree.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_tree.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-990- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-991-libglui_a-glui_rotation.o: glui/glui_rotation.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:992:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_rotation.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_rotation.Tpo -c -o libglui_a-glui_rotation.o `test -f 'glui/glui_rotation.cpp' || echo '$(srcdir)/'`glui/glui_rotation.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-993-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_rotation.Tpo $(DEPDIR)/libglui_a-glui_rotation.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-995-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:996:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_rotation.o `test -f 'glui/glui_rotation.cpp' || echo '$(srcdir)/'`glui/glui_rotation.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-997- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-998-libglui_a-glui_rotation.obj: glui/glui_rotation.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:999:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_rotation.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_rotation.Tpo -c -o libglui_a-glui_rotation.obj `if test -f 'glui/glui_rotation.cpp'; then $(CYGPATH_W) 'glui/glui_rotation.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_rotation.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1000-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_rotation.Tpo $(DEPDIR)/libglui_a-glui_rotation.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1002-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1003:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_rotation.obj `if test -f 'glui/glui_rotation.cpp'; then $(CYGPATH_W) 'glui/glui_rotation.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_rotation.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1004- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1005-libglui_a-glui_panel.o: glui/glui_panel.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1006:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_panel.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_panel.Tpo -c -o libglui_a-glui_panel.o `test -f 'glui/glui_panel.cpp' || echo '$(srcdir)/'`glui/glui_panel.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1007-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_panel.Tpo $(DEPDIR)/libglui_a-glui_panel.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1009-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1010:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_panel.o `test -f 'glui/glui_panel.cpp' || echo '$(srcdir)/'`glui/glui_panel.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1011- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1012-libglui_a-glui_panel.obj: glui/glui_panel.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1013:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_panel.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_panel.Tpo -c -o libglui_a-glui_panel.obj `if test -f 'glui/glui_panel.cpp'; then $(CYGPATH_W) 'glui/glui_panel.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_panel.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1014-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_panel.Tpo $(DEPDIR)/libglui_a-glui_panel.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1016-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1017:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_panel.obj `if test -f 'glui/glui_panel.cpp'; then $(CYGPATH_W) 'glui/glui_panel.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_panel.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1018- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1019-libglui_a-glui_rollout.o: glui/glui_rollout.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1020:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_rollout.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_rollout.Tpo -c -o libglui_a-glui_rollout.o `test -f 'glui/glui_rollout.cpp' || echo '$(srcdir)/'`glui/glui_rollout.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1021-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_rollout.Tpo $(DEPDIR)/libglui_a-glui_rollout.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1023-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1024:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_rollout.o `test -f 'glui/glui_rollout.cpp' || echo '$(srcdir)/'`glui/glui_rollout.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1025- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1026-libglui_a-glui_rollout.obj: glui/glui_rollout.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1027:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_rollout.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_rollout.Tpo -c -o libglui_a-glui_rollout.obj `if test -f 'glui/glui_rollout.cpp'; then $(CYGPATH_W) 'glui/glui_rollout.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_rollout.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1028-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_rollout.Tpo $(DEPDIR)/libglui_a-glui_rollout.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1030-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1031:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_rollout.obj `if test -f 'glui/glui_rollout.cpp'; then $(CYGPATH_W) 'glui/glui_rollout.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_rollout.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1032- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1033-libglui_a-glui_separator.o: glui/glui_separator.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1034:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_separator.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_separator.Tpo -c -o libglui_a-glui_separator.o `test -f 'glui/glui_separator.cpp' || echo '$(srcdir)/'`glui/glui_separator.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1035-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_separator.Tpo $(DEPDIR)/libglui_a-glui_separator.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1037-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1038:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_separator.o `test -f 'glui/glui_separator.cpp' || echo '$(srcdir)/'`glui/glui_separator.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1039- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1040-libglui_a-glui_separator.obj: glui/glui_separator.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1041:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_separator.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_separator.Tpo -c -o libglui_a-glui_separator.obj `if test -f 'glui/glui_separator.cpp'; then $(CYGPATH_W) 'glui/glui_separator.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_separator.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1042-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_separator.Tpo $(DEPDIR)/libglui_a-glui_separator.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1044-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1045:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_separator.obj `if test -f 'glui/glui_separator.cpp'; then $(CYGPATH_W) 'glui/glui_separator.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_separator.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1046- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1047-libglui_a-glui_bitmap_img_data.o: glui/glui_bitmap_img_data.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1048:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_bitmap_img_data.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_bitmap_img_data.Tpo -c -o libglui_a-glui_bitmap_img_data.o `test -f 'glui/glui_bitmap_img_data.cpp' || echo '$(srcdir)/'`glui/glui_bitmap_img_data.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1049-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_bitmap_img_data.Tpo $(DEPDIR)/libglui_a-glui_bitmap_img_data.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1051-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1052:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_bitmap_img_data.o `test -f 'glui/glui_bitmap_img_data.cpp' || echo '$(srcdir)/'`glui/glui_bitmap_img_data.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1053- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1054-libglui_a-glui_bitmap_img_data.obj: glui/glui_bitmap_img_data.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1055:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_bitmap_img_data.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_bitmap_img_data.Tpo -c -o libglui_a-glui_bitmap_img_data.obj `if test -f 'glui/glui_bitmap_img_data.cpp'; then $(CYGPATH_W) 'glui/glui_bitmap_img_data.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_bitmap_img_data.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1056-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_bitmap_img_data.Tpo $(DEPDIR)/libglui_a-glui_bitmap_img_data.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1058-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1059:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_bitmap_img_data.obj `if test -f 'glui/glui_bitmap_img_data.cpp'; then $(CYGPATH_W) 'glui/glui_bitmap_img_data.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_bitmap_img_data.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1060- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1061-libglui_a-quaternion.o: glui/quaternion.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1062:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-quaternion.o -MD -MP -MF $(DEPDIR)/libglui_a-quaternion.Tpo -c -o libglui_a-quaternion.o `test -f 'glui/quaternion.cpp' || echo '$(srcdir)/'`glui/quaternion.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1063-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-quaternion.Tpo $(DEPDIR)/libglui_a-quaternion.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1065-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1066:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-quaternion.o `test -f 'glui/quaternion.cpp' || echo '$(srcdir)/'`glui/quaternion.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1067- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1068-libglui_a-quaternion.obj: glui/quaternion.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1069:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-quaternion.obj -MD -MP -MF $(DEPDIR)/libglui_a-quaternion.Tpo -c -o libglui_a-quaternion.obj `if test -f 'glui/quaternion.cpp'; then $(CYGPATH_W) 'glui/quaternion.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/quaternion.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1070-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-quaternion.Tpo $(DEPDIR)/libglui_a-quaternion.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1072-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1073:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-quaternion.obj `if test -f 'glui/quaternion.cpp'; then $(CYGPATH_W) 'glui/quaternion.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/quaternion.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1074- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1075-libglui_a-glui_window.o: glui/glui_window.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1076:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_window.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_window.Tpo -c -o libglui_a-glui_window.o `test -f 'glui/glui_window.cpp' || echo '$(srcdir)/'`glui/glui_window.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1077-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_window.Tpo $(DEPDIR)/libglui_a-glui_window.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1079-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1080:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_window.o `test -f 'glui/glui_window.cpp' || echo '$(srcdir)/'`glui/glui_window.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1081- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1082-libglui_a-glui_window.obj: glui/glui_window.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1083:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_window.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_window.Tpo -c -o libglui_a-glui_window.obj `if test -f 'glui/glui_window.cpp'; then $(CYGPATH_W) 'glui/glui_window.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_window.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1084-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_window.Tpo $(DEPDIR)/libglui_a-glui_window.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1086-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1087:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_window.obj `if test -f 'glui/glui_window.cpp'; then $(CYGPATH_W) 'glui/glui_window.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_window.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1088- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1089-libglui_a-glui_list.o: glui/glui_list.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1090:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_list.o -MD -MP -MF $(DEPDIR)/libglui_a-glui_list.Tpo -c -o libglui_a-glui_list.o `test -f 'glui/glui_list.cpp' || echo '$(srcdir)/'`glui/glui_list.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1091-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_list.Tpo $(DEPDIR)/libglui_a-glui_list.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1093-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1094:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_list.o `test -f 'glui/glui_list.cpp' || echo '$(srcdir)/'`glui/glui_list.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1095- emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1096-libglui_a-glui_list.obj: glui/glui_list.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1097:@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -MT libglui_a-glui_list.obj -MD -MP -MF $(DEPDIR)/libglui_a-glui_list.Tpo -c -o libglui_a-glui_list.obj `if test -f 'glui/glui_list.cpp'; then $(CYGPATH_W) 'glui/glui_list.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_list.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1098-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libglui_a-glui_list.Tpo $(DEPDIR)/libglui_a-glui_list.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1100-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1101:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglui_a_CXXFLAGS) $(CXXFLAGS) -c -o libglui_a-glui_list.obj `if test -f 'glui/glui_list.cpp'; then $(CYGPATH_W) 'glui/glui_list.cpp'; else $(CYGPATH_W) '$(srcdir)/glui/glui_list.cpp'; fi` emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1102- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1149-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1150: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1151- && cd $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1157-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1158: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1159: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1160- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1171- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in:1172: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/Makefile.in-1173- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/glui/CMakeLists.txt-17-# This should be the case. emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/glui/CMakeLists.txt:18:INCLUDE (${CMAKE_ROOT}/Modules/FindGLU.cmake) emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/glui/CMakeLists.txt:19:INCLUDE (${CMAKE_ROOT}/Modules/FindGLUT.cmake) emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/glui/CMakeLists.txt:20:INCLUDE (${CMAKE_ROOT}/Modules/FindOpenGL.cmake) emscripten-2.0.9~dfsg/tests/third_party/bullet/Extras/glui/CMakeLists.txt-21- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in-59- ps-recursive uninstall-recursive emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in:60:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in-61-am__vpath_adj = case $$p in \ emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in:62: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in-63- *) f=$$p;; \ emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in-64- esac; emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in:65:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in-66-am__installdirs = "$(DESTDIR)$(pkgconfigdir)" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in-301- dot_seen=no; \ emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in:302: target=`echo $@ | sed s/-recursive//`; \ emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in-303- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in-336- rev="$$rev ."; \ emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in:337: target=`echo $@ | sed s/-recursive//`; \ emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in-338- for subdir in $$rev; do \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in-410-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in:411: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in-412- && cd $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in-420- test -d $(distdir) || mkdir $(distdir) emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in:421: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in:422: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in-423- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in-434- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in:435: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in-436- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in-450- || exit 1; \ emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in:451: distdir=`$(am__cd) $(distdir) && pwd`; \ emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in:452: top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in-453- (cd $$subdir && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in-512- chmod a-w $(distdir) emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in:513: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in-514- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in-543- @cd $(distuninstallcheck_dir) \ emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in:544: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in-545- || { echo "ERROR: files left after uninstall:" ; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in-555- fi emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in:556: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ emscripten-2.0.9~dfsg/tests/third_party/bullet/Makefile.in-557- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-35-AC_DEFUN([_CS_SPLIT_TUPLE], emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4:36: [$1=`echo $$1 | sed 'y%@%:@% %'` emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-37- ]) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-50-#------------------------------------------------------------------------------ emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4:51:AC_DEFUN([CS_CREATE_TUPLE], [`echo @$1@$2@$3 | sed 'y% %@%:@%'`]) emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-52- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-1294- [], emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4:1295: [$2=`echo $cs_build_cflags | sed 's/.*\($1_*N*P*\).*/\1/'`], emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-1296- [$2=no], ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-2138- [cs_install_prefix="$ac_default_prefix"], emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4:2139: [cs_install_prefix=`echo "$prefix" | sed -e 's:///*:/:g'`]) emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-2140-AS_IF([test $exec_prefix = NONE], emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-2141- [cs_install_exec_prefix="AS_ESCAPE([$(prefix)])"], emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4:2142: [cs_install_exec_prefix=`echo "$exec_prefix" | sed -e 's:///*:/:g'`]) emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-2143- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-2378-m4_define([AS_MKDIR_P], emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4:2379:[AS_REQUIRE([_$0_PREPARE])dnl emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-2380-{ if test -n "$as_mkdir_p"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-2386- as_dirs="$as_dir $as_dirs" emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4:2387: as_dir=`AS_DIRNAME("$as_dir")` emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-2388- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-2486-AC_DEFUN([CS_PATH_NORMALIZE], emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4:2487:[`echo "x$1" | tr '\\\\' '/' | sed 's/^x//;s/ */ /g;s/^ //;s/ $//'`]) emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-2488- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-2495-AC_DEFUN([CS_RUN_PATH_NORMALIZE], emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4:2496:[`AC_RUN_LOG([$1]) | tr '\\\\' '/' | sed 's/^x//;s/ */ /g;s/^ //;s/ $//'`]) emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-2497-############################################################################### ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-2652-CS_VCHK_CYCLEOPT([$3], [], emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4:2653:[test -z $cs_prog_$4_is_version && cs_prog_$4_is_version=`$1 | sed 'CS_VCHK_SEDEXPRALL([i])'` emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-2654-test -n "$cs_prog_$4_is_version" && test -z $cs_prog_$4_is_suffix_done && { cs_prog_$4_is_suffix_done=yes ; cs_prog_$4_is_suffix=j ; } ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-2656-CS_VCHK_CYCLEOPT([$3], , emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4:2657:[test -z $cs_prog_$4_min_version && cs_prog_$4_min_version=`echo $2 | sed 'CS_VCHK_SEDEXPRALL([i])'` emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-2658-test -n "$cs_prog_$4_min_version" && test -z $cs_prog_$4_min_suffix_done && { cs_prog_$4_min_suffix_done=yes ; cs_prog_$4_min_suffix=j ; } ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-2660-CS_VCHK_RUNTH([CS_VCHK_PATCOUNT([$3])], emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4:2661: [cs_prog_$4_is_ver_[]i=`echo ${cs_prog_$4_is_version}${cs_prog_$4_is_suffix} | sed 'CS_VCHK_SEDEXPRNTH([CS_VCHK_RMALL([$3])], [i])'` emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-2662-]) emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-2663-CS_VCHK_RUNTH([CS_VCHK_PATCOUNT([$3])], emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4:2664: [cs_prog_$4_min_ver_[]i=`echo $cs_prog_$4_min_version${cs_prog_$4_min_suffix} | sed 'CS_VCHK_SEDEXPRNTH([CS_VCHK_RMALL([$3])], [i])'` emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-2665-]) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-2874- [$1='$$1' emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4:2875: cs_dir=`AS_DIRNAME([$2])` emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-2876- AS_ESCAPE(AS_MKDIR_P([$cs_dir]), [$`\])])]) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-2902-#------------------------------------------------------------------------------ emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4:2903:AC_DEFUN([CS_TRIM], [`echo x$1 | sed 's/^x//;s/ */ /g;s/^ //;s/ $//'`]) emscripten-2.0.9~dfsg/tests/third_party/bullet/acinclude.m4-2904-# warnings.m4 -*- Autoconf -*- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-138-done emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:139:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-140-]) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-422-m4_define([_LT_CONFIG_STATUS_DECLARE], emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:423:[$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`']) emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-424- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-432-# emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:433:# <var>='`$ECHO "X$<var>" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-434-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-534-]], lt_decl_quote_varnames); do emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:535: case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-536- *[[\\\\\\\`\\"\\\$]]*) emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:537: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-538- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-547-]], lt_decl_dquote_varnames); do emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:548: case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-549- *[[\\\\\\\`\\"\\\$]]*) emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:550: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-551- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-560-*'\\\[$]0 --fallback-echo"')dnl " emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:561: lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-562- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-696- emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:697:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-698-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1039- }' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1040:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1041-# Check for a 64-bit object if we didn't find anything. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1042-if test -z "$aix_libpath"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1043: aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1044-fi],[]) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1071- # Remove one level of quotation (which was required for Make). emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1072: ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1073- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1082- : emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1083:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1084- # Yippee, $ECHO works! ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1108- # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1109: if { echo_test_string=`eval $cmd`; } 2>/dev/null && emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1110- { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1116- emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1117: if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1118: echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1119- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1131- if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1132: test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1133: echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1134- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1143- if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1144: echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1145- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1158- ECHO='printf %s\n' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1159: if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1160: echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1161- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1163- : emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1164: elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1165- test "X$echo_testing_string" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1166: echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1167- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1172- ECHO="$CONFIG_SHELL [$]0 --fallback-echo" emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1173: elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1174- test "X$echo_testing_string" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1175: echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1176- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1182- for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1183: if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1184- then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1190- if test "$prev" != 'sed 50q "[$]0"'; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1191: echo_test_string=`eval $prev` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1192- export echo_test_string ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1233- if AC_TRY_EVAL(ac_compile); then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1234: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1235- *ELF-32*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1249- if test "$lt_cv_prog_gnu_ld" = yes; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1250: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1251- *32-bit*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1261- else emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1262: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1263- *32-bit*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1553- # And add a safety zone emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1554: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1555: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1556- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1581- if test -n "$kargmax"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1582: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1583- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1589- if test -n "$lt_cv_sys_max_cmd_len"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1590: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1591: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1592- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1601- # we can't tell. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1602: while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1603- = "XX$teststring$teststring"; } >/dev/null 2>&1 && ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1605- do emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1606: i=`expr $i + 1` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1607- teststring=$teststring$teststring ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1609- # Only check the string length outside the loop. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1610: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1611- teststring= ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1614- # linker. It appears as though 1/2 is a usable value. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1615: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1616- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1933- if test "$hard_links" = no; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:1934: AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-1935- need_locks=warn ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2058- esac emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2059: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2060- if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2064- # okay in the real world where ";" in dirpaths is itself problematic. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2065: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2066- else emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2067: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2068- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2071- lt_tmp_lt_search_path_spec= emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2072: lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2073- for lt_sys_path in $lt_search_path_spec; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2100-}'` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2101: sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2102-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2188- # Create ${libname}_ixlibrary.a entries in /sys/libs. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2189: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2190- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2223- # DLL is installed to $(libdir)/../bin by postinstall_cmds emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2224: postinstall_cmds='base_file=`basename \${file}`~ emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2225: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2226: dldir=$destdir/`dirname \$dlpath`~ emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2227- test -d \$dldir || mkdir -p \$dldir~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2232- fi' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2233: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2234- dlpath=$dir/\$dldll~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2240- # Cygwin DLLs use 'cyg' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2241: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2242- sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2245- # MinGW DLLs use traditional 'lib' prefix emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2246: soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2247: sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2248- if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2254- # which wouldn't understand a cygwinified path. Ahh. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2255: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2256- else emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2257: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2258- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2261- # pw32 DLLs use 'pw' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2262: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2263- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2267- *) emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2268: library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2269- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2284- shlibpath_var=DYLD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2285: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2286-m4_if([$1], [],[ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2485- if test -f /etc/ld.so.conf; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2486: 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' ' '` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2487- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2547- shlibpath_var=LD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2548: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2549- case $host_os in ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2762- "file_magic "*) emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2763: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2764- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2844- # gcc leaves a trailing carriage return which upsets mingw emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2845: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2846- *) emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2847: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2848- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2853- # Canonicalize the pathname of ld emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2854: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2855- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2856: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2857- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2884- # Break only if it was the GNU/non-GNU ld that we prefer. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2885: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2886- *GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2924-[# I'd rather use --version here, but apparently some GNU lds only accept -v. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:2925:case `$LD -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-2926-*GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-3101-openbsd*) emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:3102: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-3103- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-3192- # Tru64's nm complains that /dev/null is an invalid object file emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:3193: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-3194- */dev/null* | *'Invalid file or object type'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-3198- *) emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:3199: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-3200- */dev/null*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-3363-# If we're using GNU nm, then use its standard symbol codes. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:3364:case `$NM -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-3365-*GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-3381-mingw*) emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:3382: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-3383- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-3432- nlist=conftest.nm emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:3433: if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-3434- # Try sorting and uniquifying the output. ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-3731- *) emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:3732: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-3733- *Sun\ C*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4000- *) emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4001: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4002- *Sun\ C*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4249- supports_anon_versioning=no emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4250: case `$LD -v 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4251- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4314- # is EXPORTS), use it as is; otherwise, prepend... emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4315: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4316- cp $export_symbols $output_objdir/$soname.def; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4337- # time. Moving up from 0x10000000 also allows more sbrk(2) space. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4338: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4339: _LT_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' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4340- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4355- pgcc*) # Portland Group C compiler emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4356: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4357- tmp_addflag=' $pic_flag' ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4359- pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4360: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4361- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4371- esac emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4372: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4373- *Sun\ C*) # Sun C 5.9 emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4374: _LT_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' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4375- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4440- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4441: case `$LD -v 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4442- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4561- # below for broken collect2 doesn't work under 4.3+ emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4562: collect2name=`${CC} -print-prog-name=collect2` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4563- if test -f "$collect2name" && ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4609- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4610: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4611- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4664- # FIXME: Setting linknames here is a bad hack. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4665: _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4666- # The linker will automatically build a .lib file if we build a DLL. ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4669- _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4670: _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4671- _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4799- if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4800: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4801- # Try to use the -exported_symbol ld option, if it does not ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4806- AC_LINK_IFELSE(int foo(void) {}, emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4807: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4808- ) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4810- else emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4811: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4812: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4813- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4847- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4848: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4849- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4880- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4881: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4882- else emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4883- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4884: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4885- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4893- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4894: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4895- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4897- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4898: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4899: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4900: $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4901- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4916- else emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:4917: case `$CC -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-4918- *"Compilers 5.0"*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5108- _LT_TAGVAR(allow_undefined_flag, $1)= emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5109: if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5110- then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5418- # ancient GNU ld didn't support --whole-archive et. al. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5419: if eval "`$CC -print-prog-name=ld` --help 2>&1" | emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5420- $GREP 'no-whole-archive' > /dev/null; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5501- # below for broken collect2 doesn't work under 4.3+ emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5502: collect2name=`${CC} -print-prog-name=collect2` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5503- if test -f "$collect2name" && ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5550- emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5551: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5552- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5607- # is EXPORTS), use it as is; otherwise, prepend... emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5608: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5609- cp $export_symbols $output_objdir/$soname.def; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5683- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5684: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5685- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5748- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5749: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5750- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5784- # time. Moving up from 0x10000000 also allows more sbrk(2) space. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5785: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5786: _LT_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' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5787- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5791- # SGI C++ emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5792: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5793- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5802- if test "$with_gnu_ld" = no; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5803: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5804- else emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5805: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5806- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5823- # to its proper name (with version) after linking. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5824: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5825: _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5826- # Commands to make compiler produce verbose output that lists ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5833- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5834: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5835- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5848- # earlier do not add the objects themselves. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5849: case `$CC -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5850- *"Version 7."*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5869- # Portland Group C++ compiler emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5870: case `$CC -V` in emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5871- *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5874- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5875: compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5876- _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5878- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5879: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~ emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5880- $RANLIB $oldlib' ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5883- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5884: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5885- _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5887- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5888: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5889- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5897- _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5898: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5899- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5916- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5917: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "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 "X$list" | $Xsed' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5918- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5931- *) emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5932: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5933- *Sun\ C*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5938- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:5939: _LT_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' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-5940- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-6008- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:6009: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-6010- _LT_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' ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-6027- # to its proper name (with version) after linking. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:6028: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-6029- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-6048- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:6049: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-6050- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-6053- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:6054: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:6055: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-6056- echo "-hidden">> $lib.exp~ emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:6057: $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~ emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-6058- $RM $lib.exp' ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-6072- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:6073: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "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 "X$list" | $Xsed' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-6074- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-6079- osf3*) emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:6080: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-6081- ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-6082- *) emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:6083: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-6084- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-6378- emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:6379: for p in `eval "$output_verbose_link_cmd"`; do emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-6380- case $p in ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-6464-linux*) emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:6465: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-6466- *Sun\ C*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-6515-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:6516: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-6517-fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-7037- test $lt_ac_count -gt 10 && break emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:7038: lt_ac_count=`expr $lt_ac_count + 1` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-7039- if test $lt_ac_count -gt $lt_ac_max; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-7212- # Extract subdirectory from the argument. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:7213: func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-7214- if test "X$func_dirname_result" = "X${1}"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-7223-{ emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:7224: func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-7225-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-7253-{ emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:7254: func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:7255: func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-7256-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-7260-{ emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:7261: func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-7262-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-7266-{ emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:7267: func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-7268-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-7272-{ emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:7273: func_arith_result=`expr "$[@]"` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-7274-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-7279-{ emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:7280: func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-7281-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-7960-# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:7961:# `$srcdir', `$srcdir/..', or `$srcdir/../..'. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-7962-# ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-7984-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:7985:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-7986-# and then we would define $MISSING as ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8000-# expand $ac_aux_dir to an absolute path emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:8001:am_aux_dir=`cd $ac_aux_dir && pwd` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8002-]) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8100- if test "$am_compiler_list" = ""; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:8101: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8102- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8212- # Strip MF so we end up with the name of the file. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:8213: mf=`echo "$mf" | sed -e 's/:.*$//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8214- # Check whether this is an Automake generated Makefile or not. ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8221- if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:8222: dirpart=`AS_DIRNAME("$mf")` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8223- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8227- # from the Makefile without running `make'. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:8228: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8229- test -z "$DEPDIR" && continue emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:8230: am__include=`sed -n 's/^am__include = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8231- test -z "am__include" && continue emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:8232: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8233- # When using ansi2knr, U may be empty or an underscore; expand it emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:8234: U=`sed -n 's/^U = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8235- # Find all dependency output files, they are included files with ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8243- test -f "$dirpart/$file" && continue emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:8244: fdir=`AS_DIRNAME(["$file"])` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8245- AS_MKDIR_P([$dirpart/$fdir]) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8297-AC_REQUIRE([AC_PROG_INSTALL])dnl emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:8298:if test "`cd $srcdir && pwd`" != "`pwd`"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8299- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8385- * ) emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:8386: _am_stamp_count=`expr $_am_stamp_count + 1` ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8387- esac emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8388-done emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:8389:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8390- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8457-# case it prints its new name instead of `make'. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:8458:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8459- am__include=include ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8465- echo '.include "confinc"' > confmf emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:8466: if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8467- am__include=.include ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8496-set dummy $CC emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:8497:ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:8498:if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8499- # Losing compiler, so override with the script. ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8630-if ( emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:8631: set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8632- if test "$[*]" = "X"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8633- # -L didn't work. emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4:8634: set X `ls -t $srcdir/configure conftest.file` emscripten-2.0.9~dfsg/tests/third_party/bullet/aclocal.m4-8635- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/compile-105-# Name of file we expect compiler to create. emscripten-2.0.9~dfsg/tests/third_party/bullet/compile:106:cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/compile-107- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/compile-111-# object file name, since that is what matters with a parallel build. emscripten-2.0.9~dfsg/tests/third_party/bullet/compile:112:lockdir=`echo "$cofile" | sed -e 's|[/.-]|_|g'`.d emscripten-2.0.9~dfsg/tests/third_party/bullet/compile-113-while true; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-40- emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-42- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-109-: ${TMPDIR=/tmp} ; emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-194- *) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:195: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-196- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-221- *4.0) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:222: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-223- ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-224- *5.*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:225: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-226- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-231- # types through head -n 1, so we only detect the type of CPU 0. emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:232: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-233- case "$ALPHA_CPU_TYPE" in ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-269- # 1.2 uses "1.2" for uname -r. emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:270: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-271- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-326- sun4H:SunOS:5.*:*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:327: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-328- exit ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-329- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:330: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-331- exit ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-332- i86pc:SunOS:5.*:*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:333: echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-334- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-338- # it's likely to be more like Solaris than SunOS4. emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:339: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-340- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-347- # Japanese Language versions have a version number like `4.1.3-JL'. emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:348: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-349- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-353- sun*:*:4.2BSD:*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:354: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-355- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-435- $CC_FOR_BUILD -o $dummy $dummy.c && emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:436: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:437: SYSTEM_NAME=`$dummy $dummyarg` && emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-438- { echo "$SYSTEM_NAME"; exit; } ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-491- *:IRIX*:*:*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:492: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-493- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-521-EOF emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:522: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-523- then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-534- *:AIX:*:[45]) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:535: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-536- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-569- 9000/[34678]??:HP-UX:*:*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:570: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-571- case "${UNAME_MACHINE}" in ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-623-EOF emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:624: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-625- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-651- ia64:HP-UX:*:*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:652: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-653- echo ia64-hp-hpux${HPUX_REV} ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-681-EOF emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:682: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-683- { echo "$SYSTEM_NAME"; exit; } ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-752- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:753: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-754- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-757- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:758: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-759- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-772- pc98) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:773: echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-774- amd64) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:775: echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-776- *) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:777: echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-778- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-817- prep*:SunOS:5.*:*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:818: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-819- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-821- # the GNU system emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:822: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-823- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-825- # other systems with GNU libc and userland emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:826: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-827- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-1050- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:1051: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-1052- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-1282- *:DragonFly:*:*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:1283: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-1284- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-1295- i*86:skyos:*:*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:1296: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-1297- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-1420- emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess:1421:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && emscripten-2.0.9~dfsg/tests/third_party/bullet/config.guess-1422- { echo "$SYSTEM_NAME"; exit; } ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-56- emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-58- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations. emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-122-case $maybe_os in ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-126- os=-$maybe_os emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:127: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-128- ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-129- *) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:130: basic_machine=`echo $1 | sed 's/-[^-]*$//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-131- if [ $basic_machine != $1 ] emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:132: then os=`echo $1 | sed 's/.*-/-/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-133- else os=; fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-177- os=-sco5v6 emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:178: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-179- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-181- os=-sco3.2v5 emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:182: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-183- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-185- os=-sco3.2v4 emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:186: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-187- ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-188- -sco3.2.[4-9]*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:189: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:190: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-191- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-193- # Don't forget version if it is 3.2v4 or newer. emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:194: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-195- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-197- # Don't forget version if it is 3.2v4 or newer. emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:198: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-199- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-201- os=-sco3.2v2 emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:202: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-203- ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-204- -udk*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:205: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-206- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-208- os=-isc2.2 emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:209: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-210- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-214- -isc*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:215: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-216- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-220- -ptx*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:221: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-222- ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-223- -windowsnt*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:224: os=`echo $os | sed -e 's/windowsnt/winnt/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-225- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-310- *-*-*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:311: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-312- exit 1 ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-412- amd64-*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:413: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-414- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-633- i*86v32) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:634: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-635- os=-sysv32 ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-637- i*86v4*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:638: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-639- os=-sysv4 ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-641- i*86v) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:642: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-643- os=-sysv ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-645- i*86sol2) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:646: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-647- os=-solaris2 ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-693- mips3*-*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:694: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-695- ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-696- mips3*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:697: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-698- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-711- ms1-*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:712: basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-713- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-824- pc98-*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:825: basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-826- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-839- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:840: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-841- ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-842- pentiumpro-* | p6-* | 6x86-* | athlon-*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:843: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-844- ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-845- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:846: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-847- ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-848- pentium4-*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:849: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-850- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-857- ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:858: ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-859- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-863- ppcle-* | powerpclittle-*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:864: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-865- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-867- ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:868: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-869- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-873- ppc64le-* | powerpc64little-*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:874: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-875- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1154- *) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:1155: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1156- exit 1 ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1162- *-digital*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:1163: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1164- ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1165- *-commodore*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:1166: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1167- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1180- -solaris1 | -solaris1.*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:1181: os=`echo $os | sed -e 's|solaris1|sunos4|'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1182- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1192- -gnu/linux*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:1193: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1194- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1236- -nto*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:1237: os=`echo $os | sed -e 's|nto|nto-qnx|'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1238- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1243- -mac*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:1244: os=`echo $os | sed -e 's|mac|macos|'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1245- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1249- -linux*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:1250: os=`echo $os | sed -e 's|linux|linux-gnu|'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1251- ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1252- -sunos5*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:1253: os=`echo $os | sed -e 's|sunos5|solaris2|'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1254- ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1255- -sunos6*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:1256: os=`echo $os | sed -e 's|sunos6|solaris3|'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1257- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1304- -sinix5.*) emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:1305: os=`echo $os | sed -e 's|sinix|sysv|'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1306- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1355- # Get rid of the `-' at the beginning of $os. emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:1356: os=`echo $os | sed 's/[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:1357: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1358- exit 1 ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1603- esac emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub:1604: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` emscripten-2.0.9~dfsg/tests/third_party/bullet/config.sub-1605- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-109-do emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:110: if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-111- eval $as_var=C; export $as_var ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-217- test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:218: test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-219-") 2> /dev/null; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-332- test "x$as_lineno_1" != "x$as_lineno_2" && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:333: test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-334- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-427- test "x$as_lineno_1" != "x$as_lineno_2" && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:428: test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-429- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-540- esac; emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:541: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-542- ???[sx]*):;;*)false;;esac;fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-562- # Remove one level of quotation (which was required for Make). emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:563: ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-564- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-573- : emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:574:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-575- # Yippee, $ECHO works! ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-599- # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:600: if { echo_test_string=`eval $cmd`; } 2>/dev/null && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-601- { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-607- emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:608: if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:609: echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-610- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-622- if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:623: test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:624: echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-625- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-634- if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:635: echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-636- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-649- ECHO='printf %s\n' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:650: if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:651: echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-652- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-654- : emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:655: elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-656- test "X$echo_testing_string" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:657: echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-658- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-663- ECHO="$CONFIG_SHELL $0 --fallback-echo" emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:664: elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-665- test "X$echo_testing_string" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:666: echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-667- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-673- for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:674: if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-675- then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-681- if test "$prev" != 'sed 50q "$0"'; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:682: echo_test_string=`eval $prev` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-683- export echo_test_string ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-959- case $ac_option in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:960: *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-961- *) ac_optarg=yes ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1002- -disable-* | --disable-*) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:1003: ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1004- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1007- { (exit 1); exit 1; }; } emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:1008: ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1009- eval enable_$ac_feature=no ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1021- -enable-* | --enable-*) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:1022: ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1023- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1026- { (exit 1); exit 1; }; } emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:1027: ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1028- eval enable_$ac_feature=\$ac_optarg ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1218- -with-* | --with-*) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:1219: ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1220- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1223- { (exit 1); exit 1; }; } emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:1224: ac_package=`echo $ac_package | sed 's/[-.]/_/g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1225- eval with_$ac_package=\$ac_optarg ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1227- -without-* | --without-*) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:1228: ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1229- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1232- { (exit 1); exit 1; }; } emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:1233: ac_package=`echo $ac_package | sed 's/[-.]/_/g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1234- eval with_$ac_package=no ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1259- *=*) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:1260: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1261- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1279-if test -n "$ac_prev"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:1280: ac_option=--`echo $ac_prev | sed 's/_/-/g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1281- { echo "$as_me: error: missing argument to $ac_option" >&2 ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1325-ac_ls_di=`ls -di .` && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:1326:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1327- { echo "$as_me: error: Working directory cannot be determined" >&2 ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1385-case $srcdir in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:1386:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1387-esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1428-By default, \`make install' will install all the files in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:1429:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:1430:an installation prefix other than \`$ac_default_prefix' using \`--prefix', emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1431-for instance \`--prefix=\$HOME'. ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1526-*) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:1527: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1528- # A ".." for each directory in $ac_dir_suffix. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:1529: ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1530- case $ac_top_builddir_sub in ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1659- *\'*) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:1660: ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1661- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1745- case $ac_val in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:1746: *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1747- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1762- case $ac_val in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:1763: *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1764- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1870- set,) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:1871: { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:1872:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1873- ac_cache_corrupted=: ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1892- case $ac_new_val in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:1893: *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1894- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1984-test "x$ac_build_alias" = x && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:1985: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1986-test "x$ac_build_alias" = x && ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1989- { (exit 1); exit 1; }; } emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:1990:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-1991- { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2014-IFS=$ac_save_IFS emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:2015:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2016- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2025-else emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:2026: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2027- { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2051-IFS=$ac_save_IFS emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:2052:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2053- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2148-if ( emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:2149: set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2150- if test "$*" = "X"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2151- # -L didn't work. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:2152: set X `ls -t $srcdir/configure conftest.file` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2153- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2192-_ACEOF emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:2193:program_transform_name=`echo $program_transform_name | sed -f conftest.sed` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2194-rm -f conftest.sed ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2196-# expand $ac_aux_dir to an absolute path emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:2197:am_aux_dir=`cd $ac_aux_dir && pwd` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2198- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2222- { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:2223: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2224- 'mkdir (GNU coreutils) '* | \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2300-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:2301:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2302-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2310-# GNU make sometimes prints "make[1]: Entering...", which would confuse us. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:2311:case `${MAKE-make} -f conftest.make 2>/dev/null` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2312- *@@@%%%=?*=@@@%%%*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2337- emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:2338:if test "`cd $srcdir && pwd`" != "`pwd`"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2339- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2531-# case it prints its new name instead of `make'. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:2532:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2533- am__include=include ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2539- echo '.include "confinc"' > confmf emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:2540: if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2541- am__include=.include ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2883-echo "$as_me:$LINENO: checking for C compiler version" >&5 emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:2884:ac_compiler=`set X $ac_compile; echo $2` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2885-{ (ac_try="$ac_compiler --version >&5" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2937-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:2938:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2939-# ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2985- then :; else emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:2986: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-2987- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-3082- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:3083: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-3084- break;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-3137- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:3138: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-3139- break;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-3212-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:3213:GCC=`test $ac_compiler_gnu = yes && echo yes` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-3214-ac_test_CFLAGS=${CFLAGS+set} ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-3516- if test "$am_compiler_list" = ""; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:3517: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-3518- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-3711-set dummy $CC emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:3712:ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:3713:if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-3714- # Losing compiler, so override with the script. ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-3839-echo "$as_me:$LINENO: checking for C++ compiler version" >&5 emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:3840:ac_compiler=`set X $ac_compile; echo $2` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-3841-{ (ac_try="$ac_compiler --version >&5" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-3925-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:3926:GXX=`test $ac_compiler_gnu = yes && echo yes` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-3927-ac_test_CXXFLAGS=${CXXFLAGS+set} ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4114- if test "$am_compiler_list" = ""; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:4115: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4116- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4249- # Check for GNU $ac_path_SED emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:4250:case `"$ac_path_SED" --version 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4251-*GNU*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4263- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:4264: ac_count=`expr $ac_count + 1` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4265- if test $ac_count -gt ${ac_path_SED_max-0}; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4340- # Check for GNU $ac_path_GREP emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:4341:case `"$ac_path_GREP" --version 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4342-*GNU*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4354- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:4355: ac_count=`expr $ac_count + 1` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4356- if test $ac_count -gt ${ac_path_GREP_max-0}; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4422- # Check for GNU $ac_path_EGREP emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:4423:case `"$ac_path_EGREP" --version 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4424-*GNU*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4436- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:4437: ac_count=`expr $ac_count + 1` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4438- if test $ac_count -gt ${ac_path_EGREP_max-0}; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4505- # Check for GNU $ac_path_FGREP emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:4506:case `"$ac_path_FGREP" --version 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4507-*GNU*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4519- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:4520: ac_count=`expr $ac_count + 1` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4521- if test $ac_count -gt ${ac_path_FGREP_max-0}; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4596- # gcc leaves a trailing carriage return which upsets mingw emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:4597: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4598- *) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:4599: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4600- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4605- # Canonicalize the pathname of ld emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:4606: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4607- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:4608: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4609- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4640- # Break only if it was the GNU/non-GNU ld that we prefer. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:4641: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4642- *GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4673- # I'd rather use --version here, but apparently some GNU lds only accept -v. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:4674:case `$LD -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4675-*GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4718- # Tru64's nm complains that /dev/null is an invalid object file emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:4719: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4720- */dev/null* | *'Invalid file or object type'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4724- *) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:4725: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4726- */dev/null*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4951- # And add a safety zone emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:4952: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:4953: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4954- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4979- if test -n "$kargmax"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:4980: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4981- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4987- if test -n "$lt_cv_sys_max_cmd_len"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:4988: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:4989: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4990- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-4999- # we can't tell. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:5000: while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-5001- = "XX$teststring$teststring"; } >/dev/null 2>&1 && ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-5003- do emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:5004: i=`expr $i + 1` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-5005- teststring=$teststring$teststring ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-5007- # Only check the string length outside the loop. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:5008: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-5009- teststring= ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-5012- # linker. It appears as though 1/2 is a usable value. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:5013: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-5014- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-5260-openbsd*) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:5261: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-5262- lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-5761-# If we're using GNU nm, then use its standard symbol codes. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:5762:case `$NM -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-5763-*GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-5779-mingw*) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:5780: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-5781- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-5976- (exit $ac_status); }; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:5977: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-5978- *ELF-32*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-5996- if test "$lt_cv_prog_gnu_ld" = yes; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:5997: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-5998- *32-bit*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-6008- else emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:6009: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-6010- *32-bit*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-7224-do emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:7225:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-7226-{ echo "$as_me:$LINENO: checking for $ac_header" >&5 ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-7267-fi emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:7268:ac_res=`eval echo '${'$as_ac_Header'}'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-7269- { echo "$as_me:$LINENO: result: $ac_res" >&5 emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-7270-echo "${ECHO_T}$ac_res" >&6; } emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:7271:if test `eval echo '${'$as_ac_Header'}'` = yes; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-7272- cat >>confdefs.h <<_ACEOF emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:7273:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-7274-_ACEOF ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-7283-do emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:7284:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-7285-{ echo "$as_me:$LINENO: checking for $ac_header" >&5 ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-7326-fi emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:7327:ac_res=`eval echo '${'$as_ac_Header'}'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-7328- { echo "$as_me:$LINENO: result: $ac_res" >&5 emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-7329-echo "${ECHO_T}$ac_res" >&6; } emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:7330:if test `eval echo '${'$as_ac_Header'}'` = yes; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-7331- cat >>confdefs.h <<_ACEOF emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:7332:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-7333-_ACEOF ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-7457-echo "$as_me:$LINENO: checking for C++ compiler version" >&5 emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:7458:ac_compiler=`set X $ac_compile; echo $2` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-7459-{ (ac_try="$ac_compiler --version >&5" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-7543-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:7544:GXX=`test $ac_compiler_gnu = yes && echo yes` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-7545-ac_test_CXXFLAGS=${CXXFLAGS+set} ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-7732- if test "$am_compiler_list" = ""; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:7733: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-7734- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-8316-done emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:8317:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-8318- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-8345- "file_magic "*) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:8346: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-8347- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-8411- "file_magic "*) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:8412: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-8413- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-8735- *) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:8736: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-8737- *Sun\ C*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9071- if test "$hard_links" = no; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9072: { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9073:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9074- need_locks=warn ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9164- supports_anon_versioning=no emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9165: case `$LD -v 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9166- *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9229- # is EXPORTS), use it as is; otherwise, prepend... emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9230: archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9231- cp $export_symbols $output_objdir/$soname.def; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9252- # time. Moving up from 0x10000000 also allows more sbrk(2) space. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9253: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9254: 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' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9255- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9270- pgcc*) # Portland Group C compiler emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9271: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9272- tmp_addflag=' $pic_flag' ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9274- pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9275: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9276- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9286- esac emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9287: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9288- *Sun\ C*) # Sun C 5.9 emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9289: 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' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9290- compiler_needs_object=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9355- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9356: case `$LD -v 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9357- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9476- # below for broken collect2 doesn't work under 4.3+ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9477: collect2name=`${CC} -print-prog-name=collect2` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9478- if test -f "$collect2name" && ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9563- }' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9564:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9565-# Check for a 64-bit object if we didn't find anything. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9566-if test -z "$aix_libpath"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9567: aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9568-fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9580- hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9581: archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9582- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9630- }' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9631:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9632-# Check for a 64-bit object if we didn't find anything. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9633-if test -z "$aix_libpath"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9634: aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9635-fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9691- # FIXME: Setting linknames here is a bad hack. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9692: archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9693- # The linker will automatically build a .lib file if we build a DLL. ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9696- old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9697: fix_srcfile_path='`cygpath -w "$srcfile"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9698- enable_shared_with_static_runtimes=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9845- if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9846: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9847- # Try to use the -exported_symbol ld option, if it does not ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9872- $as_test_x conftest$ac_exeext; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9873: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9874- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9885- else emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9886: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9887: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9888- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9922- hardcode_direct_absolute=yes emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9923: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9924- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9955- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9956: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9957- else emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9958- allow_undefined_flag=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9959: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9960- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9968- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9969: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9970- hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9972- allow_undefined_flag=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9973: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9974: archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9975: $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9976- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9991- else emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:9992: case `$CC -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-9993- *"Compilers 5.0"*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10385- esac emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:10386: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10387- if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10391- # okay in the real world where ";" in dirpaths is itself problematic. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:10392: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10393- else emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:10394: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10395- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10398- lt_tmp_lt_search_path_spec= emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:10399: lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10400- for lt_sys_path in $lt_search_path_spec; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10427-}'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:10428: sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10429-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10515- # Create ${libname}_ixlibrary.a entries in /sys/libs. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:10516: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10517- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10550- # DLL is installed to $(libdir)/../bin by postinstall_cmds emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:10551: postinstall_cmds='base_file=`basename \${file}`~ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:10552: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:10553: dldir=$destdir/`dirname \$dlpath`~ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10554- test -d \$dldir || mkdir -p \$dldir~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10559- fi' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:10560: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10561- dlpath=$dir/\$dldll~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10567- # Cygwin DLLs use 'cyg' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:10568: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10569- sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10572- # MinGW DLLs use traditional 'lib' prefix emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:10573: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:10574: sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10575- if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10581- # which wouldn't understand a cygwinified path. Ahh. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:10582: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10583- else emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:10584: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10585- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10588- # pw32 DLLs use 'pw' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:10589: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10590- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10594- *) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:10595: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10596- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10611- shlibpath_var=DYLD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:10612: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10613- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10855- if test -f /etc/ld.so.conf; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:10856: 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' ' '` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10857- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10917- shlibpath_var=LD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:10918: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-10919- case $host_os in ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12192-done emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12193:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12194- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12224- # gcc leaves a trailing carriage return which upsets mingw emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12225: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12226- *) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12227: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12228- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12233- # Canonicalize the pathname of ld emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12234: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12235- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12236: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12237- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12268- # Break only if it was the GNU/non-GNU ld that we prefer. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12269: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12270- *GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12301- # I'd rather use --version here, but apparently some GNU lds only accept -v. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12302:case `$LD -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12303-*GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12335- # ancient GNU ld didn't support --whole-archive et. al. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12336: if eval "`$CC -print-prog-name=ld` --help 2>&1" | emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12337- $GREP 'no-whole-archive' > /dev/null; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12419- # below for broken collect2 doesn't work under 4.3+ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12420: collect2name=`${CC} -print-prog-name=collect2` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12421- if test -f "$collect2name" && ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12506- }' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12507:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12508-# Check for a 64-bit object if we didn't find anything. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12509-if test -z "$aix_libpath"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12510: aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12511-fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12524- emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12525: archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12526- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12574- }' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12575:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12576-# Check for a 64-bit object if we didn't find anything. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12577-if test -z "$aix_libpath"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12578: aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12579-fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12637- # is EXPORTS), use it as is; otherwise, prepend... emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12638: archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12639- cp $export_symbols $output_objdir/$soname.def; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12736- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12737: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12738- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12801- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12802: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12803- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12837- # time. Moving up from 0x10000000 also allows more sbrk(2) space. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12838: archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12839: archive_expsym_cmds_CXX='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' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12840- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12844- # SGI C++ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12845: archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12846- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12855- if test "$with_gnu_ld" = no; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12856: archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12857- else emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12858: archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12859- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12876- # to its proper name (with version) after linking. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12877: archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12878: archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12879- # Commands to make compiler produce verbose output that lists ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12886- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12887: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12888- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12901- # earlier do not add the objects themselves. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12902: case `$CC -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12903- *"Version 7."*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12922- # Portland Group C++ compiler emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12923: case `$CC -V` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12924- *pgCC\ [1-5]* | *pgcpp\ [1-5]*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12927- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12928: compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12929- old_archive_cmds_CXX='tpldir=Template.dir~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12931- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12932: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12933- $RANLIB $oldlib' ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12936- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12937: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12938- archive_expsym_cmds_CXX='tpldir=Template.dir~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12940- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12941: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12942- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12950- export_dynamic_flag_spec_CXX='${wl}--export-dynamic' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12951: whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12952- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12969- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12970: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "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 "X$list" | $Xsed' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12971- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12984- *) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12985: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12986- *Sun\ C*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12991- hardcode_libdir_flag_spec_CXX='-R$libdir' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:12992: 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' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-12993- compiler_needs_object_CXX=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-13061- hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:13062: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-13063- archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-13080- # to its proper name (with version) after linking. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:13081: archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-13082- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-13101- allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:13102: archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-13103- hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-13106- allow_undefined_flag_CXX=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:13107: archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:13108: archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-13109- echo "-hidden">> $lib.exp~ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:13110: $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-13111- $RM $lib.exp' ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-13125- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:13126: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "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 "X$list" | $Xsed' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-13127- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-13132- osf3*) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:13133: archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-13134- ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-13135- *) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:13136: archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-13137- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-13367- emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:13368: for p in `eval "$output_verbose_link_cmd"`; do emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-13369- case $p in ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-13452-linux*) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:13453: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-13454- *Sun\ C*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-13503-if test -n "${compiler_lib_search_path_CXX}"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:13504: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-13505-fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-13728- *) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:13729: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-13730- *Sun\ C*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14073- if test "$hard_links" = no; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:14074: { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:14075:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14076- need_locks=warn ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14333- # Create ${libname}_ixlibrary.a entries in /sys/libs. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:14334: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14335- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14368- # DLL is installed to $(libdir)/../bin by postinstall_cmds emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:14369: postinstall_cmds='base_file=`basename \${file}`~ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:14370: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:14371: dldir=$destdir/`dirname \$dlpath`~ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14372- test -d \$dldir || mkdir -p \$dldir~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14377- fi' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:14378: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14379- dlpath=$dir/\$dldll~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14385- # Cygwin DLLs use 'cyg' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:14386: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14387- sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14390- # MinGW DLLs use traditional 'lib' prefix emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:14391: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:14392: sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14393- if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14399- # which wouldn't understand a cygwinified path. Ahh. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:14400: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14401- else emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:14402: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14403- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14406- # pw32 DLLs use 'pw' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:14407: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14408- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14412- *) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:14413: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14414- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14429- shlibpath_var=DYLD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:14430: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14431- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14672- if test -f /etc/ld.so.conf; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:14673: 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' ' '` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14674- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14734- shlibpath_var=LD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:14735: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-14736- case $host_os in ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-15381-do emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:15382:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-15383-{ echo "$as_me:$LINENO: checking for $ac_header" >&5 ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-15433-fi emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:15434:ac_res=`eval echo '${'$as_ac_Header'}'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-15435- { echo "$as_me:$LINENO: result: $ac_res" >&5 emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-15436-echo "${ECHO_T}$ac_res" >&6; } emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:15437:if test `eval echo '${'$as_ac_Header'}'` = yes; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-15438- cat >>confdefs.h <<_ACEOF emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:15439:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-15440-_ACEOF ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-15889- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:15890: ac_i=`echo "$ac_i" | sed "$ac_script"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-15891- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16068-do emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16069: if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16070- eval $as_var=C; export $as_var ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16118- test "x$as_lineno_1" != "x$as_lineno_2" && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16119: test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16120- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16231- esac; emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16232: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16233- ???[sx]*):;;*)false;;esac;fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16306-configured by $0, generated by GNU Autoconf 2.61, emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16307: with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16308- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16326- --*=*) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16327: ac_option=`expr "X$1" : 'X\([^=]*\)='` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16328: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16329- ac_shift=: ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16418-delay_variable_subst='$delay_variable_subst' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16419:macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16420:macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16421:enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16422:enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16423:pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16424:enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16425:host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16426:host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16427:host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16428:build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16429:build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16430:build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16431:SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16432:Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16433:GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16434:EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16435:FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16436:LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16437:NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16438:LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16439:max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16440:ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16441:exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16442:lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16443:lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16444:lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16445:reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16446:reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16447:deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16448:file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16449:AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16450:AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16451:STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16452:RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16453:old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16454:old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16455:old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16456:CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16457:CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16458:compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16459:GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16460:lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16461:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16462:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16463:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16464:objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16465:SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16466:ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16467:MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16468:lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16469:lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16470:lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16471:lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16472:lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16473:need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16474:DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16475:NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16476:LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16477:OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16478:OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16479:libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16480:shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16481:extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16482:archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16483:enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16484:export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16485:whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16486:compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16487:old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16488:old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16489:archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16490:archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16491:module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16492:module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16493:with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16494:allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16495:no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16496:hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16497:hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16498:hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16499:hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16500:hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16501:hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16502:hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16503:hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16504:inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16505:link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16506:fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16507:always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16508:export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16509:exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16510:include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16511:prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16512:file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16513:variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16514:need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16515:need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16516:version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16517:runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16518:shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16519:shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16520:libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16521:library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16522:soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16523:postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16524:postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16525:finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16526:finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16527:hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16528:sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16529:sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16530:hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16531:enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16532:enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16533:enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16534:old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16535:striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16536:compiler_lib_search_dirs='`$ECHO "X$compiler_lib_search_dirs" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16537:predep_objects='`$ECHO "X$predep_objects" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16538:postdep_objects='`$ECHO "X$postdep_objects" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16539:predeps='`$ECHO "X$predeps" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16540:postdeps='`$ECHO "X$postdeps" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16541:compiler_lib_search_path='`$ECHO "X$compiler_lib_search_path" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16542:LD_CXX='`$ECHO "X$LD_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16543:old_archive_cmds_CXX='`$ECHO "X$old_archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16544:compiler_CXX='`$ECHO "X$compiler_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16545:GCC_CXX='`$ECHO "X$GCC_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16546:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "X$lt_prog_compiler_no_builtin_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16547:lt_prog_compiler_wl_CXX='`$ECHO "X$lt_prog_compiler_wl_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16548:lt_prog_compiler_pic_CXX='`$ECHO "X$lt_prog_compiler_pic_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16549:lt_prog_compiler_static_CXX='`$ECHO "X$lt_prog_compiler_static_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16550:lt_cv_prog_compiler_c_o_CXX='`$ECHO "X$lt_cv_prog_compiler_c_o_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16551:archive_cmds_need_lc_CXX='`$ECHO "X$archive_cmds_need_lc_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16552:enable_shared_with_static_runtimes_CXX='`$ECHO "X$enable_shared_with_static_runtimes_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16553:export_dynamic_flag_spec_CXX='`$ECHO "X$export_dynamic_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16554:whole_archive_flag_spec_CXX='`$ECHO "X$whole_archive_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16555:compiler_needs_object_CXX='`$ECHO "X$compiler_needs_object_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16556:old_archive_from_new_cmds_CXX='`$ECHO "X$old_archive_from_new_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16557:old_archive_from_expsyms_cmds_CXX='`$ECHO "X$old_archive_from_expsyms_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16558:archive_cmds_CXX='`$ECHO "X$archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16559:archive_expsym_cmds_CXX='`$ECHO "X$archive_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16560:module_cmds_CXX='`$ECHO "X$module_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16561:module_expsym_cmds_CXX='`$ECHO "X$module_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16562:with_gnu_ld_CXX='`$ECHO "X$with_gnu_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16563:allow_undefined_flag_CXX='`$ECHO "X$allow_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16564:no_undefined_flag_CXX='`$ECHO "X$no_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16565:hardcode_libdir_flag_spec_CXX='`$ECHO "X$hardcode_libdir_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16566:hardcode_libdir_flag_spec_ld_CXX='`$ECHO "X$hardcode_libdir_flag_spec_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16567:hardcode_libdir_separator_CXX='`$ECHO "X$hardcode_libdir_separator_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16568:hardcode_direct_CXX='`$ECHO "X$hardcode_direct_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16569:hardcode_direct_absolute_CXX='`$ECHO "X$hardcode_direct_absolute_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16570:hardcode_minus_L_CXX='`$ECHO "X$hardcode_minus_L_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16571:hardcode_shlibpath_var_CXX='`$ECHO "X$hardcode_shlibpath_var_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16572:hardcode_automatic_CXX='`$ECHO "X$hardcode_automatic_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16573:inherit_rpath_CXX='`$ECHO "X$inherit_rpath_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16574:link_all_deplibs_CXX='`$ECHO "X$link_all_deplibs_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16575:fix_srcfile_path_CXX='`$ECHO "X$fix_srcfile_path_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16576:always_export_symbols_CXX='`$ECHO "X$always_export_symbols_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16577:export_symbols_cmds_CXX='`$ECHO "X$export_symbols_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16578:exclude_expsyms_CXX='`$ECHO "X$exclude_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16579:include_expsyms_CXX='`$ECHO "X$include_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16580:prelink_cmds_CXX='`$ECHO "X$prelink_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16581:file_list_spec_CXX='`$ECHO "X$file_list_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16582:hardcode_action_CXX='`$ECHO "X$hardcode_action_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16583:compiler_lib_search_dirs_CXX='`$ECHO "X$compiler_lib_search_dirs_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16584:predep_objects_CXX='`$ECHO "X$predep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16585:postdep_objects_CXX='`$ECHO "X$postdep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16586:predeps_CXX='`$ECHO "X$predeps_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16587:postdeps_CXX='`$ECHO "X$postdeps_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16588:compiler_lib_search_path_CXX='`$ECHO "X$compiler_lib_search_path_CXX" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16589- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16683-compiler_lib_search_path_CXX; do emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16684: case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16685- *[\\\\\\\`\\"\\\$]*) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16686: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16687- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16721-prelink_cmds_CXX; do emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16722: case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16723- *[\\\\\\\`\\"\\\$]*) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16724: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16725- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16733-case \$lt_ECHO in emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16734:*'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16735- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16935- emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16936: if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16937- break ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16946- emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16947:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16948-if test -n "$ac_eof"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16949: ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16950: ac_eof=`expr $ac_eof + 1` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16951-fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16996- emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:16997: if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 20; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-16998- break ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-17007- emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:17008:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-17009-if test -n "$ac_eof"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:17010: ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:17011: ac_eof=`expr $ac_eof + 1` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-17012-fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-17178-*) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:17179: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-17180- # A ".." for each directory in $ac_dir_suffix. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:17181: ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-17182- case $ac_top_builddir_sub in ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-17256- emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:17257:# Neutralize VPATH when `$srcdir' = `.'. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-17258-# Shell code in configure.ac might set extrasub. ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-17281-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:17282: { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:17283: { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-17284- { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-17398- * ) emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:17399: _am_stamp_count=`expr $_am_stamp_count + 1` ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-17400- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-17435- # Strip MF so we end up with the name of the file. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:17436: mf=`echo "$mf" | sed -e 's/:.*$//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-17437- # Check whether this is an Automake generated Makefile or not. ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-17472- # from the Makefile without running `make'. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:17473: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-17474- test -z "$DEPDIR" && continue emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:17475: am__include=`sed -n 's/^am__include = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-17476- test -z "am__include" && continue emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:17477: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-17478- # When using ansi2knr, U may be empty or an underscore; expand it emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:17479: U=`sed -n 's/^U = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-17480- # Find all dependency output files, they are included files with ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-17567- emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:17568:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-17569-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-18093- # Extract subdirectory from the argument. emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:18094: func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-18095- if test "X$func_dirname_result" = "X${1}"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-18104-{ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:18105: func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-18106-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-18131-{ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:18132: func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:18133: func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-18134-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-18138-{ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:18139: func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-18140-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-18144-{ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:18145: func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-18146-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-18150-{ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:18151: func_arith_result=`expr "$@"` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-18152-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-18157-{ emscripten-2.0.9~dfsg/tests/third_party/bullet/configure:18158: func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` emscripten-2.0.9~dfsg/tests/third_party/bullet/configure-18159-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp-69- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp:70:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp-71- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp-217- # Version 6 uses the directory in both cases. emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp:218: stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp-219- tmpdepfile="$stripped.u" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp-228- else emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp:229: stripped=`echo "$stripped" | sed 's,^.*/,,'` emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp-230- tmpdepfile="$stripped.u" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp-242- # Do two passes, one to just change these to emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp:243: # `$object: dependent.h' and one to simply `dependent.h:'. emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp-244- sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp-283- # Do two passes, one to just change these to emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp:284: # `$object: dependent.h' and one to simply `dependent.h:'. emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp-285- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp-299- # Much of this is similar to the tru64 case; see comments there. emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp:300: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp-301- test "x$dir" = "x$object" && dir= emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp:302: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp-303- if test "$libtool" = yes; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp-338- # Subdirectories are respected. emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp:339: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp-340- test "x$dir" = "x$object" && dir= emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp:341: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp-342- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp-477- done emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp:478: obj_suffix="`echo $object | sed 's/^.*\././'`" emscripten-2.0.9~dfsg/tests/third_party/bullet/depcomp-479- touch "$tmpdepfile" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/install-sh-210- fi emscripten-2.0.9~dfsg/tests/third_party/bullet/install-sh:211: dst=$dst/`basename "$src"` emscripten-2.0.9~dfsg/tests/third_party/bullet/install-sh-212- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/install-sh-215- # This sed command emulates the dirname command. emscripten-2.0.9~dfsg/tests/third_party/bullet/install-sh:216: dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` emscripten-2.0.9~dfsg/tests/third_party/bullet/install-sh-217- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/install-sh-228- IFS='%' emscripten-2.0.9~dfsg/tests/third_party/bullet/install-sh:229: set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'` emscripten-2.0.9~dfsg/tests/third_party/bullet/install-sh-230- IFS=$oIFS ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/install-sh-255- else emscripten-2.0.9~dfsg/tests/third_party/bullet/install-sh:256: dstfile=`basename "$dst"` emscripten-2.0.9~dfsg/tests/third_party/bullet/install-sh-257- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-161- # Extract subdirectory from the argument. emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:162: func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-163- if test "X$func_dirname_result" = "X${1}"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-167- fi emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:168: func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-169-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-193- progdir=$func_dirname_result emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:194: progdir=`cd "$progdir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-195- progpath="$progdir/$progname" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-221-# Since each input `\' is now two `\'s, look for any number of runs of emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:222:# four `\'s followed by two `\'s and then a '$'. `\' that '$'. emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-223-bs='\\' ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-328- # ...otherwise throw away the child directory and loop emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:329: my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-330- done emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:331: my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-332- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-363- # If mktemp works, use that first and foremost emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:364: my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-365- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-394- *[\\\`\"\$]*) emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:395: func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-396- *) ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-536- s/\$with_gnu_ld/'"$with_gnu_ld"'/ emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:537: s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/ emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:538: s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/ emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-539- p ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-565- : emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:566:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-567- # Yippee, $ECHO works! ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-685- # quotes we have to do it in 2 steps: emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:686: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-687- eval "$extractedcf" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1020- # but not from the CC environment variable when configure was run. emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:1021: " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1022- # Blanks at the start of $base_compile will cause this to fail ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1027- # Evaluate the configuration. emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:1028: eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1029- CC_quoted= ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1035- case "$@ " in emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:1036: " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1037- # The compiler in the base compile command matches ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1212- *.[cCFSifmso] | \ emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:1213: *.ada | *.adb | *.ads | *.asm | \ emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1214- *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1289- if test "$compiler_c_o" = no; then emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:1290: output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1291- lockfile="$output_obj.lock" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1308-*** ERROR, $lockfile exists and contains: emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:1309:`cat $lockfile 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1310- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1357- if test "$need_locks" = warn && emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:1358: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1359- $ECHO "\ emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1360-*** ERROR, $lockfile contains: emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:1361:`cat $lockfile 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1362- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1406- if test "$need_locks" = warn && emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:1407: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1408- $ECHO "\ emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1409-*** ERROR, $lockfile contains: emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:1410:`cat $lockfile 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1411- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1664- test -n "$library_names" && \ emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:1665: func_warning "\`$file' was not linked with \`-export-dynamic'" emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1666- continue ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1675- if test ! -f "$dir/$dlname"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:1676: func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1677- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1693- # Get the absolute pathname. emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:1694: absdir=`cd "$dir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-1695- test -n "$absdir" && dir="$absdir" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2011- # Determine the prefix the user has applied to our future dir. emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2012: inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2013- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2024- # Stick the inst_prefix_dir data into the link command. emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2025: relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2026- else emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2027: relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2028- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2184- fi emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2185: libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2186- if test -n "$libdir" && test ! -f "$libfile"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2187: func_warning "\`$lib' has not been installed in \`$libdir'" emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2188- finalize=no ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2203- # Replace the output file specification. emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2204: relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2205- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2222- # Install the binary that we compiled earlier. emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2223: file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2224- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2293- my_pic_p="${3-no}" emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2294: my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2295- my_dlsyms= ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2333- # Add our own program objects to the symbol list. emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2334: progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2335- for progfile in $progfiles; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2516- if test -f "$output_objdir/$my_outputname.def"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2517: compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2518: finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2519- else emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2520: compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2521: finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2522- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2524- *) emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2525: compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2526: finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2527- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2539- # Nullify the symbol file. emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2540: compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2541: finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2542- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2554- win32_libid_type="unknown" emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2555: win32_fileres=`file -L $1 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2556- case $win32_fileres in ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2651- darwin_curdir=`pwd` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2652: darwin_base_archive=`basename "$darwin_archive"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2653: darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2654- if test -n "$darwin_arches"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2655: darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2656- darwin_arch= ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2666- ## Okay now we've a bunch of thin objects, gotta fatten them up :) emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2667: darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2668- darwin_file= ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2670- for darwin_file in $darwin_filelist; do emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2671: darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2672- $LIPO -create -output "$darwin_file" $darwin_files ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2685- esac emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2686: my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2687- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2765- shift emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2766: elif test \"X\`{ \$ECHO '\t'; } 2>/dev/null\`\" = 'X\t'; then emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2767- # Yippee, \$ECHO works! ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2777- # Find the directory that this script lives in. emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2778: thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2779- test \"x\$thisdir\" = \"x\$file\" && thisdir=. ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2781- # Follow symbolic links until we get to the real thisdir. emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2782: file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2783- while test -n \"\$file\"; do emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2784: destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2785- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2793- emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2794: file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2795: file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2796- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2807- case \"\$thisdir\" in emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2808: *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;; emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2809- $objdir ) thisdir=. ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2813- # Try to get the absolute directory name. emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2814: absdir=\`cd \"\$thisdir\" && pwd\` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2815- test -n \"\$absdir\" && thisdir=\"\$absdir\" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2823- if test ! -f \"\$progdir/\$program\" || emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2824: { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2825- test \"X\$file\" != \"X\$progdir/\$program\"; }; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2838- if test -n \"\$relink_command\"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2839: if relink_command_output=\`eval \$relink_command 2>&1\`; then : emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2840- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2870- # The second colon is a workaround for a bug in BeOS R4 sed emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:2871: $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-2872- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-3118- lt_sed_strip_trailing_spaces="s/[ ]*\$//" emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:3119: lt_newargv0=`( cmd //c echo $SHELL | $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo $SHELL` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-3120- case $lt_newargv0 in ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-3722- moreargs= emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:3723: for fil in `cat "$save_arg"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-3724- do ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-3965- *) emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:3966: absdir=`cd "$dir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-3967- test -z "$absdir" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-3980- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:3981: testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-3982- case :$dllsearchpath: in ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-4400- # get the directories listed in $shlibpath_var emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:4401: eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-4402- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-4523- for deplib in $dependency_libs; do emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:4524: deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-4525- case " $weak_libs " in ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-4701- set dummy $deplibs_check_method; shift emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:4702: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-4703- if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-4764- else emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:4765: func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-4766- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-4793- if test -n "$inherited_linker_flags"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:4794: tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-4795- for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-4801- fi emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:4802: dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-4803- if test "$linkmode,$pass" = "lib,link" || ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-4868- *) emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:4869: abs_ladir=`cd "$ladir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-4870- if test -z "$abs_ladir"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-5094- shift emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:5095: libname=`eval "\\$ECHO \"$libname_spec\""` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-5096- # use dlname if we got it. it's perfectly good, no? ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-5377- *) emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:5378: absdir=`cd "$dir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-5379- if test -z "$absdir"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-5388- depdepl= emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:5389: eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-5390- if test -n "$deplibrary_names" ; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-5395- depdepl="$absdir/$objdir/$depdepl" emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:5396: darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-5397- if test -z "$darwin_install_name"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:5398: darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-5399- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-5410- else emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:5411: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-5412- test -z "$libdir" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-5433- else emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:5434: compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-5435- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-5582- test "$module" = no && \ emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:5583: func_fatal_help "libtool library \`$output' must begin with \`lib'" emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-5584- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-5716- if test "$age" -gt "$current"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:5717: func_error "AGE \`$age' is greater than the current interface number \`$current'" emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-5718- func_fatal_error "\`$vinfo' is not valid version information" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-5877- removelist= emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:5878: tempremovelist=`$ECHO "$output_objdir/*"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-5879- for p in $tempremovelist; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-5903- # Transform .lo files to .o files. emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:5904: oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-5905- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-5908- #for path in $notinst_path; do emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:5909: # lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:5910: # deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:5911: # dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-5912- #done ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6028- if test -n "$i" ; then emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6029: libname=`eval "\\$ECHO \"$libname_spec\""` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6030: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6031- set dummy $deplib_matches; shift emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6032- deplib_match=$1 emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6033: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6034- newdeplibs="$newdeplibs $i" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6071- if test -n "$i" ; then emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6072: libname=`eval "\\$ECHO \"$libname_spec\""` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6073: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6074- set dummy $deplib_matches; shift emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6075- deplib_match=$1 emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6076: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6077- newdeplibs="$newdeplibs $i" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6106- set dummy $deplibs_check_method; shift emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6107: file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6108- for a_deplib in $deplibs; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6121- if test -n "$a_deplib" ; then emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6122: libname=`eval "\\$ECHO \"$libname_spec\""` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6123- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6124: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6125- for potent_lib in $potential_libs; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6137- while test -h "$potlib" 2>/dev/null; do emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6138: potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6139- case $potliblink in emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6140- [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6141: *) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6142- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6178- set dummy $deplibs_check_method; shift emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6179: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6180- for a_deplib in $deplibs; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6193- if test -n "$a_deplib" ; then emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6194: libname=`eval "\\$ECHO \"$libname_spec\""` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6195- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6196: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6197- for potent_lib in $potential_libs; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6237- # can't use Xsed below, because $i might contain '/' emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6238: tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6239- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6262- # On Rhapsody replace the C library with the System framework emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6263: newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6264- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6314- *-*-darwin*) emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6315: newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6316: new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6317: deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6318- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6438- # Use standard objects if they are pic emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6439: test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6440- test "X$libobjs" = "X " && libobjs= ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6453- # exporting using user supplied symfile emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6454: if test "x`$SED 1q $export_symbols`" != xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6455- # and it's NOT already a .def file. Must figure out ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6605- save_output=$output emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6606: output_la=`$ECHO "X$output" | $Xsed -e "$basename"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6607- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6909- eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6910: reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6911- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6920- # Create the old-style object. emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6921: reload_objs="$objs$old_deplibs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6922- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6980- # On Rhapsody replace the C library is the System framework emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6981: compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6982: finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6983- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-6998- # Time to change all our "foo.ltframework" stuff back to "-framework foo" emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:6999: compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:7000: finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7001- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7076- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:7077: testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7078- case :$dllsearchpath: in ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7134- # Transform all the library objects into standard objects. emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:7135: compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:7136: finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7137- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7160- # Replace the output file specification. emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:7161: compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7162- link_command="$compile_command$compile_rpath" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7207- # Replace the output file specification. emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:7208: link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7209- # Delete the old output file. ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7226- if test "$fast_install" = yes; then emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:7227: relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7228- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7238- # Replace the output file specification. emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:7239: link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7240- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7262- relink_command="(cd `pwd`; $relink_command)" emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:7263: relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7264- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7271- esac emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:7272: qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7273- else emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:7274: qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7275- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7506- relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:7507: relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7508- if test "$hardcode_automatic" = yes ; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7526- name="$func_basename_result" emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:7527: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7528- test -z "$libdir" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7542- name="$func_basename_result" emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:7543: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7544- test -z "$libdir" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7561- name="$func_basename_result" emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:7562: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7563- test -z "$libdir" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7865-# ### BEGIN LIBTOOL TAG CONFIG: disable-static emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh:7866:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` emscripten-2.0.9~dfsg/tests/third_party/bullet/ltmain.sh-7867-# ### END LIBTOOL TAG CONFIG: disable-static ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-131- # Could not run --version or --help. This is probably someone emscripten-2.0.9~dfsg/tests/third_party/bullet/missing:132: # running `$TOOL --version' or `$TOOL --help' to check whether emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-133- # $TOOL exists and not knowing $TOOL uses missing. ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-165- from any GNU archive site." emscripten-2.0.9~dfsg/tests/third_party/bullet/missing:166: files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-167- test -z "$files" && files="config.h" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-194- proper tools for further handling them. emscripten-2.0.9~dfsg/tests/third_party/bullet/missing:195: You can get \`$1' as part of \`Autoconf' from any GNU emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-196- archive site." emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-197- emscripten-2.0.9~dfsg/tests/third_party/bullet/missing:198: file=`echo "$*" | sed -n "$sed_output"` emscripten-2.0.9~dfsg/tests/third_party/bullet/missing:199: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-200- if test -f "$file"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-223- *.y) emscripten-2.0.9~dfsg/tests/third_party/bullet/missing:224: SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-225- if test -f "$SRCFILE"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-227- fi emscripten-2.0.9~dfsg/tests/third_party/bullet/missing:228: SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-229- if test -f "$SRCFILE"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-253- *.l) emscripten-2.0.9~dfsg/tests/third_party/bullet/missing:254: SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-255- if test -f "$SRCFILE"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-272- emscripten-2.0.9~dfsg/tests/third_party/bullet/missing:273: file=`echo "$*" | sed -n "$sed_output"` emscripten-2.0.9~dfsg/tests/third_party/bullet/missing:274: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-275- if test -f "$file"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-292- # The file to touch is that specified with -o ... emscripten-2.0.9~dfsg/tests/third_party/bullet/missing:293: file=`echo "$*" | sed -n "$sed_output"` emscripten-2.0.9~dfsg/tests/third_party/bullet/missing:294: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-295- if test -z "$file"; then emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-296- # ... or it is the one specified with @setfilename ... emscripten-2.0.9~dfsg/tests/third_party/bullet/missing:297: infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-298- file=`sed -n ' ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-304- # ... or it is derived from the source name (dir/f.texi becomes f.info) emscripten-2.0.9~dfsg/tests/third_party/bullet/missing:305: test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-306- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-328- *o*) emscripten-2.0.9~dfsg/tests/third_party/bullet/missing:329: firstarg=`echo "$firstarg" | sed s/o//` emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-330- tar "$firstarg" "$@" && exit 0 ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-334- *h*) emscripten-2.0.9~dfsg/tests/third_party/bullet/missing:335: firstarg=`echo "$firstarg" | sed s/h//` emscripten-2.0.9~dfsg/tests/third_party/bullet/missing-336- tar "$firstarg" "$@" && exit 0 ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btConvexHullComputer.cpp-36- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btConvexHullComputer.cpp:37://The definition of USE_X86_64_ASM is moved into the build system. You can enable it manually by commenting out the following lines emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btConvexHullComputer.cpp-38-//#if (defined(__GNUC__) && defined(__x86_64__) && !defined(__ICL)) // || (defined(__ICL) && defined(_M_X64)) bug in Intel compiler, disable inline assembly emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btConvexHullComputer.cpp:39:// #define USE_X86_64_ASM emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btConvexHullComputer.cpp-40-//#endif ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btConvexHullComputer.cpp-172- { emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btConvexHullComputer.cpp:173:#ifdef USE_X86_64_ASM emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btConvexHullComputer.cpp-174- Int128 result; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btConvexHullComputer.cpp-188- { emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btConvexHullComputer.cpp:189:#ifdef USE_X86_64_ASM emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btConvexHullComputer.cpp-190- Int128 result; ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btConvexHullComputer.cpp-203- { emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btConvexHullComputer.cpp:204:#ifdef USE_X86_64_ASM emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btConvexHullComputer.cpp-205- __asm__ ("addq %[bl], %[rl]\n\t" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btConvexHullComputer.cpp-855- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btConvexHullComputer.cpp:856:#ifdef USE_X86_64_ASM emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btConvexHullComputer.cpp-857- __asm__ ("imulq %[b]" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btConvexHullComputer.cpp-882- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btConvexHullComputer.cpp:883:#ifdef USE_X86_64_ASM emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btConvexHullComputer.cpp-884- __asm__ ("mulq %[b]" ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btConvexHullComputer.cpp-908- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btConvexHullComputer.cpp:909:#ifdef USE_X86_64_ASM emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btConvexHullComputer.cpp-910- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btQuickprof.cpp-114- ClockSize newTime; emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btQuickprof.cpp:115: //__asm __volatile__( "mftb %0" : "=r" (newTime) : : "memory"); emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btQuickprof.cpp-116- SYS_TIMEBASE_GET( newTime ); ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btQuickprof.cpp-166- SYS_TIMEBASE_GET( newTime ); emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btQuickprof.cpp:167: //__asm __volatile__( "mftb %0" : "=r" (newTime) : : "memory"); emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btQuickprof.cpp-168- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btQuickprof.cpp-223- ClockSize newTime; emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btQuickprof.cpp:224: //__asm __volatile__( "mftb %0" : "=r" (newTime) : : "memory"); emscripten-2.0.9~dfsg/tests/third_party/bullet/src/LinearMath/btQuickprof.cpp-225- SYS_TIMEBASE_GET( newTime ); ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-78-CONFIG_CLEAN_FILES = emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:79:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-80-am__vpath_adj = case $$p in \ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:81: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-82- *) f=$$p;; \ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-83- esac; emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:84:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-85-am__installdirs = "$(DESTDIR)$(libdir)" \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1144- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1145: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1146- test "$$dir" != "$$p" || dir=.; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1316-.cpp.obj: emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1317:@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1318-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1320-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1321:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1322- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1330-btRaycastCallback.lo: BulletCollision/NarrowPhaseCollision/btRaycastCallback.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1331:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btRaycastCallback.lo -MD -MP -MF $(DEPDIR)/btRaycastCallback.Tpo -c -o btRaycastCallback.lo `test -f 'BulletCollision/NarrowPhaseCollision/btRaycastCallback.cpp' || echo '$(srcdir)/'`BulletCollision/NarrowPhaseCollision/btRaycastCallback.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1332-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btRaycastCallback.Tpo $(DEPDIR)/btRaycastCallback.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1334-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1335:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btRaycastCallback.lo `test -f 'BulletCollision/NarrowPhaseCollision/btRaycastCallback.cpp' || echo '$(srcdir)/'`BulletCollision/NarrowPhaseCollision/btRaycastCallback.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1336- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1337-btMinkowskiPenetrationDepthSolver.lo: BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1338:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btMinkowskiPenetrationDepthSolver.lo -MD -MP -MF $(DEPDIR)/btMinkowskiPenetrationDepthSolver.Tpo -c -o btMinkowskiPenetrationDepthSolver.lo `test -f 'BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.cpp' || echo '$(srcdir)/'`BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1339-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btMinkowskiPenetrationDepthSolver.Tpo $(DEPDIR)/btMinkowskiPenetrationDepthSolver.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1341-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1342:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btMinkowskiPenetrationDepthSolver.lo `test -f 'BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.cpp' || echo '$(srcdir)/'`BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1343- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1344-btSubSimplexConvexCast.lo: BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1345:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btSubSimplexConvexCast.lo -MD -MP -MF $(DEPDIR)/btSubSimplexConvexCast.Tpo -c -o btSubSimplexConvexCast.lo `test -f 'BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.cpp' || echo '$(srcdir)/'`BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1346-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btSubSimplexConvexCast.Tpo $(DEPDIR)/btSubSimplexConvexCast.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1348-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1349:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btSubSimplexConvexCast.lo `test -f 'BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.cpp' || echo '$(srcdir)/'`BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1350- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1351-btGjkEpaPenetrationDepthSolver.lo: BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1352:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btGjkEpaPenetrationDepthSolver.lo -MD -MP -MF $(DEPDIR)/btGjkEpaPenetrationDepthSolver.Tpo -c -o btGjkEpaPenetrationDepthSolver.lo `test -f 'BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.cpp' || echo '$(srcdir)/'`BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1353-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btGjkEpaPenetrationDepthSolver.Tpo $(DEPDIR)/btGjkEpaPenetrationDepthSolver.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1355-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1356:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btGjkEpaPenetrationDepthSolver.lo `test -f 'BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.cpp' || echo '$(srcdir)/'`BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1357- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1358-btGjkConvexCast.lo: BulletCollision/NarrowPhaseCollision/btGjkConvexCast.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1359:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btGjkConvexCast.lo -MD -MP -MF $(DEPDIR)/btGjkConvexCast.Tpo -c -o btGjkConvexCast.lo `test -f 'BulletCollision/NarrowPhaseCollision/btGjkConvexCast.cpp' || echo '$(srcdir)/'`BulletCollision/NarrowPhaseCollision/btGjkConvexCast.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1360-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btGjkConvexCast.Tpo $(DEPDIR)/btGjkConvexCast.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1362-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1363:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btGjkConvexCast.lo `test -f 'BulletCollision/NarrowPhaseCollision/btGjkConvexCast.cpp' || echo '$(srcdir)/'`BulletCollision/NarrowPhaseCollision/btGjkConvexCast.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1364- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1365-btPersistentManifold.lo: BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1366:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btPersistentManifold.lo -MD -MP -MF $(DEPDIR)/btPersistentManifold.Tpo -c -o btPersistentManifold.lo `test -f 'BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp' || echo '$(srcdir)/'`BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1367-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btPersistentManifold.Tpo $(DEPDIR)/btPersistentManifold.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1369-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1370:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btPersistentManifold.lo `test -f 'BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp' || echo '$(srcdir)/'`BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1371- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1372-btConvexCast.lo: BulletCollision/NarrowPhaseCollision/btConvexCast.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1373:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btConvexCast.lo -MD -MP -MF $(DEPDIR)/btConvexCast.Tpo -c -o btConvexCast.lo `test -f 'BulletCollision/NarrowPhaseCollision/btConvexCast.cpp' || echo '$(srcdir)/'`BulletCollision/NarrowPhaseCollision/btConvexCast.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1374-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btConvexCast.Tpo $(DEPDIR)/btConvexCast.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1376-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1377:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btConvexCast.lo `test -f 'BulletCollision/NarrowPhaseCollision/btConvexCast.cpp' || echo '$(srcdir)/'`BulletCollision/NarrowPhaseCollision/btConvexCast.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1378- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1379-btPolyhedralContactClipping.lo: BulletCollision/NarrowPhaseCollision/btPolyhedralContactClipping.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1380:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btPolyhedralContactClipping.lo -MD -MP -MF $(DEPDIR)/btPolyhedralContactClipping.Tpo -c -o btPolyhedralContactClipping.lo `test -f 'BulletCollision/NarrowPhaseCollision/btPolyhedralContactClipping.cpp' || echo '$(srcdir)/'`BulletCollision/NarrowPhaseCollision/btPolyhedralContactClipping.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1381-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btPolyhedralContactClipping.Tpo $(DEPDIR)/btPolyhedralContactClipping.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1383-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1384:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btPolyhedralContactClipping.lo `test -f 'BulletCollision/NarrowPhaseCollision/btPolyhedralContactClipping.cpp' || echo '$(srcdir)/'`BulletCollision/NarrowPhaseCollision/btPolyhedralContactClipping.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1385- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1386-btContinuousConvexCollision.lo: BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1387:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btContinuousConvexCollision.lo -MD -MP -MF $(DEPDIR)/btContinuousConvexCollision.Tpo -c -o btContinuousConvexCollision.lo `test -f 'BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.cpp' || echo '$(srcdir)/'`BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1388-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btContinuousConvexCollision.Tpo $(DEPDIR)/btContinuousConvexCollision.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1390-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1391:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btContinuousConvexCollision.lo `test -f 'BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.cpp' || echo '$(srcdir)/'`BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1392- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1393-btGjkPairDetector.lo: BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1394:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btGjkPairDetector.lo -MD -MP -MF $(DEPDIR)/btGjkPairDetector.Tpo -c -o btGjkPairDetector.lo `test -f 'BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp' || echo '$(srcdir)/'`BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1395-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btGjkPairDetector.Tpo $(DEPDIR)/btGjkPairDetector.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1397-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1398:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btGjkPairDetector.lo `test -f 'BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp' || echo '$(srcdir)/'`BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1399- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1400-btGjkEpa2.lo: BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1401:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btGjkEpa2.lo -MD -MP -MF $(DEPDIR)/btGjkEpa2.Tpo -c -o btGjkEpa2.lo `test -f 'BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp' || echo '$(srcdir)/'`BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1402-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btGjkEpa2.Tpo $(DEPDIR)/btGjkEpa2.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1404-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1405:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btGjkEpa2.lo `test -f 'BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp' || echo '$(srcdir)/'`BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1406- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1407-btVoronoiSimplexSolver.lo: BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1408:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btVoronoiSimplexSolver.lo -MD -MP -MF $(DEPDIR)/btVoronoiSimplexSolver.Tpo -c -o btVoronoiSimplexSolver.lo `test -f 'BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp' || echo '$(srcdir)/'`BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1409-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btVoronoiSimplexSolver.Tpo $(DEPDIR)/btVoronoiSimplexSolver.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1411-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1412:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btVoronoiSimplexSolver.lo `test -f 'BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp' || echo '$(srcdir)/'`BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1413- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1414-btActivatingCollisionAlgorithm.lo: BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1415:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btActivatingCollisionAlgorithm.lo -MD -MP -MF $(DEPDIR)/btActivatingCollisionAlgorithm.Tpo -c -o btActivatingCollisionAlgorithm.lo `test -f 'BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1416-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btActivatingCollisionAlgorithm.Tpo $(DEPDIR)/btActivatingCollisionAlgorithm.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1418-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1419:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btActivatingCollisionAlgorithm.lo `test -f 'BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1420- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1421-btCollisionObject.lo: BulletCollision/CollisionDispatch/btCollisionObject.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1422:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btCollisionObject.lo -MD -MP -MF $(DEPDIR)/btCollisionObject.Tpo -c -o btCollisionObject.lo `test -f 'BulletCollision/CollisionDispatch/btCollisionObject.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btCollisionObject.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1423-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btCollisionObject.Tpo $(DEPDIR)/btCollisionObject.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1425-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1426:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btCollisionObject.lo `test -f 'BulletCollision/CollisionDispatch/btCollisionObject.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btCollisionObject.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1427- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1428-btEmptyCollisionAlgorithm.lo: BulletCollision/CollisionDispatch/btEmptyCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1429:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btEmptyCollisionAlgorithm.lo -MD -MP -MF $(DEPDIR)/btEmptyCollisionAlgorithm.Tpo -c -o btEmptyCollisionAlgorithm.lo `test -f 'BulletCollision/CollisionDispatch/btEmptyCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btEmptyCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1430-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btEmptyCollisionAlgorithm.Tpo $(DEPDIR)/btEmptyCollisionAlgorithm.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1432-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1433:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btEmptyCollisionAlgorithm.lo `test -f 'BulletCollision/CollisionDispatch/btEmptyCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btEmptyCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1434- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1435-btGhostObject.lo: BulletCollision/CollisionDispatch/btGhostObject.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1436:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btGhostObject.lo -MD -MP -MF $(DEPDIR)/btGhostObject.Tpo -c -o btGhostObject.lo `test -f 'BulletCollision/CollisionDispatch/btGhostObject.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btGhostObject.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1437-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btGhostObject.Tpo $(DEPDIR)/btGhostObject.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1439-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1440:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btGhostObject.lo `test -f 'BulletCollision/CollisionDispatch/btGhostObject.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btGhostObject.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1441- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1442-btSphereSphereCollisionAlgorithm.lo: BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1443:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btSphereSphereCollisionAlgorithm.lo -MD -MP -MF $(DEPDIR)/btSphereSphereCollisionAlgorithm.Tpo -c -o btSphereSphereCollisionAlgorithm.lo `test -f 'BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1444-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btSphereSphereCollisionAlgorithm.Tpo $(DEPDIR)/btSphereSphereCollisionAlgorithm.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1446-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1447:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btSphereSphereCollisionAlgorithm.lo `test -f 'BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1448- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1449-btSphereBoxCollisionAlgorithm.lo: BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1450:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btSphereBoxCollisionAlgorithm.lo -MD -MP -MF $(DEPDIR)/btSphereBoxCollisionAlgorithm.Tpo -c -o btSphereBoxCollisionAlgorithm.lo `test -f 'BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1451-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btSphereBoxCollisionAlgorithm.Tpo $(DEPDIR)/btSphereBoxCollisionAlgorithm.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1453-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1454:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btSphereBoxCollisionAlgorithm.lo `test -f 'BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1455- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1456-btCollisionDispatcher.lo: BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1457:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btCollisionDispatcher.lo -MD -MP -MF $(DEPDIR)/btCollisionDispatcher.Tpo -c -o btCollisionDispatcher.lo `test -f 'BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1458-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btCollisionDispatcher.Tpo $(DEPDIR)/btCollisionDispatcher.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1460-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1461:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btCollisionDispatcher.lo `test -f 'BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1462- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1463-btDefaultCollisionConfiguration.lo: BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1464:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btDefaultCollisionConfiguration.lo -MD -MP -MF $(DEPDIR)/btDefaultCollisionConfiguration.Tpo -c -o btDefaultCollisionConfiguration.lo `test -f 'BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1465-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btDefaultCollisionConfiguration.Tpo $(DEPDIR)/btDefaultCollisionConfiguration.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1467-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1468:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btDefaultCollisionConfiguration.lo `test -f 'BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1469- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1470-btSimulationIslandManager.lo: BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1471:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btSimulationIslandManager.lo -MD -MP -MF $(DEPDIR)/btSimulationIslandManager.Tpo -c -o btSimulationIslandManager.lo `test -f 'BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1472-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btSimulationIslandManager.Tpo $(DEPDIR)/btSimulationIslandManager.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1474-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1475:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btSimulationIslandManager.lo `test -f 'BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1476- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1477-btBoxBoxDetector.lo: BulletCollision/CollisionDispatch/btBoxBoxDetector.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1478:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btBoxBoxDetector.lo -MD -MP -MF $(DEPDIR)/btBoxBoxDetector.Tpo -c -o btBoxBoxDetector.lo `test -f 'BulletCollision/CollisionDispatch/btBoxBoxDetector.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btBoxBoxDetector.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1479-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btBoxBoxDetector.Tpo $(DEPDIR)/btBoxBoxDetector.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1481-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1482:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btBoxBoxDetector.lo `test -f 'BulletCollision/CollisionDispatch/btBoxBoxDetector.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btBoxBoxDetector.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1483- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1484-btConvexPlaneCollisionAlgorithm.lo: BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1485:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btConvexPlaneCollisionAlgorithm.lo -MD -MP -MF $(DEPDIR)/btConvexPlaneCollisionAlgorithm.Tpo -c -o btConvexPlaneCollisionAlgorithm.lo `test -f 'BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1486-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btConvexPlaneCollisionAlgorithm.Tpo $(DEPDIR)/btConvexPlaneCollisionAlgorithm.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1488-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1489:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btConvexPlaneCollisionAlgorithm.lo `test -f 'BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1490- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1491-btConvexConcaveCollisionAlgorithm.lo: BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1492:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btConvexConcaveCollisionAlgorithm.lo -MD -MP -MF $(DEPDIR)/btConvexConcaveCollisionAlgorithm.Tpo -c -o btConvexConcaveCollisionAlgorithm.lo `test -f 'BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1493-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btConvexConcaveCollisionAlgorithm.Tpo $(DEPDIR)/btConvexConcaveCollisionAlgorithm.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1495-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1496:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btConvexConcaveCollisionAlgorithm.lo `test -f 'BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1497- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1498-btBoxBoxCollisionAlgorithm.lo: BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1499:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btBoxBoxCollisionAlgorithm.lo -MD -MP -MF $(DEPDIR)/btBoxBoxCollisionAlgorithm.Tpo -c -o btBoxBoxCollisionAlgorithm.lo `test -f 'BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1500-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btBoxBoxCollisionAlgorithm.Tpo $(DEPDIR)/btBoxBoxCollisionAlgorithm.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1502-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1503:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btBoxBoxCollisionAlgorithm.lo `test -f 'BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1504- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1505-btBox2dBox2dCollisionAlgorithm.lo: BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1506:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btBox2dBox2dCollisionAlgorithm.lo -MD -MP -MF $(DEPDIR)/btBox2dBox2dCollisionAlgorithm.Tpo -c -o btBox2dBox2dCollisionAlgorithm.lo `test -f 'BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1507-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btBox2dBox2dCollisionAlgorithm.Tpo $(DEPDIR)/btBox2dBox2dCollisionAlgorithm.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1509-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1510:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btBox2dBox2dCollisionAlgorithm.lo `test -f 'BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1511- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1512-SphereTriangleDetector.lo: BulletCollision/CollisionDispatch/SphereTriangleDetector.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1513:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SphereTriangleDetector.lo -MD -MP -MF $(DEPDIR)/SphereTriangleDetector.Tpo -c -o SphereTriangleDetector.lo `test -f 'BulletCollision/CollisionDispatch/SphereTriangleDetector.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/SphereTriangleDetector.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1514-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/SphereTriangleDetector.Tpo $(DEPDIR)/SphereTriangleDetector.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1516-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1517:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SphereTriangleDetector.lo `test -f 'BulletCollision/CollisionDispatch/SphereTriangleDetector.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/SphereTriangleDetector.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1518- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1519-btInternalEdgeUtility.lo: BulletCollision/CollisionDispatch/btInternalEdgeUtility.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1520:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btInternalEdgeUtility.lo -MD -MP -MF $(DEPDIR)/btInternalEdgeUtility.Tpo -c -o btInternalEdgeUtility.lo `test -f 'BulletCollision/CollisionDispatch/btInternalEdgeUtility.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btInternalEdgeUtility.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1521-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btInternalEdgeUtility.Tpo $(DEPDIR)/btInternalEdgeUtility.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1523-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1524:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btInternalEdgeUtility.lo `test -f 'BulletCollision/CollisionDispatch/btInternalEdgeUtility.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btInternalEdgeUtility.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1525- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1526-btManifoldResult.lo: BulletCollision/CollisionDispatch/btManifoldResult.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1527:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btManifoldResult.lo -MD -MP -MF $(DEPDIR)/btManifoldResult.Tpo -c -o btManifoldResult.lo `test -f 'BulletCollision/CollisionDispatch/btManifoldResult.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btManifoldResult.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1528-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btManifoldResult.Tpo $(DEPDIR)/btManifoldResult.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1530-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1531:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btManifoldResult.lo `test -f 'BulletCollision/CollisionDispatch/btManifoldResult.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btManifoldResult.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1532- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1533-btCollisionWorld.lo: BulletCollision/CollisionDispatch/btCollisionWorld.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1534:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btCollisionWorld.lo -MD -MP -MF $(DEPDIR)/btCollisionWorld.Tpo -c -o btCollisionWorld.lo `test -f 'BulletCollision/CollisionDispatch/btCollisionWorld.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btCollisionWorld.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1535-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btCollisionWorld.Tpo $(DEPDIR)/btCollisionWorld.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1537-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1538:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btCollisionWorld.lo `test -f 'BulletCollision/CollisionDispatch/btCollisionWorld.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btCollisionWorld.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1539- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1540-btSphereTriangleCollisionAlgorithm.lo: BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1541:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btSphereTriangleCollisionAlgorithm.lo -MD -MP -MF $(DEPDIR)/btSphereTriangleCollisionAlgorithm.Tpo -c -o btSphereTriangleCollisionAlgorithm.lo `test -f 'BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1542-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btSphereTriangleCollisionAlgorithm.Tpo $(DEPDIR)/btSphereTriangleCollisionAlgorithm.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1544-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1545:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btSphereTriangleCollisionAlgorithm.lo `test -f 'BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1546- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1547-btConvexConvexAlgorithm.lo: BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1548:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btConvexConvexAlgorithm.lo -MD -MP -MF $(DEPDIR)/btConvexConvexAlgorithm.Tpo -c -o btConvexConvexAlgorithm.lo `test -f 'BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1549-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btConvexConvexAlgorithm.Tpo $(DEPDIR)/btConvexConvexAlgorithm.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1551-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1552:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btConvexConvexAlgorithm.lo `test -f 'BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1553- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1554-btConvex2dConvex2dAlgorithm.lo: BulletCollision/CollisionDispatch/btConvex2dConvex2dAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1555:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btConvex2dConvex2dAlgorithm.lo -MD -MP -MF $(DEPDIR)/btConvex2dConvex2dAlgorithm.Tpo -c -o btConvex2dConvex2dAlgorithm.lo `test -f 'BulletCollision/CollisionDispatch/btConvex2dConvex2dAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btConvex2dConvex2dAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1556-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btConvex2dConvex2dAlgorithm.Tpo $(DEPDIR)/btConvex2dConvex2dAlgorithm.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1558-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1559:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btConvex2dConvex2dAlgorithm.lo `test -f 'BulletCollision/CollisionDispatch/btConvex2dConvex2dAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btConvex2dConvex2dAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1560- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1561-btUnionFind.lo: BulletCollision/CollisionDispatch/btUnionFind.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1562:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btUnionFind.lo -MD -MP -MF $(DEPDIR)/btUnionFind.Tpo -c -o btUnionFind.lo `test -f 'BulletCollision/CollisionDispatch/btUnionFind.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btUnionFind.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1563-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btUnionFind.Tpo $(DEPDIR)/btUnionFind.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1565-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1566:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btUnionFind.lo `test -f 'BulletCollision/CollisionDispatch/btUnionFind.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btUnionFind.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1567- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1568-btCompoundCollisionAlgorithm.lo: BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1569:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btCompoundCollisionAlgorithm.lo -MD -MP -MF $(DEPDIR)/btCompoundCollisionAlgorithm.Tpo -c -o btCompoundCollisionAlgorithm.lo `test -f 'BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1570-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btCompoundCollisionAlgorithm.Tpo $(DEPDIR)/btCompoundCollisionAlgorithm.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1572-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1573:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btCompoundCollisionAlgorithm.lo `test -f 'BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1574- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1575-btTetrahedronShape.lo: BulletCollision/CollisionShapes/btTetrahedronShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1576:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btTetrahedronShape.lo -MD -MP -MF $(DEPDIR)/btTetrahedronShape.Tpo -c -o btTetrahedronShape.lo `test -f 'BulletCollision/CollisionShapes/btTetrahedronShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btTetrahedronShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1577-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btTetrahedronShape.Tpo $(DEPDIR)/btTetrahedronShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1579-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1580:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btTetrahedronShape.lo `test -f 'BulletCollision/CollisionShapes/btTetrahedronShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btTetrahedronShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1581- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1582-btShapeHull.lo: BulletCollision/CollisionShapes/btShapeHull.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1583:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btShapeHull.lo -MD -MP -MF $(DEPDIR)/btShapeHull.Tpo -c -o btShapeHull.lo `test -f 'BulletCollision/CollisionShapes/btShapeHull.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btShapeHull.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1584-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btShapeHull.Tpo $(DEPDIR)/btShapeHull.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1586-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1587:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btShapeHull.lo `test -f 'BulletCollision/CollisionShapes/btShapeHull.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btShapeHull.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1588- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1589-btMinkowskiSumShape.lo: BulletCollision/CollisionShapes/btMinkowskiSumShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1590:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btMinkowskiSumShape.lo -MD -MP -MF $(DEPDIR)/btMinkowskiSumShape.Tpo -c -o btMinkowskiSumShape.lo `test -f 'BulletCollision/CollisionShapes/btMinkowskiSumShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btMinkowskiSumShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1591-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btMinkowskiSumShape.Tpo $(DEPDIR)/btMinkowskiSumShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1593-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1594:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btMinkowskiSumShape.lo `test -f 'BulletCollision/CollisionShapes/btMinkowskiSumShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btMinkowskiSumShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1595- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1596-btCompoundShape.lo: BulletCollision/CollisionShapes/btCompoundShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1597:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btCompoundShape.lo -MD -MP -MF $(DEPDIR)/btCompoundShape.Tpo -c -o btCompoundShape.lo `test -f 'BulletCollision/CollisionShapes/btCompoundShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btCompoundShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1598-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btCompoundShape.Tpo $(DEPDIR)/btCompoundShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1600-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1601:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btCompoundShape.lo `test -f 'BulletCollision/CollisionShapes/btCompoundShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btCompoundShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1602- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1603-btConeShape.lo: BulletCollision/CollisionShapes/btConeShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1604:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btConeShape.lo -MD -MP -MF $(DEPDIR)/btConeShape.Tpo -c -o btConeShape.lo `test -f 'BulletCollision/CollisionShapes/btConeShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btConeShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1605-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btConeShape.Tpo $(DEPDIR)/btConeShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1607-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1608:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btConeShape.lo `test -f 'BulletCollision/CollisionShapes/btConeShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btConeShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1609- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1610-btConvexPolyhedron.lo: BulletCollision/CollisionShapes/btConvexPolyhedron.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1611:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btConvexPolyhedron.lo -MD -MP -MF $(DEPDIR)/btConvexPolyhedron.Tpo -c -o btConvexPolyhedron.lo `test -f 'BulletCollision/CollisionShapes/btConvexPolyhedron.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btConvexPolyhedron.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1612-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btConvexPolyhedron.Tpo $(DEPDIR)/btConvexPolyhedron.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1614-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1615:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btConvexPolyhedron.lo `test -f 'BulletCollision/CollisionShapes/btConvexPolyhedron.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btConvexPolyhedron.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1616- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1617-btMultiSphereShape.lo: BulletCollision/CollisionShapes/btMultiSphereShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1618:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btMultiSphereShape.lo -MD -MP -MF $(DEPDIR)/btMultiSphereShape.Tpo -c -o btMultiSphereShape.lo `test -f 'BulletCollision/CollisionShapes/btMultiSphereShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btMultiSphereShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1619-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btMultiSphereShape.Tpo $(DEPDIR)/btMultiSphereShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1621-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1622:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btMultiSphereShape.lo `test -f 'BulletCollision/CollisionShapes/btMultiSphereShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btMultiSphereShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1623- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1624-btUniformScalingShape.lo: BulletCollision/CollisionShapes/btUniformScalingShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1625:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btUniformScalingShape.lo -MD -MP -MF $(DEPDIR)/btUniformScalingShape.Tpo -c -o btUniformScalingShape.lo `test -f 'BulletCollision/CollisionShapes/btUniformScalingShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btUniformScalingShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1626-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btUniformScalingShape.Tpo $(DEPDIR)/btUniformScalingShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1628-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1629:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btUniformScalingShape.lo `test -f 'BulletCollision/CollisionShapes/btUniformScalingShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btUniformScalingShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1630- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1631-btSphereShape.lo: BulletCollision/CollisionShapes/btSphereShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1632:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btSphereShape.lo -MD -MP -MF $(DEPDIR)/btSphereShape.Tpo -c -o btSphereShape.lo `test -f 'BulletCollision/CollisionShapes/btSphereShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btSphereShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1633-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btSphereShape.Tpo $(DEPDIR)/btSphereShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1635-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1636:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btSphereShape.lo `test -f 'BulletCollision/CollisionShapes/btSphereShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btSphereShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1637- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1638-btTriangleIndexVertexArray.lo: BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1639:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btTriangleIndexVertexArray.lo -MD -MP -MF $(DEPDIR)/btTriangleIndexVertexArray.Tpo -c -o btTriangleIndexVertexArray.lo `test -f 'BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1640-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btTriangleIndexVertexArray.Tpo $(DEPDIR)/btTriangleIndexVertexArray.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1642-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1643:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btTriangleIndexVertexArray.lo `test -f 'BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1644- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1645-btBvhTriangleMeshShape.lo: BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1646:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btBvhTriangleMeshShape.lo -MD -MP -MF $(DEPDIR)/btBvhTriangleMeshShape.Tpo -c -o btBvhTriangleMeshShape.lo `test -f 'BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1647-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btBvhTriangleMeshShape.Tpo $(DEPDIR)/btBvhTriangleMeshShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1649-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1650:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btBvhTriangleMeshShape.lo `test -f 'BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1651- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1652-btTriangleMeshShape.lo: BulletCollision/CollisionShapes/btTriangleMeshShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1653:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btTriangleMeshShape.lo -MD -MP -MF $(DEPDIR)/btTriangleMeshShape.Tpo -c -o btTriangleMeshShape.lo `test -f 'BulletCollision/CollisionShapes/btTriangleMeshShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btTriangleMeshShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1654-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btTriangleMeshShape.Tpo $(DEPDIR)/btTriangleMeshShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1656-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1657:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btTriangleMeshShape.lo `test -f 'BulletCollision/CollisionShapes/btTriangleMeshShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btTriangleMeshShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1658- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1659-btTriangleBuffer.lo: BulletCollision/CollisionShapes/btTriangleBuffer.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1660:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btTriangleBuffer.lo -MD -MP -MF $(DEPDIR)/btTriangleBuffer.Tpo -c -o btTriangleBuffer.lo `test -f 'BulletCollision/CollisionShapes/btTriangleBuffer.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btTriangleBuffer.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1661-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btTriangleBuffer.Tpo $(DEPDIR)/btTriangleBuffer.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1663-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1664:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btTriangleBuffer.lo `test -f 'BulletCollision/CollisionShapes/btTriangleBuffer.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btTriangleBuffer.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1665- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1666-btStaticPlaneShape.lo: BulletCollision/CollisionShapes/btStaticPlaneShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1667:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btStaticPlaneShape.lo -MD -MP -MF $(DEPDIR)/btStaticPlaneShape.Tpo -c -o btStaticPlaneShape.lo `test -f 'BulletCollision/CollisionShapes/btStaticPlaneShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btStaticPlaneShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1668-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btStaticPlaneShape.Tpo $(DEPDIR)/btStaticPlaneShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1670-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1671:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btStaticPlaneShape.lo `test -f 'BulletCollision/CollisionShapes/btStaticPlaneShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btStaticPlaneShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1672- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1673-btPolyhedralConvexShape.lo: BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1674:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btPolyhedralConvexShape.lo -MD -MP -MF $(DEPDIR)/btPolyhedralConvexShape.Tpo -c -o btPolyhedralConvexShape.lo `test -f 'BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1675-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btPolyhedralConvexShape.Tpo $(DEPDIR)/btPolyhedralConvexShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1677-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1678:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btPolyhedralConvexShape.lo `test -f 'BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1679- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1680-btEmptyShape.lo: BulletCollision/CollisionShapes/btEmptyShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1681:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btEmptyShape.lo -MD -MP -MF $(DEPDIR)/btEmptyShape.Tpo -c -o btEmptyShape.lo `test -f 'BulletCollision/CollisionShapes/btEmptyShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btEmptyShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1682-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btEmptyShape.Tpo $(DEPDIR)/btEmptyShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1684-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1685:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btEmptyShape.lo `test -f 'BulletCollision/CollisionShapes/btEmptyShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btEmptyShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1686- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1687-btCollisionShape.lo: BulletCollision/CollisionShapes/btCollisionShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1688:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btCollisionShape.lo -MD -MP -MF $(DEPDIR)/btCollisionShape.Tpo -c -o btCollisionShape.lo `test -f 'BulletCollision/CollisionShapes/btCollisionShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btCollisionShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1689-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btCollisionShape.Tpo $(DEPDIR)/btCollisionShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1691-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1692:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btCollisionShape.lo `test -f 'BulletCollision/CollisionShapes/btCollisionShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btCollisionShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1693- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1694-btConvexShape.lo: BulletCollision/CollisionShapes/btConvexShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1695:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btConvexShape.lo -MD -MP -MF $(DEPDIR)/btConvexShape.Tpo -c -o btConvexShape.lo `test -f 'BulletCollision/CollisionShapes/btConvexShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btConvexShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1696-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btConvexShape.Tpo $(DEPDIR)/btConvexShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1698-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1699:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btConvexShape.lo `test -f 'BulletCollision/CollisionShapes/btConvexShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btConvexShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1700- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1701-btConvex2dShape.lo: BulletCollision/CollisionShapes/btConvex2dShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1702:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btConvex2dShape.lo -MD -MP -MF $(DEPDIR)/btConvex2dShape.Tpo -c -o btConvex2dShape.lo `test -f 'BulletCollision/CollisionShapes/btConvex2dShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btConvex2dShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1703-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btConvex2dShape.Tpo $(DEPDIR)/btConvex2dShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1705-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1706:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btConvex2dShape.lo `test -f 'BulletCollision/CollisionShapes/btConvex2dShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btConvex2dShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1707- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1708-btConvexInternalShape.lo: BulletCollision/CollisionShapes/btConvexInternalShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1709:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btConvexInternalShape.lo -MD -MP -MF $(DEPDIR)/btConvexInternalShape.Tpo -c -o btConvexInternalShape.lo `test -f 'BulletCollision/CollisionShapes/btConvexInternalShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btConvexInternalShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1710-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btConvexInternalShape.Tpo $(DEPDIR)/btConvexInternalShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1712-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1713:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btConvexInternalShape.lo `test -f 'BulletCollision/CollisionShapes/btConvexInternalShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btConvexInternalShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1714- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1715-btConvexHullShape.lo: BulletCollision/CollisionShapes/btConvexHullShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1716:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btConvexHullShape.lo -MD -MP -MF $(DEPDIR)/btConvexHullShape.Tpo -c -o btConvexHullShape.lo `test -f 'BulletCollision/CollisionShapes/btConvexHullShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btConvexHullShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1717-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btConvexHullShape.Tpo $(DEPDIR)/btConvexHullShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1719-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1720:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btConvexHullShape.lo `test -f 'BulletCollision/CollisionShapes/btConvexHullShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btConvexHullShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1721- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1722-btTriangleCallback.lo: BulletCollision/CollisionShapes/btTriangleCallback.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1723:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btTriangleCallback.lo -MD -MP -MF $(DEPDIR)/btTriangleCallback.Tpo -c -o btTriangleCallback.lo `test -f 'BulletCollision/CollisionShapes/btTriangleCallback.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btTriangleCallback.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1724-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btTriangleCallback.Tpo $(DEPDIR)/btTriangleCallback.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1726-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1727:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btTriangleCallback.lo `test -f 'BulletCollision/CollisionShapes/btTriangleCallback.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btTriangleCallback.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1728- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1729-btCapsuleShape.lo: BulletCollision/CollisionShapes/btCapsuleShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1730:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btCapsuleShape.lo -MD -MP -MF $(DEPDIR)/btCapsuleShape.Tpo -c -o btCapsuleShape.lo `test -f 'BulletCollision/CollisionShapes/btCapsuleShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btCapsuleShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1731-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btCapsuleShape.Tpo $(DEPDIR)/btCapsuleShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1733-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1734:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btCapsuleShape.lo `test -f 'BulletCollision/CollisionShapes/btCapsuleShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btCapsuleShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1735- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1736-btConvexTriangleMeshShape.lo: BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1737:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btConvexTriangleMeshShape.lo -MD -MP -MF $(DEPDIR)/btConvexTriangleMeshShape.Tpo -c -o btConvexTriangleMeshShape.lo `test -f 'BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1738-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btConvexTriangleMeshShape.Tpo $(DEPDIR)/btConvexTriangleMeshShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1740-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1741:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btConvexTriangleMeshShape.lo `test -f 'BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1742- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1743-btConcaveShape.lo: BulletCollision/CollisionShapes/btConcaveShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1744:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btConcaveShape.lo -MD -MP -MF $(DEPDIR)/btConcaveShape.Tpo -c -o btConcaveShape.lo `test -f 'BulletCollision/CollisionShapes/btConcaveShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btConcaveShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1745-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btConcaveShape.Tpo $(DEPDIR)/btConcaveShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1747-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1748:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btConcaveShape.lo `test -f 'BulletCollision/CollisionShapes/btConcaveShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btConcaveShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1749- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1750-btConvexPointCloudShape.lo: BulletCollision/CollisionShapes/btConvexPointCloudShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1751:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btConvexPointCloudShape.lo -MD -MP -MF $(DEPDIR)/btConvexPointCloudShape.Tpo -c -o btConvexPointCloudShape.lo `test -f 'BulletCollision/CollisionShapes/btConvexPointCloudShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btConvexPointCloudShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1752-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btConvexPointCloudShape.Tpo $(DEPDIR)/btConvexPointCloudShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1754-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1755:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btConvexPointCloudShape.lo `test -f 'BulletCollision/CollisionShapes/btConvexPointCloudShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btConvexPointCloudShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1756- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1757-btBoxShape.lo: BulletCollision/CollisionShapes/btBoxShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1758:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btBoxShape.lo -MD -MP -MF $(DEPDIR)/btBoxShape.Tpo -c -o btBoxShape.lo `test -f 'BulletCollision/CollisionShapes/btBoxShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btBoxShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1759-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btBoxShape.Tpo $(DEPDIR)/btBoxShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1761-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1762:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btBoxShape.lo `test -f 'BulletCollision/CollisionShapes/btBoxShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btBoxShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1763- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1764-btBox2dShape.lo: BulletCollision/CollisionShapes/btBox2dShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1765:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btBox2dShape.lo -MD -MP -MF $(DEPDIR)/btBox2dShape.Tpo -c -o btBox2dShape.lo `test -f 'BulletCollision/CollisionShapes/btBox2dShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btBox2dShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1766-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btBox2dShape.Tpo $(DEPDIR)/btBox2dShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1768-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1769:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btBox2dShape.lo `test -f 'BulletCollision/CollisionShapes/btBox2dShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btBox2dShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1770- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1771-btOptimizedBvh.lo: BulletCollision/CollisionShapes/btOptimizedBvh.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1772:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btOptimizedBvh.lo -MD -MP -MF $(DEPDIR)/btOptimizedBvh.Tpo -c -o btOptimizedBvh.lo `test -f 'BulletCollision/CollisionShapes/btOptimizedBvh.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btOptimizedBvh.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1773-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btOptimizedBvh.Tpo $(DEPDIR)/btOptimizedBvh.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1775-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1776:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btOptimizedBvh.lo `test -f 'BulletCollision/CollisionShapes/btOptimizedBvh.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btOptimizedBvh.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1777- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1778-btHeightfieldTerrainShape.lo: BulletCollision/CollisionShapes/btHeightfieldTerrainShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1779:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btHeightfieldTerrainShape.lo -MD -MP -MF $(DEPDIR)/btHeightfieldTerrainShape.Tpo -c -o btHeightfieldTerrainShape.lo `test -f 'BulletCollision/CollisionShapes/btHeightfieldTerrainShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btHeightfieldTerrainShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1780-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btHeightfieldTerrainShape.Tpo $(DEPDIR)/btHeightfieldTerrainShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1782-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1783:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btHeightfieldTerrainShape.lo `test -f 'BulletCollision/CollisionShapes/btHeightfieldTerrainShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btHeightfieldTerrainShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1784- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1785-btMultimaterialTriangleMeshShape.lo: BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1786:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btMultimaterialTriangleMeshShape.lo -MD -MP -MF $(DEPDIR)/btMultimaterialTriangleMeshShape.Tpo -c -o btMultimaterialTriangleMeshShape.lo `test -f 'BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1787-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btMultimaterialTriangleMeshShape.Tpo $(DEPDIR)/btMultimaterialTriangleMeshShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1789-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1790:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btMultimaterialTriangleMeshShape.lo `test -f 'BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1791- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1792-btCylinderShape.lo: BulletCollision/CollisionShapes/btCylinderShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1793:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btCylinderShape.lo -MD -MP -MF $(DEPDIR)/btCylinderShape.Tpo -c -o btCylinderShape.lo `test -f 'BulletCollision/CollisionShapes/btCylinderShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btCylinderShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1794-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btCylinderShape.Tpo $(DEPDIR)/btCylinderShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1796-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1797:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btCylinderShape.lo `test -f 'BulletCollision/CollisionShapes/btCylinderShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btCylinderShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1798- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1799-btScaledBvhTriangleMeshShape.lo: BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1800:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btScaledBvhTriangleMeshShape.lo -MD -MP -MF $(DEPDIR)/btScaledBvhTriangleMeshShape.Tpo -c -o btScaledBvhTriangleMeshShape.lo `test -f 'BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1801-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btScaledBvhTriangleMeshShape.Tpo $(DEPDIR)/btScaledBvhTriangleMeshShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1803-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1804:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btScaledBvhTriangleMeshShape.lo `test -f 'BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1805- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1806-btStridingMeshInterface.lo: BulletCollision/CollisionShapes/btStridingMeshInterface.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1807:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btStridingMeshInterface.lo -MD -MP -MF $(DEPDIR)/btStridingMeshInterface.Tpo -c -o btStridingMeshInterface.lo `test -f 'BulletCollision/CollisionShapes/btStridingMeshInterface.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btStridingMeshInterface.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1808-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btStridingMeshInterface.Tpo $(DEPDIR)/btStridingMeshInterface.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1810-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1811:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btStridingMeshInterface.lo `test -f 'BulletCollision/CollisionShapes/btStridingMeshInterface.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btStridingMeshInterface.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1812- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1813-btTriangleIndexVertexMaterialArray.lo: BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1814:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btTriangleIndexVertexMaterialArray.lo -MD -MP -MF $(DEPDIR)/btTriangleIndexVertexMaterialArray.Tpo -c -o btTriangleIndexVertexMaterialArray.lo `test -f 'BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1815-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btTriangleIndexVertexMaterialArray.Tpo $(DEPDIR)/btTriangleIndexVertexMaterialArray.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1817-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1818:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btTriangleIndexVertexMaterialArray.lo `test -f 'BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1819- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1820-btTriangleMesh.lo: BulletCollision/CollisionShapes/btTriangleMesh.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1821:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btTriangleMesh.lo -MD -MP -MF $(DEPDIR)/btTriangleMesh.Tpo -c -o btTriangleMesh.lo `test -f 'BulletCollision/CollisionShapes/btTriangleMesh.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btTriangleMesh.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1822-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btTriangleMesh.Tpo $(DEPDIR)/btTriangleMesh.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1824-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1825:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btTriangleMesh.lo `test -f 'BulletCollision/CollisionShapes/btTriangleMesh.cpp' || echo '$(srcdir)/'`BulletCollision/CollisionShapes/btTriangleMesh.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1826- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1827-btAxisSweep3.lo: BulletCollision/BroadphaseCollision/btAxisSweep3.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1828:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btAxisSweep3.lo -MD -MP -MF $(DEPDIR)/btAxisSweep3.Tpo -c -o btAxisSweep3.lo `test -f 'BulletCollision/BroadphaseCollision/btAxisSweep3.cpp' || echo '$(srcdir)/'`BulletCollision/BroadphaseCollision/btAxisSweep3.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1829-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btAxisSweep3.Tpo $(DEPDIR)/btAxisSweep3.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1831-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1832:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btAxisSweep3.lo `test -f 'BulletCollision/BroadphaseCollision/btAxisSweep3.cpp' || echo '$(srcdir)/'`BulletCollision/BroadphaseCollision/btAxisSweep3.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1833- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1834-btOverlappingPairCache.lo: BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1835:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btOverlappingPairCache.lo -MD -MP -MF $(DEPDIR)/btOverlappingPairCache.Tpo -c -o btOverlappingPairCache.lo `test -f 'BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp' || echo '$(srcdir)/'`BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1836-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btOverlappingPairCache.Tpo $(DEPDIR)/btOverlappingPairCache.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1838-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1839:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btOverlappingPairCache.lo `test -f 'BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp' || echo '$(srcdir)/'`BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1840- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1841-btDbvtBroadphase.lo: BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1842:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btDbvtBroadphase.lo -MD -MP -MF $(DEPDIR)/btDbvtBroadphase.Tpo -c -o btDbvtBroadphase.lo `test -f 'BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp' || echo '$(srcdir)/'`BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1843-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btDbvtBroadphase.Tpo $(DEPDIR)/btDbvtBroadphase.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1845-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1846:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btDbvtBroadphase.lo `test -f 'BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp' || echo '$(srcdir)/'`BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1847- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1848-btMultiSapBroadphase.lo: BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1849:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btMultiSapBroadphase.lo -MD -MP -MF $(DEPDIR)/btMultiSapBroadphase.Tpo -c -o btMultiSapBroadphase.lo `test -f 'BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp' || echo '$(srcdir)/'`BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1850-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btMultiSapBroadphase.Tpo $(DEPDIR)/btMultiSapBroadphase.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1852-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1853:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btMultiSapBroadphase.lo `test -f 'BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp' || echo '$(srcdir)/'`BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1854- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1855-btDispatcher.lo: BulletCollision/BroadphaseCollision/btDispatcher.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1856:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btDispatcher.lo -MD -MP -MF $(DEPDIR)/btDispatcher.Tpo -c -o btDispatcher.lo `test -f 'BulletCollision/BroadphaseCollision/btDispatcher.cpp' || echo '$(srcdir)/'`BulletCollision/BroadphaseCollision/btDispatcher.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1857-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btDispatcher.Tpo $(DEPDIR)/btDispatcher.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1859-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1860:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btDispatcher.lo `test -f 'BulletCollision/BroadphaseCollision/btDispatcher.cpp' || echo '$(srcdir)/'`BulletCollision/BroadphaseCollision/btDispatcher.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1861- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1862-btBroadphaseProxy.lo: BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1863:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btBroadphaseProxy.lo -MD -MP -MF $(DEPDIR)/btBroadphaseProxy.Tpo -c -o btBroadphaseProxy.lo `test -f 'BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp' || echo '$(srcdir)/'`BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1864-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btBroadphaseProxy.Tpo $(DEPDIR)/btBroadphaseProxy.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1866-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1867:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btBroadphaseProxy.lo `test -f 'BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp' || echo '$(srcdir)/'`BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1868- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1869-btQuantizedBvh.lo: BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1870:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btQuantizedBvh.lo -MD -MP -MF $(DEPDIR)/btQuantizedBvh.Tpo -c -o btQuantizedBvh.lo `test -f 'BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp' || echo '$(srcdir)/'`BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1871-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btQuantizedBvh.Tpo $(DEPDIR)/btQuantizedBvh.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1873-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1874:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btQuantizedBvh.lo `test -f 'BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp' || echo '$(srcdir)/'`BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1875- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1876-btCollisionAlgorithm.lo: BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1877:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btCollisionAlgorithm.lo -MD -MP -MF $(DEPDIR)/btCollisionAlgorithm.Tpo -c -o btCollisionAlgorithm.lo `test -f 'BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1878-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btCollisionAlgorithm.Tpo $(DEPDIR)/btCollisionAlgorithm.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1880-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1881:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btCollisionAlgorithm.lo `test -f 'BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1882- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1883-btDbvt.lo: BulletCollision/BroadphaseCollision/btDbvt.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1884:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btDbvt.lo -MD -MP -MF $(DEPDIR)/btDbvt.Tpo -c -o btDbvt.lo `test -f 'BulletCollision/BroadphaseCollision/btDbvt.cpp' || echo '$(srcdir)/'`BulletCollision/BroadphaseCollision/btDbvt.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1885-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btDbvt.Tpo $(DEPDIR)/btDbvt.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1887-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1888:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btDbvt.lo `test -f 'BulletCollision/BroadphaseCollision/btDbvt.cpp' || echo '$(srcdir)/'`BulletCollision/BroadphaseCollision/btDbvt.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1889- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1890-btSimpleBroadphase.lo: BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1891:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btSimpleBroadphase.lo -MD -MP -MF $(DEPDIR)/btSimpleBroadphase.Tpo -c -o btSimpleBroadphase.lo `test -f 'BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp' || echo '$(srcdir)/'`BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1892-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btSimpleBroadphase.Tpo $(DEPDIR)/btSimpleBroadphase.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1894-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1895:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btSimpleBroadphase.lo `test -f 'BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp' || echo '$(srcdir)/'`BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1896- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1897-btGImpactBvh.lo: BulletCollision/Gimpact/btGImpactBvh.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1898:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btGImpactBvh.lo -MD -MP -MF $(DEPDIR)/btGImpactBvh.Tpo -c -o btGImpactBvh.lo `test -f 'BulletCollision/Gimpact/btGImpactBvh.cpp' || echo '$(srcdir)/'`BulletCollision/Gimpact/btGImpactBvh.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1899-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btGImpactBvh.Tpo $(DEPDIR)/btGImpactBvh.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1901-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1902:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btGImpactBvh.lo `test -f 'BulletCollision/Gimpact/btGImpactBvh.cpp' || echo '$(srcdir)/'`BulletCollision/Gimpact/btGImpactBvh.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1903- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1904-btGImpactQuantizedBvh.lo: BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1905:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btGImpactQuantizedBvh.lo -MD -MP -MF $(DEPDIR)/btGImpactQuantizedBvh.Tpo -c -o btGImpactQuantizedBvh.lo `test -f 'BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp' || echo '$(srcdir)/'`BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1906-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btGImpactQuantizedBvh.Tpo $(DEPDIR)/btGImpactQuantizedBvh.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1908-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1909:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btGImpactQuantizedBvh.lo `test -f 'BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp' || echo '$(srcdir)/'`BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1910- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1911-btTriangleShapeEx.lo: BulletCollision/Gimpact/btTriangleShapeEx.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1912:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btTriangleShapeEx.lo -MD -MP -MF $(DEPDIR)/btTriangleShapeEx.Tpo -c -o btTriangleShapeEx.lo `test -f 'BulletCollision/Gimpact/btTriangleShapeEx.cpp' || echo '$(srcdir)/'`BulletCollision/Gimpact/btTriangleShapeEx.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1913-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btTriangleShapeEx.Tpo $(DEPDIR)/btTriangleShapeEx.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1915-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1916:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btTriangleShapeEx.lo `test -f 'BulletCollision/Gimpact/btTriangleShapeEx.cpp' || echo '$(srcdir)/'`BulletCollision/Gimpact/btTriangleShapeEx.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1917- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1918-btGImpactCollisionAlgorithm.lo: BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1919:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btGImpactCollisionAlgorithm.lo -MD -MP -MF $(DEPDIR)/btGImpactCollisionAlgorithm.Tpo -c -o btGImpactCollisionAlgorithm.lo `test -f 'BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1920-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btGImpactCollisionAlgorithm.Tpo $(DEPDIR)/btGImpactCollisionAlgorithm.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1922-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1923:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btGImpactCollisionAlgorithm.lo `test -f 'BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1924- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1925-btGImpactShape.lo: BulletCollision/Gimpact/btGImpactShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1926:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btGImpactShape.lo -MD -MP -MF $(DEPDIR)/btGImpactShape.Tpo -c -o btGImpactShape.lo `test -f 'BulletCollision/Gimpact/btGImpactShape.cpp' || echo '$(srcdir)/'`BulletCollision/Gimpact/btGImpactShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1927-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btGImpactShape.Tpo $(DEPDIR)/btGImpactShape.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1929-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1930:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btGImpactShape.lo `test -f 'BulletCollision/Gimpact/btGImpactShape.cpp' || echo '$(srcdir)/'`BulletCollision/Gimpact/btGImpactShape.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1931- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1932-gim_box_set.lo: BulletCollision/Gimpact/gim_box_set.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1933:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gim_box_set.lo -MD -MP -MF $(DEPDIR)/gim_box_set.Tpo -c -o gim_box_set.lo `test -f 'BulletCollision/Gimpact/gim_box_set.cpp' || echo '$(srcdir)/'`BulletCollision/Gimpact/gim_box_set.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1934-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/gim_box_set.Tpo $(DEPDIR)/gim_box_set.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1936-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1937:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gim_box_set.lo `test -f 'BulletCollision/Gimpact/gim_box_set.cpp' || echo '$(srcdir)/'`BulletCollision/Gimpact/gim_box_set.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1938- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1939-gim_contact.lo: BulletCollision/Gimpact/gim_contact.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1940:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gim_contact.lo -MD -MP -MF $(DEPDIR)/gim_contact.Tpo -c -o gim_contact.lo `test -f 'BulletCollision/Gimpact/gim_contact.cpp' || echo '$(srcdir)/'`BulletCollision/Gimpact/gim_contact.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1941-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/gim_contact.Tpo $(DEPDIR)/gim_contact.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1943-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1944:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gim_contact.lo `test -f 'BulletCollision/Gimpact/gim_contact.cpp' || echo '$(srcdir)/'`BulletCollision/Gimpact/gim_contact.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1945- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1946-gim_memory.lo: BulletCollision/Gimpact/gim_memory.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1947:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gim_memory.lo -MD -MP -MF $(DEPDIR)/gim_memory.Tpo -c -o gim_memory.lo `test -f 'BulletCollision/Gimpact/gim_memory.cpp' || echo '$(srcdir)/'`BulletCollision/Gimpact/gim_memory.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1948-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/gim_memory.Tpo $(DEPDIR)/gim_memory.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1950-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1951:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gim_memory.lo `test -f 'BulletCollision/Gimpact/gim_memory.cpp' || echo '$(srcdir)/'`BulletCollision/Gimpact/gim_memory.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1952- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1953-gim_tri_collision.lo: BulletCollision/Gimpact/gim_tri_collision.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1954:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gim_tri_collision.lo -MD -MP -MF $(DEPDIR)/gim_tri_collision.Tpo -c -o gim_tri_collision.lo `test -f 'BulletCollision/Gimpact/gim_tri_collision.cpp' || echo '$(srcdir)/'`BulletCollision/Gimpact/gim_tri_collision.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1955-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/gim_tri_collision.Tpo $(DEPDIR)/gim_tri_collision.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1957-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1958:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gim_tri_collision.lo `test -f 'BulletCollision/Gimpact/gim_tri_collision.cpp' || echo '$(srcdir)/'`BulletCollision/Gimpact/gim_tri_collision.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1959- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1960-btContinuousDynamicsWorld.lo: BulletDynamics/Dynamics/btContinuousDynamicsWorld.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1961:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btContinuousDynamicsWorld.lo -MD -MP -MF $(DEPDIR)/btContinuousDynamicsWorld.Tpo -c -o btContinuousDynamicsWorld.lo `test -f 'BulletDynamics/Dynamics/btContinuousDynamicsWorld.cpp' || echo '$(srcdir)/'`BulletDynamics/Dynamics/btContinuousDynamicsWorld.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1962-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btContinuousDynamicsWorld.Tpo $(DEPDIR)/btContinuousDynamicsWorld.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1964-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1965:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btContinuousDynamicsWorld.lo `test -f 'BulletDynamics/Dynamics/btContinuousDynamicsWorld.cpp' || echo '$(srcdir)/'`BulletDynamics/Dynamics/btContinuousDynamicsWorld.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1966- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1967-btRigidBody.lo: BulletDynamics/Dynamics/btRigidBody.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1968:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btRigidBody.lo -MD -MP -MF $(DEPDIR)/btRigidBody.Tpo -c -o btRigidBody.lo `test -f 'BulletDynamics/Dynamics/btRigidBody.cpp' || echo '$(srcdir)/'`BulletDynamics/Dynamics/btRigidBody.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1969-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btRigidBody.Tpo $(DEPDIR)/btRigidBody.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1971-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1972:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btRigidBody.lo `test -f 'BulletDynamics/Dynamics/btRigidBody.cpp' || echo '$(srcdir)/'`BulletDynamics/Dynamics/btRigidBody.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1973- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1974-btSimpleDynamicsWorld.lo: BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1975:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btSimpleDynamicsWorld.lo -MD -MP -MF $(DEPDIR)/btSimpleDynamicsWorld.Tpo -c -o btSimpleDynamicsWorld.lo `test -f 'BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp' || echo '$(srcdir)/'`BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1976-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btSimpleDynamicsWorld.Tpo $(DEPDIR)/btSimpleDynamicsWorld.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1978-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1979:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btSimpleDynamicsWorld.lo `test -f 'BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp' || echo '$(srcdir)/'`BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1980- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1981-Bullet-C-API.lo: BulletDynamics/Dynamics/Bullet-C-API.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1982:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Bullet-C-API.lo -MD -MP -MF $(DEPDIR)/Bullet-C-API.Tpo -c -o Bullet-C-API.lo `test -f 'BulletDynamics/Dynamics/Bullet-C-API.cpp' || echo '$(srcdir)/'`BulletDynamics/Dynamics/Bullet-C-API.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1983-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Bullet-C-API.Tpo $(DEPDIR)/Bullet-C-API.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1985-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1986:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Bullet-C-API.lo `test -f 'BulletDynamics/Dynamics/Bullet-C-API.cpp' || echo '$(srcdir)/'`BulletDynamics/Dynamics/Bullet-C-API.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1987- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1988-btDiscreteDynamicsWorld.lo: BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1989:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btDiscreteDynamicsWorld.lo -MD -MP -MF $(DEPDIR)/btDiscreteDynamicsWorld.Tpo -c -o btDiscreteDynamicsWorld.lo `test -f 'BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp' || echo '$(srcdir)/'`BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1990-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btDiscreteDynamicsWorld.Tpo $(DEPDIR)/btDiscreteDynamicsWorld.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1992-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1993:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btDiscreteDynamicsWorld.lo `test -f 'BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp' || echo '$(srcdir)/'`BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1994- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1995-btGeneric6DofConstraint.lo: BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:1996:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btGeneric6DofConstraint.lo -MD -MP -MF $(DEPDIR)/btGeneric6DofConstraint.Tpo -c -o btGeneric6DofConstraint.lo `test -f 'BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp' || echo '$(srcdir)/'`BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1997-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btGeneric6DofConstraint.Tpo $(DEPDIR)/btGeneric6DofConstraint.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-1999-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2000:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btGeneric6DofConstraint.lo `test -f 'BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp' || echo '$(srcdir)/'`BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2001- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2002-btGeneric6DofSpringConstraint.lo: BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2003:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btGeneric6DofSpringConstraint.lo -MD -MP -MF $(DEPDIR)/btGeneric6DofSpringConstraint.Tpo -c -o btGeneric6DofSpringConstraint.lo `test -f 'BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp' || echo '$(srcdir)/'`BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2004-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btGeneric6DofSpringConstraint.Tpo $(DEPDIR)/btGeneric6DofSpringConstraint.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2006-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2007:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btGeneric6DofSpringConstraint.lo `test -f 'BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp' || echo '$(srcdir)/'`BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2008- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2009-btSolve2LinearConstraint.lo: BulletDynamics/ConstraintSolver/btSolve2LinearConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2010:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btSolve2LinearConstraint.lo -MD -MP -MF $(DEPDIR)/btSolve2LinearConstraint.Tpo -c -o btSolve2LinearConstraint.lo `test -f 'BulletDynamics/ConstraintSolver/btSolve2LinearConstraint.cpp' || echo '$(srcdir)/'`BulletDynamics/ConstraintSolver/btSolve2LinearConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2011-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btSolve2LinearConstraint.Tpo $(DEPDIR)/btSolve2LinearConstraint.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2013-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2014:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btSolve2LinearConstraint.lo `test -f 'BulletDynamics/ConstraintSolver/btSolve2LinearConstraint.cpp' || echo '$(srcdir)/'`BulletDynamics/ConstraintSolver/btSolve2LinearConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2015- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2016-btPoint2PointConstraint.lo: BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2017:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btPoint2PointConstraint.lo -MD -MP -MF $(DEPDIR)/btPoint2PointConstraint.Tpo -c -o btPoint2PointConstraint.lo `test -f 'BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp' || echo '$(srcdir)/'`BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2018-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btPoint2PointConstraint.Tpo $(DEPDIR)/btPoint2PointConstraint.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2020-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2021:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btPoint2PointConstraint.lo `test -f 'BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp' || echo '$(srcdir)/'`BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2022- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2023-btTypedConstraint.lo: BulletDynamics/ConstraintSolver/btTypedConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2024:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btTypedConstraint.lo -MD -MP -MF $(DEPDIR)/btTypedConstraint.Tpo -c -o btTypedConstraint.lo `test -f 'BulletDynamics/ConstraintSolver/btTypedConstraint.cpp' || echo '$(srcdir)/'`BulletDynamics/ConstraintSolver/btTypedConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2025-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btTypedConstraint.Tpo $(DEPDIR)/btTypedConstraint.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2027-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2028:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btTypedConstraint.lo `test -f 'BulletDynamics/ConstraintSolver/btTypedConstraint.cpp' || echo '$(srcdir)/'`BulletDynamics/ConstraintSolver/btTypedConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2029- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2030-btContactConstraint.lo: BulletDynamics/ConstraintSolver/btContactConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2031:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btContactConstraint.lo -MD -MP -MF $(DEPDIR)/btContactConstraint.Tpo -c -o btContactConstraint.lo `test -f 'BulletDynamics/ConstraintSolver/btContactConstraint.cpp' || echo '$(srcdir)/'`BulletDynamics/ConstraintSolver/btContactConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2032-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btContactConstraint.Tpo $(DEPDIR)/btContactConstraint.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2034-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2035:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btContactConstraint.lo `test -f 'BulletDynamics/ConstraintSolver/btContactConstraint.cpp' || echo '$(srcdir)/'`BulletDynamics/ConstraintSolver/btContactConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2036- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2037-btSliderConstraint.lo: BulletDynamics/ConstraintSolver/btSliderConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2038:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btSliderConstraint.lo -MD -MP -MF $(DEPDIR)/btSliderConstraint.Tpo -c -o btSliderConstraint.lo `test -f 'BulletDynamics/ConstraintSolver/btSliderConstraint.cpp' || echo '$(srcdir)/'`BulletDynamics/ConstraintSolver/btSliderConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2039-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btSliderConstraint.Tpo $(DEPDIR)/btSliderConstraint.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2041-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2042:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btSliderConstraint.lo `test -f 'BulletDynamics/ConstraintSolver/btSliderConstraint.cpp' || echo '$(srcdir)/'`BulletDynamics/ConstraintSolver/btSliderConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2043- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2044-btConeTwistConstraint.lo: BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2045:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btConeTwistConstraint.lo -MD -MP -MF $(DEPDIR)/btConeTwistConstraint.Tpo -c -o btConeTwistConstraint.lo `test -f 'BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp' || echo '$(srcdir)/'`BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2046-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btConeTwistConstraint.Tpo $(DEPDIR)/btConeTwistConstraint.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2048-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2049:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btConeTwistConstraint.lo `test -f 'BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp' || echo '$(srcdir)/'`BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2050- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2051-btHingeConstraint.lo: BulletDynamics/ConstraintSolver/btHingeConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2052:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btHingeConstraint.lo -MD -MP -MF $(DEPDIR)/btHingeConstraint.Tpo -c -o btHingeConstraint.lo `test -f 'BulletDynamics/ConstraintSolver/btHingeConstraint.cpp' || echo '$(srcdir)/'`BulletDynamics/ConstraintSolver/btHingeConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2053-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btHingeConstraint.Tpo $(DEPDIR)/btHingeConstraint.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2055-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2056:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btHingeConstraint.lo `test -f 'BulletDynamics/ConstraintSolver/btHingeConstraint.cpp' || echo '$(srcdir)/'`BulletDynamics/ConstraintSolver/btHingeConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2057- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2058-btHinge2Constraint.lo: BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2059:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btHinge2Constraint.lo -MD -MP -MF $(DEPDIR)/btHinge2Constraint.Tpo -c -o btHinge2Constraint.lo `test -f 'BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp' || echo '$(srcdir)/'`BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2060-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btHinge2Constraint.Tpo $(DEPDIR)/btHinge2Constraint.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2062-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2063:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btHinge2Constraint.lo `test -f 'BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp' || echo '$(srcdir)/'`BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2064- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2065-btUniversalConstraint.lo: BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2066:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btUniversalConstraint.lo -MD -MP -MF $(DEPDIR)/btUniversalConstraint.Tpo -c -o btUniversalConstraint.lo `test -f 'BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp' || echo '$(srcdir)/'`BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2067-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btUniversalConstraint.Tpo $(DEPDIR)/btUniversalConstraint.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2069-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2070:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btUniversalConstraint.lo `test -f 'BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp' || echo '$(srcdir)/'`BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2071- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2072-btSequentialImpulseConstraintSolver.lo: BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2073:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btSequentialImpulseConstraintSolver.lo -MD -MP -MF $(DEPDIR)/btSequentialImpulseConstraintSolver.Tpo -c -o btSequentialImpulseConstraintSolver.lo `test -f 'BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp' || echo '$(srcdir)/'`BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2074-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btSequentialImpulseConstraintSolver.Tpo $(DEPDIR)/btSequentialImpulseConstraintSolver.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2076-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2077:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btSequentialImpulseConstraintSolver.lo `test -f 'BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp' || echo '$(srcdir)/'`BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2078- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2079-btWheelInfo.lo: BulletDynamics/Vehicle/btWheelInfo.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2080:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btWheelInfo.lo -MD -MP -MF $(DEPDIR)/btWheelInfo.Tpo -c -o btWheelInfo.lo `test -f 'BulletDynamics/Vehicle/btWheelInfo.cpp' || echo '$(srcdir)/'`BulletDynamics/Vehicle/btWheelInfo.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2081-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btWheelInfo.Tpo $(DEPDIR)/btWheelInfo.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2083-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2084:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btWheelInfo.lo `test -f 'BulletDynamics/Vehicle/btWheelInfo.cpp' || echo '$(srcdir)/'`BulletDynamics/Vehicle/btWheelInfo.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2085- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2086-btRaycastVehicle.lo: BulletDynamics/Vehicle/btRaycastVehicle.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2087:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btRaycastVehicle.lo -MD -MP -MF $(DEPDIR)/btRaycastVehicle.Tpo -c -o btRaycastVehicle.lo `test -f 'BulletDynamics/Vehicle/btRaycastVehicle.cpp' || echo '$(srcdir)/'`BulletDynamics/Vehicle/btRaycastVehicle.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2088-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btRaycastVehicle.Tpo $(DEPDIR)/btRaycastVehicle.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2090-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2091:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btRaycastVehicle.lo `test -f 'BulletDynamics/Vehicle/btRaycastVehicle.cpp' || echo '$(srcdir)/'`BulletDynamics/Vehicle/btRaycastVehicle.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2092- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2093-btKinematicCharacterController.lo: BulletDynamics/Character/btKinematicCharacterController.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2094:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btKinematicCharacterController.lo -MD -MP -MF $(DEPDIR)/btKinematicCharacterController.Tpo -c -o btKinematicCharacterController.lo `test -f 'BulletDynamics/Character/btKinematicCharacterController.cpp' || echo '$(srcdir)/'`BulletDynamics/Character/btKinematicCharacterController.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2095-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btKinematicCharacterController.Tpo $(DEPDIR)/btKinematicCharacterController.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2097-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2098:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btKinematicCharacterController.lo `test -f 'BulletDynamics/Character/btKinematicCharacterController.cpp' || echo '$(srcdir)/'`BulletDynamics/Character/btKinematicCharacterController.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2099- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2100-libBulletMultiThreaded_la-SpuCollisionObjectWrapper.lo: BulletMultiThreaded/SpuCollisionObjectWrapper.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2101:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -MT libBulletMultiThreaded_la-SpuCollisionObjectWrapper.lo -MD -MP -MF $(DEPDIR)/libBulletMultiThreaded_la-SpuCollisionObjectWrapper.Tpo -c -o libBulletMultiThreaded_la-SpuCollisionObjectWrapper.lo `test -f 'BulletMultiThreaded/SpuCollisionObjectWrapper.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuCollisionObjectWrapper.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2102-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libBulletMultiThreaded_la-SpuCollisionObjectWrapper.Tpo $(DEPDIR)/libBulletMultiThreaded_la-SpuCollisionObjectWrapper.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2104-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2105:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -c -o libBulletMultiThreaded_la-SpuCollisionObjectWrapper.lo `test -f 'BulletMultiThreaded/SpuCollisionObjectWrapper.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuCollisionObjectWrapper.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2106- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2107-libBulletMultiThreaded_la-SpuSampleTask.lo: BulletMultiThreaded/SpuSampleTask/SpuSampleTask.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2108:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -MT libBulletMultiThreaded_la-SpuSampleTask.lo -MD -MP -MF $(DEPDIR)/libBulletMultiThreaded_la-SpuSampleTask.Tpo -c -o libBulletMultiThreaded_la-SpuSampleTask.lo `test -f 'BulletMultiThreaded/SpuSampleTask/SpuSampleTask.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuSampleTask/SpuSampleTask.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2109-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libBulletMultiThreaded_la-SpuSampleTask.Tpo $(DEPDIR)/libBulletMultiThreaded_la-SpuSampleTask.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2111-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2112:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -c -o libBulletMultiThreaded_la-SpuSampleTask.lo `test -f 'BulletMultiThreaded/SpuSampleTask/SpuSampleTask.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuSampleTask/SpuSampleTask.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2113- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2114-libBulletMultiThreaded_la-SpuLibspe2Support.lo: BulletMultiThreaded/SpuLibspe2Support.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2115:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -MT libBulletMultiThreaded_la-SpuLibspe2Support.lo -MD -MP -MF $(DEPDIR)/libBulletMultiThreaded_la-SpuLibspe2Support.Tpo -c -o libBulletMultiThreaded_la-SpuLibspe2Support.lo `test -f 'BulletMultiThreaded/SpuLibspe2Support.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuLibspe2Support.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2116-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libBulletMultiThreaded_la-SpuLibspe2Support.Tpo $(DEPDIR)/libBulletMultiThreaded_la-SpuLibspe2Support.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2118-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2119:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -c -o libBulletMultiThreaded_la-SpuLibspe2Support.lo `test -f 'BulletMultiThreaded/SpuLibspe2Support.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuLibspe2Support.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2120- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2121-libBulletMultiThreaded_la-SpuContactResult.lo: BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuContactResult.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2122:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -MT libBulletMultiThreaded_la-SpuContactResult.lo -MD -MP -MF $(DEPDIR)/libBulletMultiThreaded_la-SpuContactResult.Tpo -c -o libBulletMultiThreaded_la-SpuContactResult.lo `test -f 'BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuContactResult.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuContactResult.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2123-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libBulletMultiThreaded_la-SpuContactResult.Tpo $(DEPDIR)/libBulletMultiThreaded_la-SpuContactResult.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2125-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2126:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -c -o libBulletMultiThreaded_la-SpuContactResult.lo `test -f 'BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuContactResult.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuContactResult.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2127- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2128-libBulletMultiThreaded_la-SpuGatheringCollisionTask.lo: BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuGatheringCollisionTask.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2129:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -MT libBulletMultiThreaded_la-SpuGatheringCollisionTask.lo -MD -MP -MF $(DEPDIR)/libBulletMultiThreaded_la-SpuGatheringCollisionTask.Tpo -c -o libBulletMultiThreaded_la-SpuGatheringCollisionTask.lo `test -f 'BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuGatheringCollisionTask.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuGatheringCollisionTask.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2130-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libBulletMultiThreaded_la-SpuGatheringCollisionTask.Tpo $(DEPDIR)/libBulletMultiThreaded_la-SpuGatheringCollisionTask.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2132-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2133:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -c -o libBulletMultiThreaded_la-SpuGatheringCollisionTask.lo `test -f 'BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuGatheringCollisionTask.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuGatheringCollisionTask.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2134- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2135-libBulletMultiThreaded_la-SpuMinkowskiPenetrationDepthSolver.lo: BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuMinkowskiPenetrationDepthSolver.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2136:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -MT libBulletMultiThreaded_la-SpuMinkowskiPenetrationDepthSolver.lo -MD -MP -MF $(DEPDIR)/libBulletMultiThreaded_la-SpuMinkowskiPenetrationDepthSolver.Tpo -c -o libBulletMultiThreaded_la-SpuMinkowskiPenetrationDepthSolver.lo `test -f 'BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuMinkowskiPenetrationDepthSolver.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuMinkowskiPenetrationDepthSolver.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2137-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libBulletMultiThreaded_la-SpuMinkowskiPenetrationDepthSolver.Tpo $(DEPDIR)/libBulletMultiThreaded_la-SpuMinkowskiPenetrationDepthSolver.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2139-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2140:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -c -o libBulletMultiThreaded_la-SpuMinkowskiPenetrationDepthSolver.lo `test -f 'BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuMinkowskiPenetrationDepthSolver.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuMinkowskiPenetrationDepthSolver.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2141- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2142-libBulletMultiThreaded_la-SpuCollisionShapes.lo: BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuCollisionShapes.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2143:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -MT libBulletMultiThreaded_la-SpuCollisionShapes.lo -MD -MP -MF $(DEPDIR)/libBulletMultiThreaded_la-SpuCollisionShapes.Tpo -c -o libBulletMultiThreaded_la-SpuCollisionShapes.lo `test -f 'BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuCollisionShapes.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuCollisionShapes.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2144-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libBulletMultiThreaded_la-SpuCollisionShapes.Tpo $(DEPDIR)/libBulletMultiThreaded_la-SpuCollisionShapes.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2146-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2147:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -c -o libBulletMultiThreaded_la-SpuCollisionShapes.lo `test -f 'BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuCollisionShapes.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuCollisionShapes.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2148- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2149-libBulletMultiThreaded_la-btThreadSupportInterface.lo: BulletMultiThreaded/btThreadSupportInterface.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2150:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -MT libBulletMultiThreaded_la-btThreadSupportInterface.lo -MD -MP -MF $(DEPDIR)/libBulletMultiThreaded_la-btThreadSupportInterface.Tpo -c -o libBulletMultiThreaded_la-btThreadSupportInterface.lo `test -f 'BulletMultiThreaded/btThreadSupportInterface.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/btThreadSupportInterface.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2151-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libBulletMultiThreaded_la-btThreadSupportInterface.Tpo $(DEPDIR)/libBulletMultiThreaded_la-btThreadSupportInterface.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2153-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2154:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -c -o libBulletMultiThreaded_la-btThreadSupportInterface.lo `test -f 'BulletMultiThreaded/btThreadSupportInterface.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/btThreadSupportInterface.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2155- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2156-libBulletMultiThreaded_la-SequentialThreadSupport.lo: BulletMultiThreaded/SequentialThreadSupport.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2157:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -MT libBulletMultiThreaded_la-SequentialThreadSupport.lo -MD -MP -MF $(DEPDIR)/libBulletMultiThreaded_la-SequentialThreadSupport.Tpo -c -o libBulletMultiThreaded_la-SequentialThreadSupport.lo `test -f 'BulletMultiThreaded/SequentialThreadSupport.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SequentialThreadSupport.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2158-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libBulletMultiThreaded_la-SequentialThreadSupport.Tpo $(DEPDIR)/libBulletMultiThreaded_la-SequentialThreadSupport.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2160-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2161:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -c -o libBulletMultiThreaded_la-SequentialThreadSupport.lo `test -f 'BulletMultiThreaded/SequentialThreadSupport.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SequentialThreadSupport.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2162- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2163-libBulletMultiThreaded_la-SpuGatheringCollisionDispatcher.lo: BulletMultiThreaded/SpuGatheringCollisionDispatcher.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2164:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -MT libBulletMultiThreaded_la-SpuGatheringCollisionDispatcher.lo -MD -MP -MF $(DEPDIR)/libBulletMultiThreaded_la-SpuGatheringCollisionDispatcher.Tpo -c -o libBulletMultiThreaded_la-SpuGatheringCollisionDispatcher.lo `test -f 'BulletMultiThreaded/SpuGatheringCollisionDispatcher.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuGatheringCollisionDispatcher.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2165-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libBulletMultiThreaded_la-SpuGatheringCollisionDispatcher.Tpo $(DEPDIR)/libBulletMultiThreaded_la-SpuGatheringCollisionDispatcher.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2167-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2168:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -c -o libBulletMultiThreaded_la-SpuGatheringCollisionDispatcher.lo `test -f 'BulletMultiThreaded/SpuGatheringCollisionDispatcher.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuGatheringCollisionDispatcher.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2169- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2170-libBulletMultiThreaded_la-Win32ThreadSupport.lo: BulletMultiThreaded/Win32ThreadSupport.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2171:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -MT libBulletMultiThreaded_la-Win32ThreadSupport.lo -MD -MP -MF $(DEPDIR)/libBulletMultiThreaded_la-Win32ThreadSupport.Tpo -c -o libBulletMultiThreaded_la-Win32ThreadSupport.lo `test -f 'BulletMultiThreaded/Win32ThreadSupport.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/Win32ThreadSupport.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2172-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libBulletMultiThreaded_la-Win32ThreadSupport.Tpo $(DEPDIR)/libBulletMultiThreaded_la-Win32ThreadSupport.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2174-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2175:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -c -o libBulletMultiThreaded_la-Win32ThreadSupport.lo `test -f 'BulletMultiThreaded/Win32ThreadSupport.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/Win32ThreadSupport.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2176- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2177-libBulletMultiThreaded_la-SpuFakeDma.lo: BulletMultiThreaded/SpuFakeDma.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2178:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -MT libBulletMultiThreaded_la-SpuFakeDma.lo -MD -MP -MF $(DEPDIR)/libBulletMultiThreaded_la-SpuFakeDma.Tpo -c -o libBulletMultiThreaded_la-SpuFakeDma.lo `test -f 'BulletMultiThreaded/SpuFakeDma.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuFakeDma.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2179-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libBulletMultiThreaded_la-SpuFakeDma.Tpo $(DEPDIR)/libBulletMultiThreaded_la-SpuFakeDma.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2181-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2182:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -c -o libBulletMultiThreaded_la-SpuFakeDma.lo `test -f 'BulletMultiThreaded/SpuFakeDma.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuFakeDma.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2183- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2184-libBulletMultiThreaded_la-PosixThreadSupport.lo: BulletMultiThreaded/PosixThreadSupport.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2185:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -MT libBulletMultiThreaded_la-PosixThreadSupport.lo -MD -MP -MF $(DEPDIR)/libBulletMultiThreaded_la-PosixThreadSupport.Tpo -c -o libBulletMultiThreaded_la-PosixThreadSupport.lo `test -f 'BulletMultiThreaded/PosixThreadSupport.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/PosixThreadSupport.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2186-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libBulletMultiThreaded_la-PosixThreadSupport.Tpo $(DEPDIR)/libBulletMultiThreaded_la-PosixThreadSupport.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2188-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2189:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -c -o libBulletMultiThreaded_la-PosixThreadSupport.lo `test -f 'BulletMultiThreaded/PosixThreadSupport.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/PosixThreadSupport.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2190- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2191-libBulletMultiThreaded_la-SpuCollisionTaskProcess.lo: BulletMultiThreaded/SpuCollisionTaskProcess.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2192:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -MT libBulletMultiThreaded_la-SpuCollisionTaskProcess.lo -MD -MP -MF $(DEPDIR)/libBulletMultiThreaded_la-SpuCollisionTaskProcess.Tpo -c -o libBulletMultiThreaded_la-SpuCollisionTaskProcess.lo `test -f 'BulletMultiThreaded/SpuCollisionTaskProcess.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuCollisionTaskProcess.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2193-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libBulletMultiThreaded_la-SpuCollisionTaskProcess.Tpo $(DEPDIR)/libBulletMultiThreaded_la-SpuCollisionTaskProcess.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2195-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2196:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -c -o libBulletMultiThreaded_la-SpuCollisionTaskProcess.lo `test -f 'BulletMultiThreaded/SpuCollisionTaskProcess.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuCollisionTaskProcess.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2197- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2198-libBulletMultiThreaded_la-SpuContactManifoldCollisionAlgorithm.lo: BulletMultiThreaded/SpuContactManifoldCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2199:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -MT libBulletMultiThreaded_la-SpuContactManifoldCollisionAlgorithm.lo -MD -MP -MF $(DEPDIR)/libBulletMultiThreaded_la-SpuContactManifoldCollisionAlgorithm.Tpo -c -o libBulletMultiThreaded_la-SpuContactManifoldCollisionAlgorithm.lo `test -f 'BulletMultiThreaded/SpuContactManifoldCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuContactManifoldCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2200-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libBulletMultiThreaded_la-SpuContactManifoldCollisionAlgorithm.Tpo $(DEPDIR)/libBulletMultiThreaded_la-SpuContactManifoldCollisionAlgorithm.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2202-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2203:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -c -o libBulletMultiThreaded_la-SpuContactManifoldCollisionAlgorithm.lo `test -f 'BulletMultiThreaded/SpuContactManifoldCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuContactManifoldCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2204- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2205-libBulletMultiThreaded_la-SpuSampleTaskProcess.lo: BulletMultiThreaded/SpuSampleTaskProcess.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2206:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -MT libBulletMultiThreaded_la-SpuSampleTaskProcess.lo -MD -MP -MF $(DEPDIR)/libBulletMultiThreaded_la-SpuSampleTaskProcess.Tpo -c -o libBulletMultiThreaded_la-SpuSampleTaskProcess.lo `test -f 'BulletMultiThreaded/SpuSampleTaskProcess.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuSampleTaskProcess.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2207-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libBulletMultiThreaded_la-SpuSampleTaskProcess.Tpo $(DEPDIR)/libBulletMultiThreaded_la-SpuSampleTaskProcess.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2209-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2210:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -c -o libBulletMultiThreaded_la-SpuSampleTaskProcess.lo `test -f 'BulletMultiThreaded/SpuSampleTaskProcess.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuSampleTaskProcess.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2211- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2212-libBulletMultiThreaded_la-boxBoxDistance.lo: BulletMultiThreaded/SpuNarrowPhaseCollisionTask/boxBoxDistance.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2213:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -MT libBulletMultiThreaded_la-boxBoxDistance.lo -MD -MP -MF $(DEPDIR)/libBulletMultiThreaded_la-boxBoxDistance.Tpo -c -o libBulletMultiThreaded_la-boxBoxDistance.lo `test -f 'BulletMultiThreaded/SpuNarrowPhaseCollisionTask/boxBoxDistance.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuNarrowPhaseCollisionTask/boxBoxDistance.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2214-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libBulletMultiThreaded_la-boxBoxDistance.Tpo $(DEPDIR)/libBulletMultiThreaded_la-boxBoxDistance.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2216-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2217:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libBulletMultiThreaded_la_CXXFLAGS) $(CXXFLAGS) -c -o libBulletMultiThreaded_la-boxBoxDistance.lo `test -f 'BulletMultiThreaded/SpuNarrowPhaseCollisionTask/boxBoxDistance.cpp' || echo '$(srcdir)/'`BulletMultiThreaded/SpuNarrowPhaseCollisionTask/boxBoxDistance.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2218- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2219-btDefaultSoftBodySolver.lo: BulletSoftBody/btDefaultSoftBodySolver.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2220:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btDefaultSoftBodySolver.lo -MD -MP -MF $(DEPDIR)/btDefaultSoftBodySolver.Tpo -c -o btDefaultSoftBodySolver.lo `test -f 'BulletSoftBody/btDefaultSoftBodySolver.cpp' || echo '$(srcdir)/'`BulletSoftBody/btDefaultSoftBodySolver.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2221-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btDefaultSoftBodySolver.Tpo $(DEPDIR)/btDefaultSoftBodySolver.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2223-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2224:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btDefaultSoftBodySolver.lo `test -f 'BulletSoftBody/btDefaultSoftBodySolver.cpp' || echo '$(srcdir)/'`BulletSoftBody/btDefaultSoftBodySolver.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2225- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2226-btSoftBodyRigidBodyCollisionConfiguration.lo: BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2227:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btSoftBodyRigidBodyCollisionConfiguration.lo -MD -MP -MF $(DEPDIR)/btSoftBodyRigidBodyCollisionConfiguration.Tpo -c -o btSoftBodyRigidBodyCollisionConfiguration.lo `test -f 'BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp' || echo '$(srcdir)/'`BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2228-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btSoftBodyRigidBodyCollisionConfiguration.Tpo $(DEPDIR)/btSoftBodyRigidBodyCollisionConfiguration.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2230-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2231:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btSoftBodyRigidBodyCollisionConfiguration.lo `test -f 'BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp' || echo '$(srcdir)/'`BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2232- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2233-btSoftBody.lo: BulletSoftBody/btSoftBody.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2234:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btSoftBody.lo -MD -MP -MF $(DEPDIR)/btSoftBody.Tpo -c -o btSoftBody.lo `test -f 'BulletSoftBody/btSoftBody.cpp' || echo '$(srcdir)/'`BulletSoftBody/btSoftBody.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2235-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btSoftBody.Tpo $(DEPDIR)/btSoftBody.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2237-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2238:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btSoftBody.lo `test -f 'BulletSoftBody/btSoftBody.cpp' || echo '$(srcdir)/'`BulletSoftBody/btSoftBody.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2239- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2240-btSoftRigidCollisionAlgorithm.lo: BulletSoftBody/btSoftRigidCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2241:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btSoftRigidCollisionAlgorithm.lo -MD -MP -MF $(DEPDIR)/btSoftRigidCollisionAlgorithm.Tpo -c -o btSoftRigidCollisionAlgorithm.lo `test -f 'BulletSoftBody/btSoftRigidCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletSoftBody/btSoftRigidCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2242-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btSoftRigidCollisionAlgorithm.Tpo $(DEPDIR)/btSoftRigidCollisionAlgorithm.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2244-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2245:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btSoftRigidCollisionAlgorithm.lo `test -f 'BulletSoftBody/btSoftRigidCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletSoftBody/btSoftRigidCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2246- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2247-btSoftBodyConcaveCollisionAlgorithm.lo: BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2248:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btSoftBodyConcaveCollisionAlgorithm.lo -MD -MP -MF $(DEPDIR)/btSoftBodyConcaveCollisionAlgorithm.Tpo -c -o btSoftBodyConcaveCollisionAlgorithm.lo `test -f 'BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2249-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btSoftBodyConcaveCollisionAlgorithm.Tpo $(DEPDIR)/btSoftBodyConcaveCollisionAlgorithm.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2251-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2252:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btSoftBodyConcaveCollisionAlgorithm.lo `test -f 'BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2253- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2254-btSoftRigidDynamicsWorld.lo: BulletSoftBody/btSoftRigidDynamicsWorld.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2255:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btSoftRigidDynamicsWorld.lo -MD -MP -MF $(DEPDIR)/btSoftRigidDynamicsWorld.Tpo -c -o btSoftRigidDynamicsWorld.lo `test -f 'BulletSoftBody/btSoftRigidDynamicsWorld.cpp' || echo '$(srcdir)/'`BulletSoftBody/btSoftRigidDynamicsWorld.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2256-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btSoftRigidDynamicsWorld.Tpo $(DEPDIR)/btSoftRigidDynamicsWorld.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2258-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2259:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btSoftRigidDynamicsWorld.lo `test -f 'BulletSoftBody/btSoftRigidDynamicsWorld.cpp' || echo '$(srcdir)/'`BulletSoftBody/btSoftRigidDynamicsWorld.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2260- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2261-btSoftBodyHelpers.lo: BulletSoftBody/btSoftBodyHelpers.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2262:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btSoftBodyHelpers.lo -MD -MP -MF $(DEPDIR)/btSoftBodyHelpers.Tpo -c -o btSoftBodyHelpers.lo `test -f 'BulletSoftBody/btSoftBodyHelpers.cpp' || echo '$(srcdir)/'`BulletSoftBody/btSoftBodyHelpers.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2263-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btSoftBodyHelpers.Tpo $(DEPDIR)/btSoftBodyHelpers.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2265-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2266:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btSoftBodyHelpers.lo `test -f 'BulletSoftBody/btSoftBodyHelpers.cpp' || echo '$(srcdir)/'`BulletSoftBody/btSoftBodyHelpers.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2267- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2268-btSoftSoftCollisionAlgorithm.lo: BulletSoftBody/btSoftSoftCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2269:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btSoftSoftCollisionAlgorithm.lo -MD -MP -MF $(DEPDIR)/btSoftSoftCollisionAlgorithm.Tpo -c -o btSoftSoftCollisionAlgorithm.lo `test -f 'BulletSoftBody/btSoftSoftCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletSoftBody/btSoftSoftCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2270-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btSoftSoftCollisionAlgorithm.Tpo $(DEPDIR)/btSoftSoftCollisionAlgorithm.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2272-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2273:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btSoftSoftCollisionAlgorithm.lo `test -f 'BulletSoftBody/btSoftSoftCollisionAlgorithm.cpp' || echo '$(srcdir)/'`BulletSoftBody/btSoftSoftCollisionAlgorithm.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2274- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2275-btQuickprof.lo: LinearMath/btQuickprof.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2276:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btQuickprof.lo -MD -MP -MF $(DEPDIR)/btQuickprof.Tpo -c -o btQuickprof.lo `test -f 'LinearMath/btQuickprof.cpp' || echo '$(srcdir)/'`LinearMath/btQuickprof.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2277-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btQuickprof.Tpo $(DEPDIR)/btQuickprof.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2279-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2280:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btQuickprof.lo `test -f 'LinearMath/btQuickprof.cpp' || echo '$(srcdir)/'`LinearMath/btQuickprof.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2281- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2282-btGeometryUtil.lo: LinearMath/btGeometryUtil.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2283:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btGeometryUtil.lo -MD -MP -MF $(DEPDIR)/btGeometryUtil.Tpo -c -o btGeometryUtil.lo `test -f 'LinearMath/btGeometryUtil.cpp' || echo '$(srcdir)/'`LinearMath/btGeometryUtil.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2284-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btGeometryUtil.Tpo $(DEPDIR)/btGeometryUtil.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2286-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2287:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btGeometryUtil.lo `test -f 'LinearMath/btGeometryUtil.cpp' || echo '$(srcdir)/'`LinearMath/btGeometryUtil.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2288- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2289-btAlignedAllocator.lo: LinearMath/btAlignedAllocator.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2290:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btAlignedAllocator.lo -MD -MP -MF $(DEPDIR)/btAlignedAllocator.Tpo -c -o btAlignedAllocator.lo `test -f 'LinearMath/btAlignedAllocator.cpp' || echo '$(srcdir)/'`LinearMath/btAlignedAllocator.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2291-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btAlignedAllocator.Tpo $(DEPDIR)/btAlignedAllocator.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2293-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2294:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btAlignedAllocator.lo `test -f 'LinearMath/btAlignedAllocator.cpp' || echo '$(srcdir)/'`LinearMath/btAlignedAllocator.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2295- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2296-btSerializer.lo: LinearMath/btSerializer.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2297:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btSerializer.lo -MD -MP -MF $(DEPDIR)/btSerializer.Tpo -c -o btSerializer.lo `test -f 'LinearMath/btSerializer.cpp' || echo '$(srcdir)/'`LinearMath/btSerializer.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2298-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btSerializer.Tpo $(DEPDIR)/btSerializer.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2300-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2301:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btSerializer.lo `test -f 'LinearMath/btSerializer.cpp' || echo '$(srcdir)/'`LinearMath/btSerializer.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2302- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2303-btConvexHull.lo: LinearMath/btConvexHull.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2304:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btConvexHull.lo -MD -MP -MF $(DEPDIR)/btConvexHull.Tpo -c -o btConvexHull.lo `test -f 'LinearMath/btConvexHull.cpp' || echo '$(srcdir)/'`LinearMath/btConvexHull.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2305-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btConvexHull.Tpo $(DEPDIR)/btConvexHull.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2307-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2308:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btConvexHull.lo `test -f 'LinearMath/btConvexHull.cpp' || echo '$(srcdir)/'`LinearMath/btConvexHull.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2309- emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2310-btConvexHullComputer.lo: LinearMath/btConvexHullComputer.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2311:@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT btConvexHullComputer.lo -MD -MP -MF $(DEPDIR)/btConvexHullComputer.Tpo -c -o btConvexHullComputer.lo `test -f 'LinearMath/btConvexHullComputer.cpp' || echo '$(srcdir)/'`LinearMath/btConvexHullComputer.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2312-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/btConvexHullComputer.Tpo $(DEPDIR)/btConvexHullComputer.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2314-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2315:@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o btConvexHullComputer.lo `test -f 'LinearMath/btConvexHullComputer.cpp' || echo '$(srcdir)/'`LinearMath/btConvexHullComputer.cpp emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2316- ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2382-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2383: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2384- && cd $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2390-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2391: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2392: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2393- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2404- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in:2405: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/bullet/src/Makefile.in-2406- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/coremark/core_portme.c-129-#if MICA emscripten-2.0.9~dfsg/tests/third_party/coremark/core_portme.c:130: asm volatile("int3");/*1 */ emscripten-2.0.9~dfsg/tests/third_party/coremark/core_portme.c-131-#endif ############################################## emscripten-2.0.9~dfsg/tests/third_party/coremark/core_portme.c-143-#if MICA emscripten-2.0.9~dfsg/tests/third_party/coremark/core_portme.c:144: asm volatile("int3");/*1 */ emscripten-2.0.9~dfsg/tests/third_party/coremark/core_portme.c-145-#endif ############################################## emscripten-2.0.9~dfsg/tests/third_party/cubescript/tools.h-18-#else emscripten-2.0.9~dfsg/tests/third_party/cubescript/tools.h:19:#define ASSERT(c) if(!(c)) { __asm int 3 } emscripten-2.0.9~dfsg/tests/third_party/cubescript/tools.h-20-#endif ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-55-CONFIG_CLEAN_VPATH_FILES = emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-57-am__vpath_adj = case $$p in \ emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in:58: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-59- *) f=$$p;; \ emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-60- esac; emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-62-am__install_max = 40 emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-63-am__nobase_strip_setup = \ emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in:64: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-65-am__nobase_strip = \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-316- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in:317: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-318- test "$$dir" != "$$p" || dir=.; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-348-.c.obj: emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in:349:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-350-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-352-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in:353:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-354- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-385- @list='$(nodist_pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in:386: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-387- test -n "$$files" || exit 0; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-405- @list='$(enetinclude_HEADERS)'; test -n "$(enetincludedir)" || list=; \ emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in:406: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-407- test -n "$$files" || exit 0; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-455-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in:456: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-457- && $(am__cd) $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-465- test -d "$(distdir)" || mkdir "$(distdir)" emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in:466: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in:467: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-468- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-479- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in:480: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-481- if test -d "$(distdir)/$$file"; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-559- test -d $(distdir)/_build || exit 0; \ emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in:560: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-561- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-593- @$(am__cd) '$(distuninstallcheck_dir)' \ emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in:594: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-595- || { echo "ERROR: files left after uninstall:" ; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-605- fi emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in:606: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ emscripten-2.0.9~dfsg/tests/third_party/enet/Makefile.in-607- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-67-# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4:68:# `$srcdir', `$srcdir/..', or `$srcdir/../..'. emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-69-# ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-91-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4:92:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-93-# and then we would define $MISSING as ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-107-# expand $ac_aux_dir to an absolute path emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4:108:am_aux_dir=`cd $ac_aux_dir && pwd` emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-109-]) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-208- if test "$am_compiler_list" = ""; then emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4:209: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-210- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-354- # Strip MF so we end up with the name of the file. emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4:355: mf=`echo "$mf" | sed -e 's/:.*$//'` emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-356- # Check whether this is an Automake generated Makefile or not. ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-363- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4:364: dirpart=`AS_DIRNAME("$mf")` emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-365- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-369- # from the Makefile without running `make'. emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4:370: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-371- test -z "$DEPDIR" && continue emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4:372: am__include=`sed -n 's/^am__include = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-373- test -z "am__include" && continue emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4:374: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-375- # When using ansi2knr, U may be empty or an underscore; expand it emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4:376: U=`sed -n 's/^U = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-377- # Find all dependency output files, they are included files with ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-385- test -f "$dirpart/$file" && continue emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4:386: fdir=`AS_DIRNAME(["$file"])` emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-387- AS_MKDIR_P([$dirpart/$fdir]) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-440-AC_REQUIRE([AC_PROG_INSTALL])dnl emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4:441:if test "`cd $srcdir && pwd`" != "`pwd`"; then emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-442- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-542- * ) emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4:543: _am_stamp_count=`expr $_am_stamp_count + 1` ;; emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-544- esac emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-545-done emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4:546:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-547- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-657-# Ignore all kinds of additional output from `make'. emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4:658:case `$am_make -s -f confmf 2> /dev/null` in #( emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-659-*the\ am__doit\ target*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-667- echo '.include "confinc"' > confmf emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4:668: case `$am_make -s -f confmf 2> /dev/null` in #( emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-669- *the\ am__doit\ target*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-820-if ( emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4:821: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-822- if test "$[*]" = "X"; then emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-823- # -L didn't work. emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4:824: set X `ls -t "$srcdir/configure" conftest.file` emscripten-2.0.9~dfsg/tests/third_party/enet/aclocal.m4-825- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-40- emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-42- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-110-: ${TMPDIR=/tmp} ; emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:111: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-112- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-196- *) emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:197: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-198- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-223- *4.0) emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:224: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-225- ;; emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-226- *5.*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:227: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-228- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-233- # types through head -n 1, so we only detect the type of CPU 0. emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:234: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-235- case "$ALPHA_CPU_TYPE" in ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-271- # 1.2 uses "1.2" for uname -r. emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:272: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-273- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-331- s390x:SunOS:*:*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:332: echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-333- exit ;; emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-334- sun4H:SunOS:5.*:*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:335: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-336- exit ;; emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-337- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:338: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-339- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-356- fi emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:357: echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-358- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-362- # it's likely to be more like Solaris than SunOS4. emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:363: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-364- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-371- # Japanese Language versions have a version number like `4.1.3-JL'. emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:372: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-373- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-377- sun*:*:4.2BSD:*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:378: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-379- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-459- $CC_FOR_BUILD -o $dummy $dummy.c && emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:460: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:461: SYSTEM_NAME=`$dummy $dummyarg` && emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-462- { echo "$SYSTEM_NAME"; exit; } ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-515- *:IRIX*:*:*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:516: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-517- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-545-EOF emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:546: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-547- then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-558- *:AIX:*:[4567]) emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:559: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-560- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-593- 9000/[34678]??:HP-UX:*:*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:594: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-595- case "${UNAME_MACHINE}" in ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-647-EOF emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:648: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-649- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-675- ia64:HP-UX:*:*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:676: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-677- echo ia64-hp-hpux${HPUX_REV} ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-705-EOF emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:706: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-707- { echo "$SYSTEM_NAME"; exit; } ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-776- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:777: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-778- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-781- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:782: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-783- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-796- pc98) emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:797: echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-798- amd64) emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:799: echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-800- *) emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:801: echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-802- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-850- prep*:SunOS:5.*:*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:851: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-852- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-854- # the GNU system emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:855: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-856- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-858- # other systems with GNU libc and userland emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:859: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-860- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-913-EOF emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:914: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-915- echo "${UNAME_MACHINE}-pc-linux-${LIBC}" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-941-EOF emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:942: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-943- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-1026- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:1027: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-1028- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-1296- *:DragonFly:*:*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:1297: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-1298- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-1309- i*86:skyos:*:*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:1310: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-1311- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-1437- emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess:1438:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && emscripten-2.0.9~dfsg/tests/third_party/enet/config.guess-1439- { echo "$SYSTEM_NAME"; exit; } ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-59- emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:60:me=`echo "$0" | sed -e 's,.*/,,'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-61- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-124-# Here we must recognize all the valid KERNEL-OS combinations. emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:125:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-126-case $maybe_os in ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-132- os=-$maybe_os emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:133: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-134- ;; emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-135- *) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:136: basic_machine=`echo $1 | sed 's/-[^-]*$//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-137- if [ $basic_machine != $1 ] emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:138: then os=`echo $1 | sed 's/.*-/-/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-139- else os=; fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-186- os=-sco5v6 emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:187: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-188- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-190- os=-sco3.2v5 emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:191: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-192- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-194- os=-sco3.2v4 emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:195: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-196- ;; emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-197- -sco3.2.[4-9]*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:198: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:199: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-200- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-202- # Don't forget version if it is 3.2v4 or newer. emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:203: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-204- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-206- # Don't forget version if it is 3.2v4 or newer. emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:207: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-208- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-210- os=-sco3.2v2 emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:211: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-212- ;; emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-213- -udk*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:214: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-215- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-217- os=-isc2.2 emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:218: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-219- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-223- -isc*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:224: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-225- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-229- -ptx*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:230: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-231- ;; emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-232- -windowsnt*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:233: os=`echo $os | sed -e 's/windowsnt/winnt/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-234- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-348- *-*-*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:349: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-350- exit 1 ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-461- amd64-*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:462: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-463- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-503- blackfin-*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:504: basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-505- os=-linux ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-511- c54x-*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:512: basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-513- ;; emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-514- c55x-*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:515: basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-516- ;; emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-517- c6x-*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:518: basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-519- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-715- i*86v32) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:716: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-717- os=-sysv32 ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-719- i*86v4*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:720: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-721- os=-sysv4 ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-723- i*86v) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:724: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-725- os=-sysv ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-727- i*86sol2) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:728: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-729- os=-solaris2 ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-757- m68knommu-*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:758: basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-759- os=-linux ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-790- mips3*-*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:791: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-792- ;; emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-793- mips3*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:794: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-795- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-808- ms1-*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:809: basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-810- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-919- parisc-*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:920: basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-921- os=-linux ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-935- pc98-*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:936: basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-937- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-950- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:951: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-952- ;; emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-953- pentiumpro-* | p6-* | 6x86-* | athlon-*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:954: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-955- ;; emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-956- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:957: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-958- ;; emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-959- pentium4-*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:960: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-961- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-969- ppc-* | ppcbe-*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:970: basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-971- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-975- ppcle-* | powerpclittle-*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:976: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-977- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-979- ;; emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:980: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-981- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-985- ppc64le-* | powerpc64little-*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:986: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-987- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1064- strongarm-* | thumb-*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:1065: basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1066- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1199- xscale-* | xscalee[bl]-*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:1200: basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1201- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1276- *) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:1277: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1278- exit 1 ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1284- *-digital*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:1285: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1286- ;; emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1287- *-commodore*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:1288: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1289- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1305- -solaris1 | -solaris1.*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:1306: os=`echo $os | sed -e 's|solaris1|sunos4|'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1307- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1317- -gnu/linux*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:1318: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1319- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1363- -nto*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:1364: os=`echo $os | sed -e 's|nto|nto-qnx|'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1365- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1370- -mac*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:1371: os=`echo $os | sed -e 's|mac|macos|'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1372- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1376- -linux*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:1377: os=`echo $os | sed -e 's|linux|linux-gnu|'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1378- ;; emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1379- -sunos5*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:1380: os=`echo $os | sed -e 's|sunos5|solaris2|'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1381- ;; emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1382- -sunos6*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:1383: os=`echo $os | sed -e 's|sunos6|solaris3|'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1384- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1431- -sinix5.*) emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:1432: os=`echo $os | sed -e 's|sinix|sysv|'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1433- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1487- # Get rid of the `-' at the beginning of $os. emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:1488: os=`echo $os | sed 's/[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:1489: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1490- exit 1 ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1747- esac emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub:1748: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` emscripten-2.0.9~dfsg/tests/third_party/enet/config.sub-1749- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \ emscripten-2.0.9~dfsg/tests/third_party/enet/configure:46: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure-47- as_echo='print -r --' emscripten-2.0.9~dfsg/tests/third_party/enet/configure-48- as_echo_n='print -rn --' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure-50- as_echo='printf %s\n' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-52-else emscripten-2.0.9~dfsg/tests/third_party/enet/configure:53: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure-54- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-62- expr "X$arg" : "X\\(.*\\)$as_nl"; emscripten-2.0.9~dfsg/tests/third_party/enet/configure:63: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; emscripten-2.0.9~dfsg/tests/third_party/enet/configure-64- esac; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-172- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && emscripten-2.0.9~dfsg/tests/third_party/enet/configure:173: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 emscripten-2.0.9~dfsg/tests/third_party/enet/configure-174- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-179- PATH=/empty FPATH=/empty; export PATH FPATH emscripten-2.0.9~dfsg/tests/third_party/enet/configure:180: test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ emscripten-2.0.9~dfsg/tests/third_party/enet/configure:181: || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 emscripten-2.0.9~dfsg/tests/third_party/enet/configure-182-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-296- case $as_dir in #( emscripten-2.0.9~dfsg/tests/third_party/enet/configure:297: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( emscripten-2.0.9~dfsg/tests/third_party/enet/configure-298- *) as_qdir=$as_dir;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-361- { emscripten-2.0.9~dfsg/tests/third_party/enet/configure:362: as_val=`expr "$@" || test $? -eq 1` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-363- } ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-368-# ---------------------------------------- emscripten-2.0.9~dfsg/tests/third_party/enet/configure:369:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are emscripten-2.0.9~dfsg/tests/third_party/enet/configure-370-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-431- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && emscripten-2.0.9~dfsg/tests/third_party/enet/configure:432: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { emscripten-2.0.9~dfsg/tests/third_party/enet/configure-433- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-522- esac; emscripten-2.0.9~dfsg/tests/third_party/enet/configure:523: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( emscripten-2.0.9~dfsg/tests/third_party/enet/configure-524- ???[sx]*):;;*)false;;esac;fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-801- case $ac_option in emscripten-2.0.9~dfsg/tests/third_party/enet/configure:802: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; emscripten-2.0.9~dfsg/tests/third_party/enet/configure-803- *=) ac_optarg= ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-845- -disable-* | --disable-*) emscripten-2.0.9~dfsg/tests/third_party/enet/configure:846: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-847- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-850- ac_useropt_orig=$ac_useropt emscripten-2.0.9~dfsg/tests/third_party/enet/configure:851: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-852- case $ac_user_opts in ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-871- -enable-* | --enable-*) emscripten-2.0.9~dfsg/tests/third_party/enet/configure:872: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-873- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-876- ac_useropt_orig=$ac_useropt emscripten-2.0.9~dfsg/tests/third_party/enet/configure:877: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-878- case $ac_user_opts in ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1075- -with-* | --with-*) emscripten-2.0.9~dfsg/tests/third_party/enet/configure:1076: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1077- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1080- ac_useropt_orig=$ac_useropt emscripten-2.0.9~dfsg/tests/third_party/enet/configure:1081: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1082- case $ac_user_opts in ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1091- -without-* | --without-*) emscripten-2.0.9~dfsg/tests/third_party/enet/configure:1092: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1093- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1096- ac_useropt_orig=$ac_useropt emscripten-2.0.9~dfsg/tests/third_party/enet/configure:1097: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1098- case $ac_user_opts in ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1129- *=*) emscripten-2.0.9~dfsg/tests/third_party/enet/configure:1130: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1131- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1150-if test -n "$ac_prev"; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure:1151: ac_option=--`echo $ac_prev | sed 's/_/-/g'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1152- as_fn_error $? "missing argument to $ac_option" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1172- */ ) emscripten-2.0.9~dfsg/tests/third_party/enet/configure:1173: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1174- eval $ac_var=\$ac_val;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1209-ac_ls_di=`ls -di .` && emscripten-2.0.9~dfsg/tests/third_party/enet/configure:1210:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1211- as_fn_error $? "working directory cannot be determined" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1265-case $srcdir in emscripten-2.0.9~dfsg/tests/third_party/enet/configure:1266:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1267-esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1308-By default, \`make install' will install all the files in emscripten-2.0.9~dfsg/tests/third_party/enet/configure:1309:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify emscripten-2.0.9~dfsg/tests/third_party/enet/configure:1310:an installation prefix other than \`$ac_default_prefix' using \`--prefix', emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1311-for instance \`--prefix=\$HOME'. ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1407-*) emscripten-2.0.9~dfsg/tests/third_party/enet/configure:1408: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1409- # A ".." for each directory in $ac_dir_suffix. emscripten-2.0.9~dfsg/tests/third_party/enet/configure:1410: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1411- case $ac_top_builddir_sub in ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1915- *\'*) emscripten-2.0.9~dfsg/tests/third_party/enet/configure:1916: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1917- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-1998- case $ac_val in emscripten-2.0.9~dfsg/tests/third_party/enet/configure:1999: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2000- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2013- case $ac_val in emscripten-2.0.9~dfsg/tests/third_party/enet/configure:2014: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2015- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2133- set,) emscripten-2.0.9~dfsg/tests/third_party/enet/configure:2134: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 emscripten-2.0.9~dfsg/tests/third_party/enet/configure:2135:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2136- ac_cache_corrupted=: ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2144- # differences in whitespace do not lead to failure. emscripten-2.0.9~dfsg/tests/third_party/enet/configure:2145: ac_old_val_w=`echo x $ac_old_val` emscripten-2.0.9~dfsg/tests/third_party/enet/configure:2146: ac_new_val_w=`echo x $ac_new_val` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2147- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2164- case $ac_new_val in emscripten-2.0.9~dfsg/tests/third_party/enet/configure:2165: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2166- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2340-if ( emscripten-2.0.9~dfsg/tests/third_party/enet/configure:2341: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2342- if test "$*" = "X"; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2343- # -L didn't work. emscripten-2.0.9~dfsg/tests/third_party/enet/configure:2344: set X `ls -t "$srcdir/configure" conftest.file` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2345- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2376-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:2377:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2378- emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2379-# expand $ac_aux_dir to an absolute path emscripten-2.0.9~dfsg/tests/third_party/enet/configure:2380:am_aux_dir=`cd $ac_aux_dir && pwd` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2381- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2521- { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue emscripten-2.0.9~dfsg/tests/third_party/enet/configure:2522: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2523- 'mkdir (GNU coreutils) '* | \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2600-set x ${MAKE-make} emscripten-2.0.9~dfsg/tests/third_party/enet/configure:2601:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2602-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2610-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. emscripten-2.0.9~dfsg/tests/third_party/enet/configure:2611:case `${MAKE-make} -f conftest.make 2>/dev/null` in emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2612- *@@@%%%=?*=@@@%%%*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2637- emscripten-2.0.9~dfsg/tests/third_party/enet/configure:2638:if test "`cd $srcdir && pwd`" != "`pwd`"; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure-2639- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3071-$as_echo_n "checking whether the C compiler works... " >&6; } emscripten-2.0.9~dfsg/tests/third_party/enet/configure:3072:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3073- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3115- then :; else emscripten-2.0.9~dfsg/tests/third_party/enet/configure:3116: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3117- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3175- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; emscripten-2.0.9~dfsg/tests/third_party/enet/configure:3176: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3177- break;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3284- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; emscripten-2.0.9~dfsg/tests/third_party/enet/configure:3285: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3286- break;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3534-# Ignore all kinds of additional output from `make'. emscripten-2.0.9~dfsg/tests/third_party/enet/configure:3535:case `$am_make -s -f confmf 2> /dev/null` in #( emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3536-*the\ am__doit\ target*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3544- echo '.include "confinc"' > confmf emscripten-2.0.9~dfsg/tests/third_party/enet/configure:3545: case `$am_make -s -f confmf 2> /dev/null` in #( emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3546- *the\ am__doit\ target*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3605- if test "$am_compiler_list" = ""; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure:3606: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3607- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3740-test "x$ac_build_alias" = x && emscripten-2.0.9~dfsg/tests/third_party/enet/configure:3741: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3742-test "x$ac_build_alias" = x && emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3743- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 emscripten-2.0.9~dfsg/tests/third_party/enet/configure:3744:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3745- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3764-IFS=$ac_save_IFS emscripten-2.0.9~dfsg/tests/third_party/enet/configure:3765:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3766- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3775-else emscripten-2.0.9~dfsg/tests/third_party/enet/configure:3776: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3777- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3797-IFS=$ac_save_IFS emscripten-2.0.9~dfsg/tests/third_party/enet/configure:3798:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3799- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3825-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ emscripten-2.0.9~dfsg/tests/third_party/enet/configure:3826: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3827- ECHO='print -r --' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:3828:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3829- ECHO='printf %s\n' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3894- # Check for GNU $ac_path_SED emscripten-2.0.9~dfsg/tests/third_party/enet/configure:3895:case `"$ac_path_SED" --version 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3896-*GNU*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3970- # Check for GNU $ac_path_GREP emscripten-2.0.9~dfsg/tests/third_party/enet/configure:3971:case `"$ac_path_GREP" --version 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/enet/configure-3972-*GNU*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4036- # Check for GNU $ac_path_EGREP emscripten-2.0.9~dfsg/tests/third_party/enet/configure:4037:case `"$ac_path_EGREP" --version 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4038-*GNU*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4103- # Check for GNU $ac_path_FGREP emscripten-2.0.9~dfsg/tests/third_party/enet/configure:4104:case `"$ac_path_FGREP" --version 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4105-*GNU*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4183- # gcc leaves a trailing carriage return which upsets mingw emscripten-2.0.9~dfsg/tests/third_party/enet/configure:4184: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4185- *) emscripten-2.0.9~dfsg/tests/third_party/enet/configure:4186: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4187- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4192- # Canonicalize the pathname of ld emscripten-2.0.9~dfsg/tests/third_party/enet/configure:4193: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4194- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do emscripten-2.0.9~dfsg/tests/third_party/enet/configure:4195: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4196- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4227- # Break only if it was the GNU/non-GNU ld that we prefer. emscripten-2.0.9~dfsg/tests/third_party/enet/configure:4228: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4229- *GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4258- # I'd rather use --version here, but apparently some GNU lds only accept -v. emscripten-2.0.9~dfsg/tests/third_party/enet/configure:4259:case `$LD -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4260-*GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4303- # Tru64's nm complains that /dev/null is an invalid object file emscripten-2.0.9~dfsg/tests/third_party/enet/configure:4304: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4305- */dev/null* | *'Invalid file or object type'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4309- *) emscripten-2.0.9~dfsg/tests/third_party/enet/configure:4310: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4311- */dev/null*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4437- emscripten-2.0.9~dfsg/tests/third_party/enet/configure:4438: case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4439- *COFF*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4549- # And add a safety zone emscripten-2.0.9~dfsg/tests/third_party/enet/configure:4550: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` emscripten-2.0.9~dfsg/tests/third_party/enet/configure:4551: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4552- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4582- if test -n "$kargmax"; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure:4583: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4584- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4590- if test -n "$lt_cv_sys_max_cmd_len"; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure:4591: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` emscripten-2.0.9~dfsg/tests/third_party/enet/configure:4592: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4593- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4602- # we can't tell. emscripten-2.0.9~dfsg/tests/third_party/enet/configure:4603: while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4604- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4606- do emscripten-2.0.9~dfsg/tests/third_party/enet/configure:4607: i=`expr $i + 1` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4608- teststring=$teststring$teststring ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4610- # Only check the string length outside the loop. emscripten-2.0.9~dfsg/tests/third_party/enet/configure:4611: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4612- teststring= ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4615- # linker. It appears as though 1/2 is a usable value. emscripten-2.0.9~dfsg/tests/third_party/enet/configure:4616: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-4617- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-5055-openbsd*) emscripten-2.0.9~dfsg/tests/third_party/enet/configure:5056: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure-5057- lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-5122- else emscripten-2.0.9~dfsg/tests/third_party/enet/configure:5123: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-5124- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-5267- # decide which to use based on capabilities of $DLLTOOL emscripten-2.0.9~dfsg/tests/third_party/enet/configure:5268: case `$DLLTOOL --help 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/enet/configure-5269- *--identify-strict*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-5789-# If we're using GNU nm, then use its standard symbol codes. emscripten-2.0.9~dfsg/tests/third_party/enet/configure:5790:case `$NM -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/enet/configure-5791-*GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-5807-mingw*) emscripten-2.0.9~dfsg/tests/third_party/enet/configure:5808: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp emscripten-2.0.9~dfsg/tests/third_party/enet/configure-5809- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-6026- if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure:6027: lt_sysroot=`$CC --print-sysroot 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-6028- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-6030- /*) emscripten-2.0.9~dfsg/tests/third_party/enet/configure:6031: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-6032- ;; #( ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-6066- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure:6067: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/enet/configure-6068- *ELF-32*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-6086- if test "$lt_cv_prog_gnu_ld" = yes; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure:6087: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/enet/configure-6088- *32-bit*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-6098- else emscripten-2.0.9~dfsg/tests/third_party/enet/configure:6099: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/enet/configure-6100- *32-bit*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-7252-do : emscripten-2.0.9~dfsg/tests/third_party/enet/configure:7253: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-7254-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-7257- cat >>confdefs.h <<_ACEOF emscripten-2.0.9~dfsg/tests/third_party/enet/configure:7258:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 emscripten-2.0.9~dfsg/tests/third_party/enet/configure-7259-_ACEOF ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-7543-done emscripten-2.0.9~dfsg/tests/third_party/enet/configure:7544:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-7545- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-7572- "file_magic "*) emscripten-2.0.9~dfsg/tests/third_party/enet/configure:7573: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-7574- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-7638- "file_magic "*) emscripten-2.0.9~dfsg/tests/third_party/enet/configure:7639: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-7640- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8005- *) emscripten-2.0.9~dfsg/tests/third_party/enet/configure:8006: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8007- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8365- if test "$hard_links" = no; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure:8366: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 emscripten-2.0.9~dfsg/tests/third_party/enet/configure:8367:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8368- need_locks=warn ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8454- # shared libraries, regardless of the interface used. emscripten-2.0.9~dfsg/tests/third_party/enet/configure:8455: case `$LD -v 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8456- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8486- supports_anon_versioning=no emscripten-2.0.9~dfsg/tests/third_party/enet/configure:8487: case `$LD -v 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8488- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8555- # is EXPORTS), use it as is; otherwise, prepend... emscripten-2.0.9~dfsg/tests/third_party/enet/configure:8556: archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8557- cp $export_symbols $output_objdir/$soname.def; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8583- # time. Moving up from 0x10000000 also allows more sbrk(2) space. emscripten-2.0.9~dfsg/tests/third_party/enet/configure:8584: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:8585: 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' emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8586- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8601- pgcc*) # Portland Group C compiler emscripten-2.0.9~dfsg/tests/third_party/enet/configure:8602: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8603- tmp_addflag=' $pic_flag' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8606- # Portland Group f77 and f90 compilers emscripten-2.0.9~dfsg/tests/third_party/enet/configure:8607: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8608- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8621- nvcc*) # Cuda Compiler Driver 2.2 emscripten-2.0.9~dfsg/tests/third_party/enet/configure:8622: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8623- compiler_needs_object=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8625- esac emscripten-2.0.9~dfsg/tests/third_party/enet/configure:8626: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8627- *Sun\ C*) # Sun C 5.9 emscripten-2.0.9~dfsg/tests/third_party/enet/configure:8628: whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8629- compiler_needs_object=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8693- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) emscripten-2.0.9~dfsg/tests/third_party/enet/configure:8694: case `$LD -v 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8695- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8816- # below for broken collect2 doesn't work under 4.3+ emscripten-2.0.9~dfsg/tests/third_party/enet/configure:8817: collect2name=`${CC} -print-prog-name=collect2` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8818- if test -f "$collect2name" && ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8890- }' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:8891: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8892- # Check for a 64-bit object if we didn't find anything. emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8893- if test -z "$lt_cv_aix_libpath_"; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure:8894: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8895- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8908- hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" emscripten-2.0.9~dfsg/tests/third_party/enet/configure:8909: archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8910- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8943- }' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:8944: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8945- # Check for a 64-bit object if we didn't find anything. emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8946- if test -z "$lt_cv_aix_libpath_"; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure:8947: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-8948- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9016- archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9017: archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9018- sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9053- # FIXME: Setting linknames here is a bad hack. emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9054: archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9055- # The linker will automatically build a .lib file if we build a DLL. ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9071- if test "$lt_cv_ld_force_load" = "yes"; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9072: 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\"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9073- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9251- if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9252: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9253- # Try to use the -exported_symbol ld option, if it does not ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9279- if test "$lt_cv_irix_exported_symbol" = yes; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9280: archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9281- fi emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9282- else emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9283: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9284: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9285- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9319- hardcode_direct_absolute=yes emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9320: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9321- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9352- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9353: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9354- else emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9355- allow_undefined_flag=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9356: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9357- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9365- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9366: archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9367- hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9369- allow_undefined_flag=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9370: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9371: archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9372: $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9373- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9388- else emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9389: case `$CC -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9390- *"Compilers 5.0"*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9787- esac emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9788: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9789- case $lt_search_path_spec in ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9794- # okay in the real world where ";" in dirpaths is itself problematic. emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9795: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9796- ;; emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9797- *) emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9798: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9799- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9803- lt_tmp_lt_search_path_spec= emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9804: lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9805- for lt_sys_path in $lt_search_path_spec; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9838- esac emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9839: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9840-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9926- # Create ${libname}_ixlibrary.a entries in /sys/libs. emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9927: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9928- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9962- # DLL is installed to $(libdir)/../bin by postinstall_cmds emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9963: postinstall_cmds='base_file=`basename \${file}`~ emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9964: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9965: dldir=$destdir/`dirname \$dlpath`~ emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9966- test -d \$dldir || mkdir -p \$dldir~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9971- fi' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9972: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9973- dlpath=$dir/\$dldll~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9979- # Cygwin DLLs use 'cyg' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9980: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9981- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9985- # MinGW DLLs use traditional 'lib' prefix emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9986: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9987- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9989- # pw32 DLLs use 'pw' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9990: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9991- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-9998- libname_spec='$name' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:9999: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/enet/configure-10000- library_names_spec='${libname}.dll.lib' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-10010- # Let DOS variable expansion print the short 8.3 style file name. emscripten-2.0.9~dfsg/tests/third_party/enet/configure:10011: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-10012- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-10015- # Convert to MSYS style. emscripten-2.0.9~dfsg/tests/third_party/enet/configure:10016: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-10017- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-10021- # like /cygdrive/c/PROGRA~1:/cygdr... emscripten-2.0.9~dfsg/tests/third_party/enet/configure:10022: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` emscripten-2.0.9~dfsg/tests/third_party/enet/configure:10023: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/enet/configure:10024: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-10025- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-10029- # It is most probably a Windows format PATH. emscripten-2.0.9~dfsg/tests/third_party/enet/configure:10030: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-10031- else emscripten-2.0.9~dfsg/tests/third_party/enet/configure:10032: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-10033- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-10039- # DLL is installed to $(libdir)/../bin by postinstall_cmds emscripten-2.0.9~dfsg/tests/third_party/enet/configure:10040: postinstall_cmds='base_file=`basename \${file}`~ emscripten-2.0.9~dfsg/tests/third_party/enet/configure:10041: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/enet/configure:10042: dldir=$destdir/`dirname \$dlpath`~ emscripten-2.0.9~dfsg/tests/third_party/enet/configure-10043- test -d \$dldir || mkdir -p \$dldir~ emscripten-2.0.9~dfsg/tests/third_party/enet/configure-10044- $install_prog $dir/$dlname \$dldir/$dlname' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:10045: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/enet/configure-10046- dlpath=$dir/\$dldll~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-10053- # Assume MSVC wrapper emscripten-2.0.9~dfsg/tests/third_party/enet/configure:10054: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' emscripten-2.0.9~dfsg/tests/third_party/enet/configure-10055- dynamic_linker='Win32 ld.exe' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-10070- shlibpath_var=DYLD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/enet/configure:10071: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure-10072- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-10307- if test -f /etc/ld.so.conf; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure:10308: 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;s/"//g;/^$/d' | tr '\n' ' '` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-10309- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-10381- shlibpath_var=LD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/enet/configure:10382: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure-10383- case $host_os in ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-11499-' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:11500:DEFS=`sed -n "$ac_script" confdefs.h` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-11501- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-11508- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:11509: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-11510- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-11595-if test -z "$BASH_VERSION$ZSH_VERSION" \ emscripten-2.0.9~dfsg/tests/third_party/enet/configure:11596: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure-11597- as_echo='print -r --' emscripten-2.0.9~dfsg/tests/third_party/enet/configure-11598- as_echo_n='print -rn --' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:11599:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure-11600- as_echo='printf %s\n' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-11602-else emscripten-2.0.9~dfsg/tests/third_party/enet/configure:11603: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then emscripten-2.0.9~dfsg/tests/third_party/enet/configure-11604- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-11612- expr "X$arg" : "X\\(.*\\)$as_nl"; emscripten-2.0.9~dfsg/tests/third_party/enet/configure:11613: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; emscripten-2.0.9~dfsg/tests/third_party/enet/configure-11614- esac; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-11688-# ---------------------------------------- emscripten-2.0.9~dfsg/tests/third_party/enet/configure:11689:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are emscripten-2.0.9~dfsg/tests/third_party/enet/configure-11690-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-11760- { emscripten-2.0.9~dfsg/tests/third_party/enet/configure:11761: as_val=`expr "$@" || test $? -eq 1` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-11762- } ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-11864- case $as_dir in #( emscripten-2.0.9~dfsg/tests/third_party/enet/configure:11865: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( emscripten-2.0.9~dfsg/tests/third_party/enet/configure-11866- *) as_qdir=$as_dir;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-11921- esac; emscripten-2.0.9~dfsg/tests/third_party/enet/configure:11922: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( emscripten-2.0.9~dfsg/tests/third_party/enet/configure-11923- ???[sx]*):;;*)false;;esac;fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12002-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12003:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12004-ac_cs_version="\\ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12027- --*=?*) emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12028: ac_option=`expr "X$1" : 'X\([^=]*\)='` emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12029: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12030- ac_shift=: ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12032- --*=) emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12033: ac_option=`expr "X$1" : 'X\([^=]*\)='` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12034- ac_optarg= ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12056- case $ac_optarg in emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12057: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12058- '') as_fn_error $? "missing file argument" ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12122-delay_variable_subst='$delay_variable_subst' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12123:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12124:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12125:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12126:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12127:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12128:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12129:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12130:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12131:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12132:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12133:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12134:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12135:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12136:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12137:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12138:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12139:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12140:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12141:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12142:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12143:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12144:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12145:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12146:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12147:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12148:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12149:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12150:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12151:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12152:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12153:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12154:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12155:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12156:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12157:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12158:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12159:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12160:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12161:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12162:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12163:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12164:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12165:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12166:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12167:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12168:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12169:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12170:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12171:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12172:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12173:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12174:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12175:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12176:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12177:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12178:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12179:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12180:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12181:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12182:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12183:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12184:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12185:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12186:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12187:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12188:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12189:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12190:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12191:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12192:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12193:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12194:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12195:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12196:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12197:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12198:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12199:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12200:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12201:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12202:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12203:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12204:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12205:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12206:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12207:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12208:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12209:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12210:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12211:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12212:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12213:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12214:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12215:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12216:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12217:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12218:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12219:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12220:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12221:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12222:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12223:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12224:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12225:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12226:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12227:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12228:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12229:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12230:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12231:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12232:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12233:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12234:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12235:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12236:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12237:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12238:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12239:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12240:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12241:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12242:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12243:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12244:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12245:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12246:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12247:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12248:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12249:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12250:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12251:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12252:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12253- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12331-striplib; do emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12332: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12333- *[\\\\\\\`\\"\\\$]*) emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12334: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12335- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12361-sys_lib_dlsearch_path_spec; do emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12362: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12363- *[\\\\\\\`\\"\\\$]*) emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12364: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12365- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12456-fi emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12457:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12458-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12473- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12474:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12475-ac_delim='%!_!# ' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12479- emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12480: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12481- if test $ac_delim_n = $ac_delim_num; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12641- esac emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12642: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12643- as_fn_append ac_file_inputs " '$ac_f'" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12700-*) emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12701: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12702- # A ".." for each directory in $ac_dir_suffix. emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12703: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12704- case $ac_top_builddir_sub in ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12761-/@mandir@/p' emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12762:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12763-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12778- emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12779:# Neutralize VPATH when `$srcdir' = `.'. emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12780-# Shell code in configure.ac might set extrasub. ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12806-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12807: { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12808: { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12809- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12841- # Strip MF so we end up with the name of the file. emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12842: mf=`echo "$mf" | sed -e 's/:.*$//'` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12843- # Check whether this is an Automake generated Makefile or not. ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12878- # from the Makefile without running `make'. emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12879: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12880- test -z "$DEPDIR" && continue emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12881: am__include=`sed -n 's/^am__include = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12882- test -z "am__include" && continue emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12883: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12884- # When using ansi2knr, U may be empty or an underscore; expand it emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12885: U=`sed -n 's/^U = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12886- # Find all dependency output files, they are included files with ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12939- emscripten-2.0.9~dfsg/tests/third_party/enet/configure:12940:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. emscripten-2.0.9~dfsg/tests/third_party/enet/configure-12941-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp-67- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp-69- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp-224- # Version 6 uses the directory in both cases. emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp:225: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp-226- test "x$dir" = "x$object" && dir= emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp:227: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp-228- if test "$libtool" = yes; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp-253- # Do two passes, one to just change these to emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp:254: # `$object: dependent.h' and one to simply `dependent.h:'. emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp-255- sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp-295- # Do two passes, one to just change these to emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp:296: # `$object: dependent.h' and one to simply `dependent.h:'. emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp-297- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp-311- # Much of this is similar to the tru64 case; see comments there. emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp:312: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp-313- test "x$dir" = "x$object" && dir= emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp:314: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp-315- if test "$libtool" = yes; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp-355- # Subdirectories are respected. emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp:356: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp-357- test "x$dir" = "x$object" && dir= emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp:358: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp-359- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp-501- done emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp:502: obj_suffix=`echo "$object" | sed 's/^.*\././'` emscripten-2.0.9~dfsg/tests/third_party/enet/depcomp-503- touch "$tmpdepfile" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/install-sh-217- fi emscripten-2.0.9~dfsg/tests/third_party/enet/install-sh:218: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; emscripten-2.0.9~dfsg/tests/third_party/enet/install-sh-219- *) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/install-sh-269- dstdir=$dst emscripten-2.0.9~dfsg/tests/third_party/enet/install-sh:270: dst=$dstdir/`basename "$src"` emscripten-2.0.9~dfsg/tests/third_party/enet/install-sh-271- dstdir_status=0 ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/install-sh-351- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. emscripten-2.0.9~dfsg/tests/third_party/enet/install-sh:352: ls_ld_tmpdir=`ls -ld "$tmpdir"` emscripten-2.0.9~dfsg/tests/third_party/enet/install-sh-353- case $ls_ld_tmpdir in ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/install-sh-358- $mkdirprog -m$different_mode -p -- "$tmpdir" && { emscripten-2.0.9~dfsg/tests/third_party/enet/install-sh:359: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` emscripten-2.0.9~dfsg/tests/third_party/enet/install-sh-360- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/install-sh-418- case $prefix in emscripten-2.0.9~dfsg/tests/third_party/enet/install-sh:419: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; emscripten-2.0.9~dfsg/tests/third_party/enet/install-sh-420- *) qprefix=$prefix;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/install-sh-467- if $copy_on_change && emscripten-2.0.9~dfsg/tests/third_party/enet/install-sh:468: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/enet/install-sh:469: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/enet/install-sh-470- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-167-{ emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:168: func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-169- if test "X$func_dirname_result" = "X${1}"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-179-{ emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:180: func_basename_result=`$ECHO "${1}" | $SED "$basename"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-198- # Extract subdirectory from the argument. emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:199: func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-200- if test "X$func_dirname_result" = "X${1}"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-204- fi emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:205: func_basename_result=`$ECHO "${1}" | $SED -e "$basename"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-217- case ${2} in emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:218: .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:219: *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-220- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-380- progdir=$func_dirname_result emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:381: progdir=`cd "$progdir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-382- progpath="$progdir/$progname" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'. `\' that '$'. emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-419-bs='\\' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-531- # ...otherwise throw away the child directory and loop emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:532: my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-533- done emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:534: my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-535- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-566- # If mktemp works, use that first and foremost emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:567: my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-568- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-597- *[\\\`\"\$]*) emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:598: func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;; emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-599- *) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-702- [0-9]* | *[!a-zA-Z0-9_]*) emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:703: func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-704- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-769- s/\$with_gnu_ld/'"$with_gnu_ld"'/ emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:770: s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/ emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:771: s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/ emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-772- p ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-803- emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:804: func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:805: func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-816- emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:817: func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:818: func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-862-{ emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:863: func_arith_result=`expr "${@}"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-870-{ emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:871: func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-872-} # func_len may be replaced by extended shell implementation ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-877-{ emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:878: func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-884-{ emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:885: func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-968- # quotes we have to do it in 2 steps: emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:969: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-970- eval "$extractedcf" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-1382- done emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:1383: CC_expanded=`func_echo_all $CC` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:1384: CC_quoted_expanded=`func_echo_all $CC_quoted` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-1385- case $@ in ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-1395- # Evaluate the configuration. emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:1396: eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-1397- CC_quoted= ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-1401- done emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:1402: CC_expanded=`func_echo_all $CC` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:1403: CC_quoted_expanded=`func_echo_all $CC_quoted` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-1404- case "$@ " in ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-1492- # zero AND non-empty stdout, which explains the odd construction: emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:1493: func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-1494- if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-1558- if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:1559: func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-1560- if test "$?" -ne 0; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-1721- # LT_CYGPATH in this case. emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:1722: func_to_host_file_result=`cygpath -m "$1"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-1723- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-1871- func_to_host_path_tmp1=$func_stripname_result emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:1872: func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-1873- func_convert_path_check : ";" \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2060- *.[cCFSifmso] | \ emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:2061: *.ada | *.adb | *.ads | *.asm | \ emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2062- *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2137- if test "$compiler_c_o" = no; then emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:2138: output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2139- lockfile="$output_obj.lock" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2156-*** ERROR, $lockfile exists and contains: emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:2157:`cat $lockfile 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2158- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2204- if test "$need_locks" = warn && emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:2205: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2206- $ECHO "\ emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2207-*** ERROR, $lockfile contains: emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:2208:`cat $lockfile 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2209- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2253- if test "$need_locks" = warn && emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:2254: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2255- $ECHO "\ emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2256-*** ERROR, $lockfile contains: emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:2257:`cat $lockfile 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2258- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2548- test -n "$library_names" && \ emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:2549: func_warning "\`$file' was not linked with \`-export-dynamic'" emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2550- continue ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2559- if test ! -f "$dir/$dlname"; then emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:2560: func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2561- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2577- # Get the absolute pathname. emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:2578: absdir=`cd "$dir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2579- test -n "$absdir" && dir="$absdir" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2675- if test -n "$lt_sysroot"; then emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:2676: sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2677- sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2957- # Determine the prefix the user has applied to our future dir. emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:2958: inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2959- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2970- # Stick the inst_prefix_dir data into the link command. emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:2971: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2972- else emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:2973: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-2974- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3130- fi emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3131: libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3132- if test -n "$libdir" && test ! -f "$libfile"; then emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3133: func_warning "\`$lib' has not been installed in \`$libdir'" emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3134- finalize=no ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3149- # Replace the output file specification. emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3150: relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3151- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3168- # Install the binary that we compiled earlier. emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3169: file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3170- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3241- my_pic_p="${3-no}" emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3242: my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3243- my_dlsyms= ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3297- # Add our own program objects to the symbol list. emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3298: progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3299- for progfile in $progfiles; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3359- # Use subshell, to avoid clobbering current variable values emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3360: dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3361- if test -n "$dlprefile_dlname" ; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3506- if test -f "$output_objdir/$my_outputname.def"; then emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3507: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3508: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3509- else emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3510: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3511: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3512- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3514- *) emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3515: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3516: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3517- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3529- # Nullify the symbol file. emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3530: compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3531: finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3532- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3545- win32_libid_type="unknown" emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3546: win32_fileres=`file -L $1 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3547- case $win32_fileres in ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3596- $opt_debug emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3597: sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3598-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3613- $opt_debug emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3614: match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3615- $OBJDUMP -s --section "$1" "$2" 2>/dev/null | ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3668- func_to_tool_file "$1" func_convert_file_msys_to_w32 emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3669: func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3670- test -n "$func_cygming_gnu_implib_tmp" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3680- func_to_tool_file "$1" func_convert_file_msys_to_w32 emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3681: func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3682- test -n "$func_cygming_ms_implib_tmp" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3700- # binutils import library emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3701: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3702- elif func_cygming_ms_implib_p "$1" ; then emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3703- # ms-generated import library emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3704: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3705- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3780- darwin_curdir=`pwd` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3781: darwin_base_archive=`basename "$darwin_archive"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3782: darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3783- if test -n "$darwin_arches"; then emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3784: darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3785- darwin_arch= ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3795- ## Okay now we've a bunch of thin objects, gotta fatten them up :) emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3796: darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3797- darwin_file= ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3799- for darwin_file in $darwin_filelist; do emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3800: darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3801- $LIPO -create -output "$darwin_file" $darwin_files ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3814- esac emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3815: my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3816- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3885- emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3886: qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3887- $ECHO "\ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3920- --lt-dump-script) emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3921: lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3922- test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3923: lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3924- cat \"\$lt_dump_D/\$lt_dump_F\" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3947- \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\" emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:3948: lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-3949- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-4005- # Find the directory that this script lives in. emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:4006: thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-4007- test \"x\$thisdir\" = \"x\$file\" && thisdir=. ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-4009- # Follow symbolic links until we get to the real thisdir. emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:4010: file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-4011- while test -n \"\$file\"; do emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:4012: destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-4013- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-4021- emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:4022: file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:4023: file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-4024- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-4035- case \"\$thisdir\" in emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:4036: *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-4037- $objdir ) thisdir=. ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-4041- # Try to get the absolute directory name. emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:4042: absdir=\`cd \"\$thisdir\" && pwd\` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-4043- test -n \"\$absdir\" && thisdir=\"\$absdir\" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-4051- if test ! -f \"\$progdir/\$program\" || emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:4052: { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-4053- test \"X\$file\" != \"X\$progdir/\$program\"; }; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-4066- if test -n \"\$relink_command\"; then emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:4067: if relink_command_output=\`eval \$relink_command 2>&1\`; then : emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-4068- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-4110- # The second colon is a workaround for a bug in BeOS R4 sed emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:4111: $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-4112- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-5085- $opt_debug emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:5086: case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-5087- *import*) : ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-5307- moreargs= emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:5308: for fil in `cat "$save_arg"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-5309- do ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-5563- *) emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:5564: absdir=`cd "$dir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-5565- test -z "$absdir" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-5584- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:5585: testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-5586- case :$dllsearchpath: in ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-6016- # get the directories listed in $shlibpath_var emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:6017: eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-6018- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-6331- set dummy $deplibs_check_method; shift emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:6332: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-6333- if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-6394- else emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:6395: func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-6396- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-6423- if test -n "$inherited_linker_flags"; then emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:6424: tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-6425- for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-6431- fi emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:6432: dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-6433- if test "$linkmode,$pass" = "lib,link" || ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-6504- *) emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:6505: abs_ladir=`cd "$ladir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-6506- if test -z "$abs_ladir"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-6757- shift emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:6758: libname=`eval "\\$ECHO \"$libname_spec\""` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-6759- # use dlname if we got it. it's perfectly good, no? ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7049- *) emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7050: absdir=`cd "$dir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7051- if test -z "$absdir"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7060- depdepl= emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7061: eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7062- if test -n "$deplibrary_names" ; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7067- depdepl="$absdir/$objdir/$depdepl" emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7068: darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7069- if test -z "$darwin_install_name"; then emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7070: darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7071- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7082- else emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7083: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7084- test -z "$libdir" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7105- else emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7106: compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7107- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7254- test "$module" = no && \ emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7255: func_fatal_help "libtool library \`$output' must begin with \`lib'" emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7256- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7392- if test "$age" -gt "$current"; then emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7393: func_error "AGE \`$age' is greater than the current interface number \`$current'" emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7394- func_fatal_error "\`$vinfo' is not valid version information" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7553- removelist= emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7554: tempremovelist=`$ECHO "$output_objdir/*"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7555- for p in $tempremovelist; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7579- # Transform .lo files to .o files. emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7580: oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7581- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7584- #for path in $notinst_path; do emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7585: # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7586: # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7587: # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7588- #done ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7705- if test -n "$i" ; then emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7706: libname=`eval "\\$ECHO \"$libname_spec\""` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7707: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7708- set dummy $deplib_matches; shift emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7709- deplib_match=$1 emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7710: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7711- func_append newdeplibs " $i" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7748- if test -n "$i" ; then emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7749: libname=`eval "\\$ECHO \"$libname_spec\""` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7750: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7751- set dummy $deplib_matches; shift emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7752- deplib_match=$1 emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7753: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7754- func_append newdeplibs " $i" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7783- set dummy $deplibs_check_method; shift emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7784: file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7785- for a_deplib in $deplibs; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7798- if test -n "$a_deplib" ; then emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7799: libname=`eval "\\$ECHO \"$libname_spec\""` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7800- if test -n "$file_magic_glob"; then emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7801: libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7802- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7808- shopt -s nocaseglob emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7809: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7810- $nocaseglob emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7811- else emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7812: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7813- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7826- while test -h "$potlib" 2>/dev/null; do emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7827: potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7828- case $potliblink in emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7829- [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7830: *) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";; emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7831- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7867- set dummy $deplibs_check_method; shift emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7868: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7869- for a_deplib in $deplibs; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7882- if test -n "$a_deplib" ; then emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7883: libname=`eval "\\$ECHO \"$libname_spec\""` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7884- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7885: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7886- for potent_lib in $potential_libs; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7921- newdeplibs="" emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7922: tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7923- if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7925- # can't use Xsed below, because $i might contain '/' emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7926: tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7927- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7951- # On Rhapsody replace the C library with the System framework emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:7952: newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-7953- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8003- *-*-darwin*) emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:8004: newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:8005: new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:8006: deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8007- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8130- # Use standard objects if they are pic emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:8131: test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8132- test "X$libobjs" = "X " && libobjs= ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8145- # exporting using user supplied symfile emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:8146: if test "x`$SED 1q $export_symbols`" != xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8147- # and it's NOT already a .def file. Must figure out ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8642- eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:8643: reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8644- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8656- # Create the old-style object. emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:8657: reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8658- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8716- # On Rhapsody replace the C library is the System framework emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:8717: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:8718: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8719- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8734- # Time to change all our "foo.ltframework" stuff back to "-framework foo" emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:8735: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:8736: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8737- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8812- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:8813: testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8814- case :$dllsearchpath: in ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8872- # Transform all the library objects into standard objects. emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:8873: compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:8874: finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8875- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8902- # Replace the output file specification. emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:8903: compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8904- link_command="$compile_command$compile_rpath" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8911- func_to_tool_file "$output" emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:8912: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8913- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8955- # Replace the output file specification. emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:8956: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8957- # Delete the old output file. ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8963- func_to_tool_file "$output" emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:8964: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8965- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8981- if test "$fast_install" = yes; then emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:8982: relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8983- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8993- # Replace the output file specification. emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:8994: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-8995- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-9002- func_to_tool_file "$output_objdir/$outputname" emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:9003: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-9004- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-9023- relink_command="(cd `pwd`; $relink_command)" emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:9024: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-9025- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-9267- relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:9268: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-9269- if test "$hardcode_automatic" = yes ; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-9288- func_resolve_sysroot "$deplib" emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:9289: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-9290- test -z "$libdir" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-9314- name="$func_basename_result" emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:9315: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-9316- test -z "$libdir" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-9333- name="$func_basename_result" emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:9334: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-9335- test -z "$libdir" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` emscripten-2.0.9~dfsg/tests/third_party/enet/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-125-done emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-127-]) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-427-m4_define([_LT_CONFIG_STATUS_DECLARE], emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:428:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-429- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-437-# emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:438:# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-439-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-547-]], lt_decl_quote_varnames); do emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:548: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-549- *[[\\\\\\\`\\"\\\$]]*) emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:550: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-551- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-560-]], lt_decl_dquote_varnames); do emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:561: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-562- *[[\\\\\\\`\\"\\\$]]*) emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:563: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-564- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-720- emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:721:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-722-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1090- if test "$lt_cv_ld_force_load" = "yes"; then emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:1091: _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1092- m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1143- }]' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:1144: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1145- # Check for a 64-bit object if we didn't find anything. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1146- if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:1147: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1148- fi],[]) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1179-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:1180: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1181- ECHO='print -r --' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:1182:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1183- ECHO='printf %s\n' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1214- PATH=/empty FPATH=/empty; export PATH FPATH emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:1215: test "X`printf %s $ECHO`" = "X$ECHO" \ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:1216: || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1217- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1237- if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:1238: lt_sysroot=`$CC --print-sysroot 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1239- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1241- /*) emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:1242: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1243- ;; #( ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1270- if AC_TRY_EVAL(ac_compile); then emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:1271: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1272- *ELF-32*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1286- if test "$lt_cv_prog_gnu_ld" = yes; then emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:1287: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1288- *32-bit*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1298- else emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:1299: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1300- *32-bit*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1650- # And add a safety zone emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:1651: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:1652: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1653- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1683- if test -n "$kargmax"; then emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:1684: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1685- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1691- if test -n "$lt_cv_sys_max_cmd_len"; then emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:1692: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:1693: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1694- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1703- # we can't tell. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:1704: while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1705- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1707- do emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:1708: i=`expr $i + 1` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1709- teststring=$teststring$teststring ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1711- # Only check the string length outside the loop. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:1712: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1713- teststring= ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1716- # linker. It appears as though 1/2 is a usable value. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:1717: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-1718- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2041- if test "$hard_links" = no; then emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2042: AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2043- need_locks=warn ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2172- esac emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2173: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2174- case $lt_search_path_spec in ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2179- # okay in the real world where ";" in dirpaths is itself problematic. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2180: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2181- ;; emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2182- *) emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2183: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2184- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2188- lt_tmp_lt_search_path_spec= emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2189: lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2190- for lt_sys_path in $lt_search_path_spec; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2223- esac emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2224: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2225-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2311- # Create ${libname}_ixlibrary.a entries in /sys/libs. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2312: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2313- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2347- # DLL is installed to $(libdir)/../bin by postinstall_cmds emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2348: postinstall_cmds='base_file=`basename \${file}`~ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2349: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2350: dldir=$destdir/`dirname \$dlpath`~ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2351- test -d \$dldir || mkdir -p \$dldir~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2356- fi' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2357: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2358- dlpath=$dir/\$dldll~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2364- # Cygwin DLLs use 'cyg' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2365: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2366-m4_if([$1], [],[ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2370- # MinGW DLLs use traditional 'lib' prefix emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2371: soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2372- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2374- # pw32 DLLs use 'pw' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2375: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2376- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2383- libname_spec='$name' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2384: soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2385- library_names_spec='${libname}.dll.lib' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2395- # Let DOS variable expansion print the short 8.3 style file name. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2396: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2397- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2400- # Convert to MSYS style. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2401: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2402- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2406- # like /cygdrive/c/PROGRA~1:/cygdr... emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2407: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2408: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2409: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2410- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2414- # It is most probably a Windows format PATH. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2415: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2416- else emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2417: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2418- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2424- # DLL is installed to $(libdir)/../bin by postinstall_cmds emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2425: postinstall_cmds='base_file=`basename \${file}`~ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2426: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2427: dldir=$destdir/`dirname \$dlpath`~ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2428- test -d \$dldir || mkdir -p \$dldir~ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2429- $install_prog $dir/$dlname \$dldir/$dlname' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2430: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2431- dlpath=$dir/\$dldll~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2438- # Assume MSVC wrapper emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2439: library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2440- dynamic_linker='Win32 ld.exe' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2455- shlibpath_var=DYLD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2456: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2457-m4_if([$1], [],[ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2673- if test -f /etc/ld.so.conf; then emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2674: 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;s/"//g;/^$/d' | tr '\n' ' '` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2675- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2747- shlibpath_var=LD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2748: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2749- case $host_os in ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2964- "file_magic "*) emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:2965: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-2966- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3047- # gcc leaves a trailing carriage return which upsets mingw emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:3048: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3049- *) emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:3050: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3051- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3056- # Canonicalize the pathname of ld emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:3057: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3058- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:3059: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3060- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3087- # Break only if it was the GNU/non-GNU ld that we prefer. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:3088: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3089- *GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3127-[# I'd rather use --version here, but apparently some GNU lds only accept -v. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:3128:case `$LD -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3129-*GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3322-openbsd*) emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:3323: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3324- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3386- else emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:3387: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3388- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3432- # Tru64's nm complains that /dev/null is an invalid object file emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:3433: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3434- */dev/null* | *'Invalid file or object type'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3438- *) emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:3439: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3440- */dev/null*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3464- AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:3465: case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3466- *COFF*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3523- # decide which to use based on capabilities of $DLLTOOL emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:3524: case `$DLLTOOL --help 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3525- *--identify-strict*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3682-# If we're using GNU nm, then use its standard symbol codes. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:3683:case `$NM -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3684-*GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3700-mingw*) emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:3701: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3702- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3753- nlist=conftest.nm emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:3754: if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-3755- # Try sorting and uniquifying the output. ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-4091- *) emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:4092: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-4093- *Sun\ C*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-4396- *) emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:4397: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-4398- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-4674- # shared libraries, regardless of the interface used. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:4675: case `$LD -v 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-4676- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-4706- supports_anon_versioning=no emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:4707: case `$LD -v 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-4708- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-4775- # is EXPORTS), use it as is; otherwise, prepend... emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:4776: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-4777- cp $export_symbols $output_objdir/$soname.def; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-4803- # time. Moving up from 0x10000000 also allows more sbrk(2) space. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:4804: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:4805: _LT_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' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-4806- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-4821- pgcc*) # Portland Group C compiler emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:4822: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-4823- tmp_addflag=' $pic_flag' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-4826- # Portland Group f77 and f90 compilers emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:4827: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-4828- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-4841- nvcc*) # Cuda Compiler Driver 2.2 emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:4842: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-4843- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-4845- esac emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:4846: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-4847- *Sun\ C*) # Sun C 5.9 emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:4848: _LT_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; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-4849- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-4913- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:4914: case `$LD -v 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-4915- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5036- # below for broken collect2 doesn't work under 4.3+ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:5037: collect2name=`${CC} -print-prog-name=collect2` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5038- if test -f "$collect2name" && ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5086- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:5087: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5088- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5152- _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:5153: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5154- sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5189- # FIXME: Setting linknames here is a bad hack. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:5190: _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5191- # The linker will automatically build a .lib file if we build a DLL. ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5327- if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:5328: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5329- # Try to use the -exported_symbol ld option, if it does not ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5350- if test "$lt_cv_irix_exported_symbol" = yes; then emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:5351: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5352- fi emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5353- else emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:5354: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:5355: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5356- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5390- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:5391: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5392- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5423- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:5424: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5425- else emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5426- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:5427: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5428- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5436- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:5437: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5438- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5440- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:5441: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:5442: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:5443: $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5444- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5459- else emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:5460: case `$CC -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5461- *"Compilers 5.0"*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5652- _LT_TAGVAR(allow_undefined_flag, $1)= emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:5653: if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5654- then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5952- # ancient GNU ld didn't support --whole-archive et. al. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:5953: if eval "`$CC -print-prog-name=ld` --help 2>&1" | emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-5954- $GREP 'no-whole-archive' > /dev/null; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6035- # below for broken collect2 doesn't work under 4.3+ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6036: collect2name=`${CC} -print-prog-name=collect2` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6037- if test -f "$collect2name" && ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6085- emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6086: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6087- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6151- _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6152: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6153- $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6192- # is EXPORTS), use it as is; otherwise, prepend... emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6193: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6194- cp $export_symbols $output_objdir/$soname.def; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6275- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6276: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6277- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6340- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6341: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6342- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6376- # time. Moving up from 0x10000000 also allows more sbrk(2) space. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6377: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6378: _LT_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' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6379- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6383- # SGI C++ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6384: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6385- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6394- if test "$with_gnu_ld" = no; then emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6395: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6396- else emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6397: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6398- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6415- # to its proper name (with version) after linking. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6416: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6417: _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6418- # Commands to make compiler produce verbose output that lists ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6425- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6426: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6427- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6440- # earlier do not add the objects themselves. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6441: case `$CC -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6442- *"Version 7."*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6461- # Portland Group C++ compiler emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6462: case `$CC -V` in emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6463- *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6466- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6467: compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6468- _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6470- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6471: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6472- $RANLIB $oldlib' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6475- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6476: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6477- _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6479- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6480: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6481- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6489- _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6490: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6491- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6508- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6509: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$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; func_echo_all "X$list" | $Xsed' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6510- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6523- *) emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6524: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6525- *Sun\ C*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6530- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6531: _LT_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; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6532- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6600- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6601: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6602- _LT_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' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6619- # to its proper name (with version) after linking. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6620: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6621- ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6640- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6641: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6642- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6645- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6646: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6647: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6648- echo "-hidden">> $lib.exp~ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6649: $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6650- $RM $lib.exp' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6664- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6665: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$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; func_echo_all "$list"' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6666- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6671- osf3*) emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6672: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6673- ;; emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6674- *) emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6675: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6676- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6924- case ${2} in emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6925: .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:6926: *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-6927- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-7012- emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:7013: for p in `eval "$output_verbose_link_cmd"`; do emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-7014- case ${prev}${p} in ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-7110-linux*) emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:7111: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-7112- *Sun\ C*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-7161-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:7162: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-7163-fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-7773- test $lt_ac_count -gt 10 && break emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:7774: lt_ac_count=`expr $lt_ac_count + 1` emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-7775- if test $lt_ac_count -gt $lt_ac_max; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-7844-# ------------------------------------------------------ emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4:7845:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and emscripten-2.0.9~dfsg/tests/third_party/enet/m4/libtool.m4-7846-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY. ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/m4/ltsugar.m4-67-m4_define([lt_combine], emscripten-2.0.9~dfsg/tests/third_party/enet/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1], emscripten-2.0.9~dfsg/tests/third_party/enet/m4/ltsugar.m4-69- [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/missing-139- # Could not run --version or --help. This is probably someone emscripten-2.0.9~dfsg/tests/third_party/enet/missing:140: # running `$TOOL --version' or `$TOOL --help' to check whether emscripten-2.0.9~dfsg/tests/third_party/enet/missing-141- # $TOOL exists and not knowing $TOOL uses missing. ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/missing-173- from any GNU archive site." emscripten-2.0.9~dfsg/tests/third_party/enet/missing:174: files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` emscripten-2.0.9~dfsg/tests/third_party/enet/missing-175- test -z "$files" && files="config.h" ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/missing-202- proper tools for further handling them. emscripten-2.0.9~dfsg/tests/third_party/enet/missing:203: You can get \`$1' as part of \`Autoconf' from any GNU emscripten-2.0.9~dfsg/tests/third_party/enet/missing-204- archive site." emscripten-2.0.9~dfsg/tests/third_party/enet/missing-205- emscripten-2.0.9~dfsg/tests/third_party/enet/missing:206: file=`echo "$*" | sed -n "$sed_output"` emscripten-2.0.9~dfsg/tests/third_party/enet/missing:207: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` emscripten-2.0.9~dfsg/tests/third_party/enet/missing-208- if test -f "$file"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/missing-231- *.y) emscripten-2.0.9~dfsg/tests/third_party/enet/missing:232: SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` emscripten-2.0.9~dfsg/tests/third_party/enet/missing-233- if test -f "$SRCFILE"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/missing-235- fi emscripten-2.0.9~dfsg/tests/third_party/enet/missing:236: SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` emscripten-2.0.9~dfsg/tests/third_party/enet/missing-237- if test -f "$SRCFILE"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/missing-261- *.l) emscripten-2.0.9~dfsg/tests/third_party/enet/missing:262: SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` emscripten-2.0.9~dfsg/tests/third_party/enet/missing-263- if test -f "$SRCFILE"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/missing-280- emscripten-2.0.9~dfsg/tests/third_party/enet/missing:281: file=`echo "$*" | sed -n "$sed_output"` emscripten-2.0.9~dfsg/tests/third_party/enet/missing:282: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` emscripten-2.0.9~dfsg/tests/third_party/enet/missing-283- if test -f "$file"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/missing-300- # The file to touch is that specified with -o ... emscripten-2.0.9~dfsg/tests/third_party/enet/missing:301: file=`echo "$*" | sed -n "$sed_output"` emscripten-2.0.9~dfsg/tests/third_party/enet/missing:302: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` emscripten-2.0.9~dfsg/tests/third_party/enet/missing-303- if test -z "$file"; then emscripten-2.0.9~dfsg/tests/third_party/enet/missing-304- # ... or it is the one specified with @setfilename ... emscripten-2.0.9~dfsg/tests/third_party/enet/missing:305: infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` emscripten-2.0.9~dfsg/tests/third_party/enet/missing-306- file=`sed -n ' ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/missing-312- # ... or it is derived from the source name (dir/f.texi becomes f.info) emscripten-2.0.9~dfsg/tests/third_party/enet/missing:313: test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info emscripten-2.0.9~dfsg/tests/third_party/enet/missing-314- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/missing-336- *o*) emscripten-2.0.9~dfsg/tests/third_party/enet/missing:337: firstarg=`echo "$firstarg" | sed s/o//` emscripten-2.0.9~dfsg/tests/third_party/enet/missing-338- tar "$firstarg" "$@" && exit 0 ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/missing-342- *h*) emscripten-2.0.9~dfsg/tests/third_party/enet/missing:343: firstarg=`echo "$firstarg" | sed s/h//` emscripten-2.0.9~dfsg/tests/third_party/enet/missing-344- tar "$firstarg" "$@" && exit 0 ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/unix.c-143- emscripten-2.0.9~dfsg/tests/third_party/enet/unix.c:144: hostEntry = gethostbyaddr ((char *) & in, sizeof (struct in_addr), AF_INET); emscripten-2.0.9~dfsg/tests/third_party/enet/unix.c-145-#endif ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/win32.c-63- { emscripten-2.0.9~dfsg/tests/third_party/enet/win32.c:64: unsigned long host = inet_addr (name); emscripten-2.0.9~dfsg/tests/third_party/enet/win32.c-65- if (host == INADDR_NONE) ############################################## emscripten-2.0.9~dfsg/tests/third_party/enet/win32.c-93- emscripten-2.0.9~dfsg/tests/third_party/enet/win32.c:94: hostEntry = gethostbyaddr ((char *) & in, sizeof (struct in_addr), AF_INET); emscripten-2.0.9~dfsg/tests/third_party/enet/win32.c-95- if (hostEntry == NULL) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/CMakeLists.txt-20- emscripten-2.0.9~dfsg/tests/third_party/freealut/CMakeLists.txt:21:INCLUDE(${CMAKE_ROOT}/Modules/CheckIncludeFile.cmake) emscripten-2.0.9~dfsg/tests/third_party/freealut/CMakeLists.txt:22:INCLUDE(${CMAKE_ROOT}/Modules/CheckIncludeFiles.cmake) emscripten-2.0.9~dfsg/tests/third_party/freealut/CMakeLists.txt:23:INCLUDE(${CMAKE_ROOT}/Modules/CheckCSourceCompiles.cmake) emscripten-2.0.9~dfsg/tests/third_party/freealut/CMakeLists.txt-24- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-193- emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:194:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-195- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-282- # Remove one level of quotation (which was required for Make). emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:283: ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-284- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-293- : emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:294:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-295- # Yippee, $echo works! ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-319- # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:320: if (echo_test_string="`eval $cmd`") 2>/dev/null && emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:321: echo_test_string="`eval $cmd`" && emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-322- (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-328- emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:329:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:330: echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-331- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-343- if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:344: test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:345: echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-346- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-355- if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:356: echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-357- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-370- echo='printf %s\n' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:371: if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:372: echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-373- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-375- : emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:376: elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-377- test "X$echo_testing_string" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:378: echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-379- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-384- echo="$CONFIG_SHELL [$]0 --fallback-echo" emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:385: elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-386- test "X$echo_testing_string" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:387: echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-388- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-394- for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:395: if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-396- then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-402- if test "$prev" != 'sed 50q "[$]0"'; then emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:403: echo_test_string=`eval $prev` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-404- export echo_test_string ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-441- if AC_TRY_EVAL(ac_compile); then emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:442: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-443- *ELF-32*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-457- if test "$lt_cv_prog_gnu_ld" = yes; then emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:458: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-459- *32-bit*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-469- else emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:470: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-471- *32-bit*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-681- # And add a safety zone emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:682: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-683- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-701- SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:702: while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \ emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-703- = "XX$teststring") >/dev/null 2>&1 && emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:704: new_result=`expr "X$teststring" : ".*" 2>&1` && emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-705- lt_cv_sys_max_cmd_len=$new_result && ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-707- do emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:708: i=`expr $i + 1` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-709- teststring=$teststring$teststring ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-714- # It appears as though 1/2 is a usable value. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:715: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-716- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1002- if test "$hard_links" = no; then emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:1003: AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1004- need_locks=warn ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1117-if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:1118: sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1119- if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1123- # okay in the real world where ";" in dirpaths is itself problematic. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:1124: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1125- else emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:1126: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1127- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1194- # Create ${libname}_ixlibrary.a entries in /sys/libs. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:1195: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1196- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1227- # DLL is installed to $(libdir)/../bin by postinstall_cmds emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:1228: postinstall_cmds='base_file=`basename \${file}`~ emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:1229: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:1230: dldir=$destdir/`dirname \$dlpath`~ emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1231- test -d \$dldir || mkdir -p \$dldir~ emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1232- $install_prog $dir/$dlname \$dldir/$dlname' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:1233: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1234- dlpath=$dir/\$dldll~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1240- # Cygwin DLLs use 'cyg' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:1241: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1242- sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1245- # MinGW DLLs use traditional 'lib' prefix emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:1246: soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:1247: sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1248- if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1254- # which wouldn't understand a cygwinified path. Ahh. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:1255: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1256- else emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:1257: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1258- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1261- # pw32 DLLs use 'pw' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:1262: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1263- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1267- *) emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:1268: library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1269- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1287- if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:1288: 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"` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1289- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1466- if test -f /etc/ld.so.conf; then emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:1467: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1468- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1533- shlibpath_var=LD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:1534: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1535- case $host_os in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1662- if test -z "$LTCC"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:1663: eval "`$SHELL ${ofile} --config | grep '^LTCC='`" emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1664- if test -z "$LTCC"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1666- else emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:1667: AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile']) emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1668- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1672- # Note that this assumes the entire list is on one line. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:1673: available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1674- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1678- # Check whether tagname contains only valid characters emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:1679: case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1680- "") ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1933- "file_magic "*) emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:1934: file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-1935- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2005- # gcc leaves a trailing carriage return which upsets mingw emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:2006: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2007- *) emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:2008: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2009- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2014- # Canonicalize the pathname of ld emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:2015: ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2016- while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:2017: ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2018- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2045- # Break only if it was the GNU/non-GNU ld that we prefer. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:2046: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2047- *GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2076-[# I'd rather use --version here, but apparently some GNU ld's only accept -v. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:2077:case `$LD -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2078-*GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2239-openbsd*) emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:2240: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2241- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2312- # Tru64's nm complains that /dev/null is an invalid object file emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:2313: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2314- */dev/null* | *'Invalid file or object type'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2318- *) emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:2319: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2320- */dev/null*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2531-if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:2532: AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries]) emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:2533: if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[ ]]" >/dev/null; then : emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2534- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2672-_LT_AC_TAGVAR(compiler, $1)=$CC emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:2673:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2674- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2702- # ancient GNU ld didn't support --whole-archive et. al. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:2703: if eval "`$CC -print-prog-name=ld` --help 2>&1" | \ emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2704- grep 'no-whole-archive' > /dev/null; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2782- # below for broken collect2 doesn't work under 4.3+ emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:2783: collect2name=`${CC} -print-prog-name=collect2` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2784- if test -f "$collect2name" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2829- emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:2830: _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2831- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2875- # is EXPORTS), use it as is; otherwise, prepend... emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:2876: _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2877- cp $export_symbols $output_objdir/$soname.def; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2936- output_verbose_link_cmd='echo' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:2937: _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' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-2938- _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3004- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3005: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3006- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3076- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3077: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3078- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3101- # SGI C++ emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3102: _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3103- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3112- if test "$with_gnu_ld" = no; then emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3113: _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3114- else emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3115: _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3116- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3131- # to its proper name (with version) after linking. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3132: _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3133: _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3134- # Commands to make compiler produce verbose output that lists ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3141- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3142: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3143- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3156- # earlier do not add the objects themselves. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3157: case `$CC -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3158- *"Version 7."*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3200- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3201: 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' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3202- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3244- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3245: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3246- _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' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3259- # to its proper name (with version) after linking. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3260: _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3261- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3276- _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3277: _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3278- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3289- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3290: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "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' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3291- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3294- _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3295: _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3296- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3319- # to its proper name (with version) after linking. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3320: _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3321- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3335- _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3336: _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3337: _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3338- echo "-hidden">> $lib.exp~ emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3339: $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~ emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3340- $rm $lib.exp' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3352- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3353: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "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' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3354- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3357- _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3358: _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3359- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3440- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3441: output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3442- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3597- # eval without this substitution. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3598: output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`" emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3599- emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3600: for p in `eval $output_verbose_link_cmd`; do emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3601- case $p in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3728-_LT_AC_TAGVAR(compiler, $1)=$CC emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3729:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3730- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3947- # Double-quote double-evaled strings. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3948: eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3949- ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3950- *) emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3951: eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3952- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3957- *'\[$]0 --fallback-echo"') emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3958: lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3959- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3972- emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:3973:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-3974-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-4351- # libtool script then. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:4352: ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-4353- if test -f "$ltmain_in"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-4447-# If we're using GNU nm, then use its standard symbol codes. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:4448:case `$NM -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-4449-*GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-4480- nlist=conftest.nm emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:4481: if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-4482- # Try sorting and uniquifying the output. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5209- # is EXPORTS), use it as is; otherwise, prepend... emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:5210: _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5211- cp $export_symbols $output_objdir/$soname.def; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5274- supports_anon_versioning=no emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:5275: case `$LD -v 2>/dev/null` in emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5276- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5380- # below for broken collect2 doesn't work under 4.3+ emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:5381: collect2name=`${CC} -print-prog-name=collect2` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5382- if test -f "$collect2name" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5426- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:5427: _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5428- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5475- # FIXME: Setting linknames here is a bad hack. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:5476: _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5477- # The linker will automatically build a .lib file if we build a DLL. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5480- _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:5481: _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5482- _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5521- output_verbose_link_cmd='echo' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:5522: _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' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5523- _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5641- if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:5642: _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5643- else emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:5644: _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5645- _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5673- _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:5674: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5675- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5703- _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:5704: _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5705- else emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5706- _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:5707: _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5708- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5715- _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:5716: _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5717- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5719- _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:5720: _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:5721: _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:5722: $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5723- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5896- _LT_AC_TAGVAR(allow_undefined_flag, $1)= emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:5897: if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-5898- then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6032- test $lt_ac_count -gt 10 && break emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:6033: lt_ac_count=`expr $lt_ac_count + 1` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6034- if test $lt_ac_count -gt $lt_ac_max; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6073-# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:6074:# `$srcdir', `$srcdir/..', or `$srcdir/../..'. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6075-# ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6097-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:6098:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6099-# and then we would define $MISSING as ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6113-# expand $ac_aux_dir to an absolute path emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:6114:am_aux_dir=`cd $ac_aux_dir && pwd` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6115-]) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6211- if test "$am_compiler_list" = ""; then emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:6212: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6213- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6321- # Strip MF so we end up with the name of the file. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:6322: mf=`echo "$mf" | sed -e 's/:.*$//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6323- # Check whether this is an Automake generated Makefile or not. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6329- if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:6330: dirpart=`AS_DIRNAME("$mf")` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6331- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6335- # from the Makefile without running `make'. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:6336: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6337- test -z "$DEPDIR" && continue emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:6338: am__include=`sed -n 's/^am__include = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6339- test -z "am__include" && continue emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:6340: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6341- # When using ansi2knr, U may be empty or an underscore; expand it emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:6342: U=`sed -n 's/^U = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6343- # Find all dependency output files, they are included files with ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6351- test -f "$dirpart/$file" && continue emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:6352: fdir=`AS_DIRNAME(["$file"])` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6353- AS_MKDIR_P([$dirpart/$fdir]) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6406-# test to see if srcdir already configured emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:6407:if test "`cd $srcdir && pwd`" != "`pwd`" && emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6408- test -f $srcdir/config.status; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6482- * ) emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:6483: _am_stamp_count=`expr $_am_stamp_count + 1` ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6484- esac emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6485-done emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:6486:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6487- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6554-# case it prints its new name instead of `make'. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:6555:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6556- am__include=include ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6562- echo '.include "confinc"' > confmf emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:6563: if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6564- am__include=.include ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6729-if ( emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:6730: set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6731- if test "$[*]" = "X"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6732- # -L didn't work. emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4:6733: set X `ls -t $srcdir/configure conftest.file` emscripten-2.0.9~dfsg/tests/third_party/freealut/aclocal.m4-6734- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/Makefile.in-231- dot_seen=no; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/Makefile.in:232: target=`echo $@ | sed s/-recursive//`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/Makefile.in-233- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/Makefile.in-267- rev="$$rev ."; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/Makefile.in:268: target=`echo $@ | sed s/-recursive//`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/Makefile.in-269- for subdir in $$rev; do \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/Makefile.in-341-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/Makefile.in:342: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/Makefile.in-343- && cd $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/Makefile.in-349-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/Makefile.in:350: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/Makefile.in:351: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/Makefile.in-352- list='$(DISTFILES)'; for file in $$list; do \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/Makefile.in-353- case $$file in \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/Makefile.in:354: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/Makefile.in:355: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/Makefile.in-356- esac; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/Makefile.in-357- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/Makefile.in:358: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/Makefile.in-359- if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/Makefile.in-380- || exit 1; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/Makefile.in:381: distdir=`$(am__cd) $(distdir) && pwd`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/Makefile.in:382: top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/Makefile.in-383- (cd $$subdir && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/compile-105-# Name of file we expect compiler to create. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/compile:106:cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/compile-107- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/compile-111-# object file name, since that is what matters with a parallel build. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/compile:112:lockdir=`echo "$cofile" | sed -e 's|[/.-]|_|g'`.d emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/compile-113-while true; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-37- emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-39- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-106-: ${TMPDIR=/tmp} ; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-201- *) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:202: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-203- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-260- *4.0) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:261: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-262- ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-263- *5.*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:264: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-265- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-270- # types through head -n 1, so we only detect the type of CPU 0. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:271: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-272- case "$ALPHA_CPU_TYPE" in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-308- # 1.2 uses "1.2" for uname -r. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:309: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-310- exit 0 ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-362- sun4H:SunOS:5.*:*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:363: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-364- exit 0 ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-365- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:366: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-367- exit 0 ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-368- i86pc:SunOS:5.*:*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:369: echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-370- exit 0 ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-374- # it's likely to be more like Solaris than SunOS4. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:375: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-376- exit 0 ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-383- # Japanese Language versions have a version number like `4.1.3-JL'. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:384: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-385- exit 0 ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-389- sun*:*:4.2BSD:*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:390: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-391- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-471- $CC_FOR_BUILD -o $dummy $dummy.c \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:472: && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-473- && exit 0 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-526- *:IRIX*:*:*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:527: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-528- exit 0 ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-565- *:AIX:*:[45]) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:566: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-567- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-600- 9000/[34678]??:HP-UX:*:*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:601: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-602- case "${UNAME_MACHINE}" in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-654-EOF emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:655: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-656- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-672- ia64:HP-UX:*:*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:673: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-674- echo ia64-hp-hpux${HPUX_REV} ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-772- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:773: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-774- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-777- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:778: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-779- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-790- *:FreeBSD:*:*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:791: echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-792- exit 0 ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-823- prep*:SunOS:5.*:*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:824: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-825- exit 0 ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-827- # the GNU system emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:828: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-829- exit 0 ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-831- # other systems with GNU libc and userland emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:832: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-833- exit 0 ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-873-EOF emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:874: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-875- test x"${CPU}" != x && echo "${CPU}-${VENDOR}-linux" && exit 0 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-892-EOF emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:893: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-894- test x"${CPU}" != x && echo "${CPU}-${VENDOR}-linux" && exit 0 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-993-EOF emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:994: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-995- test x"${LIBC}" != x && echo "${UNAME_MACHINE}-${VENDOR}-linux-${LIBC}" | sed 's/linux-gnu/linux/' && exit 0 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-1032- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:1033: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-1034- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-1260- *:DragonFly:*:*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess:1261: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.guess-1262- exit 0 ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-54- emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-56- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-120-case $maybe_os in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-123- os=-$maybe_os emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:124: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-125- ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-126- *) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:127: basic_machine=`echo $1 | sed 's/-[^-]*$//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-128- if [ $basic_machine != $1 ] emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:129: then os=`echo $1 | sed 's/.*-/-/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-130- else os=; fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-174- os=-sco3.2v5 emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:175: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-176- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-178- os=-sco3.2v4 emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:179: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-180- ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-181- -sco3.2.[4-9]*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:182: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:183: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-184- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-186- # Don't forget version if it is 3.2v4 or newer. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:187: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-188- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-190- os=-sco3.2v2 emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:191: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-192- ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-193- -udk*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:194: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-195- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-197- os=-isc2.2 emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:198: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-199- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-203- -isc*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:204: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-205- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-209- -ptx*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:210: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-211- ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-212- -windowsnt*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:213: os=`echo $os | sed -e 's/windowsnt/winnt/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-214- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-289- *-*-*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:290: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-291- exit 1 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-387- amd64-*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:388: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-389- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-608- i*86v32) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:609: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-610- os=-sysv32 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-612- i*86v4*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:613: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-614- os=-sysv4 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-616- i*86v) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:617: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-618- os=-sysv ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-620- i*86sol2) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:621: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-622- os=-solaris2 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-668- mips3*-*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:669: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-670- ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-671- mips3*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:672: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-673- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-806- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:807: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-808- ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-809- pentiumpro-* | p6-* | 6x86-* | athlon-*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:810: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-811- ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-812- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:813: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-814- ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-815- pentium4-*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:816: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-817- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-824- ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:825: ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-826- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-830- ppcle-* | powerpclittle-*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:831: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-832- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-834- ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:835: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-836- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-840- ppc64le-* | powerpc64little-*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:841: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-842- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-1116- *) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:1117: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-1118- exit 1 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-1124- *-digital*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:1125: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-1126- ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-1127- *-commodore*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:1128: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-1129- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-1142- -solaris1 | -solaris1.*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:1143: os=`echo $os | sed -e 's|solaris1|sunos4|'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-1144- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-1154- -gnu/linux*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:1155: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-1156- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-1195- -nto*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:1196: os=`echo $os | sed -e 's|nto|nto-qnx|'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-1197- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-1202- -mac*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:1203: os=`echo $os | sed -e 's|mac|macos|'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-1204- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-1208- -sunos5*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:1209: os=`echo $os | sed -e 's|sunos5|solaris2|'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-1210- ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-1211- -sunos6*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:1212: os=`echo $os | sed -e 's|sunos6|solaris3|'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-1213- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-1260- -sinix5.*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:1261: os=`echo $os | sed -e 's|sinix|sysv|'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-1262- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-1311- # Get rid of the `-' at the beginning of $os. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:1312: os=`echo $os | sed 's/[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:1313: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-1314- exit 1 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-1550- esac emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub:1551: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/config.sub-1552- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/depcomp-68- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/depcomp:69:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/depcomp-70- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/depcomp-203- # Version 6 uses the directory in both cases. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/depcomp:204: stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/depcomp-205- tmpdepfile="$stripped.u" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/depcomp-214- else emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/depcomp:215: stripped=`echo "$stripped" | sed 's,^.*/,,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/depcomp-216- tmpdepfile="$stripped.u" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/depcomp-228- # Do two passes, one to just change these to emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/depcomp:229: # `$object: dependent.h' and one to simply `dependent.h:'. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/depcomp-230- sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/depcomp-269- # Do two passes, one to just change these to emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/depcomp:270: # `$object: dependent.h' and one to simply `dependent.h:'. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/depcomp-271- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/depcomp-284- # Subdirectories are respected. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/depcomp:285: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/depcomp-286- test "x$dir" = "x$object" && dir= emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/depcomp:287: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/depcomp-288- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/depcomp-423- done emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/depcomp:424: obj_suffix="`echo $object | sed 's/^.*\././'`" emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/depcomp-425- touch "$tmpdepfile" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/install-sh-210- fi emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/install-sh:211: dst=$dst/`basename "$src"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/install-sh-212- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/install-sh-215- # This sed command emulates the dirname command. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/install-sh:216: dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/install-sh-217- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/install-sh-228- IFS='%' emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/install-sh:229: set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/install-sh-230- shift ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/install-sh-256- else emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/install-sh:257: dstfile=`basename "$dst"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/install-sh-258- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-36-# The name of this program: emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:37:progname=`echo "$progpath" | $SED $basename` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-38-modename="$progname" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-61- : emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:62:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-63- # Yippee, $echo works! ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-149- win32_libid_type="unknown" emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:150: win32_fileres=`file -L $1 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-151- case $win32_fileres in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-202- # but not from the CC environment variable when configure was run. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:203: " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-204- # Blanks at the start of $base_compile will cause this to fail ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-209- # Evaluate the configuration. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:210: eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-211- CC_quoted= ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-221- case "$@ " in emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:222: " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-223- # The compiler in the base compile command matches ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-252- f_ex_an_ar_oldlib="$1" emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:253: f_ex_an_ar_lib=`$echo "X$f_ex_an_ar_oldlib" | $Xsed -e 's%^.*/%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-254- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-274- do emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:275: name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-276- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-278- $run eval "(cd \$f_ex_an_ar_dir && $AR x \$f_ex_an_ar_lib '$name' && $mv '$name' '$name_to' && $AR -d \$f_ex_an_ar_lib '$name')" || exit $? emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:279: i=`expr $i + 1` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-280- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-312- esac emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:313: my_xlib=`$echo "X$my_xlib" | $Xsed -e 's%^.*/%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-314- my_xdir="$my_gentop/$my_xlib" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-332- darwin_curdir=`pwd` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:333: darwin_base_archive=`$echo "X$darwin_archive" | $Xsed -e 's%^.*/%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:334: darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | $EGREP Architectures 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-335- if test -n "$darwin_arches"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:336: darwin_arches=`echo "$darwin_arches" | $SED -e 's/.*are://'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-337- darwin_arch= ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-347- ## Okay now we have a bunch of thin objects, gotta fatten them up :) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:348: darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-349- darwin_file= ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-351- for darwin_file in $darwin_filelist; do emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:352: darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-353- lipo -create -output "$darwin_file" $darwin_files ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-366- esac emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:367: my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-368- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-383- case $arg in emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:384: -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-385- *) optarg= ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-414- # Evaluate the configuration. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:415: eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`" emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-416- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-641- -Wc,*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:642: args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-643- lastarg= ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-658- IFS="$save_ifs" emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:659: lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-660- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-677- # Aesthetically quote the previous argument. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:678: lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-679- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-705- # Get the name of the library object. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:706: [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-707- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-716- *.ads) xform=ads ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:717: *.asm) xform=asm ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-718- *.c++) xform=c++ ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-728- emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:729: libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-730- emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-731- case $libobj in emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:732: *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-733- *) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-759- emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:760: objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:761: xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-762- if test "X$xdir" = "X$obj"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-798- if test "$compiler_c_o" = no; then emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:799: output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-800- lockfile="$output_obj.lock" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-819-*** ERROR, $lockfile exists and contains: emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:820:`cat $lockfile 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-821- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-888- if test "$need_locks" = warn && emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:889: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-890- $echo "\ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-891-*** ERROR, $lockfile contains: emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:892:`cat $lockfile 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-893- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-960- if test "$need_locks" = warn && emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:961: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-962- $echo "\ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-963-*** ERROR, $lockfile contains: emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:964:`cat $lockfile 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-965- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1122- *$quote_scanset* | *]* | *\|* | *\&* | *\(* | *\)* | "") emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:1123: qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1124- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1211- moreargs= emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:1212: for fil in `cat $save_arg` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1213- do ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1238- # Extract subdirectory from the argument. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:1239: xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1240- if test "X$xdir" = "X$arg"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1292- # Extract subdirectory from the argument. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:1293: xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1294- if test "X$xdir" = "X$arg"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1299- emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:1300: pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:1301: non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1302- libobjs="$libobjs $pic_object" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1452- -L*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:1453: dir=`$echo "X$arg" | $Xsed -e 's/^-L//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1454- # We need an absolute path. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1457- *) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:1458: absdir=`cd "$dir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1459- if test -z "$absdir"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1547- # to be aesthetically quoted because they are evaled later. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:1548: arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1549- case $arg in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1618- -R*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:1619: dir=`$echo "X$arg" | $Xsed -e 's/^-R//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1620- # We need an absolute path. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1659- -Wc,*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:1660: args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1661- arg= ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1673- IFS="$save_ifs" emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:1674: arg=`$echo "X$arg" | $Xsed -e "s/^ //"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1675- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1677- -Wl,*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:1678: args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1679- arg= ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1692- IFS="$save_ifs" emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:1693: arg=`$echo "X$arg" | $Xsed -e "s/^ //"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1694- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1714- # to be aesthetically quoted because they are evaled later. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:1715: arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1716- case $arg in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1751- # Extract subdirectory from the argument. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:1752: xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1753- if test "X$xdir" = "X$arg"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1805- # Extract subdirectory from the argument. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:1806: xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1807- if test "X$xdir" = "X$arg"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1812- emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:1813: pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:1814: non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1815- libobjs="$libobjs $pic_object" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1848- # to be aesthetically quoted because they are evaled later. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:1849: arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1850- case $arg in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1878- # calculate the name of the file, without its directory emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:1879: outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1880- libobjs_save="$libobjs" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1883- # get the directories listed in $shlibpath_var emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:1884: eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1885- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1890- emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:1891: output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-1892- if test "X$output_objdir" = "X$output"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2026- fi emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:2027: name=`$echo "X$deplib" | $Xsed -e 's/^-l//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2028- for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2070- found=no emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:2071: ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2072- test "X$ladir" = "X$lib" && ladir="." ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2095- newdependency_libs="$deplib $newdependency_libs" emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:2096: newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2097- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2108- fi emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:2109: newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2110- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2118- if test "$pass" = link; then emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:2119: dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2120- # Make sure the xrpath contains only unique directories. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2140- set dummy $deplibs_check_method emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:2141: match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2142- if eval $echo \"$deplib\" 2>/dev/null \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2212- emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:2213: ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2214- test "X$ladir" = "X$lib" && ladir="." ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2304- *) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:2305: abs_ladir=`cd "$ladir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2306- if test -z "$abs_ladir"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2312- esac emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:2313: laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2314- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2339- fi # $installed = yes emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:2340: name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2341- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2386- case $deplib in emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:2387: -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2388- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2501- shift; shift emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:2502: libname=`eval \\$echo \"$libname_spec\"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2503- # use dlname if we got it. it's perfectly good, no? ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2509- *cygwin* | mingw*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:2510: major=`expr $current - $age` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2511- versuffix="-$major" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2520- soroot="$soname" emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:2521: soname=`$echo $soroot | ${SED} -e 's/^.*\///'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:2522: newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a" emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2523- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2751- case $libdir in emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:2752: -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2753- case " $xrpath " in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2783- *.la) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:2784: dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2785- test "X$dir" = "X$deplib" && dir="." ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2789- *) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:2790: absdir=`cd "$dir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2791- if test -z "$absdir"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2799- else emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:2800: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2801- if test -z "$libdir"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2814- # but need to link against shared emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:2815: eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2816- if test -n "$deplibrary_names" ; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2839- # Again, we only want to link against shared libraries emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:2840: eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-2841- for tmp in $newlib_search_path ; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3006- lib*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3007: name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3008- eval shared_ext=\"$shrext_cmds\" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3012- if test "$module" = no; then emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3013: $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2 emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3014- $echo "$help" 1>&2 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3018- # Add the "lib" prefix for modules if required emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3019: name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3020- eval shared_ext=\"$shrext_cmds\" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3022- else emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3023: libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3024- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3099- darwin|linux|osf|windows) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3100: current=`expr $number_major + $number_minor` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3101- age="$number_minor" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3109- irix|nonstopux) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3110: current=`expr $number_major + $number_minor - 1` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3111- age="$number_minor" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3151- if test "$age" -gt "$current"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3152: $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2 emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3153- $echo "$modename: \`$vinfo' is not valid version information" 1>&2 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3166- # verstring for coding it into the library header emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3167: major=.`expr $current - $age` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3168- versuffix="$major.$age.$revision" emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3169- # Darwin ld doesn't like 0 for these options... emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3170: minor_current=`expr $current + 1` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3171- verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3184- irix | nonstopux) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3185: major=`expr $current - $age + 1` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3186- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3195- while test "$loop" -ne 0; do emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3196: iface=`expr $revision - $loop` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3197: loop=`expr $loop - 1` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3198- verstring="$verstring_prefix$major.$iface:$verstring" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3206- linux) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3207: major=.`expr $current - $age` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3208- versuffix="$major.$age.$revision" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3211- osf) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3212: major=.`expr $current - $age` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3213- versuffix=".$current.$age.$revision" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3218- while test "$loop" -ne 0; do emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3219: iface=`expr $current - $loop` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3220: loop=`expr $loop - 1` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3221- verstring="$verstring:${iface}.0" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3235- # extension on DOS 8.3 filesystems. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3236: major=`expr $current - $age` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3237- versuffix="-$major" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3290- removelist= emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3291: tempremovelist=`$echo "$output_objdir/*"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3292- for p in $tempremovelist; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3318- # Transform .lo files to .o files. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3319: oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3320- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3323- for path in $notinst_path; do emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3324: lib_search_path=`$echo "$lib_search_path " | ${SED} -e 's% $path % %g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3325: deplibs=`$echo "$deplibs " | ${SED} -e 's% -L$path % %g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3326: dependency_libs=`$echo "$dependency_libs " | ${SED} -e 's% -L$path % %g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3327- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3426- for i in $deplibs; do emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3427: name="`expr $i : '-l\(.*\)'`" emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3428- # If $name is empty we are operating on a -L argument. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3438- if test -n "$i" ; then emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3439: libname=`eval \\$echo \"$libname_spec\"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3440: deplib_matches=`eval \\$echo \"$library_names_spec\"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3441- set dummy $deplib_matches emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3442- deplib_match=$2 emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3443: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3444- newdeplibs="$newdeplibs $i" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3463- for i in $deplibs; do emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3464: name="`expr $i : '-l\(.*\)'`" emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3465- # If $name is empty we are operating on a -L argument. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3480- if test -n "$i" ; then emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3481: libname=`eval \\$echo \"$libname_spec\"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3482: deplib_matches=`eval \\$echo \"$library_names_spec\"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3483- set dummy $deplib_matches emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3484- deplib_match=$2 emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3485: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3486- newdeplibs="$newdeplibs $i" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3513- set dummy $deplibs_check_method emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3514: file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3515- for a_deplib in $deplibs; do emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3516: name="`expr $a_deplib : '-l\(.*\)'`" emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3517- # If $name is empty we are operating on a -L argument. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3527- if test -n "$a_deplib" ; then emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3528: libname=`eval \\$echo \"$libname_spec\"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3529- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3530: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3531- for potent_lib in $potential_libs; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3543- while test -h "$potlib" 2>/dev/null; do emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3544: potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3545- case $potliblink in emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3546- [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3547: *) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3548- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3582- set dummy $deplibs_check_method emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3583: match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3584- for a_deplib in $deplibs; do emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3585: name="`expr $a_deplib : '-l\(.*\)'`" emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3586- # If $name is empty we are operating on a -L argument. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3596- if test -n "$a_deplib" ; then emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3597: libname=`eval \\$echo \"$libname_spec\"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3598- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3599: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3600- for potent_lib in $potential_libs; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3639- # can't use Xsed below, because $i might contain '/' emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3640: tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3641- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3664- # On Rhapsody replace the C library is the System framework emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3665: newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3666- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3803- # Use standard objects if they are pic emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3804: test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3805- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3816- eval cmd=\"$cmd\" emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3817: if len=`expr "X$cmd" : ".*"` && emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3818- test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3894- emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3895: if test "X$skipped_export" != "X:" && len=`expr "X$test_cmds" : ".*"` && emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3896- test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3913- save_output=$output emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3914: output_la=`$echo "X$output" | $Xsed -e "$basename"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3915- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3929- if test "X$objlist" = X || emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3930: { len=`expr "X$test_cmds" : ".*"` && emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3931- test "$len" -le "$max_cmd_len"; }; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3944- last_robj=$output_objdir/$output_la-${k}.$objext emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3945: k=`expr $k + 1` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3946- output=$output_objdir/$output_la-${k}.$objext ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3970- do emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:3971: i=`expr $i + 1` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-3972- delfiles="$delfiles $output_objdir/$output_la-${i}.$objext" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4077- libobj="$output" emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4078: obj=`$echo "X$output" | $Xsed -e "$lo2o"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4079- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4111- # Create the old-style object. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4112: reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4113- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4172- case $host in emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4173: *cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4174- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4192- # On Rhapsody replace the C library is the System framework emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4193: compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4194: finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4195- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4304- # Transform all the library objects into standard objects. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4305: compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4306: finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4307- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4350- # Add our own program objects to the symbol list. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4351: progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4352- for arg in $progfiles; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4380- $show "extracting global C symbols from \`$arg'" emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4381: name=`$echo "$arg" | ${SED} -e 's%^.*/%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4382- $run eval '$echo ": $name " >> "$nlist"' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4499- # Transform the symbol file into the correct name. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4500: compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4501: finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4502- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4513- # Nullify the symbol file. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4514: compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4515: finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4516- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4519- # Replace the output file specification. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4520: compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4521- link_command="$compile_command$compile_rpath" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4586- # Replace the output file specification. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4587: link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4588- # Delete the old output file. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4606- if test "$fast_install" = yes; then emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4607: relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4608- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4618- # Replace the output file specification. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4619: link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4620- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4638- else emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4639: var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4640- relink_command="$var=\"$var_value\"; export $var; $relink_command" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4643- relink_command="(cd `pwd`; $relink_command)" emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4644: relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4645- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4652- esac emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4653: qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4654- else emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4655: qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4656- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4662- case $output in emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4663: *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4664- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4668- exeext=.exe emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4669: outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4670- *) exeext= ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4673- *cygwin* | *mingw* ) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4674: cwrappersource=`$echo ${objdir}/lt-${outputname}.c` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4675: cwrapper=`$echo ${output}.exe` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4676- $rm $cwrappersource $cwrapper ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4923- shift emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4924: elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4925- # Yippee, \$echo works! ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4935- # Find the directory that this script lives in. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4936: thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4937- test \"x\$thisdir\" = \"x\$file\" && thisdir=. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4939- # Follow symbolic links until we get to the real thisdir. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4940: file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4941- while test -n \"\$file\"; do emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4942: destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4943- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4951- emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4952: file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4953: file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4954- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4956- # Try to get the absolute directory name. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4957: absdir=\`cd \"\$thisdir\" && pwd\` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4958- test -n \"\$absdir\" && thisdir=\"\$absdir\" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4966- if test ! -f \"\$progdir/\$program\" || \\ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4967: { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4968- test \"X\$file\" != \"X\$progdir/\$program\"; }; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4981- if test -n \"\$relink_command\"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:4982: if relink_command_output=\`eval \$relink_command 2>&1\`; then : emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-4983- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5013- # The second colon is a workaround for a bug in BeOS R4 sed emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5014: $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5015- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5095- emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5096: if len=`expr "X$cmds" : ".*"` && emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5097- test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5130- eval test_cmds=\"$old_archive_cmds\" emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5131: if len=`expr "X$test_cmds" : ".*"` && emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5132- test "$len" -le "$max_cmd_len"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5182- else emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5183: var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5184- relink_command="$var=\"$var_value\"; export $var; $relink_command" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5188- relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5189: relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5190- if test "$hardcode_automatic" = yes ; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5207- *.la) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5208: name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5209: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5210- if test -z "$libdir"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5221- for lib in $dlfiles; do emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5222: name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5223: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5224- if test -z "$libdir"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5232- for lib in $dlprefiles; do emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5233: name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5234: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5235- if test -z "$libdir"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5329- # Aesthetically quote it. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5330: arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5331- case $arg in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5345- # Aesthetically quote it. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5346: arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5347- case $arg in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5393- # Aesthetically quote the argument. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5394: arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5395- case $arg in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5425- # Strip any trailing slash from the destination. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5426: dest=`$echo "X$dest" | $Xsed -e 's%/$%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5427- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5433- else emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5434: destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5435- test "X$destdir" = "X$dest" && destdir=. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5436: destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5437- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5509- emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5510: dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5511- test "X$dir" = "X$file/" && dir= ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5515- # Determine the prefix the user has applied to our future dir. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5516: inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5517- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5530- # Stick the inst_prefix_dir data into the link command. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5531: relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5532- else emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5533: relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%%"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5534- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5587- # Install the pseudo-library for information purposes. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5588: name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5589- instname="$dir/$name"i ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5603- else emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5604: destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5605- destfile="$destdir/$destfile" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5610- *.lo) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5611: staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5612- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5632- # Deduce the name of the old-style object file. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5633: staticobj=`$echo "X$file" | $Xsed -e "$lo2o"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5634- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5645- else emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5646: destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5647- destfile="$destdir/$destfile" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5656- if test ! -f "$file"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5657: file=`$echo $file|${SED} 's,.exe$,,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5658- stripped_ext=".exe" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5665- *cygwin*|*mingw*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5666: wrapper=`$echo $file | ${SED} -e 's,.exe$,,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5667- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5705- fi emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5706: libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5707- if test -n "$libdir" && test ! -f "$libfile"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5708: $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2 emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5709- finalize=no ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5741- fi emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5742: file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5743- outputname="$tmpdir/$file" emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5744- # Replace the output file specification. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5745: relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5746- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5759- # Install the binary that we compiled earlier. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5760: file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5761- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5775- *:*.exe) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5776: destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5777- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5788- for file in $staticlibs; do emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5789: name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5790- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5945- # Warn if it was a shared library. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5946: test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'" emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5947- continue ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5949- emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5950: dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5951- test "X$dir" = "X$file" && dir=. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5955- else emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5956: $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2 emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5957- exit $EXIT_FAILURE ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5962- # Just add the directory containing the .lo file. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5963: dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5964- test "X$dir" = "X$file" && dir=. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5973- # Get the absolute pathname. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:5974: absdir=`cd "$dir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-5975- test -n "$absdir" && dir="$absdir" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-6009- # Quote arguments (to preserve shell metacharacters). emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:6010: file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-6011- args="$args \"$file\"" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-6071- for file in $files; do emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:6072: dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-6073- if test "X$dir" = "X$file"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-6078- fi emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:6079: name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-6080- test "$mode" = uninstall && objdir="$dir" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-6179- *.exe) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:6180: file=`$echo $file|${SED} 's,.exe$,,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:6181: noexename=`$echo $name|${SED} 's,.exe$,,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-6182- # $file with .exe has already been added to rmfiles, ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-6453-# ### BEGIN LIBTOOL TAG CONFIG: disable-static emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh:6454:build_old_libs=`case $build_libtool_libs in yes) $echo no;; *) $echo yes;; esac` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/ltmain.sh-6455-# ### END LIBTOOL TAG CONFIG: disable-static ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/m4/alut_check_cflags_wall.m4-51- # emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/m4/alut_check_cflags_wall.m4:52:do FLAGS="$ac_save_[]FLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/m4/alut_check_cflags_wall.m4-53- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [])], emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/m4/alut_check_cflags_wall.m4:54: [VAR=`echo $ac_arg | sed -e 's,.*% *,,'` ; break]) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/m4/alut_check_cflags_wall.m4-55-done ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/m4/alut_check_cflags_wall.m4-98- # emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/m4/alut_check_cflags_wall.m4:99:do FLAGS="$ac_save_[]FLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/m4/alut_check_cflags_wall.m4-100- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [])], emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/m4/alut_check_cflags_wall.m4:101: [VAR=`echo $ac_arg | sed -e 's,.*% *,,'` ; break]) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/m4/alut_check_cflags_wall.m4-102-done ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-128- # Could not run --version or --help. This is probably someone emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing:129: # running `$TOOL --version' or `$TOOL --help' to check whether emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-130- # $TOOL exists and not knowing $TOOL uses missing. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-162- from any GNU archive site." emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing:163: files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-164- test -z "$files" && files="config.h" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-191- proper tools for further handling them. emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing:192: You can get \`$1' as part of \`Autoconf' from any GNU emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-193- archive site." emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-194- emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing:195: file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing:196: test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-197- if test -f "$file"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-220- *.y) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing:221: SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-222- if [ -f "$SRCFILE" ]; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-224- fi emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing:225: SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-226- if [ -f "$SRCFILE" ]; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-250- *.l) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing:251: SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-252- if [ -f "$SRCFILE" ]; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-269- emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing:270: file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-271- if test -z "$file"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing:272: file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-273- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-291- # The file to touch is that specified with -o ... emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing:292: file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-293- if test -z "$file"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-294- # ... or it is the one specified with @setfilename ... emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing:295: infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing:296: file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-297- # ... or it is derived from the source name (dir/f.texi becomes f.info) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing:298: test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-299- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-318- *o*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing:319: firstarg=`echo "$firstarg" | sed s/o//` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-320- tar "$firstarg" "$@" && exit 0 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-324- *h*) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing:325: firstarg=`echo "$firstarg" | sed s/h//` emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/autotools/missing-326- tar "$firstarg" "$@" && exit 0 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in-60-DIST_SOURCES = emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in:61:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in-62-am__vpath_adj = case $$p in \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in:63: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in-64- *) f=$$p;; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in-65- esac; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in:66:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in-67-pkgconfigDATA_INSTALL = $(INSTALL_DATA) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in-222- if test -f $$d$$p; then \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in:223: f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in-224- echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in-231- @list='$(bin_SCRIPTS)'; for p in $$list; do \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in:232: f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in-233- echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in-270-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in:271: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in:272: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in-273- list='$(DISTFILES)'; for file in $$list; do \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in-274- case $$file in \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in:275: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in:276: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in-277- esac; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in-278- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in:279: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/Makefile.in-280- if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/freealut-config.in-52- case "$1" in emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/freealut-config.in:53: -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/admin/pkgconfig/freealut-config.in-54- *) optarg="" ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-45-do emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:46: if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-47- eval $as_var=C; export $as_var ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-103- as_lineno_2=$LINENO emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:104: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-105- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-142- as_lineno_2=$LINENO emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:143: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-144- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-252- # Remove one level of quotation (which was required for Make). emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:253: ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-254- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-263- : emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:264:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-265- # Yippee, $echo works! ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-289- # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:290: if (echo_test_string="`eval $cmd`") 2>/dev/null && emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:291: echo_test_string="`eval $cmd`" && emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-292- (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-298- emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:299:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:300: echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-301- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-313- if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:314: test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:315: echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-316- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-325- if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:326: echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-327- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-340- echo='printf %s\n' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:341: if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:342: echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-343- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-345- : emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:346: elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-347- test "X$echo_testing_string" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:348: echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-349- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-354- echo="$CONFIG_SHELL $0 --fallback-echo" emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:355: elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-356- test "X$echo_testing_string" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:357: echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-358- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-364- for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:365: if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-366- then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-372- if test "$prev" != 'sed 50q "$0"'; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:373: echo_test_string=`eval $prev` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-374- export echo_test_string ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-518- emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:519: ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-520- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-551- -disable-* | --disable-*) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:552: ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-553- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-556- { (exit 1); exit 1; }; } emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:557: ac_feature=`echo $ac_feature | sed 's/-/_/g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-558- eval "enable_$ac_feature=no" ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-560- -enable-* | --enable-*) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:561: ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-562- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-565- { (exit 1); exit 1; }; } emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:566: ac_feature=`echo $ac_feature | sed 's/-/_/g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-567- case $ac_option in emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:568: *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-569- *) ac_optarg=yes ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-742- -with-* | --with-*) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:743: ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-744- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-747- { (exit 1); exit 1; }; } emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:748: ac_package=`echo $ac_package| sed 's/-/_/g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-749- case $ac_option in emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:750: *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-751- *) ac_optarg=yes ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-755- -without-* | --without-*) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:756: ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-757- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-760- { (exit 1); exit 1; }; } emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:761: ac_package=`echo $ac_package | sed 's/-/_/g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-762- eval "with_$ac_package=no" ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-787- *=*) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:788: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-789- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-792- { (exit 1); exit 1; }; } emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:793: ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-794- eval "$ac_envvar='$ac_optarg'" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-808-if test -n "$ac_prev"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:809: ac_option=--`echo $ac_prev | sed 's/_/-/g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-810- { echo "$as_me: error: missing argument to $ac_option" >&2 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-816-do emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:817: eval ac_val=$`echo $ac_var` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-818- case $ac_val in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-828-do emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:829: eval ac_val=$`echo $ac_var` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-830- case $ac_val in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-895- { (exit 1); exit 1; }; } emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:896:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-897-ac_env_build_alias_set=${build_alias+set} ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-986-By default, \`make install' will install all the files in emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:987:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:988:an installation prefix other than \`$ac_default_prefix' using \`--prefix', emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-989-for instance \`--prefix=\$HOME'. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1083-if test "$ac_dir" != .; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:1084: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1085- # A "../" for each directory in $ac_dir_suffix. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:1086: ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1087-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1096- else emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:1097: ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1098- fi ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1252- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:1253: ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1254- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1324- do emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:1325: eval ac_val=$`echo $ac_var` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1326- echo "$ac_var='"'"'$ac_val'"'"'" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1338- do emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:1339: eval ac_val=$`echo $ac_var` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1340- echo "$ac_var='"'"'$ac_val'"'"'" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1445- set,) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:1446: { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:1447:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1448- ac_cache_corrupted=: ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1468- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:1469: ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1470- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1633-if ( emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:1634: set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1635- if test "$*" = "X"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1636- # -L didn't work. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:1637: set X `ls -t $srcdir/configure conftest.file` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1638- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1677-_ACEOF emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:1678:program_transform_name=`echo $program_transform_name | sed -f conftest.sed` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1679-rm conftest.sed ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1681-# expand $ac_aux_dir to an absolute path emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:1682:am_aux_dir=`cd $ac_aux_dir && pwd` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1683- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1768-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:1769:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1770-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1777-# GNU make sometimes prints "make[1]: Entering...", which would confuse us. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:1778:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1779-if test -n "$ac_maketemp"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1785-fi emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:1786:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1787- echo "$as_me:$LINENO: result: yes" >&5 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1805-# test to see if srcdir already configured emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:1806:if test "`cd $srcdir && pwd`" != "`pwd`" && emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-1807- test -f $srcdir/config.status; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-2324- "checking for C compiler version" >&5 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:2325:ac_compiler=`set X $ac_compile; echo $2` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-2326-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-2363-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:2364:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-2365-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-2391- *.* ) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:2392: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-2393- # FIXME: I believe we export ac_cv_exeext for Libtool, ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-2471- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:2472: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-2473- export ac_cv_exeext ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-2521- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:2522: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-2523- break;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-2600-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:2601:GCC=`test $ac_compiler_gnu = yes && echo yes` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-2602-ac_test_CFLAGS=${CFLAGS+set} ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-2959-# case it prints its new name instead of `make'. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:2960:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-2961- am__include=include ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-2967- echo '.include "confinc"' > confmf emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:2968: if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-2969- am__include=.include ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3029- if test "$am_compiler_list" = ""; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:3030: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3031- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3467-test -z "$ac_cv_build_alias" && emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:3468: ac_cv_build_alias=`$ac_config_guess` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3469-test -z "$ac_cv_build_alias" && ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3472- { (exit 1); exit 1; }; } emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:3473:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3474- { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3481-build=$ac_cv_build emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:3482:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:3483:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:3484:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3485- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3494- ac_cv_host_alias=$ac_cv_build_alias emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:3495:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3496- { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3503-host=$ac_cv_host emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:3504:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:3505:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:3506:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3507- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3551- test $lt_ac_count -gt 10 && break emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:3552: lt_ac_count=`expr $lt_ac_count + 1` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3553- if test $lt_ac_count -gt $lt_ac_max; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3596- # gcc leaves a trailing carriage return which upsets mingw emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:3597: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3598- *) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:3599: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3600- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3605- # Canonicalize the pathname of ld emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:3606: ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3607- while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:3608: ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3609- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3640- # Break only if it was the GNU/non-GNU ld that we prefer. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:3641: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3642- *GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3673- # I'd rather use --version here, but apparently some GNU ld's only accept -v. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:3674:case `$LD -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3675-*GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3731- # Tru64's nm complains that /dev/null is an invalid object file emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:3732: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3733- */dev/null* | *'Invalid file or object type'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3737- *) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:3738: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3739- */dev/null*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3892-openbsd*) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:3893: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3894- lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3973- (exit $ac_status); }; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:3974: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3975- *ELF-32*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3993- if test "$lt_cv_prog_gnu_ld" = yes; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:3994: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-3995- *32-bit*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-4005- else emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:4006: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-4007- *32-bit*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-4804-do emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:4805:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-4806-echo "$as_me:$LINENO: checking for $ac_header" >&5 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-4851-fi emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:4852:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:4853:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:4854:if test `eval echo '${'$as_ac_Header'}'` = yes; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-4855- cat >>confdefs.h <<_ACEOF emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:4856:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-4857-_ACEOF ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-4866-do emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:4867:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-4868-if eval "test \"\${$as_ac_Header+set}\" = set"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-4873-fi emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:4874:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:4875:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-4876-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-5000-fi emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:5001:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:5002:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-5003- emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-5004-fi emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:5005:if test `eval echo '${'$as_ac_Header'}'` = yes; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-5006- cat >>confdefs.h <<_ACEOF emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:5007:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-5008-_ACEOF ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-5109- "checking for C++ compiler version" >&5 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:5110:ac_compiler=`set X $ac_compile; echo $2` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-5111-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-5184-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:5185:GXX=`test $ac_compiler_gnu = yes && echo yes` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-5186-ac_test_CXXFLAGS=${CXXFLAGS+set} ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-5396- if test "$am_compiler_list" = ""; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:5397: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-5398- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-5809- "checking for Fortran 77 compiler version" >&5 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:5810:ac_compiler=`set X $ac_compile; echo $2` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-5811-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-5944- emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:5945:G77=`test $ac_compiler_gnu = yes && echo yes` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-5946-ac_ext=c ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-6007- # And add a safety zone emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:6008: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-6009- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-6027- SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:6028: while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-6029- = "XX$teststring") >/dev/null 2>&1 && emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:6030: new_result=`expr "X$teststring" : ".*" 2>&1` && emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-6031- lt_cv_sys_max_cmd_len=$new_result && ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-6033- do emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:6034: i=`expr $i + 1` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-6035- teststring=$teststring$teststring ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-6040- # It appears as though 1/2 is a usable value. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:6041: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-6042- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-6124-# If we're using GNU nm, then use its standard symbol codes. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:6125:case `$NM -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-6126-*GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-6603- emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:6604:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-6605- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-6630- "file_magic "*) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:6631: file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-6632- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-6692- "file_magic "*) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:6693: file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-6694- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-6803-if test -n "$lt_prog_cc_shlib"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:6804: { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:6805:echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;} emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-6806- if echo "$old_CC $old_CFLAGS " | grep "[ ]$lt_prog_cc_shlib[ ]" >/dev/null; then : ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7233- if test "$hard_links" = no; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:7234: { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:7235:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7236- need_locks=warn ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7356- # is EXPORTS), use it as is; otherwise, prepend... emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:7357: archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7358- cp $export_symbols $output_objdir/$soname.def; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7421- supports_anon_versioning=no emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:7422: case `$LD -v 2>/dev/null` in emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7423- *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7527- # below for broken collect2 doesn't work under 4.3+ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:7528: collect2name=`${CC} -print-prog-name=collect2` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7529- if test -f "$collect2name" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7624- hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:7625: archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7626- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7724- # FIXME: Setting linknames here is a bad hack. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:7725: archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7726- # The linker will automatically build a .lib file if we build a DLL. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7729- old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:7730: fix_srcfile_path='`cygpath -w "$srcfile"`' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7731- enable_shared_with_static_runtimes=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7770- output_verbose_link_cmd='echo' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:7771: archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7772- module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7890- if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:7891: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7892- else emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:7893: archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7894- hardcode_libdir_flag_spec_ld='-rpath $libdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7922- hardcode_shlibpath_var=no emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:7923: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7924- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7952- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:7953: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7954- else emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7955- allow_undefined_flag=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:7956: archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7957- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7964- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:7965: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7966- hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7968- allow_undefined_flag=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:7969: archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:7970: archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:7971: $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-7972- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8190-if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:8191: sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8192- if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8196- # okay in the real world where ";" in dirpaths is itself problematic. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:8197: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8198- else emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:8199: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8200- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8267- # Create ${libname}_ixlibrary.a entries in /sys/libs. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:8268: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8269- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8300- # DLL is installed to $(libdir)/../bin by postinstall_cmds emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:8301: postinstall_cmds='base_file=`basename \${file}`~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:8302: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:8303: dldir=$destdir/`dirname \$dlpath`~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8304- test -d \$dldir || mkdir -p \$dldir~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8305- $install_prog $dir/$dlname \$dldir/$dlname' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:8306: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8307- dlpath=$dir/\$dldll~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8313- # Cygwin DLLs use 'cyg' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:8314: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8315- sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8318- # MinGW DLLs use traditional 'lib' prefix emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:8319: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:8320: sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8321- if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8327- # which wouldn't understand a cygwinified path. Ahh. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:8328: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8329- else emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:8330: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8331- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8334- # pw32 DLLs use 'pw' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:8335: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8336- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8340- *) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:8341: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8342- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8360- if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:8361: 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"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8362- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8539- if test -f /etc/ld.so.conf; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:8540: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8541- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8606- shlibpath_var=LD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:8607: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-8608- case $host_os in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-9702- # Double-quote double-evaled strings. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:9703: eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-9704- ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-9705- *) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:9706: eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-9707- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-9712- *'\$0 --fallback-echo"') emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:9713: lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-9714- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-9725- emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:9726:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-9727-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10101- # libtool script then. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10102: ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10103- if test -f "$ltmain_in"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10130- if test -z "$LTCC"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10131: eval "`$SHELL ${ofile} --config | grep '^LTCC='`" emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10132- if test -z "$LTCC"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10135- else emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10136: { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10137:echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;} emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10138- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10142- # Note that this assumes the entire list is on one line. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10143: available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10144- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10148- # Check whether tagname contains only valid characters emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10149: case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10150- "") ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10250-compiler_CXX=$CC emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10251:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10252- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10279- # gcc leaves a trailing carriage return which upsets mingw emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10280: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10281- *) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10282: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10283- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10288- # Canonicalize the pathname of ld emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10289: ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10290- while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10291: ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10292- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10323- # Break only if it was the GNU/non-GNU ld that we prefer. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10324: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10325- *GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10356- # I'd rather use --version here, but apparently some GNU ld's only accept -v. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10357:case `$LD -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10358-*GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10386- # ancient GNU ld didn't support --whole-archive et. al. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10387: if eval "`$CC -print-prog-name=ld` --help 2>&1" | \ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10388- grep 'no-whole-archive' > /dev/null; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10467- # below for broken collect2 doesn't work under 4.3+ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10468: collect2name=`${CC} -print-prog-name=collect2` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10469- if test -f "$collect2name" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10565- emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10566: archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10567- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10662- # is EXPORTS), use it as is; otherwise, prepend... emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10663: archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10664- cp $export_symbols $output_objdir/$soname.def; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10723- output_verbose_link_cmd='echo' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10724: 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' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10725- module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10791- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10792: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10793- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10863- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10864: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10865- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10888- # SGI C++ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10889: archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10890- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10899- if test "$with_gnu_ld" = no; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10900: archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10901- else emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10902: archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10903- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10918- # to its proper name (with version) after linking. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10919: archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10920: archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10921- # Commands to make compiler produce verbose output that lists ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10928- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10929: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10930- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10943- # earlier do not add the objects themselves. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10944: case `$CC -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10945- *"Version 7."*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10987- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:10988: 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' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-10989- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11031- hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:11032: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11033- archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11046- # to its proper name (with version) after linking. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:11047: archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11048- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11063- allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:11064: archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11065- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11076- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:11077: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "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' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11078- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11081- allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:11082: archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11083- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11106- # to its proper name (with version) after linking. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:11107: archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11108- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11122- allow_undefined_flag_CXX=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:11123: archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:11124: archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11125- echo "-hidden">> $lib.exp~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:11126: $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11127- $rm $lib.exp' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11139- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:11140: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "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' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11141- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11144- allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:11145: archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11146- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11227- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:11228: output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[LR]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11229- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11331- # eval without this substitution. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:11332: output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`" emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11333- emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:11334: for p in `eval $output_verbose_link_cmd`; do emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11335- case $p in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11811- if test "$hard_links" = no; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:11812: { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:11813:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11814- need_locks=warn ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11931-if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:11932: sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11933- if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11937- # okay in the real world where ";" in dirpaths is itself problematic. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:11938: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11939- else emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:11940: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-11941- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-12008- # Create ${libname}_ixlibrary.a entries in /sys/libs. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:12009: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-12010- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-12041- # DLL is installed to $(libdir)/../bin by postinstall_cmds emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:12042: postinstall_cmds='base_file=`basename \${file}`~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:12043: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:12044: dldir=$destdir/`dirname \$dlpath`~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-12045- test -d \$dldir || mkdir -p \$dldir~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-12046- $install_prog $dir/$dlname \$dldir/$dlname' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:12047: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-12048- dlpath=$dir/\$dldll~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-12054- # Cygwin DLLs use 'cyg' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:12055: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-12056- sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-12059- # MinGW DLLs use traditional 'lib' prefix emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:12060: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:12061: sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-12062- if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-12068- # which wouldn't understand a cygwinified path. Ahh. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:12069: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-12070- else emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:12071: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-12072- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-12075- # pw32 DLLs use 'pw' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:12076: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-12077- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-12081- *) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:12082: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-12083- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-12101- if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:12102: 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"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-12103- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-12280- if test -f /etc/ld.so.conf; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:12281: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-12282- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-12347- shlibpath_var=LD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:12348: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-12349- case $host_os in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-13406- # Double-quote double-evaled strings. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:13407: eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-13408- ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-13409- *) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:13410: eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-13411- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-13416- *'\$0 --fallback-echo"') emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:13417: lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-13418- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-13732- # libtool script then. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:13733: ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-13734- if test -f "$ltmain_in"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-13816-compiler_F77=$CC emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:13817:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-13818- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14187- if test "$hard_links" = no; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:14188: { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:14189:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14190- need_locks=warn ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14310- # is EXPORTS), use it as is; otherwise, prepend... emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:14311: archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14312- cp $export_symbols $output_objdir/$soname.def; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14375- supports_anon_versioning=no emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:14376: case `$LD -v 2>/dev/null` in emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14377- *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14481- # below for broken collect2 doesn't work under 4.3+ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:14482: collect2name=`${CC} -print-prog-name=collect2` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14483- if test -f "$collect2name" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14568- hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath" emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:14569: archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14570- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14658- # FIXME: Setting linknames here is a bad hack. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:14659: archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14660- # The linker will automatically build a .lib file if we build a DLL. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14663- old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:14664: fix_srcfile_path_F77='`cygpath -w "$srcfile"`' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14665- enable_shared_with_static_runtimes_F77=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14704- output_verbose_link_cmd='echo' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:14705: archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14706- module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14824- if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:14825: archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14826- else emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:14827: archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14828- hardcode_libdir_flag_spec_ld_F77='-rpath $libdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14856- hardcode_shlibpath_var_F77=no emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:14857: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14858- archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14886- allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:14887: archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14888- else emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14889- allow_undefined_flag_F77=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:14890: archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14891- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14898- allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:14899: archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14900- hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14902- allow_undefined_flag_F77=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:14903: archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:14904: archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:14905: $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-14906- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15124-if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:15125: sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15126- if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15130- # okay in the real world where ";" in dirpaths is itself problematic. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:15131: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15132- else emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:15133: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15134- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15201- # Create ${libname}_ixlibrary.a entries in /sys/libs. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:15202: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15203- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15234- # DLL is installed to $(libdir)/../bin by postinstall_cmds emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:15235: postinstall_cmds='base_file=`basename \${file}`~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:15236: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:15237: dldir=$destdir/`dirname \$dlpath`~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15238- test -d \$dldir || mkdir -p \$dldir~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15239- $install_prog $dir/$dlname \$dldir/$dlname' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:15240: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15241- dlpath=$dir/\$dldll~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15247- # Cygwin DLLs use 'cyg' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:15248: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15249- sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15252- # MinGW DLLs use traditional 'lib' prefix emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:15253: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:15254: sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15255- if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15261- # which wouldn't understand a cygwinified path. Ahh. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:15262: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15263- else emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:15264: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15265- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15268- # pw32 DLLs use 'pw' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:15269: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15270- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15274- *) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:15275: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15276- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15294- if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:15295: 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"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15296- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15473- if test -f /etc/ld.so.conf; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:15474: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15475- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15540- shlibpath_var=LD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:15541: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15542- case $host_os in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15794- # Double-quote double-evaled strings. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:15795: eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15796- ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15797- *) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:15798: eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15799- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15804- *'\$0 --fallback-echo"') emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:15805: lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-15806- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-16120- # libtool script then. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:16121: ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-16122- if test -f "$ltmain_in"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-16558- if test "$hard_links" = no; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:16559: { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:16560:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-16561- need_locks=warn ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-16681- # is EXPORTS), use it as is; otherwise, prepend... emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:16682: archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-16683- cp $export_symbols $output_objdir/$soname.def; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-16746- supports_anon_versioning=no emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:16747: case `$LD -v 2>/dev/null` in emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-16748- *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-16852- # below for broken collect2 doesn't work under 4.3+ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:16853: collect2name=`${CC} -print-prog-name=collect2` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-16854- if test -f "$collect2name" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-16949- hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath" emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:16950: archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-16951- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17049- # FIXME: Setting linknames here is a bad hack. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17050: archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17051- # The linker will automatically build a .lib file if we build a DLL. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17054- old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17055: fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17056- enable_shared_with_static_runtimes_GCJ=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17095- output_verbose_link_cmd='echo' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17096: archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17097- module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17215- if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17216: archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17217- else emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17218: archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17219- hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17247- hardcode_shlibpath_var_GCJ=no emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17248: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17249- archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17277- allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17278: archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17279- else emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17280- allow_undefined_flag_GCJ=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17281: archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17282- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17289- allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17290: archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17291- hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17293- allow_undefined_flag_GCJ=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17294: archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17295: archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17296: $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17297- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17515-if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17516: sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17517- if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17521- # okay in the real world where ";" in dirpaths is itself problematic. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17522: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17523- else emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17524: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17525- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17592- # Create ${libname}_ixlibrary.a entries in /sys/libs. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17593: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17594- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17625- # DLL is installed to $(libdir)/../bin by postinstall_cmds emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17626: postinstall_cmds='base_file=`basename \${file}`~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17627: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17628: dldir=$destdir/`dirname \$dlpath`~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17629- test -d \$dldir || mkdir -p \$dldir~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17630- $install_prog $dir/$dlname \$dldir/$dlname' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17631: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17632- dlpath=$dir/\$dldll~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17638- # Cygwin DLLs use 'cyg' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17639: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17640- sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17643- # MinGW DLLs use traditional 'lib' prefix emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17644: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17645: sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17646- if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17652- # which wouldn't understand a cygwinified path. Ahh. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17653: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17654- else emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17655: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17656- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17659- # pw32 DLLs use 'pw' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17660: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17661- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17665- *) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17666: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17667- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17685- if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17686: 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"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17687- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17864- if test -f /etc/ld.so.conf; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17865: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17866- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17931- shlibpath_var=LD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:17932: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-17933- case $host_os in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-18990- # Double-quote double-evaled strings. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:18991: eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-18992- ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-18993- *) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:18994: eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-18995- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-19000- *'\$0 --fallback-echo"') emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:19001: lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-19002- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-19316- # libtool script then. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:19317: ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-19318- if test -f "$ltmain_in"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-19441- # Double-quote double-evaled strings. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:19442: eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-19443- ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-19444- *) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:19445: eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-19446- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-19451- *'\$0 --fallback-echo"') emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:19452: lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-19453- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-19767- # libtool script then. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:19768: ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-19769- if test -f "$ltmain_in"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-20306-do emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:20307:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-20308-if eval "test \"\${$as_ac_Header+set}\" = set"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-20313-fi emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:20314:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:20315:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-20316-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-20440-fi emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:20441:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:20442:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-20443- emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-20444-fi emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:20445:if test `eval echo '${'$as_ac_Header'}'` = yes; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-20446- cat >>confdefs.h <<_ACEOF emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:20447:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-20448-_ACEOF ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-21021-for ac_arg in "-pedantic % -Wall -ansi -pedantic" "-xstrconst % -v -Xc" "-std1 % -verbose -w0 -warnprotos -std1" " % -qlanglvl=ansi -qsrcmsg -qinfo=all:noppt:noppc:noobs:nocnd" " % -ansi -ansiE -fullwarn" "+ESlit % +w1 -Aa" "-Xc % -pvctl,fullmsg -Xc" "-h conform % -h msglevel 2 -h conform" # emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:21022:do CFLAGS="$ac_save_CFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-21023- cat >conftest.$ac_ext <<_ACEOF ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-21059- (exit $ac_status); }; }; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:21060: ac_cv_cflags_warn_all_ansi=`echo $ac_arg | sed -e 's,.*% *,,'` ; break emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-21061-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-21560-do emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:21561: if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-21562- eval $as_var=C; export $as_var ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-21618- as_lineno_2=$LINENO emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:21619: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-21620- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-21658- as_lineno_2=$LINENO emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:21659: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-21660- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-21840-configured by $0, generated by GNU Autoconf 2.59, emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:21841: with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-21842- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-21857- --*=*) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:21858: ac_option=`expr "x$1" : 'x\([^=]*\)='` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:21859: ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-21860- ac_shift=: ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22157- fi emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:22158: ac_sed_frag=`expr $ac_sed_frag + 1` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22159- ac_beg=$ac_end emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:22160: ac_end=`expr $ac_end + $ac_max_sed_lines` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22161- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22174- cat >$tmp/stdin emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:22175: ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:22176: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:22177: *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:22178: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22179- * ) ac_file_in=$ac_file.in ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22222-if test "$ac_dir" != .; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:22223: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22224- # A "../" for each directory in $ac_dir_suffix. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:22225: ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22226-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22235- else emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:22236: ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22237- fi ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22387- cat >$tmp/stdin emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:22388: ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:22389: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:22390: *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:22391: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22392- * ) ac_file_in=$ac_file.in ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22590- * ) emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:22591: _am_stamp_count=`expr $_am_stamp_count + 1` ;; emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22592- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22613-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:22614: ac_dest=`echo "$ac_file" | sed 's,:.*,,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:22615: ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22616- ac_dir=`(dirname "$ac_dest") 2>/dev/null || ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22655-if test "$ac_dir" != .; then emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:22656: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22657- # A "../" for each directory in $ac_dir_suffix. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:22658: ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22659-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22668- else emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:22669: ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22670- fi ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22723- # Strip MF so we end up with the name of the file. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:22724: mf=`echo "$mf" | sed -e 's/:.*$//'` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22725- # Check whether this is an Automake generated Makefile or not. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22748- # from the Makefile without running `make'. emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:22749: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22750- test -z "$DEPDIR" && continue emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:22751: am__include=`sed -n 's/^am__include = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22752- test -z "am__include" && continue emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:22753: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22754- # When using ansi2knr, U may be empty or an underscore; expand it emscripten-2.0.9~dfsg/tests/third_party/freealut/configure:22755: U=`sed -n 's/^U = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/freealut/configure-22756- # Find all dependency output files, they are included files with ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/examples/Makefile.in-231- @list='$(noinst_PROGRAMS)'; for p in $$list; do \ emscripten-2.0.9~dfsg/tests/third_party/freealut/examples/Makefile.in:232: f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/examples/Makefile.in-233- echo " rm -f $$p $$f"; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/examples/Makefile.in-259-.c.obj: emscripten-2.0.9~dfsg/tests/third_party/freealut/examples/Makefile.in:260:@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/examples/Makefile.in-261-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/examples/Makefile.in-263-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/freealut/examples/Makefile.in:264:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/freealut/examples/Makefile.in-265- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/examples/Makefile.in-323-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/freealut/examples/Makefile.in:324: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/freealut/examples/Makefile.in-325- && cd $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/examples/Makefile.in-331-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/freealut/examples/Makefile.in:332: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/examples/Makefile.in:333: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/examples/Makefile.in-334- list='$(DISTFILES)'; for file in $$list; do \ emscripten-2.0.9~dfsg/tests/third_party/freealut/examples/Makefile.in-335- case $$file in \ emscripten-2.0.9~dfsg/tests/third_party/freealut/examples/Makefile.in:336: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/examples/Makefile.in:337: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/examples/Makefile.in-338- esac; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/examples/Makefile.in-339- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/examples/Makefile.in:340: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/examples/Makefile.in-341- if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/include/Makefile.in-56-DIST_SOURCES = emscripten-2.0.9~dfsg/tests/third_party/freealut/include/Makefile.in:57:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; emscripten-2.0.9~dfsg/tests/third_party/freealut/include/Makefile.in-58-am__vpath_adj = case $$p in \ emscripten-2.0.9~dfsg/tests/third_party/freealut/include/Makefile.in:59: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/include/Makefile.in-60- *) f=$$p;; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/include/Makefile.in-61- esac; emscripten-2.0.9~dfsg/tests/third_party/freealut/include/Makefile.in:62:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; emscripten-2.0.9~dfsg/tests/third_party/freealut/include/Makefile.in-63-am__installdirs = "$(DESTDIR)$(includedir)" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/include/Makefile.in-280-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/freealut/include/Makefile.in:281: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/freealut/include/Makefile.in-282- && cd $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/include/Makefile.in-289- $(mkdir_p) $(distdir)/AL emscripten-2.0.9~dfsg/tests/third_party/freealut/include/Makefile.in:290: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/include/Makefile.in:291: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/include/Makefile.in-292- list='$(DISTFILES)'; for file in $$list; do \ emscripten-2.0.9~dfsg/tests/third_party/freealut/include/Makefile.in-293- case $$file in \ emscripten-2.0.9~dfsg/tests/third_party/freealut/include/Makefile.in:294: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/include/Makefile.in:295: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/include/Makefile.in-296- esac; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/include/Makefile.in-297- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/include/Makefile.in:298: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/include/Makefile.in-299- if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-55-CONFIG_CLEAN_FILES = emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-57-am__vpath_adj = case $$p in \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:58: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-59- *) f=$$p;; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-60- esac; emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:61:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-62-am__installdirs = "$(DESTDIR)$(libdir)" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-285- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:286: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-287- test "$$dir" != "$$p" || dir=.; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-318-.c.obj: emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:319:@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-320-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-322-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:323:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-324- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-332-libalut_la-alutBufferData.lo: alutBufferData.c emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:333:@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libalut_la-alutBufferData.lo -MD -MP -MF "$(DEPDIR)/libalut_la-alutBufferData.Tpo" -c -o libalut_la-alutBufferData.lo `test -f 'alutBufferData.c' || echo '$(srcdir)/'`alutBufferData.c; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-334-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libalut_la-alutBufferData.Tpo" "$(DEPDIR)/libalut_la-alutBufferData.Plo"; else rm -f "$(DEPDIR)/libalut_la-alutBufferData.Tpo"; exit 1; fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-336-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:337:@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libalut_la-alutBufferData.lo `test -f 'alutBufferData.c' || echo '$(srcdir)/'`alutBufferData.c emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-338- emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-339-libalut_la-alutCodec.lo: alutCodec.c emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:340:@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libalut_la-alutCodec.lo -MD -MP -MF "$(DEPDIR)/libalut_la-alutCodec.Tpo" -c -o libalut_la-alutCodec.lo `test -f 'alutCodec.c' || echo '$(srcdir)/'`alutCodec.c; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-341-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libalut_la-alutCodec.Tpo" "$(DEPDIR)/libalut_la-alutCodec.Plo"; else rm -f "$(DEPDIR)/libalut_la-alutCodec.Tpo"; exit 1; fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-343-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:344:@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libalut_la-alutCodec.lo `test -f 'alutCodec.c' || echo '$(srcdir)/'`alutCodec.c emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-345- emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-346-libalut_la-alutError.lo: alutError.c emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:347:@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libalut_la-alutError.lo -MD -MP -MF "$(DEPDIR)/libalut_la-alutError.Tpo" -c -o libalut_la-alutError.lo `test -f 'alutError.c' || echo '$(srcdir)/'`alutError.c; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-348-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libalut_la-alutError.Tpo" "$(DEPDIR)/libalut_la-alutError.Plo"; else rm -f "$(DEPDIR)/libalut_la-alutError.Tpo"; exit 1; fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-350-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:351:@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libalut_la-alutError.lo `test -f 'alutError.c' || echo '$(srcdir)/'`alutError.c emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-352- emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-353-libalut_la-alutInit.lo: alutInit.c emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:354:@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libalut_la-alutInit.lo -MD -MP -MF "$(DEPDIR)/libalut_la-alutInit.Tpo" -c -o libalut_la-alutInit.lo `test -f 'alutInit.c' || echo '$(srcdir)/'`alutInit.c; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-355-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libalut_la-alutInit.Tpo" "$(DEPDIR)/libalut_la-alutInit.Plo"; else rm -f "$(DEPDIR)/libalut_la-alutInit.Tpo"; exit 1; fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-357-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:358:@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libalut_la-alutInit.lo `test -f 'alutInit.c' || echo '$(srcdir)/'`alutInit.c emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-359- emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-360-libalut_la-alutInputStream.lo: alutInputStream.c emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:361:@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libalut_la-alutInputStream.lo -MD -MP -MF "$(DEPDIR)/libalut_la-alutInputStream.Tpo" -c -o libalut_la-alutInputStream.lo `test -f 'alutInputStream.c' || echo '$(srcdir)/'`alutInputStream.c; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-362-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libalut_la-alutInputStream.Tpo" "$(DEPDIR)/libalut_la-alutInputStream.Plo"; else rm -f "$(DEPDIR)/libalut_la-alutInputStream.Tpo"; exit 1; fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-364-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:365:@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libalut_la-alutInputStream.lo `test -f 'alutInputStream.c' || echo '$(srcdir)/'`alutInputStream.c emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-366- emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-367-libalut_la-alutLoader.lo: alutLoader.c emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:368:@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libalut_la-alutLoader.lo -MD -MP -MF "$(DEPDIR)/libalut_la-alutLoader.Tpo" -c -o libalut_la-alutLoader.lo `test -f 'alutLoader.c' || echo '$(srcdir)/'`alutLoader.c; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-369-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libalut_la-alutLoader.Tpo" "$(DEPDIR)/libalut_la-alutLoader.Plo"; else rm -f "$(DEPDIR)/libalut_la-alutLoader.Tpo"; exit 1; fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-371-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:372:@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libalut_la-alutLoader.lo `test -f 'alutLoader.c' || echo '$(srcdir)/'`alutLoader.c emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-373- emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-374-libalut_la-alutOutputStream.lo: alutOutputStream.c emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:375:@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libalut_la-alutOutputStream.lo -MD -MP -MF "$(DEPDIR)/libalut_la-alutOutputStream.Tpo" -c -o libalut_la-alutOutputStream.lo `test -f 'alutOutputStream.c' || echo '$(srcdir)/'`alutOutputStream.c; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-376-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libalut_la-alutOutputStream.Tpo" "$(DEPDIR)/libalut_la-alutOutputStream.Plo"; else rm -f "$(DEPDIR)/libalut_la-alutOutputStream.Tpo"; exit 1; fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-378-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:379:@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libalut_la-alutOutputStream.lo `test -f 'alutOutputStream.c' || echo '$(srcdir)/'`alutOutputStream.c emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-380- emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-381-libalut_la-alutUtil.lo: alutUtil.c emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:382:@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libalut_la-alutUtil.lo -MD -MP -MF "$(DEPDIR)/libalut_la-alutUtil.Tpo" -c -o libalut_la-alutUtil.lo `test -f 'alutUtil.c' || echo '$(srcdir)/'`alutUtil.c; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-383-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libalut_la-alutUtil.Tpo" "$(DEPDIR)/libalut_la-alutUtil.Plo"; else rm -f "$(DEPDIR)/libalut_la-alutUtil.Tpo"; exit 1; fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-385-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:386:@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libalut_la-alutUtil.lo `test -f 'alutUtil.c' || echo '$(srcdir)/'`alutUtil.c emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-387- emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-388-libalut_la-alutVersion.lo: alutVersion.c emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:389:@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libalut_la-alutVersion.lo -MD -MP -MF "$(DEPDIR)/libalut_la-alutVersion.Tpo" -c -o libalut_la-alutVersion.lo `test -f 'alutVersion.c' || echo '$(srcdir)/'`alutVersion.c; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-390-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libalut_la-alutVersion.Tpo" "$(DEPDIR)/libalut_la-alutVersion.Plo"; else rm -f "$(DEPDIR)/libalut_la-alutVersion.Tpo"; exit 1; fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-392-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:393:@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libalut_la-alutVersion.lo `test -f 'alutVersion.c' || echo '$(srcdir)/'`alutVersion.c emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-394- emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-395-libalut_la-alutWaveform.lo: alutWaveform.c emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:396:@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libalut_la-alutWaveform.lo -MD -MP -MF "$(DEPDIR)/libalut_la-alutWaveform.Tpo" -c -o libalut_la-alutWaveform.lo `test -f 'alutWaveform.c' || echo '$(srcdir)/'`alutWaveform.c; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-397-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libalut_la-alutWaveform.Tpo" "$(DEPDIR)/libalut_la-alutWaveform.Plo"; else rm -f "$(DEPDIR)/libalut_la-alutWaveform.Tpo"; exit 1; fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-399-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:400:@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libalut_la-alutWaveform.lo `test -f 'alutWaveform.c' || echo '$(srcdir)/'`alutWaveform.c emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-401- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-452-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:453: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-454- && cd $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-460-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:461: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:462: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-463- list='$(DISTFILES)'; for file in $$list; do \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-464- case $$file in \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:465: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:466: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-467- esac; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-468- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in:469: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/src/Makefile.in-470- if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in-263- @list='$(noinst_PROGRAMS)'; for p in $$list; do \ emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in:264: f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in-265- echo " rm -f $$p $$f"; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in-307-.c.obj: emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in:308:@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in-309-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in-311-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in:312:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in-313- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in-321-test_retrostuff-test_retrostuff.o: test_retrostuff.c emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in:322:@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_retrostuff_CFLAGS) $(CFLAGS) -MT test_retrostuff-test_retrostuff.o -MD -MP -MF "$(DEPDIR)/test_retrostuff-test_retrostuff.Tpo" -c -o test_retrostuff-test_retrostuff.o `test -f 'test_retrostuff.c' || echo '$(srcdir)/'`test_retrostuff.c; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in-323-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_retrostuff-test_retrostuff.Tpo" "$(DEPDIR)/test_retrostuff-test_retrostuff.Po"; else rm -f "$(DEPDIR)/test_retrostuff-test_retrostuff.Tpo"; exit 1; fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in-325-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in:326:@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_retrostuff_CFLAGS) $(CFLAGS) -c -o test_retrostuff-test_retrostuff.o `test -f 'test_retrostuff.c' || echo '$(srcdir)/'`test_retrostuff.c emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in-327- emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in-328-test_retrostuff-test_retrostuff.obj: test_retrostuff.c emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in:329:@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_retrostuff_CFLAGS) $(CFLAGS) -MT test_retrostuff-test_retrostuff.obj -MD -MP -MF "$(DEPDIR)/test_retrostuff-test_retrostuff.Tpo" -c -o test_retrostuff-test_retrostuff.obj `if test -f 'test_retrostuff.c'; then $(CYGPATH_W) 'test_retrostuff.c'; else $(CYGPATH_W) '$(srcdir)/test_retrostuff.c'; fi`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in-330-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_retrostuff-test_retrostuff.Tpo" "$(DEPDIR)/test_retrostuff-test_retrostuff.Po"; else rm -f "$(DEPDIR)/test_retrostuff-test_retrostuff.Tpo"; exit 1; fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in-332-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in:333:@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_retrostuff_CFLAGS) $(CFLAGS) -c -o test_retrostuff-test_retrostuff.obj `if test -f 'test_retrostuff.c'; then $(CYGPATH_W) 'test_retrostuff.c'; else $(CYGPATH_W) '$(srcdir)/test_retrostuff.c'; fi` emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in-334- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in-385-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in:386: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in-387- && cd $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in-393-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in:394: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in:395: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in-396- list='$(DISTFILES)'; for file in $$list; do \ emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in-397- case $$file in \ emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in:398: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in:399: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in-400- esac; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in-401- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in:402: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/test_suite/Makefile.in-403- if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in-303- dot_seen=no; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in:304: target=`echo $@ | sed s/-recursive//`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in-305- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in-339- rev="$$rev ."; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in:340: target=`echo $@ | sed s/-recursive//`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in-341- for subdir in $$rev; do \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in-413-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in:414: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in-415- && cd $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in-424- $(mkdir_p) $(distdir)/admin/CMakeModules $(distdir)/admin/RPM $(distdir)/admin/VisualStudio6 $(distdir)/admin/VisualStudio6/alut $(distdir)/admin/VisualStudio6/hello_world $(distdir)/admin/VisualStudio6/playfile $(distdir)/admin/VisualStudioDotNET $(distdir)/admin/VisualStudioDotNET/alut $(distdir)/admin/VisualStudioDotNET/hello_world $(distdir)/admin/VisualStudioDotNET/playfile $(distdir)/admin/autotools $(distdir)/admin/autotools/m4 $(distdir)/admin/pkgconfig $(distdir)/doc emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in:425: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in:426: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in-427- list='$(DISTFILES)'; for file in $$list; do \ emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in-428- case $$file in \ emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in:429: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in:430: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in-431- esac; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in-432- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in:433: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in-434- if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in-455- || exit 1; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in:456: distdir=`$(am__cd) $(distdir) && pwd`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in:457: top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in-458- (cd $$subdir && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in-515- chmod a-w $(distdir) emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in:516: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in-517- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in-546- @cd $(distuninstallcheck_dir) \ emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in:547: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in-548- || { echo "ERROR: files left after uninstall:" ; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in-558- fi emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in:559: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ emscripten-2.0.9~dfsg/tests/third_party/freealut/Makefile.in-560- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-133-done emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:134:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-135-]) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-417-m4_define([_LT_CONFIG_STATUS_DECLARE], emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:418:[$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`']) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-419- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-427-# emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:428:# <var>='`$ECHO "X$<var>" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-429-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-529-]], lt_decl_quote_varnames); do emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:530: case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-531- *[[\\\\\\\`\\"\\\$]]*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:532: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-533- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-542-]], lt_decl_dquote_varnames); do emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:543: case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-544- *[[\\\\\\\`\\"\\\$]]*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:545: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-546- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-555-*'\\\[$]0 --fallback-echo"')dnl " emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:556: lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-557- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-691- emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:692:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-693-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1037- }' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1038:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1039-# Check for a 64-bit object if we didn't find anything. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1040-if test -z "$aix_libpath"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1041: aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1042-fi],[]) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1069- # Remove one level of quotation (which was required for Make). emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1070: ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1071- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1080- : emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1081:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1082- # Yippee, $ECHO works! ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1106- # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1107: if { echo_test_string=`eval $cmd`; } 2>/dev/null && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1108- { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1114- emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1115: if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1116: echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1117- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1129- if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1130: test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1131: echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1132- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1141- if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1142: echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1143- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1156- ECHO='printf %s\n' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1157: if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1158: echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1159- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1161- : emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1162: elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1163- test "X$echo_testing_string" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1164: echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1165- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1170- ECHO="$CONFIG_SHELL [$]0 --fallback-echo" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1171: elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1172- test "X$echo_testing_string" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1173: echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1174- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1180- for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1181: if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1182- then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1188- if test "$prev" != 'sed 50q "[$]0"'; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1189: echo_test_string=`eval $prev` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1190- export echo_test_string ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1231- if AC_TRY_EVAL(ac_compile); then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1232: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1233- *ELF-32*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1247- if test "$lt_cv_prog_gnu_ld" = yes; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1248: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1249- *32-bit*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1259- else emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1260: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1261- *32-bit*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1551- # And add a safety zone emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1552: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1553: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1554- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1579- if test -n "$kargmax"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1580: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1581- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1587- if test -n "$lt_cv_sys_max_cmd_len"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1588: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1589: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1590- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1599- # we can't tell. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1600: while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1601- = "XX$teststring$teststring"; } >/dev/null 2>&1 && ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1603- do emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1604: i=`expr $i + 1` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1605- teststring=$teststring$teststring ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1607- # Only check the string length outside the loop. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1608: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1609- teststring= ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1612- # linker. It appears as though 1/2 is a usable value. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1613: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1614- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1927- if test "$hard_links" = no; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:1928: AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-1929- need_locks=warn ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2053- esac emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2054: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2055- if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2059- # okay in the real world where ";" in dirpaths is itself problematic. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2060: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2061- else emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2062: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2063- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2066- lt_tmp_lt_search_path_spec= emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2067: lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2068- for lt_sys_path in $lt_search_path_spec; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2095-}'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2096: sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2097-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2183- # Create ${libname}_ixlibrary.a entries in /sys/libs. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2184: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2185- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2218- # DLL is installed to $(libdir)/../bin by postinstall_cmds emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2219: postinstall_cmds='base_file=`basename \${file}`~ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2220: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2221: dldir=$destdir/`dirname \$dlpath`~ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2222- test -d \$dldir || mkdir -p \$dldir~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2227- fi' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2228: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2229- dlpath=$dir/\$dldll~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2235- # Cygwin DLLs use 'cyg' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2236: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2237- sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2240- # MinGW DLLs use traditional 'lib' prefix emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2241: soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2242: sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2243- if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2249- # which wouldn't understand a cygwinified path. Ahh. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2250: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2251- else emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2252: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2253- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2256- # pw32 DLLs use 'pw' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2257: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2258- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2262- *) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2263: library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2264- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2279- shlibpath_var=DYLD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2280: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2281-m4_if([$1], [],[ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2480- if test -f /etc/ld.so.conf; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2481: 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' ' '` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2482- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2542- shlibpath_var=LD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2543: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2544- case $host_os in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2757- "file_magic "*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2758: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2759- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2839- # gcc leaves a trailing carriage return which upsets mingw emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2840: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2841- *) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2842: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2843- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2848- # Canonicalize the pathname of ld emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2849: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2850- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2851: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2852- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2879- # Break only if it was the GNU/non-GNU ld that we prefer. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2880: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2881- *GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2919-[# I'd rather use --version here, but apparently some GNU lds only accept -v. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:2920:case `$LD -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-2921-*GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-3103-openbsd*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:3104: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-3105- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-3194- # Tru64's nm complains that /dev/null is an invalid object file emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:3195: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-3196- */dev/null* | *'Invalid file or object type'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-3200- *) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:3201: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-3202- */dev/null*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-3365-# If we're using GNU nm, then use its standard symbol codes. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:3366:case `$NM -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-3367-*GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-3383-mingw*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:3384: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-3385- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-3434- nlist=conftest.nm emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:3435: if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-3436- # Try sorting and uniquifying the output. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-3741- *) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:3742: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-3743- *Sun\ C*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4025- *) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4026: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4027- *Sun\ C*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4274- supports_anon_versioning=no emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4275: case `$LD -v 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4276- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4339- # is EXPORTS), use it as is; otherwise, prepend... emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4340: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4341- cp $export_symbols $output_objdir/$soname.def; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4362- # time. Moving up from 0x10000000 also allows more sbrk(2) space. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4363: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4364: _LT_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' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4365- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4380- pgcc*) # Portland Group C compiler emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4381: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4382- tmp_addflag=' $pic_flag' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4384- pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4385: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4386- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4399- esac emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4400: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4401- *Sun\ C*) # Sun C 5.9 emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4402: _LT_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' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4403- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4468- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4469: case `$LD -v 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4470- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4589- # below for broken collect2 doesn't work under 4.3+ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4590: collect2name=`${CC} -print-prog-name=collect2` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4591- if test -f "$collect2name" && ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4638- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4639: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4640- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4693- # FIXME: Setting linknames here is a bad hack. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4694: _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4695- # The linker will automatically build a .lib file if we build a DLL. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4698- _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4699: _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4700- _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4828- if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4829: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4830- # Try to use the -exported_symbol ld option, if it does not ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4835- AC_LINK_IFELSE(int foo(void) {}, emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4836: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4837- ) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4839- else emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4840: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4841: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4842- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4876- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4877: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4878- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4909- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4910: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4911- else emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4912- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4913: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4914- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4922- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4923: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4924- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4926- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4927: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4928: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4929: $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4930- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4945- else emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:4946: case `$CC -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-4947- *"Compilers 5.0"*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5137- _LT_TAGVAR(allow_undefined_flag, $1)= emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5138: if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5139- then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5447- # ancient GNU ld didn't support --whole-archive et. al. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5448: if eval "`$CC -print-prog-name=ld` --help 2>&1" | emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5449- $GREP 'no-whole-archive' > /dev/null; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5530- # below for broken collect2 doesn't work under 4.3+ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5531: collect2name=`${CC} -print-prog-name=collect2` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5532- if test -f "$collect2name" && ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5580- emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5581: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5582- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5637- # is EXPORTS), use it as is; otherwise, prepend... emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5638: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5639- cp $export_symbols $output_objdir/$soname.def; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5713- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5714: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5715- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5778- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5779: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5780- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5814- # time. Moving up from 0x10000000 also allows more sbrk(2) space. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5815: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5816: _LT_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' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5817- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5821- # SGI C++ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5822: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5823- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5832- if test "$with_gnu_ld" = no; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5833: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5834- else emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5835: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5836- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5853- # to its proper name (with version) after linking. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5854: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5855: _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5856- # Commands to make compiler produce verbose output that lists ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5863- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5864: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5865- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5878- # earlier do not add the objects themselves. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5879: case `$CC -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5880- *"Version 7."*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5899- # Portland Group C++ compiler emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5900: case `$CC -V` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5901- *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5904- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5905: compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5906- _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5908- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5909: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5910- $RANLIB $oldlib' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5913- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5914: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5915- _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5917- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5918: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5919- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5927- _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5928: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5929- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5946- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5947: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "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 "X$list" | $Xsed' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5948- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5961- *) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5962: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5963- *Sun\ C*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5968- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:5969: _LT_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' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-5970- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-6038- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:6039: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-6040- _LT_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' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-6057- # to its proper name (with version) after linking. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:6058: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-6059- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-6078- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:6079: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-6080- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-6083- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:6084: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:6085: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-6086- echo "-hidden">> $lib.exp~ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:6087: $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-6088- $RM $lib.exp' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-6102- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:6103: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "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 "X$list" | $Xsed' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-6104- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-6109- osf3*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:6110: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-6111- ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-6112- *) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:6113: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-6114- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-6408- emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:6409: for p in `eval "$output_verbose_link_cmd"`; do emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-6410- case $p in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-6494-linux*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:6495: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-6496- *Sun\ C*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-6545-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:6546: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-6547-fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-7079- test $lt_ac_count -gt 10 && break emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:7080: lt_ac_count=`expr $lt_ac_count + 1` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-7081- if test $lt_ac_count -gt $lt_ac_max; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-7254- # Extract subdirectory from the argument. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:7255: func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-7256- if test "X$func_dirname_result" = "X${1}"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-7265-{ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:7266: func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-7267-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-7295-{ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:7296: func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:7297: func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-7298-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-7302-{ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:7303: func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-7304-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-7308-{ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:7309: func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-7310-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-7314-{ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:7315: func_arith_result=`expr "$[@]"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-7316-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-7321-{ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:7322: func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-7323-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-7784-m4_define([lt_combine], emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4:7785:[m4_if(m4_eval([$# > 3]), [1], emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/aclocal.m4-7786- [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-40- emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-42- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-110-: ${TMPDIR=/tmp} ; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:111: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-112- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-196- *) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:197: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-198- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-223- *4.0) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:224: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-225- ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-226- *5.*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:227: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-228- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-233- # types through head -n 1, so we only detect the type of CPU 0. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:234: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-235- case "$ALPHA_CPU_TYPE" in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-271- # 1.2 uses "1.2" for uname -r. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:272: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-273- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-328- s390x:SunOS:*:*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:329: echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-330- exit ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-331- sun4H:SunOS:5.*:*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:332: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-333- exit ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-334- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:335: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-336- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-353- fi emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:354: echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-355- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-359- # it's likely to be more like Solaris than SunOS4. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:360: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-361- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-368- # Japanese Language versions have a version number like `4.1.3-JL'. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:369: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-370- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-374- sun*:*:4.2BSD:*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:375: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-376- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-456- $CC_FOR_BUILD -o $dummy $dummy.c && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:457: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:458: SYSTEM_NAME=`$dummy $dummyarg` && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-459- { echo "$SYSTEM_NAME"; exit; } ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-512- *:IRIX*:*:*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:513: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-514- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-542-EOF emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:543: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-544- then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-555- *:AIX:*:[4567]) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:556: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-557- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-590- 9000/[34678]??:HP-UX:*:*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:591: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-592- case "${UNAME_MACHINE}" in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-644-EOF emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:645: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-646- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-672- ia64:HP-UX:*:*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:673: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-674- echo ia64-hp-hpux${HPUX_REV} ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-702-EOF emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:703: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-704- { echo "$SYSTEM_NAME"; exit; } ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-773- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:774: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-775- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-778- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:779: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-780- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-793- pc98) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:794: echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-795- amd64) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:796: echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-797- *) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:798: echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-799- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-847- prep*:SunOS:5.*:*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:848: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-849- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-851- # the GNU system emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:852: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-853- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-855- # other systems with GNU libc and userland emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:856: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-857- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-904-EOF emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:905: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-906- echo "${UNAME_MACHINE}-pc-linux-${LIBC}" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-932-EOF emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:933: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-934- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-1017- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:1018: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-1019- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-1287- *:DragonFly:*:*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:1288: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-1289- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-1300- i*86:skyos:*:*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:1301: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-1302- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-1428- emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess:1429:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.guess-1430- { echo "$SYSTEM_NAME"; exit; } ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-59- emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:60:me=`echo "$0" | sed -e 's,.*/,,'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-61- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-124-# Here we must recognize all the valid KERNEL-OS combinations. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:125:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-126-case $maybe_os in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-132- os=-$maybe_os emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:133: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-134- ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-135- *) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:136: basic_machine=`echo $1 | sed 's/-[^-]*$//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-137- if [ $basic_machine != $1 ] emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:138: then os=`echo $1 | sed 's/.*-/-/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-139- else os=; fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-186- os=-sco5v6 emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:187: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-188- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-190- os=-sco3.2v5 emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:191: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-192- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-194- os=-sco3.2v4 emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:195: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-196- ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-197- -sco3.2.[4-9]*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:198: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:199: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-200- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-202- # Don't forget version if it is 3.2v4 or newer. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:203: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-204- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-206- # Don't forget version if it is 3.2v4 or newer. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:207: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-208- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-210- os=-sco3.2v2 emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:211: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-212- ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-213- -udk*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:214: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-215- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-217- os=-isc2.2 emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:218: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-219- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-223- -isc*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:224: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-225- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-229- -ptx*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:230: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-231- ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-232- -windowsnt*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:233: os=`echo $os | sed -e 's/windowsnt/winnt/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-234- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-335- *-*-*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:336: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-337- exit 1 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-447- amd64-*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:448: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-449- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-489- blackfin-*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:490: basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-491- os=-linux ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-497- c54x-*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:498: basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-499- ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-500- c55x-*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:501: basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-502- ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-503- c6x-*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:504: basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-505- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-701- i*86v32) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:702: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-703- os=-sysv32 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-705- i*86v4*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:706: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-707- os=-sysv4 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-709- i*86v) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:710: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-711- os=-sysv ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-713- i*86sol2) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:714: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-715- os=-solaris2 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-743- m68knommu-*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:744: basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-745- os=-linux ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-776- mips3*-*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:777: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-778- ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-779- mips3*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:780: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-781- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-794- ms1-*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:795: basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-796- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-905- parisc-*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:906: basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-907- os=-linux ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-921- pc98-*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:922: basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-923- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-936- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:937: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-938- ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-939- pentiumpro-* | p6-* | 6x86-* | athlon-*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:940: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-941- ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-942- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:943: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-944- ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-945- pentium4-*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:946: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-947- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-954- ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:955: ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-956- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-960- ppcle-* | powerpclittle-*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:961: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-962- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-964- ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:965: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-966- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-970- ppc64le-* | powerpc64little-*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:971: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-972- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1255- *) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:1256: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1257- exit 1 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1263- *-digital*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:1264: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1265- ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1266- *-commodore*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:1267: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1268- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1284- -solaris1 | -solaris1.*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:1285: os=`echo $os | sed -e 's|solaris1|sunos4|'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1286- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1296- -gnu/linux*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:1297: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1298- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1342- -nto*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:1343: os=`echo $os | sed -e 's|nto|nto-qnx|'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1344- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1349- -mac*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:1350: os=`echo $os | sed -e 's|mac|macos|'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1351- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1355- -linux*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:1356: os=`echo $os | sed -e 's|linux|linux-gnu|'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1357- ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1358- -sunos5*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:1359: os=`echo $os | sed -e 's|sunos5|solaris2|'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1360- ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1361- -sunos6*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:1362: os=`echo $os | sed -e 's|sunos6|solaris3|'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1363- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1410- -sinix5.*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:1411: os=`echo $os | sed -e 's|sinix|sysv|'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1412- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1466- # Get rid of the `-' at the beginning of $os. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:1467: os=`echo $os | sed 's/[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:1468: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1469- exit 1 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1726- esac emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub:1727: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/config.sub-1728- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-47-if test -z "$BASH_VERSION$ZSH_VERSION" \ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:48: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-49- as_echo='print -r --' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-50- as_echo_n='print -rn --' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:51:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-52- as_echo='printf %s\n' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-54-else emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:55: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-56- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-64- expr "X$arg" : "X\\(.*\\)$as_nl"; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:65: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-66- esac; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-174- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:175: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-176-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-291- case $as_dir in #( emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:292: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-293- *) as_qdir=$as_dir;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-356- { emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:357: as_val=`expr "$@" || test $? -eq 1` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-358- } ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-363-# ---------------------------------------- emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:364:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-365-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-426- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:427: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-428- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-517- esac; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:518: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-519- ???[sx]*):;;*)false;;esac;fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-538- # Remove one level of quotation (which was required for Make). emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:539: ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-540- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-549- : emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:550:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-551- # Yippee, $ECHO works! ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-575- # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:576: if { echo_test_string=`eval $cmd`; } 2>/dev/null && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-577- { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-583- emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:584: if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:585: echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-586- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-598- if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:599: test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:600: echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-601- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-610- if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:611: echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-612- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-625- ECHO='printf %s\n' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:626: if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:627: echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-628- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-630- : emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:631: elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-632- test "X$echo_testing_string" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:633: echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-634- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-639- ECHO="$CONFIG_SHELL $0 --fallback-echo" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:640: elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-641- test "X$echo_testing_string" = 'X\t' && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:642: echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-643- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-649- for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:650: if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-651- then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-657- if test "$prev" != 'sed 50q "$0"'; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:658: echo_test_string=`eval $prev` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-659- export echo_test_string ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-932- case $ac_option in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:933: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-934- *=) ac_optarg= ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-976- -disable-* | --disable-*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:977: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-978- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-981- ac_useropt_orig=$ac_useropt emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:982: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-983- case $ac_user_opts in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1002- -enable-* | --enable-*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:1003: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1004- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1007- ac_useropt_orig=$ac_useropt emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:1008: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1009- case $ac_user_opts in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1206- -with-* | --with-*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:1207: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1208- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1211- ac_useropt_orig=$ac_useropt emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:1212: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1213- case $ac_user_opts in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1222- -without-* | --without-*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:1223: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1224- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1227- ac_useropt_orig=$ac_useropt emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:1228: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1229- case $ac_user_opts in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1260- *=*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:1261: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1262- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1281-if test -n "$ac_prev"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:1282: ac_option=--`echo $ac_prev | sed 's/_/-/g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1283- as_fn_error $? "missing argument to $ac_option" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1303- */ ) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:1304: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1305- eval $ac_var=\$ac_val;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1340-ac_ls_di=`ls -di .` && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:1341:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1342- as_fn_error $? "working directory cannot be determined" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1396-case $srcdir in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:1397:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1398-esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1439-By default, \`make install' will install all the files in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:1440:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:1441:an installation prefix other than \`$ac_default_prefix' using \`--prefix', emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1442-for instance \`--prefix=\$HOME'. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1541-*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:1542: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1543- # A ".." for each directory in $ac_dir_suffix. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:1544: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-1545- case $ac_top_builddir_sub in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2139- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:2140: as_decl_name=`echo $2|sed 's/ *(.*//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:2141: as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2142- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2253- *\'*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:2254: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2255- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2336- case $ac_val in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:2337: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2338- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2351- case $ac_val in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:2352: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2353- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2474- set,) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:2475: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:2476:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2477- ac_cache_corrupted=: ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2485- # differences in whitespace do not lead to failure. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:2486: ac_old_val_w=`echo x $ac_old_val` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:2487: ac_new_val_w=`echo x $ac_new_val` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2488- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2505- case $ac_new_val in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:2506: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2507- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2539- emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:2540:ft_version=`echo $version_info | tr : .` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2541- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2585-test "x$ac_build_alias" = x && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:2586: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2587-test "x$ac_build_alias" = x && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2588- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:2589:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2590- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2609-IFS=$ac_save_IFS emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:2610:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2611- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2620-else emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:2621: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2622- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2642-IFS=$ac_save_IFS emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:2643:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2644- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2995-$as_echo_n "checking whether the C compiler works... " >&6; } emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:2996:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-2997- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-3039- then :; else emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:3040: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-3041- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-3099- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:3100: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-3101- break;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-3208- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:3209: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-3210- break;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-3966- # Check for GNU $ac_path_GREP emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:3967:case `"$ac_path_GREP" --version 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-3968-*GNU*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-4032- # Check for GNU $ac_path_EGREP emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:4033:case `"$ac_path_EGREP" --version 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-4034-*GNU*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-4193-do : emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:4194: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-4195-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-4198- cat >>confdefs.h <<_ACEOF emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:4199:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-4200-_ACEOF ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-4208-do : emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:4209: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-4210-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-4212- cat >>confdefs.h <<_ACEOF emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:4213:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-4214-_ACEOF ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-4452-do : emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:4453: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-4454-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-4457- cat >>confdefs.h <<_ACEOF emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:4458:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-4459-_ACEOF ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-4704-do : emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:4705: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-4706-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-4708- cat >>confdefs.h <<_ACEOF emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:4709:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-4710-_ACEOF ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5416- # Check for GNU $ac_path_SED emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:5417:case `"$ac_path_SED" --version 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5418-*GNU*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5495- # Check for GNU $ac_path_FGREP emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:5496:case `"$ac_path_FGREP" --version 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5497-*GNU*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5575- # gcc leaves a trailing carriage return which upsets mingw emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:5576: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5577- *) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:5578: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5579- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5584- # Canonicalize the pathname of ld emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:5585: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5586- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:5587: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5588- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5619- # Break only if it was the GNU/non-GNU ld that we prefer. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:5620: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5621- *GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5650- # I'd rather use --version here, but apparently some GNU lds only accept -v. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:5651:case `$LD -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5652-*GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5695- # Tru64's nm complains that /dev/null is an invalid object file emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:5696: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5697- */dev/null* | *'Invalid file or object type'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5701- *) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:5702: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5703- */dev/null*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5924- # And add a safety zone emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:5925: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:5926: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5927- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5952- if test -n "$kargmax"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:5953: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5954- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5960- if test -n "$lt_cv_sys_max_cmd_len"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:5961: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:5962: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5963- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5972- # we can't tell. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:5973: while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5974- = "XX$teststring$teststring"; } >/dev/null 2>&1 && ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5976- do emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:5977: i=`expr $i + 1` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5978- teststring=$teststring$teststring ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5980- # Only check the string length outside the loop. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:5981: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5982- teststring= ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5985- # linker. It appears as though 1/2 is a usable value. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:5986: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-5987- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-6337-openbsd*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:6338: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-6339- lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-6826-# If we're using GNU nm, then use its standard symbol codes. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:6827:case `$NM -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-6828-*GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-6844-mingw*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:6845: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-6846- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-7040- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:7041: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-7042- *ELF-32*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-7060- if test "$lt_cv_prog_gnu_ld" = yes; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:7061: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-7062- *32-bit*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-7072- else emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:7073: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-7074- *32-bit*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-8384-done emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:8385:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-8386- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-8413- "file_magic "*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:8414: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-8415- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-8479- "file_magic "*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:8480: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-8481- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-8818- *) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:8819: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-8820- *Sun\ C*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9154- if test "$hard_links" = no; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9155: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9156:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9157- need_locks=warn ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9247- supports_anon_versioning=no emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9248: case `$LD -v 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9249- *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9312- # is EXPORTS), use it as is; otherwise, prepend... emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9313: archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9314- cp $export_symbols $output_objdir/$soname.def; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9335- # time. Moving up from 0x10000000 also allows more sbrk(2) space. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9336: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9337: 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' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9338- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9353- pgcc*) # Portland Group C compiler emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9354: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9355- tmp_addflag=' $pic_flag' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9357- pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9358: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9359- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9372- esac emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9373: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9374- *Sun\ C*) # Sun C 5.9 emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9375: 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' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9376- compiler_needs_object=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9441- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9442: case `$LD -v 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9443- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9562- # below for broken collect2 doesn't work under 4.3+ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9563: collect2name=`${CC} -print-prog-name=collect2` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9564- if test -f "$collect2name" && ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9629- }' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9630:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9631-# Check for a 64-bit object if we didn't find anything. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9632-if test -z "$aix_libpath"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9633: aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9634-fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9640- hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9641: archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9642- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9669- }' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9670:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9671-# Check for a 64-bit object if we didn't find anything. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9672-if test -z "$aix_libpath"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9673: aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9674-fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9724- # FIXME: Setting linknames here is a bad hack. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9725: archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9726- # The linker will automatically build a .lib file if we build a DLL. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9729- old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9730: fix_srcfile_path='`cygpath -w "$srcfile"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9731- enable_shared_with_static_runtimes=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9882- if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9883: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9884- # Try to use the -exported_symbol ld option, if it does not ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9893-if ac_fn_c_try_link "$LINENO"; then : emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9894: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9895- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9900- else emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9901: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9902: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9903- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9937- hardcode_direct_absolute=yes emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9938: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9939- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9970- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9971: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9972- else emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9973- allow_undefined_flag=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9974: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9975- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9983- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9984: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9985- hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9987- allow_undefined_flag=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9988: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9989: archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:9990: $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-9991- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10006- else emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:10007: case `$CC -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10008- *"Compilers 5.0"*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10400- esac emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:10401: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10402- if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10406- # okay in the real world where ";" in dirpaths is itself problematic. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:10407: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10408- else emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:10409: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10410- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10413- lt_tmp_lt_search_path_spec= emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:10414: lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10415- for lt_sys_path in $lt_search_path_spec; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10442-}'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:10443: sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10444-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10530- # Create ${libname}_ixlibrary.a entries in /sys/libs. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:10531: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10532- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10565- # DLL is installed to $(libdir)/../bin by postinstall_cmds emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:10566: postinstall_cmds='base_file=`basename \${file}`~ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:10567: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:10568: dldir=$destdir/`dirname \$dlpath`~ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10569- test -d \$dldir || mkdir -p \$dldir~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10574- fi' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:10575: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10576- dlpath=$dir/\$dldll~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10582- # Cygwin DLLs use 'cyg' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:10583: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10584- sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10587- # MinGW DLLs use traditional 'lib' prefix emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:10588: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:10589: sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10590- if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10596- # which wouldn't understand a cygwinified path. Ahh. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:10597: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10598- else emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:10599: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10600- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10603- # pw32 DLLs use 'pw' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:10604: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10605- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10609- *) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:10610: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10611- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10626- shlibpath_var=DYLD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:10627: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10628- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10842- if test -f /etc/ld.so.conf; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:10843: 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' ' '` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10844- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10904- shlibpath_var=LD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:10905: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-10906- case $host_os in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-11909- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:11910: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-11911- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-11976-if test -z "$BASH_VERSION$ZSH_VERSION" \ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:11977: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-11978- as_echo='print -r --' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-11979- as_echo_n='print -rn --' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:11980:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-11981- as_echo='printf %s\n' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-11983-else emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:11984: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-11985- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-11993- expr "X$arg" : "X\\(.*\\)$as_nl"; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:11994: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-11995- esac; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12069-# ---------------------------------------- emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12070:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12071-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12141- { emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12142: as_val=`expr "$@" || test $? -eq 1` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12143- } ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12245- case $as_dir in #( emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12246: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12247- *) as_qdir=$as_dir;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12302- esac; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12303: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12304- ???[sx]*):;;*)false;;esac;fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12392-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12393:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12394-ac_cs_version="\\ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12415- --*=?*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12416: ac_option=`expr "X$1" : 'X\([^=]*\)='` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12417: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12418- ac_shift=: ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12420- --*=) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12421: ac_option=`expr "X$1" : 'X\([^=]*\)='` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12422- ac_optarg= ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12444- case $ac_optarg in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12445: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12446- '') as_fn_error $? "missing file argument" ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12452- case $ac_optarg in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12453: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12454- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12520-delay_variable_subst='$delay_variable_subst' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12521:macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12522:macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12523:AS='`$ECHO "X$AS" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12524:DLLTOOL='`$ECHO "X$DLLTOOL" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12525:OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12526:enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12527:enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12528:pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12529:enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12530:host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12531:host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12532:host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12533:build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12534:build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12535:build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12536:SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12537:Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12538:GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12539:EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12540:FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12541:LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12542:NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12543:LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12544:max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12545:ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12546:exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12547:lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12548:lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12549:lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12550:reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12551:reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12552:deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12553:file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12554:AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12555:AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12556:STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12557:RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12558:old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12559:old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12560:old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12561:CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12562:CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12563:compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12564:GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12565:lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12566:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12567:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12568:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12569:objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12570:SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12571:ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12572:MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12573:lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12574:lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12575:lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12576:lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12577:lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12578:need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12579:DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12580:NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12581:LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12582:OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12583:OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12584:libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12585:shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12586:extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12587:archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12588:enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12589:export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12590:whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12591:compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12592:old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12593:old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12594:archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12595:archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12596:module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12597:module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12598:with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12599:allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12600:no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12601:hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12602:hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12603:hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12604:hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12605:hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12606:hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12607:hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12608:hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12609:inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12610:link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12611:fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12612:always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12613:export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12614:exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12615:include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12616:prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12617:file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12618:variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12619:need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12620:need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12621:version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12622:runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12623:shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12624:shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12625:libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12626:library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12627:soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12628:postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12629:postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12630:finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12631:finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12632:hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12633:sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12634:sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12635:hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12636:enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12637:enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12638:enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12639:old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12640:striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12641- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12703-striplib; do emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12704: case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12705- *[\\\\\\\`\\"\\\$]*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12706: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12707- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12732-sys_lib_dlsearch_path_spec; do emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12733: case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12734- *[\\\\\\\`\\"\\\$]*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12735: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12736- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12744-case \$lt_ECHO in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12745:*'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12746- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12836-fi emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12837:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12838-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12853- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12854:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12855-ac_delim='%!_!# ' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12859- emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12860: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12861- if test $ac_delim_n = $ac_delim_num; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12997-for ac_last_try in false false :; do emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:12998: ac_t=`sed -n "/$ac_delim/p" confdefs.h` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-12999- if test -z "$ac_t"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13129- esac emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:13130: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13131- as_fn_append ac_file_inputs " '$ac_f'" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13188-*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:13189: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13190- # A ".." for each directory in $ac_dir_suffix. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:13191: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13192- case $ac_top_builddir_sub in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13244-/@mandir@/p' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:13245:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13246-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13261- emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:13262:# Neutralize VPATH when `$srcdir' = `.'. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13263-# Shell code in configure.ac might set extrasub. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13288-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:13289: { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:13290: { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13291- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13349- emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:13350:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13351-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13869- # Extract subdirectory from the argument. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:13870: func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13871- if test "X$func_dirname_result" = "X${1}"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13880-{ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:13881: func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13882-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13907-{ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:13908: func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:13909: func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13910-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13914-{ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:13915: func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13916-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13920-{ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:13921: func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13922-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13926-{ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:13927: func_arith_result=`expr "$@"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13928-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13933-{ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure:13934: func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure-13935-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure.ac-21-AC_SUBST([version_info]) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure.ac:22:ft_version=`echo $version_info | tr : .` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure.ac-23-AC_SUBST([ft_version]) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure.raw-21-AC_SUBST([version_info]) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure.raw:22:ft_version=`echo $version_info | tr : .` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/configure.raw-23-AC_SUBST([ft_version]) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/freetype-config.in-50- -*=*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/freetype-config.in:51: optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/freetype-config.in-52- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/freetype2.m4-72- else emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/freetype2.m4:73: FT2_CFLAGS=`$FT2_CONFIG $ft_config_args --cflags` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/freetype2.m4:74: FT2_LIBS=`$FT2_CONFIG $ft_config_args --libs` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/freetype2.m4-75- ft_config_major_version=`$FT2_CONFIG $ft_config_args --version | \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/install-sh-217- fi emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/install-sh:218: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/install-sh-219- *) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/install-sh-269- dstdir=$dst emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/install-sh:270: dst=$dstdir/`basename "$src"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/install-sh-271- dstdir_status=0 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/install-sh-351- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/install-sh:352: ls_ld_tmpdir=`ls -ld "$tmpdir"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/install-sh-353- case $ls_ld_tmpdir in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/install-sh-358- $mkdirprog -m$different_mode -p -- "$tmpdir" && { emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/install-sh:359: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/install-sh-360- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/install-sh-418- case $prefix in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/install-sh:419: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/install-sh-420- *) qprefix=$prefix;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/install-sh-467- if $copy_on_change && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/install-sh:468: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/install-sh:469: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/install-sh-470- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-161- # Extract subdirectory from the argument. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:162: func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-163- if test "X$func_dirname_result" = "X${1}"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-167- fi emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:168: func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-169-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-193- progdir=$func_dirname_result emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:194: progdir=`cd "$progdir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-195- progpath="$progdir/$progname" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-221-# Since each input `\' is now two `\'s, look for any number of runs of emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:222:# four `\'s followed by two `\'s and then a '$'. `\' that '$'. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-223-bs='\\' ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-328- # ...otherwise throw away the child directory and loop emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:329: my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-330- done emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:331: my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-332- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-363- # If mktemp works, use that first and foremost emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:364: my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-365- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-394- *[\\\`\"\$]*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:395: func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-396- *) ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-536- s/\$with_gnu_ld/'"$with_gnu_ld"'/ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:537: s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:538: s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-539- p ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-565- : emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:566:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-567- # Yippee, $ECHO works! ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-685- # quotes we have to do it in 2 steps: emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:686: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-687- eval "$extractedcf" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1021- # but not from the CC environment variable when configure was run. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:1022: " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1023- # Blanks at the start of $base_compile will cause this to fail ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1028- # Evaluate the configuration. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:1029: eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1030- CC_quoted= ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1036- case "$@ " in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:1037: " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1038- # The compiler in the base compile command matches ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1213- *.[cCFSifmso] | \ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:1214: *.ada | *.adb | *.ads | *.asm | \ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1215- *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1290- if test "$compiler_c_o" = no; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:1291: output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1292- lockfile="$output_obj.lock" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1309-*** ERROR, $lockfile exists and contains: emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:1310:`cat $lockfile 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1311- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1358- if test "$need_locks" = warn && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:1359: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1360- $ECHO "\ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1361-*** ERROR, $lockfile contains: emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:1362:`cat $lockfile 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1363- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1407- if test "$need_locks" = warn && emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:1408: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1409- $ECHO "\ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1410-*** ERROR, $lockfile contains: emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:1411:`cat $lockfile 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1412- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1665- test -n "$library_names" && \ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:1666: func_warning "\`$file' was not linked with \`-export-dynamic'" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1667- continue ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1676- if test ! -f "$dir/$dlname"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:1677: func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1678- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1694- # Get the absolute pathname. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:1695: absdir=`cd "$dir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-1696- test -n "$absdir" && dir="$absdir" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2012- # Determine the prefix the user has applied to our future dir. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2013: inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2014- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2025- # Stick the inst_prefix_dir data into the link command. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2026: relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2027- else emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2028: relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2029- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2185- fi emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2186: libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2187- if test -n "$libdir" && test ! -f "$libfile"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2188: func_warning "\`$lib' has not been installed in \`$libdir'" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2189- finalize=no ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2204- # Replace the output file specification. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2205: relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2206- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2223- # Install the binary that we compiled earlier. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2224: file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2225- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2294- my_pic_p="${3-no}" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2295: my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2296- my_dlsyms= ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2334- # Add our own program objects to the symbol list. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2335: progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2336- for progfile in $progfiles; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2517- if test -f "$output_objdir/$my_outputname.def"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2518: compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2519: finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2520- else emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2521: compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2522: finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2523- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2525- *) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2526: compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2527: finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2528- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2540- # Nullify the symbol file. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2541: compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2542: finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2543- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2555- win32_libid_type="unknown" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2556: win32_fileres=`file -L $1 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2557- case $win32_fileres in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2652- darwin_curdir=`pwd` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2653: darwin_base_archive=`basename "$darwin_archive"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2654: darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2655- if test -n "$darwin_arches"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2656: darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2657- darwin_arch= ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2667- ## Okay now we've a bunch of thin objects, gotta fatten them up :) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2668: darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2669- darwin_file= ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2671- for darwin_file in $darwin_filelist; do emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2672: darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2673- $LIPO -create -output "$darwin_file" $darwin_files ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2686- esac emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2687: my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2688- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2757- shift emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2758: elif test \"X\`{ \$ECHO '\t'; } 2>/dev/null\`\" = 'X\t'; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2759- # Yippee, \$ECHO works! ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2769- # Find the directory that this script lives in. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2770: thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2771- test \"x\$thisdir\" = \"x\$file\" && thisdir=. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2773- # Follow symbolic links until we get to the real thisdir. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2774: file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2775- while test -n \"\$file\"; do emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2776: destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2777- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2785- emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2786: file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2787: file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2788- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2816- case \"\$thisdir\" in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2817: *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2818- $objdir ) thisdir=. ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2822- # Try to get the absolute directory name. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2823: absdir=\`cd \"\$thisdir\" && pwd\` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2824- test -n \"\$absdir\" && thisdir=\"\$absdir\" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2832- if test ! -f \"\$progdir/\$program\" || emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2833: { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2834- test \"X\$file\" != \"X\$progdir/\$program\"; }; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2847- if test -n \"\$relink_command\"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2848: if relink_command_output=\`eval \$relink_command 2>&1\`; then : emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2849- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2879- # The second colon is a workaround for a bug in BeOS R4 sed emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2880: $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2881- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2994- *cygwin* ) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:2995: func_to_host_path_tmp1=`cygpath -w "$1"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-2996- func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-3006- # the odd construction: emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:3007: func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-3008- if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-3073- *cygwin* ) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:3074: func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-3075- func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-4240- moreargs= emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:4241: for fil in `cat "$save_arg"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-4242- do ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-4490- *) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:4491: absdir=`cd "$dir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-4492- test -z "$absdir" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-4505- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:4506: testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-4507- case :$dllsearchpath: in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-4927- # get the directories listed in $shlibpath_var emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:4928: eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-4929- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5050- for deplib in $dependency_libs; do emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:5051: deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5052- case " $weak_libs " in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5228- set dummy $deplibs_check_method; shift emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:5229: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5230- if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5291- else emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:5292: func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5293- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5320- if test -n "$inherited_linker_flags"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:5321: tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5322- for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5328- fi emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:5329: dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5330- if test "$linkmode,$pass" = "lib,link" || ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5395- *) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:5396: abs_ladir=`cd "$ladir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5397- if test -z "$abs_ladir"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5621- shift emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:5622: libname=`eval "\\$ECHO \"$libname_spec\""` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5623- # use dlname if we got it. it's perfectly good, no? ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5904- *) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:5905: absdir=`cd "$dir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5906- if test -z "$absdir"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5915- depdepl= emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:5916: eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5917- if test -n "$deplibrary_names" ; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5922- depdepl="$absdir/$objdir/$depdepl" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:5923: darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5924- if test -z "$darwin_install_name"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:5925: darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5926- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5937- else emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:5938: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5939- test -z "$libdir" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5960- else emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:5961: compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-5962- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6109- test "$module" = no && \ emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6110: func_fatal_help "libtool library \`$output' must begin with \`lib'" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6111- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6243- if test "$age" -gt "$current"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6244: func_error "AGE \`$age' is greater than the current interface number \`$current'" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6245- func_fatal_error "\`$vinfo' is not valid version information" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6404- removelist= emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6405: tempremovelist=`$ECHO "$output_objdir/*"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6406- for p in $tempremovelist; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6430- # Transform .lo files to .o files. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6431: oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6432- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6435- #for path in $notinst_path; do emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6436: # lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6437: # deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6438: # dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6439- #done ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6555- if test -n "$i" ; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6556: libname=`eval "\\$ECHO \"$libname_spec\""` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6557: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6558- set dummy $deplib_matches; shift emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6559- deplib_match=$1 emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6560: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6561- newdeplibs="$newdeplibs $i" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6598- if test -n "$i" ; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6599: libname=`eval "\\$ECHO \"$libname_spec\""` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6600: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6601- set dummy $deplib_matches; shift emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6602- deplib_match=$1 emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6603: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6604- newdeplibs="$newdeplibs $i" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6633- set dummy $deplibs_check_method; shift emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6634: file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6635- for a_deplib in $deplibs; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6648- if test -n "$a_deplib" ; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6649: libname=`eval "\\$ECHO \"$libname_spec\""` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6650- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6651: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6652- for potent_lib in $potential_libs; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6664- while test -h "$potlib" 2>/dev/null; do emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6665: potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6666- case $potliblink in emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6667- [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6668: *) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6669- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6705- set dummy $deplibs_check_method; shift emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6706: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6707- for a_deplib in $deplibs; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6720- if test -n "$a_deplib" ; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6721: libname=`eval "\\$ECHO \"$libname_spec\""` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6722- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6723: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6724- for potent_lib in $potential_libs; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6764- # can't use Xsed below, because $i might contain '/' emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6765: tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6766- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6789- # On Rhapsody replace the C library with the System framework emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6790: newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6791- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6841- *-*-darwin*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6842: newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6843: new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6844: deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6845- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6965- # Use standard objects if they are pic emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6966: test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6967- test "X$libobjs" = "X " && libobjs= ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6980- # exporting using user supplied symfile emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:6981: if test "x`$SED 1q $export_symbols`" != xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-6982- # and it's NOT already a .def file. Must figure out ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7132- save_output=$output emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:7133: output_la=`$ECHO "X$output" | $Xsed -e "$basename"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7134- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7436- eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:7437: reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7438- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7447- # Create the old-style object. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:7448: reload_objs="$objs$old_deplibs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7449- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7507- # On Rhapsody replace the C library is the System framework emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:7508: compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:7509: finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7510- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7525- # Time to change all our "foo.ltframework" stuff back to "-framework foo" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:7526: compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:7527: finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7528- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7603- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:7604: testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7605- case :$dllsearchpath: in ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7663- # Transform all the library objects into standard objects. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:7664: compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:7665: finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7666- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7693- # Replace the output file specification. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:7694: compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7695- link_command="$compile_command$compile_rpath" ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7740- # Replace the output file specification. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:7741: link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7742- # Delete the old output file. ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7759- if test "$fast_install" = yes; then emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:7760: relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7761- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7771- # Replace the output file specification. emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:7772: link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7773- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7795- relink_command="(cd `pwd`; $relink_command)" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:7796: relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7797- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7804- esac emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:7805: qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7806- else emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:7807: qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-7808- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-8038- relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:8039: relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-8040- if test "$hardcode_automatic" = yes ; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-8058- name="$func_basename_result" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:8059: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-8060- test -z "$libdir" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-8074- name="$func_basename_result" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:8075: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-8076- test -z "$libdir" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-8093- name="$func_basename_result" emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:8094: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-8095- test -z "$libdir" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-8397-# ### BEGIN LIBTOOL TAG CONFIG: disable-static emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh:8398:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` emscripten-2.0.9~dfsg/tests/third_party/freetype/builds/unix/ltmain.sh-8399-# ### END LIBTOOL TAG CONFIG: disable-static ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/configure-21- emscripten-2.0.9~dfsg/tests/third_party/freetype/configure:22:if test -z "`$GNUMAKE -v 2>/dev/null | grep GNU`"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/configure:23: if test -z "`$GNUMAKE -v 2>/dev/null | grep makepp`"; then emscripten-2.0.9~dfsg/tests/third_party/freetype/configure-24- echo "GNU make (>= 3.80) or makepp (>= 1.19) is required to build FreeType2." >&2 ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/configure-67-abs_curr_dir=`pwd` emscripten-2.0.9~dfsg/tests/third_party/freetype/configure:68:abs_ft2_dir=`cd "$ft2_dir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/freetype/configure-69- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/configure-75- x--srcdir=*) emscripten-2.0.9~dfsg/tests/third_party/freetype/configure:76: abs_ft2_dir=`echo $x | sed 's/^--srcdir=//'` ;; emscripten-2.0.9~dfsg/tests/third_party/freetype/configure-77- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/configure-82-# we use inodes to avoid issues with symbolic links emscripten-2.0.9~dfsg/tests/third_party/freetype/configure:83:inode_src=`ls -id $abs_ft2_dir | awk '{print $1}'` emscripten-2.0.9~dfsg/tests/third_party/freetype/configure:84:inode_dst=`ls -id $abs_curr_dir | awk '{print $1}'` emscripten-2.0.9~dfsg/tests/third_party/freetype/configure-85- ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/include/freetype/config/ftconfig.h-350- emscripten-2.0.9~dfsg/tests/third_party/freetype/include/freetype/config/ftconfig.h:351: asm __volatile__ ( emscripten-2.0.9~dfsg/tests/third_party/freetype/include/freetype/config/ftconfig.h-352- "smull %1, %2, %4, %3\n\t" /* (lo=%1,hi=%2) = a*b */ ############################################## emscripten-2.0.9~dfsg/tests/third_party/freetype/include/freetype/config/ftoption.h-41- /* - You can put a copy of this file in your build directory, more */ emscripten-2.0.9~dfsg/tests/third_party/freetype/include/freetype/config/ftoption.h:42: /* precisely in `$BUILD/freetype/config/ftoption.h', where `$BUILD' */ emscripten-2.0.9~dfsg/tests/third_party/freetype/include/freetype/config/ftoption.h-43- /* is the name of a directory that is included _before_ the FreeType */ ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-54- emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:55:static TValue *index2addr (lua_State *L, int idx) { emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-56- CallInfo *ci = L->ci; ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-184- lua_lock(L); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:185: p = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-186- api_checkstackindex(L, idx, p); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-196- lua_lock(L); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:197: p = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-198- api_checkstackindex(L, idx, p); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-206-static void moveto (lua_State *L, TValue *fr, int idx) { emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:207: TValue *to = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-208- api_checkvalidindex(L, to); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-228- lua_lock(L); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:229: fr = index2addr(L, fromidx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-230- moveto(L, fr, toidx); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-236- lua_lock(L); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:237: setobj2s(L, L->top, index2addr(L, idx)); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-238- api_incr_top(L); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-249-LUA_API int lua_type (lua_State *L, int idx) { emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:250: StkId o = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-251- return (isvalid(o) ? ttypenv(o) : LUA_TNONE); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-261-LUA_API int lua_iscfunction (lua_State *L, int idx) { emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:262: StkId o = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-263- return (ttislcf(o) || (ttisCclosure(o))); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-268- TValue n; emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:269: const TValue *o = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-270- return tonumber(o, &n); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-280-LUA_API int lua_isuserdata (lua_State *L, int idx) { emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:281: const TValue *o = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-282- return (ttisuserdata(o) || ttislightuserdata(o)); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-286-LUA_API int lua_rawequal (lua_State *L, int index1, int index2) { emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:287: StkId o1 = index2addr(L, index1); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:288: StkId o2 = index2addr(L, index2); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-289- return (isvalid(o1) && isvalid(o2)) ? luaV_rawequalobj(o1, o2) : 0; ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-319- lua_lock(L); /* may call tag method */ emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:320: o1 = index2addr(L, index1); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:321: o2 = index2addr(L, index2); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-322- if (isvalid(o1) && isvalid(o2)) { ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-336- TValue n; emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:337: const TValue *o = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-338- if (tonumber(o, &n)) { ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-350- TValue n; emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:351: const TValue *o = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-352- if (tonumber(o, &n)) { ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-367- TValue n; emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:368: const TValue *o = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-369- if (tonumber(o, &n)) { ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-383-LUA_API int lua_toboolean (lua_State *L, int idx) { emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:384: const TValue *o = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-385- return !l_isfalse(o); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-389-LUA_API const char *lua_tolstring (lua_State *L, int idx, size_t *len) { emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:390: StkId o = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-391- if (!ttisstring(o)) { ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-398- luaC_checkGC(L); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:399: o = index2addr(L, idx); /* previous call may reallocate the stack */ emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-400- lua_unlock(L); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-407-LUA_API size_t lua_rawlen (lua_State *L, int idx) { emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:408: StkId o = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-409- switch (ttypenv(o)) { ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-418-LUA_API lua_CFunction lua_tocfunction (lua_State *L, int idx) { emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:419: StkId o = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-420- if (ttislcf(o)) return fvalue(o); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-427-LUA_API void *lua_touserdata (lua_State *L, int idx) { emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:428: StkId o = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-429- switch (ttypenv(o)) { ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-437-LUA_API lua_State *lua_tothread (lua_State *L, int idx) { emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:438: StkId o = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-439- return (!ttisthread(o)) ? NULL : thvalue(o); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-443-LUA_API const void *lua_topointer (lua_State *L, int idx) { emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:444: StkId o = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-445- switch (ttype(o)) { ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-621- lua_lock(L); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:622: t = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-623- luaV_gettable(L, t, L->top - 1, L->top - 1); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-630- lua_lock(L); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:631: t = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-632- setsvalue2s(L, L->top, luaS_new(L, k)); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-641- lua_lock(L); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:642: t = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-643- api_check(L, ttistable(t), "table expected"); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-651- lua_lock(L); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:652: t = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-653- api_check(L, ttistable(t), "table expected"); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-663- lua_lock(L); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:664: t = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-665- api_check(L, ttistable(t), "table expected"); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-690- lua_lock(L); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:691: obj = index2addr(L, objindex); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-692- switch (ttypenv(obj)) { ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-717- lua_lock(L); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:718: o = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-719- api_check(L, ttisuserdata(o), "userdata expected"); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-750- api_checknelems(L, 2); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:751: t = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-752- luaV_settable(L, t, L->top - 2, L->top - 1); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-761- api_checknelems(L, 1); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:762: t = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-763- setsvalue2s(L, L->top++, luaS_new(L, k)); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-773- api_checknelems(L, 2); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:774: t = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-775- api_check(L, ttistable(t), "table expected"); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-787- api_checknelems(L, 1); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:788: t = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-789- api_check(L, ttistable(t), "table expected"); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-801- api_checknelems(L, 1); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:802: t = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-803- api_check(L, ttistable(t), "table expected"); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-816- api_checknelems(L, 1); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:817: obj = index2addr(L, objindex); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-818- if (ttisnil(L->top - 1)) ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-855- api_checknelems(L, 1); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:856: o = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-857- api_check(L, ttisuserdata(o), "userdata expected"); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-941- else { emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:942: StkId o = index2addr(L, errfunc); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-943- api_checkstackindex(L, errfunc, o); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-1117- lua_lock(L); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:1118: t = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-1119- api_check(L, ttistable(t), "table expected"); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-1149- lua_lock(L); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:1150: t = index2addr(L, idx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-1151- luaV_objlen(L, L->top, t); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-1216- lua_lock(L); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:1217: name = aux_upvalue(index2addr(L, funcindex), n, &val, NULL); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-1218- if (name) { ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-1232- lua_lock(L); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:1233: fi = index2addr(L, funcindex); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-1234- api_checknelems(L, 1); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-1247- LClosure *f; emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:1248: StkId fi = index2addr(L, fidx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-1249- api_check(L, ttisLclosure(fi), "Lua function expected"); ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-1257-LUA_API void *lua_upvalueid (lua_State *L, int fidx, int n) { emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c:1258: StkId fi = index2addr(L, fidx); emscripten-2.0.9~dfsg/tests/third_party/lua/src/lapi.c-1259- switch (ttype(fi)) { ############################################## emscripten-2.0.9~dfsg/tests/third_party/lua/src/llimits.h-205- emscripten-2.0.9~dfsg/tests/third_party/lua/src/llimits.h:206:#define lua_number2int(i,n) __asm {__asm fld n __asm fistp i} emscripten-2.0.9~dfsg/tests/third_party/lua/src/llimits.h-207-#define lua_number2integer(i,n) lua_number2int(i, n) emscripten-2.0.9~dfsg/tests/third_party/lua/src/llimits.h-208-#define lua_number2unsigned(i,n) \ emscripten-2.0.9~dfsg/tests/third_party/lua/src/llimits.h:209: {__int64 l; __asm {__asm fld n __asm fistp l} i = (unsigned int)l;} emscripten-2.0.9~dfsg/tests/third_party/lua/src/llimits.h-210- ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/CMake/CheckHaveGetopt.cmake-1-# Check if getopt is present: emscripten-2.0.9~dfsg/tests/third_party/openjpeg/CMake/CheckHaveGetopt.cmake:2:INCLUDE (${CMAKE_ROOT}/Modules/CheckIncludeFile.cmake) emscripten-2.0.9~dfsg/tests/third_party/openjpeg/CMake/CheckHaveGetopt.cmake-3-SET(DONT_HAVE_GETOPT 1) ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/CMake/OpenJPEGConfig.cmake.in-27- # This is an install tree emscripten-2.0.9~dfsg/tests/third_party/openjpeg/CMake/OpenJPEGConfig.cmake.in:28: include(${SELF_DIR}/OpenJPEGTargets.cmake) emscripten-2.0.9~dfsg/tests/third_party/openjpeg/CMake/OpenJPEGConfig.cmake.in-29- get_filename_component(OPENJPEG_INCLUDE_ROOT "${SELF_DIR}/../../@OPENJPEG_INSTALL_INCLUDE_DIR@" ABSOLUTE) ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/CMake/OpenJPEGConfig.cmake.in-36- emscripten-2.0.9~dfsg/tests/third_party/openjpeg/CMake/OpenJPEGConfig.cmake.in:37: include(${SELF_DIR}/OpenJPEGExports.cmake) emscripten-2.0.9~dfsg/tests/third_party/openjpeg/CMake/OpenJPEGConfig.cmake.in-38- ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/CMakeLists.txt-114-# Test for some required system information. emscripten-2.0.9~dfsg/tests/third_party/openjpeg/CMakeLists.txt:115:INCLUDE (${CMAKE_ROOT}/Modules/CMakeBackwardCompatibilityC.cmake) emscripten-2.0.9~dfsg/tests/third_party/openjpeg/CMakeLists.txt-116- ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/CMakeLists.txt-118-# Test for getopt being available in this system emscripten-2.0.9~dfsg/tests/third_party/openjpeg/CMakeLists.txt:119:INCLUDE (${PROJECT_SOURCE_DIR}/CMake/CheckHaveGetopt.cmake ) emscripten-2.0.9~dfsg/tests/third_party/openjpeg/CMakeLists.txt-120- ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in-82- while test -n "$$dir1"; do \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in:83: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in-84- if test "$$first" != "."; then \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in-85- if test "$$first" = ".."; then \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in:86: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in:87: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in-88- else \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in:89: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in-90- if test "$$first2" = "$$first"; then \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in:91: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in-92- else \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in-97- fi; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in:98: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in-99- done; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in-330- dot_seen=no; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in:331: target=`echo $@ | sed s/-recursive//`; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in-332- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in-365- rev="$$rev ."; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in:366: target=`echo $@ | sed s/-recursive//`; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in-367- for subdir in $$rev; do \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in-443-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in:444: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in-445- && $(am__cd) $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in-453- test -d "$(distdir)" || mkdir "$(distdir)" emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in:454: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in:455: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in-456- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in-467- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in:468: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in-469- if test -d "$(distdir)/$$file"; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in-575- test -d $(distdir)/_build || exit 0; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in:576: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in-577- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in-609- @$(am__cd) '$(distuninstallcheck_dir)' \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in:610: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in-611- || { echo "ERROR: files left after uninstall:" ; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in-621- fi emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in:622: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/Makefile.in-623- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-328- test -n "$(EXEEXT)" || exit 0; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in:329: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-330- echo " rm -f" $$list; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-363-.c.obj: emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in:364:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-365-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-367-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in:368:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-369- ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-377-getopt.o: ../common/getopt.c emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in:378:@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.o -MD -MP -MF $(DEPDIR)/getopt.Tpo -c -o getopt.o `test -f '../common/getopt.c' || echo '$(srcdir)/'`../common/getopt.c emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-379-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getopt.Tpo $(DEPDIR)/getopt.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-381-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in:382:@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.o `test -f '../common/getopt.c' || echo '$(srcdir)/'`../common/getopt.c emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-383- emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-384-getopt.obj: ../common/getopt.c emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in:385:@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.obj -MD -MP -MF $(DEPDIR)/getopt.Tpo -c -o getopt.obj `if test -f '../common/getopt.c'; then $(CYGPATH_W) '../common/getopt.c'; else $(CYGPATH_W) '$(srcdir)/../common/getopt.c'; fi` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-386-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getopt.Tpo $(DEPDIR)/getopt.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-388-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in:389:@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.obj `if test -f '../common/getopt.c'; then $(CYGPATH_W) '../common/getopt.c'; else $(CYGPATH_W) '$(srcdir)/../common/getopt.c'; fi` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-390- emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-391-color.o: ../common/color.c emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in:392:@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT color.o -MD -MP -MF $(DEPDIR)/color.Tpo -c -o color.o `test -f '../common/color.c' || echo '$(srcdir)/'`../common/color.c emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-393-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/color.Tpo $(DEPDIR)/color.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-395-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in:396:@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o color.o `test -f '../common/color.c' || echo '$(srcdir)/'`../common/color.c emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-397- emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-398-color.obj: ../common/color.c emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in:399:@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT color.obj -MD -MP -MF $(DEPDIR)/color.Tpo -c -o color.obj `if test -f '../common/color.c'; then $(CYGPATH_W) '../common/color.c'; else $(CYGPATH_W) '$(srcdir)/../common/color.c'; fi` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-400-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/color.Tpo $(DEPDIR)/color.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-402-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in:403:@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o color.obj `if test -f '../common/color.c'; then $(CYGPATH_W) '../common/color.c'; else $(CYGPATH_W) '$(srcdir)/../common/color.c'; fi` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-404- ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-455-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in:456: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-457- && $(am__cd) $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-463-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in:464: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in:465: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-466- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-477- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in:478: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/codec/Makefile.in-479- if test -d "$(distdir)/$$file"; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac-95- if test -n "$PKGCONFIG" ; then emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac:96: pngincludes="`$PKGCONFIG --variable=includedir libpng`" emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac-97- if test -n "$pngincludes" ; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac-102- if test -n "$LIBPNG_CONFIG" ; then emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac:103: pngincludes="`$LIBPNG_CONFIG --I_opts`" emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac:104: pngheader="`$LIBPNG_CONFIG --I_opts | $SED 's/-I//'`" emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac-105- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac-121- if test -n "$LIBPNG_CONFIG" ; then emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac:122: pnglibs="`$LIBPNG_CONFIG --ldflags`" emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac-123- else emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac-124- if test -n "$PKGCONFIG" ; then emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac:125: pnglibs="`$PKGCONFIG --libs libpng`" emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac-126- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac-250- if test -n "$PKGCONFIG" ; then emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac:251: lcms2includes="`$PKGCONFIG --variable=prefix lcms2`" emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac-252- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac-270- if test -n "$PKGCONFIG" ; then emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac:271: lcms2libs="`$PKGCONFIG --libs lcms2`" emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac-272- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac-288- if test -n "$PKGCONFIG" ; then emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac:289: have_lcms2_version="`$PKGCONFIG --modversion lcms2`" emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac-290- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac-324- if test -n "$PKGCONFIG" ; then emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac:325: lcms1includes="`$PKGCONFIG --variable=includedir lcms`" emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac-326- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac-344- if test -n "$PKGCONFIG" ; then emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac:345: lcms1libs="`$PKGCONFIG --libs lcms`" emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac-346- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac-362- if test -n "$PKGCONFIG" ; then emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac:363: have_lcms1_version="`$PKGCONFIG --modversion lcms`" emscripten-2.0.9~dfsg/tests/third_party/openjpeg/configure.ac-364- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp-67- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp-69- ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp-224- # Version 6 uses the directory in both cases. emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp:225: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp-226- test "x$dir" = "x$object" && dir= emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp:227: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp-228- if test "$libtool" = yes; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp-253- # Do two passes, one to just change these to emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp:254: # `$object: dependent.h' and one to simply `dependent.h:'. emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp-255- sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp-295- # Do two passes, one to just change these to emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp:296: # `$object: dependent.h' and one to simply `dependent.h:'. emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp-297- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp-311- # Much of this is similar to the tru64 case; see comments there. emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp:312: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp-313- test "x$dir" = "x$object" && dir= emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp:314: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp-315- if test "$libtool" = yes; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp-355- # Subdirectories are respected. emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp:356: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp-357- test "x$dir" = "x$object" && dir= emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp:358: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp-359- ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp-501- done emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp:502: obj_suffix=`echo "$object" | sed 's/^.*\././'` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/depcomp-503- touch "$tmpdepfile" ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/doc/Makefile.in-240-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/openjpeg/doc/Makefile.in:241: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/doc/Makefile.in:242: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/doc/Makefile.in-243- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/doc/Makefile.in-254- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/doc/Makefile.in:255: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/doc/Makefile.in-256- if test -d "$(distdir)/$$file"; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/install-sh-217- fi emscripten-2.0.9~dfsg/tests/third_party/openjpeg/install-sh:218: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; emscripten-2.0.9~dfsg/tests/third_party/openjpeg/install-sh-219- *) ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/install-sh-269- dstdir=$dst emscripten-2.0.9~dfsg/tests/third_party/openjpeg/install-sh:270: dst=$dstdir/`basename "$src"` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/install-sh-271- dstdir_status=0 ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/install-sh-351- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. emscripten-2.0.9~dfsg/tests/third_party/openjpeg/install-sh:352: ls_ld_tmpdir=`ls -ld "$tmpdir"` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/install-sh-353- case $ls_ld_tmpdir in ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/install-sh-358- $mkdirprog -m$different_mode -p -- "$tmpdir" && { emscripten-2.0.9~dfsg/tests/third_party/openjpeg/install-sh:359: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/install-sh-360- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/install-sh-418- case $prefix in emscripten-2.0.9~dfsg/tests/third_party/openjpeg/install-sh:419: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; emscripten-2.0.9~dfsg/tests/third_party/openjpeg/install-sh-420- *) qprefix=$prefix;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/install-sh-467- if $copy_on_change && emscripten-2.0.9~dfsg/tests/third_party/openjpeg/install-sh:468: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/openjpeg/install-sh:469: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/openjpeg/install-sh-470- ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.am-3-BUILD = @BUILD_NR@ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.am:4:CURRENT=`expr $(MAJOR) + $(MINOR)` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.am-5- ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in-52-CONFIG_CLEAN_VPATH_FILES = emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in:53:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in-54-am__vpath_adj = case $$p in \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in:55: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in-56- *) f=$$p;; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in-57- esac; emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in:58:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in-59-am__install_max = 40 emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in-60-am__nobase_strip_setup = \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in:61: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in-62-am__nobase_strip = \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in-247-BUILD = @BUILD_NR@ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in:248:CURRENT = `expr $(MAJOR) + $(MINOR)` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in-249-lib_LTLIBRARIES = libopenjpeg.la ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in-327- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in:328: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in-329- test "$$dir" != "$$p" || dir=.; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in-368-.c.obj: emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in:369:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in-370-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in-372-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in:373:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in-374- ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in-402- @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in:403: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in-404- test -n "$$files" || exit 0; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in-452-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in:453: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in-454- && $(am__cd) $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in-460-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in:461: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in:462: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in-463- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in-474- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in:475: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/openjpeg/libopenjpeg/Makefile.in-476- if test -d "$(distdir)/$$file"; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-139- # Could not run --version or --help. This is probably someone emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing:140: # running `$TOOL --version' or `$TOOL --help' to check whether emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-141- # $TOOL exists and not knowing $TOOL uses missing. ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-173- from any GNU archive site." emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing:174: files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-175- test -z "$files" && files="config.h" ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-202- proper tools for further handling them. emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing:203: You can get \`$1' as part of \`Autoconf' from any GNU emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-204- archive site." emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-205- emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing:206: file=`echo "$*" | sed -n "$sed_output"` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing:207: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-208- if test -f "$file"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-231- *.y) emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing:232: SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-233- if test -f "$SRCFILE"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-235- fi emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing:236: SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-237- if test -f "$SRCFILE"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-261- *.l) emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing:262: SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-263- if test -f "$SRCFILE"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-280- emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing:281: file=`echo "$*" | sed -n "$sed_output"` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing:282: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-283- if test -f "$file"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-300- # The file to touch is that specified with -o ... emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing:301: file=`echo "$*" | sed -n "$sed_output"` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing:302: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-303- if test -z "$file"; then emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-304- # ... or it is the one specified with @setfilename ... emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing:305: infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-306- file=`sed -n ' ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-312- # ... or it is derived from the source name (dir/f.texi becomes f.info) emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing:313: test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-314- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-336- *o*) emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing:337: firstarg=`echo "$firstarg" | sed s/o//` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-338- tar "$firstarg" "$@" && exit 0 ############################################## emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-342- *h*) emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing:343: firstarg=`echo "$firstarg" | sed s/h//` emscripten-2.0.9~dfsg/tests/third_party/openjpeg/missing-344- tar "$firstarg" "$@" && exit 0 ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-92- ps-recursive uninstall-recursive emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in:93:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-94-am__vpath_adj = case $$p in \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in:95: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-96- *) f=$$p;; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-97- esac; emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in:98:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-99-am__install_max = 40 emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-100-am__nobase_strip_setup = \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in:101: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-102-am__nobase_strip = \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-137- while test -n "$$dir1"; do \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in:138: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-139- if test "$$first" != "."; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-140- if test "$$first" = ".."; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in:141: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in:142: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-143- else \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in:144: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-145- if test "$$first2" = "$$first"; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in:146: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-147- else \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-152- fi; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in:153: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-154- done; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-524- @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in:525: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-526- test -n "$$files" || exit 0; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-544- dot_seen=no; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in:545: target=`echo $@ | sed s/-recursive//`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-546- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-579- rev="$$rev ."; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in:580: target=`echo $@ | sed s/-recursive//`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-581- for subdir in $$rev; do \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-657-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in:658: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-659- && $(am__cd) $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-667- test -d "$(distdir)" || mkdir "$(distdir)" emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in:668: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in:669: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-670- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-681- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in:682: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-683- if test -d "$(distdir)/$$file"; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-789- test -d $(distdir)/_build || exit 0; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in:790: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-791- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-823- @$(am__cd) '$(distuninstallcheck_dir)' \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in:824: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-825- || { echo "ERROR: files left after uninstall:" ; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-835- fi emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in:836: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ emscripten-2.0.9~dfsg/tests/third_party/poppler/Makefile.in-837- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-265- dnl or AC_LIB_HAVE_LINKFLAGS call. emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:266: uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-267- eval value=\"\$HAVE_LIB$uppername\" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-340- -L*) emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:341: dir=`echo "X$x" | sed -e 's/^X-L//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-342- dnl First look for a shared library. ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-484- */$acl_libdirstem | */$acl_libdirstem/) emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:485: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-486- if test "$name" = '$1'; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-491- */$acl_libdirstem2 | */$acl_libdirstem2/) emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:492: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-493- if test "$name" = '$1'; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-547- -L*) emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:548: additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-549- dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-599- -R*) emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:600: dir=`echo "X$dep" | sed -e 's/^X-R//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-601- if test "$enable_rpath" != no; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-629- dnl Handle this in the next round. emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:630: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-631- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-635- dnl option. emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:636: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-637- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-748- -L) next=yes ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:749: -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-750- dnl No need to hardcode the standard /usr/lib. ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-997- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:998: searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-999- if test -n "$searchpath"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1007- ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:1008: *) searchdir=`cd "$searchdir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1009- case "$searchdir" in ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1095- PKG_CHECK_EXISTS([$3], emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:1096: [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1097- [pkg_failed=yes]) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1143- if test $_pkg_short_errors_supported = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:1144: $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1145- else emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:1146: $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1147- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1225-# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:1226:# `$srcdir', `$srcdir/..', or `$srcdir/../..'. emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1227-# ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1249-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:1250:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1251-# and then we would define $MISSING as ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1265-# expand $ac_aux_dir to an absolute path emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:1266:am_aux_dir=`cd $ac_aux_dir && pwd` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1267-]) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1366- if test "$am_compiler_list" = ""; then emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:1367: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1368- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1512- # Strip MF so we end up with the name of the file. emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:1513: mf=`echo "$mf" | sed -e 's/:.*$//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1514- # Check whether this is an Automake generated Makefile or not. ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1521- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:1522: dirpart=`AS_DIRNAME("$mf")` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1523- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1527- # from the Makefile without running `make'. emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:1528: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1529- test -z "$DEPDIR" && continue emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:1530: am__include=`sed -n 's/^am__include = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1531- test -z "am__include" && continue emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:1532: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1533- # When using ansi2knr, U may be empty or an underscore; expand it emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:1534: U=`sed -n 's/^U = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1535- # Find all dependency output files, they are included files with ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1543- test -f "$dirpart/$file" && continue emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:1544: fdir=`AS_DIRNAME(["$file"])` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1545- AS_MKDIR_P([$dirpart/$fdir]) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1610-AC_REQUIRE([AC_PROG_INSTALL])dnl emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:1611:if test "`cd $srcdir && pwd`" != "`pwd`"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1612- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1712- * ) emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:1713: _am_stamp_count=`expr $_am_stamp_count + 1` ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1714- esac emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1715-done emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:1716:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1717- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1787-# Ignore all kinds of additional output from `make'. emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:1788:case `$am_make -s -f confmf 2> /dev/null` in #( emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1789-*the\ am__doit\ target*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1797- echo '.include "confinc"' > confmf emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:1798: case `$am_make -s -f confmf 2> /dev/null` in #( emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1799- *the\ am__doit\ target*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1950-if ( emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:1951: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1952- if test "$[*]" = "X"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1953- # -L didn't work. emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4:1954: set X `ls -t "$srcdir/configure" conftest.file` emscripten-2.0.9~dfsg/tests/third_party/poppler/aclocal.m4-1955- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-40- emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-42- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-109-: ${TMPDIR=/tmp} ; emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-195- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:196: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-197- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-222- *4.0) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:223: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-224- ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-225- *5.*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:226: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-227- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-232- # types through head -n 1, so we only detect the type of CPU 0. emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:233: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-234- case "$ALPHA_CPU_TYPE" in ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-270- # 1.2 uses "1.2" for uname -r. emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:271: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-272- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-327- s390x:SunOS:*:*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:328: echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-329- exit ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-330- sun4H:SunOS:5.*:*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:331: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-332- exit ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-333- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:334: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-335- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-352- fi emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:353: echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-354- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-358- # it's likely to be more like Solaris than SunOS4. emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:359: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-360- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-367- # Japanese Language versions have a version number like `4.1.3-JL'. emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:368: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-369- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-373- sun*:*:4.2BSD:*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:374: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-375- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-455- $CC_FOR_BUILD -o $dummy $dummy.c && emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:456: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:457: SYSTEM_NAME=`$dummy $dummyarg` && emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-458- { echo "$SYSTEM_NAME"; exit; } ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-511- *:IRIX*:*:*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:512: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-513- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-541-EOF emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:542: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-543- then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-554- *:AIX:*:[456]) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:555: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-556- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-589- 9000/[34678]??:HP-UX:*:*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:590: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-591- case "${UNAME_MACHINE}" in ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-643-EOF emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:644: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-645- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-671- ia64:HP-UX:*:*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:672: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-673- echo ia64-hp-hpux${HPUX_REV} ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-701-EOF emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:702: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-703- { echo "$SYSTEM_NAME"; exit; } ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-772- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:773: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-774- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-777- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:778: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-779- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-792- pc98) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:793: echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-794- amd64) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:795: echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-796- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:797: echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-798- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-846- prep*:SunOS:5.*:*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:847: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-848- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-850- # the GNU system emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:851: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-852- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-854- # other systems with GNU libc and userland emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:855: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-856- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-903-EOF emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:904: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-905- echo "${UNAME_MACHINE}-pc-linux-${LIBC}" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-931-EOF emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:932: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-933- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-1013- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:1014: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-1015- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-1280- *:DragonFly:*:*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:1281: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-1282- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-1293- i*86:skyos:*:*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:1294: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-1295- exit ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-1421- emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess:1422:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && emscripten-2.0.9~dfsg/tests/third_party/poppler/config.guess-1423- { echo "$SYSTEM_NAME"; exit; } ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-59- emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:60:me=`echo "$0" | sed -e 's,.*/,,'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-61- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-123-# Here we must recognize all the valid KERNEL-OS combinations. emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:124:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-125-case $maybe_os in ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-130- os=-$maybe_os emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:131: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-132- ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-133- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:134: basic_machine=`echo $1 | sed 's/-[^-]*$//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-135- if [ $basic_machine != $1 ] emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:136: then os=`echo $1 | sed 's/.*-/-/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-137- else os=; fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-184- os=-sco5v6 emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:185: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-186- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-188- os=-sco3.2v5 emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:189: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-190- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-192- os=-sco3.2v4 emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:193: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-194- ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-195- -sco3.2.[4-9]*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:196: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:197: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-198- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-200- # Don't forget version if it is 3.2v4 or newer. emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:201: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-202- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-204- # Don't forget version if it is 3.2v4 or newer. emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:205: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-206- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-208- os=-sco3.2v2 emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:209: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-210- ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-211- -udk*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:212: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-213- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-215- os=-isc2.2 emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:216: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-217- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-221- -isc*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:222: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-223- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-227- -ptx*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:228: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-229- ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-230- -windowsnt*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:231: os=`echo $os | sed -e 's/windowsnt/winnt/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-232- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-323- *-*-*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:324: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-325- exit 1 ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-433- amd64-*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:434: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-435- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-475- blackfin-*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:476: basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-477- os=-linux ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-678- i*86v32) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:679: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-680- os=-sysv32 ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-682- i*86v4*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:683: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-684- os=-sysv4 ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-686- i*86v) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:687: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-688- os=-sysv ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-690- i*86sol2) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:691: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-692- os=-solaris2 ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-720- m68knommu-*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:721: basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-722- os=-linux ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-753- mips3*-*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:754: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-755- ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-756- mips3*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:757: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-758- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-771- ms1-*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:772: basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-773- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-876- parisc-*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:877: basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-878- os=-linux ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-892- pc98-*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:893: basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-894- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-907- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:908: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-909- ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-910- pentiumpro-* | p6-* | 6x86-* | athlon-*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:911: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-912- ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-913- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:914: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-915- ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-916- pentium4-*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:917: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-918- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-925- ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:926: ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-927- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-931- ppcle-* | powerpclittle-*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:932: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-933- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-935- ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:936: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-937- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-941- ppc64le-* | powerpc64little-*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:942: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-943- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1233- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:1234: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1235- exit 1 ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1241- *-digital*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:1242: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1243- ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1244- *-commodore*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:1245: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1246- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1262- -solaris1 | -solaris1.*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:1263: os=`echo $os | sed -e 's|solaris1|sunos4|'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1264- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1274- -gnu/linux*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:1275: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1276- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1319- -nto*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:1320: os=`echo $os | sed -e 's|nto|nto-qnx|'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1321- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1326- -mac*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:1327: os=`echo $os | sed -e 's|mac|macos|'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1328- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1332- -linux*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:1333: os=`echo $os | sed -e 's|linux|linux-gnu|'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1334- ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1335- -sunos5*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:1336: os=`echo $os | sed -e 's|sunos5|solaris2|'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1337- ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1338- -sunos6*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:1339: os=`echo $os | sed -e 's|sunos6|solaris3|'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1340- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1387- -sinix5.*) emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:1388: os=`echo $os | sed -e 's|sinix|sysv|'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1389- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1441- # Get rid of the `-' at the beginning of $os. emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:1442: os=`echo $os | sed 's/[^-]*-//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:1443: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1444- exit 1 ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1692- esac emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub:1693: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` emscripten-2.0.9~dfsg/tests/third_party/poppler/config.sub-1694- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:46: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-47- as_echo='print -r --' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-48- as_echo_n='print -rn --' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-50- as_echo='printf %s\n' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-52-else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:53: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-54- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-62- expr "X$arg" : "X\\(.*\\)$as_nl"; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:63: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-64- esac; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-199- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:200: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-201-test \$(( 1 + 1 )) = 2 || exit 1 ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-207- PATH=/empty FPATH=/empty; export PATH FPATH emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:208: test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:209: || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1" emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-210- if (eval "$as_required") 2>/dev/null; then : ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-336- case $as_dir in #( emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:337: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-338- *) as_qdir=$as_dir;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-409- { emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:410: as_val=`expr "$@" || test $? -eq 1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-411- } ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-416-# ---------------------------------------- emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:417:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-418-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-479- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:480: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-481- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1027- case $ac_option in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:1028: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1029- *=) ac_optarg= ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1071- -disable-* | --disable-*) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:1072: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1073- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1076- ac_useropt_orig=$ac_useropt emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:1077: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1078- case $ac_user_opts in ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1097- -enable-* | --enable-*) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:1098: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1099- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1102- ac_useropt_orig=$ac_useropt emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:1103: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1104- case $ac_user_opts in ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1301- -with-* | --with-*) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:1302: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1303- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1306- ac_useropt_orig=$ac_useropt emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:1307: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1308- case $ac_user_opts in ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1317- -without-* | --without-*) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:1318: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1319- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1322- ac_useropt_orig=$ac_useropt emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:1323: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1324- case $ac_user_opts in ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1355- *=*) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:1356: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1357- # Reject names that are not valid shell variable names. ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1376-if test -n "$ac_prev"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:1377: ac_option=--`echo $ac_prev | sed 's/_/-/g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1378- as_fn_error $? "missing argument to $ac_option" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1398- */ ) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:1399: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1400- eval $ac_var=\$ac_val;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1433-ac_ls_di=`ls -di .` && emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:1434:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1435- as_fn_error $? "working directory cannot be determined" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1489-case $srcdir in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:1490:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1491-esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1532-By default, \`make install' will install all the files in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:1533:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:1534:an installation prefix other than \`$ac_default_prefix' using \`--prefix', emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1535-for instance \`--prefix=\$HOME'. ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1721-*) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:1722: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1723- # A ".." for each directory in $ac_dir_suffix. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:1724: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-1725- case $ac_top_builddir_sub in ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-2171- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:2172: as_decl_name=`echo $2|sed 's/ *(.*//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:2173: as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-2174- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-2534- *\'*) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:2535: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-2536- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-2617- case $ac_val in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:2618: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-2619- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-2632- case $ac_val in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:2633: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-2634- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-2752- set,) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:2753: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:2754:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-2755- ac_cache_corrupted=: ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-2763- # differences in whitespace do not lead to failure. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:2764: ac_old_val_w=`echo x $ac_old_val` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:2765: ac_new_val_w=`echo x $ac_new_val` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-2766- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-2783- case $ac_new_val in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:2784: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-2785- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-2959-if ( emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:2960: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-2961- if test "$*" = "X"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-2962- # -L didn't work. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:2963: set X `ls -t "$srcdir/configure" conftest.file` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-2964- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-2995-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:2996:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-2997- emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-2998-# expand $ac_aux_dir to an absolute path emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:2999:am_aux_dir=`cd $ac_aux_dir && pwd` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-3000- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-3140- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:3141: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-3142- 'mkdir (GNU coreutils) '* | \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-3219-set x ${MAKE-make} emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:3220:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-3221-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-3229-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:3230:case `${MAKE-make} -f conftest.make 2>/dev/null` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-3231- *@@@%%%=?*=@@@%%%*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-3256- emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:3257:if test "`cd $srcdir && pwd`" != "`pwd`"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-3258- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-3354-# Ignore all kinds of additional output from `make'. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:3355:case `$am_make -s -f confmf 2> /dev/null` in #( emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-3356-*the\ am__doit\ target*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-3364- echo '.include "confinc"' > confmf emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:3365: case `$am_make -s -f confmf 2> /dev/null` in #( emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-3366- *the\ am__doit\ target*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-3742-$as_echo_n "checking whether the C compiler works... " >&6; } emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:3743:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-3744- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-3786- then :; else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:3787: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-3788- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-3846- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:3847: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-3848- break;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-3955- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:3956: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-3957- break;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-4213- if test "$am_compiler_list" = ""; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:4214: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-4215- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-4470- # Check for GNU $ac_path_GREP emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:4471:case `"$ac_path_GREP" --version 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-4472-*GNU*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-4536- # Check for GNU $ac_path_EGREP emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:4537:case `"$ac_path_EGREP" --version 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-4538-*GNU*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-4697-do : emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:4698: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-4699-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-4702- cat >>confdefs.h <<_ACEOF emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:4703:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-4704-_ACEOF ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-4946-test "x$ac_build_alias" = x && emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:4947: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-4948-test "x$ac_build_alias" = x && emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-4949- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:4950:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-4951- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-4970-IFS=$ac_save_IFS emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:4971:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-4972- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-4981-else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:4982: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-4983- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5003-IFS=$ac_save_IFS emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:5004:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5005- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5360-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:5361: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5362- ECHO='print -r --' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:5363:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5364- ECHO='printf %s\n' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5429- # Check for GNU $ac_path_SED emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:5430:case `"$ac_path_SED" --version 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5431-*GNU*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5508- # Check for GNU $ac_path_FGREP emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:5509:case `"$ac_path_FGREP" --version 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5510-*GNU*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5588- # gcc leaves a trailing carriage return which upsets mingw emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:5589: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5590- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:5591: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5592- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5597- # Canonicalize the pathname of ld emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:5598: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5599- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:5600: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5601- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5632- # Break only if it was the GNU/non-GNU ld that we prefer. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:5633: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5634- *GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5663- # I'd rather use --version here, but apparently some GNU lds only accept -v. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:5664:case `$LD -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5665-*GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5708- # Tru64's nm complains that /dev/null is an invalid object file emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:5709: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5710- */dev/null* | *'Invalid file or object type'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5714- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:5715: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5716- */dev/null*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5842- emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:5843: case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5844- *COFF*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5954- # And add a safety zone emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:5955: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:5956: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5957- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5982- if test -n "$kargmax"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:5983: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5984- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5990- if test -n "$lt_cv_sys_max_cmd_len"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:5991: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:5992: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-5993- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-6002- # we can't tell. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:6003: while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-6004- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-6006- do emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:6007: i=`expr $i + 1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-6008- teststring=$teststring$teststring ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-6010- # Only check the string length outside the loop. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:6011: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-6012- teststring= ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-6015- # linker. It appears as though 1/2 is a usable value. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:6016: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-6017- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-6452-openbsd*) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:6453: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-6454- lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-6519- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:6520: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-6521- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-6661- # decide which to use based on capabilities of $DLLTOOL emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:6662: case `$DLLTOOL --help 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-6663- *--identify-strict*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-7182-# If we're using GNU nm, then use its standard symbol codes. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:7183:case `$NM -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-7184-*GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-7200-mingw*) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:7201: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-7202- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-7418- if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:7419: lt_sysroot=`$CC --print-sysroot 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-7420- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-7422- /*) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:7423: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-7424- ;; #( ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-7458- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:7459: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-7460- *ELF-32*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-7478- if test "$lt_cv_prog_gnu_ld" = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:7479: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-7480- *32-bit*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-7490- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:7491: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-7492- *32-bit*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-8624-done emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:8625:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-8626- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-8653- "file_magic "*) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:8654: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-8655- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-8719- "file_magic "*) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:8720: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-8721- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9084- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:9085: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9086- *Sun\ F* | *Sun*Fortran*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9429- if test "$hard_links" = no; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:9430: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:9431:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9432- need_locks=warn ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9516- # shared libraries, regardless of the interface used. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:9517: case `$LD -v 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9518- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9548- supports_anon_versioning=no emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:9549: case `$LD -v 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9550- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9617- # is EXPORTS), use it as is; otherwise, prepend... emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:9618: archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9619- cp $export_symbols $output_objdir/$soname.def; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9645- # time. Moving up from 0x10000000 also allows more sbrk(2) space. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:9646: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:9647: 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' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9648- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9663- pgcc*) # Portland Group C compiler emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:9664: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9665- tmp_addflag=' $pic_flag' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9668- # Portland Group f77 and f90 compilers emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:9669: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9670- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9683- nvcc*) # Cuda Compiler Driver 2.2 emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:9684: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9685- compiler_needs_object=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9687- esac emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:9688: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9689- *Sun\ C*) # Sun C 5.9 emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:9690: whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9691- compiler_needs_object=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9756- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:9757: case `$LD -v 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9758- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9879- # below for broken collect2 doesn't work under 4.3+ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:9880: collect2name=`${CC} -print-prog-name=collect2` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9881- if test -f "$collect2name" && ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9952- }' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:9953: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9954- # Check for a 64-bit object if we didn't find anything. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9955- if test -z "$lt_cv_aix_libpath_"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:9956: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9957- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9970- hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:9971: archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-9972- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10005- }' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:10006: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10007- # Check for a 64-bit object if we didn't find anything. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10008- if test -z "$lt_cv_aix_libpath_"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:10009: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10010- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10078- archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:10079: archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10080- sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10114- # FIXME: Setting linknames here is a bad hack. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:10115: archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10116- # The linker will automatically build a .lib file if we build a DLL. ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10132- if test "$lt_cv_ld_force_load" = "yes"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:10133: 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\"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10134- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10316- if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:10317: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10318- # Try to use the -exported_symbol ld option, if it does not ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10344- if test "$lt_cv_irix_exported_symbol" = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:10345: archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10346- fi emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10347- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:10348: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:10349: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10350- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10384- hardcode_direct_absolute=yes emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:10385: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10386- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10417- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:10418: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10419- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10420- allow_undefined_flag=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:10421: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10422- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10430- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:10431: archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10432- hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10434- allow_undefined_flag=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:10435: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:10436: archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:10437: $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10438- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10453- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:10454: case `$CC -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10455- *"Compilers 5.0"*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10857- esac emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:10858: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10859- case $lt_search_path_spec in ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10864- # okay in the real world where ";" in dirpaths is itself problematic. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:10865: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10866- ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10867- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:10868: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10869- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10873- lt_tmp_lt_search_path_spec= emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:10874: lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10875- for lt_sys_path in $lt_search_path_spec; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10908- esac emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:10909: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10910-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10996- # Create ${libname}_ixlibrary.a entries in /sys/libs. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:10997: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-10998- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11032- # DLL is installed to $(libdir)/../bin by postinstall_cmds emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:11033: postinstall_cmds='base_file=`basename \${file}`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:11034: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:11035: dldir=$destdir/`dirname \$dlpath`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11036- test -d \$dldir || mkdir -p \$dldir~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11041- fi' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:11042: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11043- dlpath=$dir/\$dldll~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11049- # Cygwin DLLs use 'cyg' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:11050: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11051- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11055- # MinGW DLLs use traditional 'lib' prefix emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:11056: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11057- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11059- # pw32 DLLs use 'pw' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:11060: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11061- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11068- libname_spec='$name' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:11069: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11070- library_names_spec='${libname}.dll.lib' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11080- # Let DOS variable expansion print the short 8.3 style file name. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:11081: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11082- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11085- # Convert to MSYS style. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:11086: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11087- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11091- # like /cygdrive/c/PROGRA~1:/cygdr... emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:11092: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:11093: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:11094: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11095- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11099- # It is most probably a Windows format PATH. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:11100: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11101- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:11102: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11103- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11109- # DLL is installed to $(libdir)/../bin by postinstall_cmds emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:11110: postinstall_cmds='base_file=`basename \${file}`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:11111: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:11112: dldir=$destdir/`dirname \$dlpath`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11113- test -d \$dldir || mkdir -p \$dldir~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11114- $install_prog $dir/$dlname \$dldir/$dlname' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:11115: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11116- dlpath=$dir/\$dldll~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11123- # Assume MSVC wrapper emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:11124: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11125- dynamic_linker='Win32 ld.exe' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11140- shlibpath_var=DYLD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:11141: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11142- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11380- if test -f /etc/ld.so.conf; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:11381: 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;s/"//g;/^$/d' | tr '\n' ' '` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11382- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11442- shlibpath_var=LD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:11443: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-11444- case $host_os in ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-12929- if test "$am_compiler_list" = ""; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:12930: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-12931- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13313- if test "$am_compiler_list" = ""; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:13314: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13315- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13417- case ${2} in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:13418: .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:13419: *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13420- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13673-done emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:13674:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13675- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13705- # gcc leaves a trailing carriage return which upsets mingw emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:13706: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13707- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:13708: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13709- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13714- # Canonicalize the pathname of ld emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:13715: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13716- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:13717: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13718- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13749- # Break only if it was the GNU/non-GNU ld that we prefer. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:13750: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13751- *GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13780- # I'd rather use --version here, but apparently some GNU lds only accept -v. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:13781:case `$LD -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13782-*GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13814- # ancient GNU ld didn't support --whole-archive et. al. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:13815: if eval "`$CC -print-prog-name=ld` --help 2>&1" | emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13816- $GREP 'no-whole-archive' > /dev/null; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13898- # below for broken collect2 doesn't work under 4.3+ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:13899: collect2name=`${CC} -print-prog-name=collect2` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13900- if test -f "$collect2name" && ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13971- }' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:13972: lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13973- # Check for a 64-bit object if we didn't find anything. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13974- if test -z "$lt_cv_aix_libpath__CXX"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:13975: lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13976- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13990- emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:13991: archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-13992- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14025- }' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14026: lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14027- # Check for a 64-bit object if we didn't find anything. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14028- if test -z "$lt_cv_aix_libpath__CXX"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14029: lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14030- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14098- archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14099: archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14100- $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14139- # is EXPORTS), use it as is; otherwise, prepend... emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14140: archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14141- cp $export_symbols $output_objdir/$soname.def; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14160- if test "$lt_cv_ld_force_load" = "yes"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14161: whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14162- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14253- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14254: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14255- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14318- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14319: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14320- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14354- # time. Moving up from 0x10000000 also allows more sbrk(2) space. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14355: archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14356: archive_expsym_cmds_CXX='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' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14357- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14361- # SGI C++ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14362: archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14363- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14372- if test "$with_gnu_ld" = no; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14373: archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14374- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14375: archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14376- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14393- # to its proper name (with version) after linking. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14394: archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14395: archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14396- # Commands to make compiler produce verbose output that lists ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14403- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14404: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14405- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14418- # earlier do not add the objects themselves. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14419: case `$CC -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14420- *"Version 7."*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14439- # Portland Group C++ compiler emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14440: case `$CC -V` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14441- *pgCC\ [1-5].* | *pgcpp\ [1-5].*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14444- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14445: compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14446- old_archive_cmds_CXX='tpldir=Template.dir~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14448- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14449: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14450- $RANLIB $oldlib' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14453- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14454: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14455- archive_expsym_cmds_CXX='tpldir=Template.dir~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14457- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14458: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14459- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14467- export_dynamic_flag_spec_CXX='${wl}--export-dynamic' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14468: whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14469- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14486- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14487: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$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; func_echo_all "X$list" | $Xsed' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14488- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14501- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14502: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14503- *Sun\ C*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14508- hardcode_libdir_flag_spec_CXX='-R$libdir' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14509: whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14510- compiler_needs_object_CXX=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14578- hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14579: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14580- archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14597- # to its proper name (with version) after linking. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14598: archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14599- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14618- allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14619: archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14620- hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14623- allow_undefined_flag_CXX=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14624: archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14625: archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14626- echo "-hidden">> $lib.exp~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14627: $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14628- $RM $lib.exp' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14642- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14643: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$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; func_echo_all "$list"' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14644- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14649- osf3*) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14650: archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14651- ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14652- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14653: archive_cmds_CXX='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14654- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14895- emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14896: for p in `eval "$output_verbose_link_cmd"`; do emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14897- case ${prev}${p} in ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14992-linux*) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:14993: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-14994- *Sun\ C*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-15043-if test -n "${compiler_lib_search_path_CXX}"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:15044: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-15045-fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-15284- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:15285: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-15286- *Sun\ C*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-15638- if test "$hard_links" = no; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:15639: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:15640:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-15641- need_locks=warn ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-15912- # Create ${libname}_ixlibrary.a entries in /sys/libs. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:15913: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-15914- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-15948- # DLL is installed to $(libdir)/../bin by postinstall_cmds emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:15949: postinstall_cmds='base_file=`basename \${file}`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:15950: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:15951: dldir=$destdir/`dirname \$dlpath`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-15952- test -d \$dldir || mkdir -p \$dldir~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-15957- fi' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:15958: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-15959- dlpath=$dir/\$dldll~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-15965- # Cygwin DLLs use 'cyg' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:15966: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-15967- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-15970- # MinGW DLLs use traditional 'lib' prefix emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:15971: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-15972- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-15974- # pw32 DLLs use 'pw' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:15975: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-15976- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-15983- libname_spec='$name' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:15984: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-15985- library_names_spec='${libname}.dll.lib' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-15995- # Let DOS variable expansion print the short 8.3 style file name. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:15996: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-15997- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-16000- # Convert to MSYS style. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:16001: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-16002- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-16006- # like /cygdrive/c/PROGRA~1:/cygdr... emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:16007: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:16008: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:16009: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-16010- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-16014- # It is most probably a Windows format PATH. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:16015: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-16016- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:16017: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-16018- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-16024- # DLL is installed to $(libdir)/../bin by postinstall_cmds emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:16025: postinstall_cmds='base_file=`basename \${file}`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:16026: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:16027: dldir=$destdir/`dirname \$dlpath`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-16028- test -d \$dldir || mkdir -p \$dldir~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-16029- $install_prog $dir/$dlname \$dldir/$dlname' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:16030: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-16031- dlpath=$dir/\$dldll~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-16038- # Assume MSVC wrapper emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:16039: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-16040- dynamic_linker='Win32 ld.exe' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-16055- shlibpath_var=DYLD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:16056: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-16057- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-16294- if test -f /etc/ld.so.conf; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:16295: 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;s/"//g;/^$/d' | tr '\n' ' '` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-16296- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-16356- shlibpath_var=LD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:16357: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-16358- case $host_os in ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-17249- if test "$am_compiler_list" = ""; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:17250: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-17251- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-17967- for ac_var in incroot usrlibdir libdir; do emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:17968: eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-17969- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-18077- LIBS=$ac_save_LIBS emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:18078:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-18079-do ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-18617-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:18618: as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-18619-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-18649- cat >>confdefs.h <<_ACEOF emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:18650:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-18651-_ACEOF ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-19099-do : emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:19100: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-19101-ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-19103- cat >>confdefs.h <<_ACEOF emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:19104:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-19105-_ACEOF ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-19584- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:19585: pkg_cv_LIBCURL_CFLAGS=`$PKG_CONFIG --cflags "libcurl" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-19586-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-19600- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:19601: pkg_cv_LIBCURL_LIBS=`$PKG_CONFIG --libs "libcurl" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-19602-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-19620- if test $_pkg_short_errors_supported = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:19621: LIBCURL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libcurl" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-19622- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:19623: LIBCURL_PKG_ERRORS=`$PKG_CONFIG --print-errors "libcurl" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-19624- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-19728- emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:19729:if eval "test ! \"`echo $ac_cv_lib_jpeg_6b`\" = no"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-19730- enable_libjpeg=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-19779- emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:19780:if eval "test ! \"`echo $ac_cv_lib_jpeg_normal`\" = no"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-19781- enable_libjpeg=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-19876- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:19877: pkg_cv_LIBPNG_CFLAGS=`$PKG_CONFIG --cflags "libpng" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-19878-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-19892- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:19893: pkg_cv_LIBPNG_LIBS=`$PKG_CONFIG --libs "libpng" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-19894-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-19912- if test $_pkg_short_errors_supported = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:19913: LIBPNG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libpng" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-19914- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:19915: LIBPNG_PKG_ERRORS=`$PKG_CONFIG --print-errors "libpng" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-19916- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-19967-# emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:19968:# FREETYPE_CFLAGS=`$FREETYPE_CONFIG --cflags` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:19969:# FREETYPE_LIBS=`$FREETYPE_CONFIG --libs` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-19970-# AC_DEFINE(HAVE_FREETYPE_H, 1, [Have FreeType2 include files]) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20025- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20026: pkg_cv_FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags "fontconfig >= 2.0.0" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20027-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20041- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20042: pkg_cv_FONTCONFIG_LIBS=`$PKG_CONFIG --libs "fontconfig >= 2.0.0" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20043-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20061- if test $_pkg_short_errors_supported = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20062: FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "fontconfig >= 2.0.0" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20063- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20064: FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --print-errors "fontconfig >= 2.0.0" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20065- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20160- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20161: pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= $CAIRO_VERSION" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20162-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20176- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20177: pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo >= $CAIRO_VERSION" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20178-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20196- if test $_pkg_short_errors_supported = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20197: CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "cairo >= $CAIRO_VERSION" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20198- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20199: CAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors "cairo >= $CAIRO_VERSION" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20200- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20250- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20251: pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= $CAIRO_VERSION" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20252-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20266- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20267: pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo >= $CAIRO_VERSION" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20268-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20286- if test $_pkg_short_errors_supported = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20287: CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "cairo >= $CAIRO_VERSION" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20288- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20289: CAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors "cairo >= $CAIRO_VERSION" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20290- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20326-do : emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20327: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20328-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20330- cat >>confdefs.h <<_ACEOF emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20331:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20332-_ACEOF ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20372- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20373: pkg_cv_POPPLER_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED cairo >= $CAIRO_VERSION" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20374-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20388- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20389: pkg_cv_POPPLER_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED cairo >= $CAIRO_VERSION" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20390-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20408- if test $_pkg_short_errors_supported = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20409: POPPLER_GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED cairo >= $CAIRO_VERSION" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20410- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20411: POPPLER_GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED cairo >= $CAIRO_VERSION" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20412- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20462- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20463: pkg_cv_POPPLER_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED cairo >= $CAIRO_VERSION" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20464-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20478- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20479: pkg_cv_POPPLER_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED cairo >= $CAIRO_VERSION" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20480-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20498- if test $_pkg_short_errors_supported = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20499: POPPLER_GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED cairo >= $CAIRO_VERSION" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20500- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20501: POPPLER_GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED cairo >= $CAIRO_VERSION" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20502- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20585- if test "x$found_introspection" = "xyes"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20586: INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20587: INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20588: INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20589: INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20590- INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)" emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20591: INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20592: INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20593: INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20594- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20935- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20936: pkg_cv_GDK_CFLAGS=`$PKG_CONFIG --cflags "gdk-2.0" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20937-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20951- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20952: pkg_cv_GDK_LIBS=`$PKG_CONFIG --libs "gdk-2.0" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20953-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20971- if test $_pkg_short_errors_supported = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20972: GDK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gdk-2.0" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20973- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:20974: GDK_PKG_ERRORS=`$PKG_CONFIG --print-errors "gdk-2.0" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-20975- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21025- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21026: pkg_cv_GDK_CFLAGS=`$PKG_CONFIG --cflags "gdk-2.0" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21027-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21041- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21042: pkg_cv_GDK_LIBS=`$PKG_CONFIG --libs "gdk-2.0" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21043-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21061- if test $_pkg_short_errors_supported = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21062: GDK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gdk-2.0" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21063- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21064: GDK_PKG_ERRORS=`$PKG_CONFIG --print-errors "gdk-2.0" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21065- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21138- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21139: pkg_cv_libqt3_CFLAGS=`$PKG_CONFIG --cflags "qt-mt" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21140-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21154- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21155: pkg_cv_libqt3_LIBS=`$PKG_CONFIG --libs "qt-mt" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21156-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21174- if test $_pkg_short_errors_supported = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21175: libqt3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "qt-mt" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21176- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21177: libqt3_PKG_ERRORS=`$PKG_CONFIG --print-errors "qt-mt" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21178- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21223- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21224: pkg_cv_libqt3_CFLAGS=`$PKG_CONFIG --cflags "qt-mt" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21225-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21239- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21240: pkg_cv_libqt3_LIBS=`$PKG_CONFIG --libs "qt-mt" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21241-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21259- if test $_pkg_short_errors_supported = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21260: libqt3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "qt-mt" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21261- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21262: libqt3_PKG_ERRORS=`$PKG_CONFIG --print-errors "qt-mt" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21263- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21322- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21323: pkg_cv_POPPLER_QT4_CFLAGS=`$PKG_CONFIG --cflags "QtCore >= 4.4.0 QtGui >= 4.4.0 QtXml >= 4.4.0" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21324-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21338- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21339: pkg_cv_POPPLER_QT4_LIBS=`$PKG_CONFIG --libs "QtCore >= 4.4.0 QtGui >= 4.4.0 QtXml >= 4.4.0" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21340-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21358- if test $_pkg_short_errors_supported = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21359: POPPLER_QT4_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "QtCore >= 4.4.0 QtGui >= 4.4.0 QtXml >= 4.4.0" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21360- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21361: POPPLER_QT4_PKG_ERRORS=`$PKG_CONFIG --print-errors "QtCore >= 4.4.0 QtGui >= 4.4.0 QtXml >= 4.4.0" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21362- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21411- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21412: pkg_cv_POPPLER_QT4_TEST_CFLAGS=`$PKG_CONFIG --cflags "QtTest >= 4.4.0" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21413-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21427- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21428: pkg_cv_POPPLER_QT4_TEST_LIBS=`$PKG_CONFIG --libs "QtTest >= 4.4.0" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21429-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21447- if test $_pkg_short_errors_supported = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21448: POPPLER_QT4_TEST_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "QtTest >= 4.4.0" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21449- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21450: POPPLER_QT4_TEST_PKG_ERRORS=`$PKG_CONFIG --print-errors "QtTest >= 4.4.0" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21451- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21501- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21502: pkg_cv_POPPLER_QT4_CFLAGS=`$PKG_CONFIG --cflags "QtCore >= 4.4.0 QtGui >= 4.4.0 QtXml >= 4.4.0" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21503-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21517- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21518: pkg_cv_POPPLER_QT4_LIBS=`$PKG_CONFIG --libs "QtCore >= 4.4.0 QtGui >= 4.4.0 QtXml >= 4.4.0" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21519-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21537- if test $_pkg_short_errors_supported = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21538: POPPLER_QT4_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "QtCore >= 4.4.0 QtGui >= 4.4.0 QtXml >= 4.4.0" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21539- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21540: POPPLER_QT4_PKG_ERRORS=`$PKG_CONFIG --print-errors "QtCore >= 4.4.0 QtGui >= 4.4.0 QtXml >= 4.4.0" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21541- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21571- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21572: pkg_cv_POPPLER_QT4_TEST_CFLAGS=`$PKG_CONFIG --cflags "QtTest >= 4.4.0" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21573-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21587- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21588: pkg_cv_POPPLER_QT4_TEST_LIBS=`$PKG_CONFIG --libs "QtTest >= 4.4.0" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21589-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21607- if test $_pkg_short_errors_supported = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21608: POPPLER_QT4_TEST_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "QtTest >= 4.4.0" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21609- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21610: POPPLER_QT4_TEST_PKG_ERRORS=`$PKG_CONFIG --print-errors "QtTest >= 4.4.0" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21611- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21637- MOCQT4=`which moc` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21638: mocversion=`$MOCQT4 -v 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21639: mocversiongrep=`echo $mocversion | grep "Qt 4"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21640- if test x"$mocversiongrep" != x"$mocversion"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21642- MOCQT4=`which moc-qt4` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21643: mocversion=`$MOCQT4 -v 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21644: mocversiongrep=`echo $mocversion | grep "Qt 4"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21645- if test x"$mocversiongrep" != x"$mocversion"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21729- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21730: searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21731- if test -n "$searchpath"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21739- ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21740: *) searchdir=`cd "$searchdir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21741- case "$searchdir" in ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21829- names_already_handled="$names_already_handled $name" emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21830: uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21831- eval value=\"\$HAVE_LIB$uppername\" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21905- -L*) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:21906: dir=`echo "X$x" | sed -e 's/^X-L//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-21907- if test -n "$acl_shlibext"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22022- */$acl_libdirstem | */$acl_libdirstem/) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22023: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22024- if test "$name" = 'iconv'; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22029- */$acl_libdirstem2 | */$acl_libdirstem2/) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22030: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22031- if test "$name" = 'iconv'; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22080- -L*) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22081: additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22082- if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22139- -R*) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22140: dir=`echo "X$dep" | sed -e 's/^X-R//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22141- if test "$enable_rpath" != no; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22164- -l*) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22165: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22166- ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22167- *.la) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22168: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22169- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22458- emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22459: am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22460- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22507- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22508: pkg_cv_GTK_TEST_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.14 gdk-pixbuf-2.0 gthread-2.0 gio-2.0" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22509-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22523- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22524: pkg_cv_GTK_TEST_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.14 gdk-pixbuf-2.0 gthread-2.0 gio-2.0" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22525-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22543- if test $_pkg_short_errors_supported = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22544: GTK_TEST_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0 >= 2.14 gdk-pixbuf-2.0 gthread-2.0 gio-2.0" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22545- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22546: GTK_TEST_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0 >= 2.14 gdk-pixbuf-2.0 gthread-2.0 gio-2.0" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22547- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22597- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22598: pkg_cv_GTK_TEST_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.14 gdk-pixbuf-2.0 gthread-2.0 gio-2.0" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22599-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22613- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22614: pkg_cv_GTK_TEST_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.14 gdk-pixbuf-2.0 gthread-2.0 gio-2.0" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22615-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22633- if test $_pkg_short_errors_supported = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22634: GTK_TEST_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0 >= 2.14 gdk-pixbuf-2.0 gthread-2.0 gio-2.0" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22635- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22636: GTK_TEST_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0 >= 2.14 gdk-pixbuf-2.0 gthread-2.0 gio-2.0" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22637- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22684- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22685: pkg_cv_ABIWORD_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22686-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22700- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22701: pkg_cv_ABIWORD_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22702-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22720- if test $_pkg_short_errors_supported = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22721: ABIWORD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libxml-2.0" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22722- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22723: ABIWORD_PKG_ERRORS=`$PKG_CONFIG --print-errors "libxml-2.0" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22724- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22774- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22775: pkg_cv_ABIWORD_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22776-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22790- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22791: pkg_cv_ABIWORD_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22792-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22810- if test $_pkg_short_errors_supported = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22811: ABIWORD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libxml-2.0" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22812- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22813: ABIWORD_PKG_ERRORS=`$PKG_CONFIG --print-errors "libxml-2.0" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22814- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22887- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22888: pkg_cv_LCMS_CFLAGS=`$PKG_CONFIG --cflags "lcms" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22889-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22903- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22904: pkg_cv_LCMS_LIBS=`$PKG_CONFIG --libs "lcms" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22905-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22923- if test $_pkg_short_errors_supported = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22924: LCMS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "lcms" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22925- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22926: LCMS_PKG_ERRORS=`$PKG_CONFIG --print-errors "lcms" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22927- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22977- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22978: pkg_cv_LCMS_CFLAGS=`$PKG_CONFIG --cflags "lcms" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22979-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22993- test $ac_status = 0; }; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:22994: pkg_cv_LCMS_LIBS=`$PKG_CONFIG --libs "lcms" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-22995-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23013- if test $_pkg_short_errors_supported = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23014: LCMS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "lcms" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23015- else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23016: LCMS_PKG_ERRORS=`$PKG_CONFIG --print-errors "lcms" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23017- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23183- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23184: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23185- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23379-if test -z "$BASH_VERSION$ZSH_VERSION" \ emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23380: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23381- as_echo='print -r --' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23382- as_echo_n='print -rn --' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23383:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23384- as_echo='printf %s\n' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23386-else emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23387: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23388- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23396- expr "X$arg" : "X\\(.*\\)$as_nl"; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23397: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23398- esac; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23473-# ---------------------------------------- emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23474:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23475-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23545- { emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23546: as_val=`expr "$@" || test $? -eq 1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23547- } ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23649- case $as_dir in #( emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23650: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23651- *) as_qdir=$as_dir;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23784-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23785:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23786-ac_cs_version="\\ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23809- --*=?*) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23810: ac_option=`expr "X$1" : 'X\([^=]*\)='` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23811: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23812- ac_shift=: ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23814- --*=) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23815: ac_option=`expr "X$1" : 'X\([^=]*\)='` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23816- ac_optarg= ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23838- case $ac_optarg in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23839: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23840- '') as_fn_error $? "missing file argument" ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23846- case $ac_optarg in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23847: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23848- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-23915-delay_variable_subst='$delay_variable_subst' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23916:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23917:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23918:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23919:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23920:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23921:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23922:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23923:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23924:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23925:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23926:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23927:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23928:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23929:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23930:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23931:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23932:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23933:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23934:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23935:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23936:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23937:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23938:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23939:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23940:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23941:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23942:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23943:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23944:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23945:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23946:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23947:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23948:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23949:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23950:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23951:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23952:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23953:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23954:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23955:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23956:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23957:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23958:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23959:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23960:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23961:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23962:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23963:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23964:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23965:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23966:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23967:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23968:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23969:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23970:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23971:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23972:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23973:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23974:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23975:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23976:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23977:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23978:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23979:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23980:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23981:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23982:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23983:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23984:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23985:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23986:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23987:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23988:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23989:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23990:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23991:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23992:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23993:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23994:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23995:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23996:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23997:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23998:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:23999:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24000:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24001:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24002:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24003:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24004:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24005:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24006:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24007:hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24008:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24009:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24010:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24011:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24012:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24013:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24014:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24015:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24016:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24017:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24018:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24019:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24020:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24021:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24022:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24023:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24024:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24025:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24026:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24027:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24028:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24029:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24030:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24031:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24032:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24033:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24034:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24035:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24036:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24037:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24038:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24039:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24040:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24041:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24042:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24043:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24044:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24045:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24046:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24047:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24048:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24049:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24050:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24051:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24052:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24053:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24054:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24055:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24056:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24057:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24058:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24059:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24060:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24061:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24062:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24063:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24064:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24065:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24066:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24067:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24068:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24069:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24070:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24071:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24072:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24073:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24074:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24075:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24076:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24077:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24078:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24079:hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24080:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24081:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24082:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24083:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24084:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24085:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24086:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24087:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24088:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24089:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24090:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24091:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24092:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24093:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24094:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24095:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24096:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24097:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24098:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24099:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24100:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24101:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24102- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24213-compiler_lib_search_path_CXX; do emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24214: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24215- *[\\\\\\\`\\"\\\$]*) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24216: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24217- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24254-postlink_cmds_CXX; do emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24255: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24256- *[\\\\\\\`\\"\\\$]*) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24257: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24258- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24388-fi emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24389:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24390-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24405- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24406:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24407-ac_delim='%!_!# ' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24411- emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24412: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24413- if test $ac_delim_n = $ac_delim_num; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24549-for ac_last_try in false false :; do emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24550: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24551- if test -z "$ac_tt"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24681- esac emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24682: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24683- as_fn_append ac_file_inputs " '$ac_f'" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24740-*) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24741: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24742- # A ".." for each directory in $ac_dir_suffix. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24743: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24744- case $ac_top_builddir_sub in ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24801-/@mandir@/p' emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24802:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24803-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24818- emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24819:# Neutralize VPATH when `$srcdir' = `.'. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24820-# Shell code in configure.ac might set extrasub. ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24846-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24847: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24848- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24892- * ) emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24893: _am_stamp_count=`expr $_am_stamp_count + 1` ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24894- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24939- # Strip MF so we end up with the name of the file. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24940: mf=`echo "$mf" | sed -e 's/:.*$//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24941- # Check whether this is an Automake generated Makefile or not. ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24976- # from the Makefile without running `make'. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24977: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24978- test -z "$DEPDIR" && continue emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24979: am__include=`sed -n 's/^am__include = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24980- test -z "am__include" && continue emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24981: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24982- # When using ansi2knr, U may be empty or an underscore; expand it emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:24983: U=`sed -n 's/^U = //p' < "$mf"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-24984- # Find all dependency output files, they are included files with ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-25037- emscripten-2.0.9~dfsg/tests/third_party/poppler/configure:25038:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. emscripten-2.0.9~dfsg/tests/third_party/poppler/configure-25039-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure.ac-285-# emscripten-2.0.9~dfsg/tests/third_party/poppler/configure.ac:286:# FREETYPE_CFLAGS=`$FREETYPE_CONFIG --cflags` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure.ac:287:# FREETYPE_LIBS=`$FREETYPE_CONFIG --libs` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure.ac-288-# AC_DEFINE(HAVE_FREETYPE_H, 1, [Have FreeType2 include files]) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure.ac-508- MOCQT4=`which moc` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure.ac:509: mocversion=`$MOCQT4 -v 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure.ac:510: mocversiongrep=`echo $mocversion | grep "Qt 4"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure.ac-511- if test x"$mocversiongrep" != x"$mocversion"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/configure.ac-513- MOCQT4=`which moc-qt4` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure.ac:514: mocversion=`$MOCQT4 -v 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure.ac:515: mocversiongrep=`echo $mocversion | grep "Qt 4"` emscripten-2.0.9~dfsg/tests/third_party/poppler/configure.ac-516- if test x"$mocversiongrep" != x"$mocversion"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-55-CONFIG_CLEAN_VPATH_FILES = emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-57-am__vpath_adj = case $$p in \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:58: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-59- *) f=$$p;; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-60- esac; emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-62-am__install_max = 40 emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-63-am__nobase_strip_setup = \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:64: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-65-am__nobase_strip = \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-170- while test -n "$$dir1"; do \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:171: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-172- if test "$$first" != "."; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-173- if test "$$first" = ".."; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:174: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:175: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-176- else \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:177: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-178- if test "$$first2" = "$$first"; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:179: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-180- else \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-185- fi; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:186: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-187- done; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-498- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:499: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-500- test "$$dir" != "$$p" || dir=.; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-534-.cpp.obj: emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:535:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-536-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-539-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:540:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-541- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-550-libpoppler_cpp_la-poppler-document.lo: poppler-document.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:551:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_cpp_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_cpp_la-poppler-document.lo -MD -MP -MF $(DEPDIR)/libpoppler_cpp_la-poppler-document.Tpo -c -o libpoppler_cpp_la-poppler-document.lo `test -f 'poppler-document.cpp' || echo '$(srcdir)/'`poppler-document.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-552-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_cpp_la-poppler-document.Tpo $(DEPDIR)/libpoppler_cpp_la-poppler-document.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-555-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:556:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_cpp_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_cpp_la-poppler-document.lo `test -f 'poppler-document.cpp' || echo '$(srcdir)/'`poppler-document.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-557- emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-558-libpoppler_cpp_la-poppler-embedded-file.lo: poppler-embedded-file.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:559:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_cpp_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_cpp_la-poppler-embedded-file.lo -MD -MP -MF $(DEPDIR)/libpoppler_cpp_la-poppler-embedded-file.Tpo -c -o libpoppler_cpp_la-poppler-embedded-file.lo `test -f 'poppler-embedded-file.cpp' || echo '$(srcdir)/'`poppler-embedded-file.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-560-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_cpp_la-poppler-embedded-file.Tpo $(DEPDIR)/libpoppler_cpp_la-poppler-embedded-file.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-563-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:564:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_cpp_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_cpp_la-poppler-embedded-file.lo `test -f 'poppler-embedded-file.cpp' || echo '$(srcdir)/'`poppler-embedded-file.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-565- emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-566-libpoppler_cpp_la-poppler-font.lo: poppler-font.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:567:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_cpp_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_cpp_la-poppler-font.lo -MD -MP -MF $(DEPDIR)/libpoppler_cpp_la-poppler-font.Tpo -c -o libpoppler_cpp_la-poppler-font.lo `test -f 'poppler-font.cpp' || echo '$(srcdir)/'`poppler-font.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-568-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_cpp_la-poppler-font.Tpo $(DEPDIR)/libpoppler_cpp_la-poppler-font.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-571-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:572:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_cpp_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_cpp_la-poppler-font.lo `test -f 'poppler-font.cpp' || echo '$(srcdir)/'`poppler-font.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-573- emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-574-libpoppler_cpp_la-poppler-global.lo: poppler-global.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:575:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_cpp_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_cpp_la-poppler-global.lo -MD -MP -MF $(DEPDIR)/libpoppler_cpp_la-poppler-global.Tpo -c -o libpoppler_cpp_la-poppler-global.lo `test -f 'poppler-global.cpp' || echo '$(srcdir)/'`poppler-global.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-576-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_cpp_la-poppler-global.Tpo $(DEPDIR)/libpoppler_cpp_la-poppler-global.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-579-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:580:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_cpp_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_cpp_la-poppler-global.lo `test -f 'poppler-global.cpp' || echo '$(srcdir)/'`poppler-global.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-581- emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-582-libpoppler_cpp_la-poppler-image.lo: poppler-image.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:583:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_cpp_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_cpp_la-poppler-image.lo -MD -MP -MF $(DEPDIR)/libpoppler_cpp_la-poppler-image.Tpo -c -o libpoppler_cpp_la-poppler-image.lo `test -f 'poppler-image.cpp' || echo '$(srcdir)/'`poppler-image.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-584-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_cpp_la-poppler-image.Tpo $(DEPDIR)/libpoppler_cpp_la-poppler-image.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-587-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:588:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_cpp_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_cpp_la-poppler-image.lo `test -f 'poppler-image.cpp' || echo '$(srcdir)/'`poppler-image.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-589- emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-590-libpoppler_cpp_la-poppler-page.lo: poppler-page.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:591:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_cpp_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_cpp_la-poppler-page.lo -MD -MP -MF $(DEPDIR)/libpoppler_cpp_la-poppler-page.Tpo -c -o libpoppler_cpp_la-poppler-page.lo `test -f 'poppler-page.cpp' || echo '$(srcdir)/'`poppler-page.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-592-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_cpp_la-poppler-page.Tpo $(DEPDIR)/libpoppler_cpp_la-poppler-page.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-595-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:596:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_cpp_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_cpp_la-poppler-page.lo `test -f 'poppler-page.cpp' || echo '$(srcdir)/'`poppler-page.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-597- emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-598-libpoppler_cpp_la-poppler-page-renderer.lo: poppler-page-renderer.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:599:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_cpp_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_cpp_la-poppler-page-renderer.lo -MD -MP -MF $(DEPDIR)/libpoppler_cpp_la-poppler-page-renderer.Tpo -c -o libpoppler_cpp_la-poppler-page-renderer.lo `test -f 'poppler-page-renderer.cpp' || echo '$(srcdir)/'`poppler-page-renderer.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-600-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_cpp_la-poppler-page-renderer.Tpo $(DEPDIR)/libpoppler_cpp_la-poppler-page-renderer.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-603-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:604:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_cpp_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_cpp_la-poppler-page-renderer.lo `test -f 'poppler-page-renderer.cpp' || echo '$(srcdir)/'`poppler-page-renderer.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-605- emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-606-libpoppler_cpp_la-poppler-page-transition.lo: poppler-page-transition.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:607:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_cpp_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_cpp_la-poppler-page-transition.lo -MD -MP -MF $(DEPDIR)/libpoppler_cpp_la-poppler-page-transition.Tpo -c -o libpoppler_cpp_la-poppler-page-transition.lo `test -f 'poppler-page-transition.cpp' || echo '$(srcdir)/'`poppler-page-transition.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-608-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_cpp_la-poppler-page-transition.Tpo $(DEPDIR)/libpoppler_cpp_la-poppler-page-transition.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-611-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:612:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_cpp_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_cpp_la-poppler-page-transition.lo `test -f 'poppler-page-transition.cpp' || echo '$(srcdir)/'`poppler-page-transition.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-613- emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-614-libpoppler_cpp_la-poppler-private.lo: poppler-private.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:615:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_cpp_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_cpp_la-poppler-private.lo -MD -MP -MF $(DEPDIR)/libpoppler_cpp_la-poppler-private.Tpo -c -o libpoppler_cpp_la-poppler-private.lo `test -f 'poppler-private.cpp' || echo '$(srcdir)/'`poppler-private.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-616-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_cpp_la-poppler-private.Tpo $(DEPDIR)/libpoppler_cpp_la-poppler-private.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-619-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:620:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_cpp_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_cpp_la-poppler-private.lo `test -f 'poppler-private.cpp' || echo '$(srcdir)/'`poppler-private.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-621- emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-622-libpoppler_cpp_la-poppler-rectangle.lo: poppler-rectangle.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:623:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_cpp_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_cpp_la-poppler-rectangle.lo -MD -MP -MF $(DEPDIR)/libpoppler_cpp_la-poppler-rectangle.Tpo -c -o libpoppler_cpp_la-poppler-rectangle.lo `test -f 'poppler-rectangle.cpp' || echo '$(srcdir)/'`poppler-rectangle.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-624-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_cpp_la-poppler-rectangle.Tpo $(DEPDIR)/libpoppler_cpp_la-poppler-rectangle.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-627-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:628:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_cpp_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_cpp_la-poppler-rectangle.lo `test -f 'poppler-rectangle.cpp' || echo '$(srcdir)/'`poppler-rectangle.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-629- emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-630-libpoppler_cpp_la-poppler-toc.lo: poppler-toc.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:631:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_cpp_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_cpp_la-poppler-toc.lo -MD -MP -MF $(DEPDIR)/libpoppler_cpp_la-poppler-toc.Tpo -c -o libpoppler_cpp_la-poppler-toc.lo `test -f 'poppler-toc.cpp' || echo '$(srcdir)/'`poppler-toc.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-632-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_cpp_la-poppler-toc.Tpo $(DEPDIR)/libpoppler_cpp_la-poppler-toc.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-635-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:636:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_cpp_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_cpp_la-poppler-toc.lo `test -f 'poppler-toc.cpp' || echo '$(srcdir)/'`poppler-toc.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-637- emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-638-libpoppler_cpp_la-poppler-version.lo: poppler-version.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:639:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_cpp_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_cpp_la-poppler-version.lo -MD -MP -MF $(DEPDIR)/libpoppler_cpp_la-poppler-version.Tpo -c -o libpoppler_cpp_la-poppler-version.lo `test -f 'poppler-version.cpp' || echo '$(srcdir)/'`poppler-version.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-640-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_cpp_la-poppler-version.Tpo $(DEPDIR)/libpoppler_cpp_la-poppler-version.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-643-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:644:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_cpp_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_cpp_la-poppler-version.lo `test -f 'poppler-version.cpp' || echo '$(srcdir)/'`poppler-version.cpp emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-645- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-666- @list='$(poppler_include_HEADERS)'; test -n "$(poppler_includedir)" || list=; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:667: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-668- test -n "$$files" || exit 0; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-686- dot_seen=no; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:687: target=`echo $@ | sed s/-recursive//`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-688- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-721- rev="$$rev ."; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:722: target=`echo $@ | sed s/-recursive//`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-723- for subdir in $$rev; do \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-799-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:800: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-801- && $(am__cd) $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-807-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:808: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:809: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-810- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-821- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in:822: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/Makefile.in-823- if test -d "$(distdir)/$$file"; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in-355- test -n "$(EXEEXT)" || exit 0; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in:356: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in-357- echo " rm -f" $$list; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in-384-.cc.obj: emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in:385:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in-386-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in-389-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in:390:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in-391- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in-400-parseargs.o: $(top_srcdir)/utils/parseargs.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in:401:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT parseargs.o -MD -MP -MF $(DEPDIR)/parseargs.Tpo -c -o parseargs.o `test -f '$(top_srcdir)/utils/parseargs.cc' || echo '$(srcdir)/'`$(top_srcdir)/utils/parseargs.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in-402-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/parseargs.Tpo $(DEPDIR)/parseargs.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in-405-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in:406:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o parseargs.o `test -f '$(top_srcdir)/utils/parseargs.cc' || echo '$(srcdir)/'`$(top_srcdir)/utils/parseargs.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in-407- emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in-408-parseargs.obj: $(top_srcdir)/utils/parseargs.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in:409:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT parseargs.obj -MD -MP -MF $(DEPDIR)/parseargs.Tpo -c -o parseargs.obj `if test -f '$(top_srcdir)/utils/parseargs.cc'; then $(CYGPATH_W) '$(top_srcdir)/utils/parseargs.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/utils/parseargs.cc'; fi` emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in-410-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/parseargs.Tpo $(DEPDIR)/parseargs.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in-413-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in:414:@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o parseargs.obj `if test -f '$(top_srcdir)/utils/parseargs.cc'; then $(CYGPATH_W) '$(top_srcdir)/utils/parseargs.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/utils/parseargs.cc'; fi` emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in-415- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in-424-.cpp.obj: emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in:425:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in-426-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in-429-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in:430:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in-431- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in-490-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in:491: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in-492- && $(am__cd) $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in-498-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in:499: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in:500: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in-501- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in-512- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in:513: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/cpp/tests/Makefile.in-514- if test -d "$(distdir)/$$file"; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp-67- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp-69- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp-224- # Version 6 uses the directory in both cases. emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp:225: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp-226- test "x$dir" = "x$object" && dir= emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp:227: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp-228- if test "$libtool" = yes; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp-253- # Do two passes, one to just change these to emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp:254: # `$object: dependent.h' and one to simply `dependent.h:'. emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp-255- sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp-295- # Do two passes, one to just change these to emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp:296: # `$object: dependent.h' and one to simply `dependent.h:'. emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp-297- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp-311- # Much of this is similar to the tru64 case; see comments there. emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp:312: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp-313- test "x$dir" = "x$object" && dir= emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp:314: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp-315- if test "$libtool" = yes; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp-355- # Subdirectories are respected. emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp:356: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp-357- test "x$dir" = "x$object" && dir= emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp:358: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp-359- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp-501- done emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp:502: obj_suffix=`echo "$object" | sed 's/^.*\././'` emscripten-2.0.9~dfsg/tests/third_party/poppler/depcomp-503- touch "$tmpdepfile" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in-109- FoFiTrueType.h FoFiType1.h FoFiType1C.h emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in:110:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in-111-am__vpath_adj = case $$p in \ emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in:112: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in-113- *) f=$$p;; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in-114- esac; emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in:115:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in-116-am__install_max = 40 emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in-117-am__nobase_strip_setup = \ emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in:118: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in-119-am__nobase_strip = \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in-396- @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in:397: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in-398- test "$$dir" != "$$p" || dir=.; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in-425-.cc.obj: emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in:426:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in-427-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in-430-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in:431:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in-432- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in-461- @list='$(poppler_fofi_include_HEADERS)'; test -n "$(poppler_fofi_includedir)" || list=; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in:462: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in-463- test -n "$$files" || exit 0; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in-511-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in:512: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in-513- && $(am__cd) $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in-519-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in:520: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in:521: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in-522- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in-533- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in:534: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/fofi/Makefile.in-535- if test -d "$(distdir)/$$file"; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-61-CONFIG_CLEAN_VPATH_FILES = emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:62:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-63-am__vpath_adj = case $$p in \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:64: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-65- *) f=$$p;; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-66- esac; emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:67:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-68-am__install_max = 40 emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-69-am__nobase_strip_setup = \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:70: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-71-am__nobase_strip = \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-188- while test -n "$$dir1"; do \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:189: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-190- if test "$$first" != "."; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-191- if test "$$first" = ".."; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:192: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:193: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-194- else \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:195: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-196- if test "$$first2" = "$$first"; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:197: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-198- else \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-203- fi; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:204: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-205- done; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-560- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:561: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-562- test "$$dir" != "$$p" || dir=.; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-573- test -n "$(EXEEXT)" || exit 0; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:574: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-575- echo " rm -f" $$list; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-609-.c.obj: emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:610:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-611-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-614-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:615:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-616- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-633-.cc.obj: emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:634:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-635-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-638-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:639:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-640- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-669- @list='$(dist_gir_DATA)'; test -n "$(girdir)" || list=; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:670: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-671- test -n "$$files" || exit 0; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-689- @list='$(typelibs_DATA)'; test -n "$(typelibsdir)" || list=; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:690: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-691- test -n "$$files" || exit 0; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-709- @list='$(nodist_poppler_glib_include_HEADERS)'; test -n "$(poppler_glib_includedir)" || list=; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:710: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-711- test -n "$$files" || exit 0; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-729- @list='$(poppler_glib_include_HEADERS)'; test -n "$(poppler_glib_includedir)" || list=; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:730: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-731- test -n "$$files" || exit 0; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-749- dot_seen=no; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:750: target=`echo $@ | sed s/-recursive//`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-751- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-784- rev="$$rev ."; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:785: target=`echo $@ | sed s/-recursive//`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-786- for subdir in $$rev; do \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-862-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:863: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-864- && $(am__cd) $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-870-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:871: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:872: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-873- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-884- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in:885: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/Makefile.in-886- if test -d "$(distdir)/$$file"; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in-443- test -n "$(EXEEXT)" || exit 0; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in:444: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in-445- echo " rm -f" $$list; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in-484-.c.obj: emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in:485:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in-486-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in-489-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in:490:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in-491- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in-508-.cc.obj: emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in:509:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in-510-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in-513-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in:514:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in-515- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in-574-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in:575: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in-576- && $(am__cd) $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in-582-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in:583: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in:584: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in-585- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in-596- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in:597: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/demo/Makefile.in-598- if test -d "$(distdir)/$$file"; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/reference/Makefile.in-439-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/reference/Makefile.in:440: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/reference/Makefile.in:441: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/reference/Makefile.in-442- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/reference/Makefile.in-453- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/reference/Makefile.in:454: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/reference/Makefile.in-455- if test -d "$(distdir)/$$file"; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/reference/Makefile.in-657- for img in $(HTML_IMAGES); do \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/reference/Makefile.in:658: part=`dirname $$img`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/reference/Makefile.in-659- echo $$mkpdf_imgdirs | grep >/dev/null "\-\-imgdir=$$part "; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/reference/Makefile.in-682-install-data-local: emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/reference/Makefile.in:683: @installfiles=`echo $(srcdir)/html/*`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/glib/reference/Makefile.in-684- if test "$$installfiles" = '$(srcdir)/html/*'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in-95- PNGWriter.h JpegWriter.h ImgWriter.h GooLikely.h gstrtod.h emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in:96:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in-97-am__vpath_adj = case $$p in \ emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in:98: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in-99- *) f=$$p;; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in-100- esac; emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in:101:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in-102-am__install_max = 40 emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in-103-am__nobase_strip_setup = \ emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in:104: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in-105-am__nobase_strip = \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in-395- @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in:396: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in-397- test "$$dir" != "$$p" || dir=.; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in-431-.cc.obj: emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in:432:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in-433-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in-436-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in:437:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in-438- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in-467- @list='$(poppler_goo_include_HEADERS)'; test -n "$(poppler_goo_includedir)" || list=; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in:468: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in-469- test -n "$$files" || exit 0; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in-517-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in:518: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in-519- && $(am__cd) $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in-525-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in:526: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in:527: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in-528- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in-539- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in:540: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/goo/Makefile.in-541- if test -d "$(distdir)/$$file"; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/gtk-doc.make-136- for img in $(HTML_IMAGES); do \ emscripten-2.0.9~dfsg/tests/third_party/poppler/gtk-doc.make:137: part=`dirname $$img`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/gtk-doc.make-138- echo $$mkpdf_imgdirs | grep >/dev/null "\-\-imgdir=$$part "; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/gtk-doc.make-161-install-data-local: emscripten-2.0.9~dfsg/tests/third_party/poppler/gtk-doc.make:162: @installfiles=`echo $(srcdir)/html/*`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/gtk-doc.make-163- if test "$$installfiles" = '$(srcdir)/html/*'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/install-sh-217- fi emscripten-2.0.9~dfsg/tests/third_party/poppler/install-sh:218: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; emscripten-2.0.9~dfsg/tests/third_party/poppler/install-sh-219- *) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/install-sh-269- dstdir=$dst emscripten-2.0.9~dfsg/tests/third_party/poppler/install-sh:270: dst=$dstdir/`basename "$src"` emscripten-2.0.9~dfsg/tests/third_party/poppler/install-sh-271- dstdir_status=0 ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/install-sh-351- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. emscripten-2.0.9~dfsg/tests/third_party/poppler/install-sh:352: ls_ld_tmpdir=`ls -ld "$tmpdir"` emscripten-2.0.9~dfsg/tests/third_party/poppler/install-sh-353- case $ls_ld_tmpdir in ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/install-sh-358- $mkdirprog -m$different_mode -p -- "$tmpdir" && { emscripten-2.0.9~dfsg/tests/third_party/poppler/install-sh:359: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` emscripten-2.0.9~dfsg/tests/third_party/poppler/install-sh-360- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/install-sh-418- case $prefix in emscripten-2.0.9~dfsg/tests/third_party/poppler/install-sh:419: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; emscripten-2.0.9~dfsg/tests/third_party/poppler/install-sh-420- *) qprefix=$prefix;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/install-sh-467- if $copy_on_change && emscripten-2.0.9~dfsg/tests/third_party/poppler/install-sh:468: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/poppler/install-sh:469: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && emscripten-2.0.9~dfsg/tests/third_party/poppler/install-sh-470- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-171-{ emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:172: func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-173- if test "X$func_dirname_result" = "X${1}"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-183-{ emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:184: func_basename_result=`$ECHO "${1}" | $SED "$basename"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-185-} # func_basename may be replaced by extended shell implementation ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-202- # Extract subdirectory from the argument. emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:203: func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-204- if test "X$func_dirname_result" = "X${1}"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-208- fi emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:209: func_basename_result=`$ECHO "${1}" | $SED -e "$basename"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-210-} # func_dirname_and_basename may be replaced by extended shell implementation ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-221- case ${2} in emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:222: .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:223: *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-224- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-384- progdir=$func_dirname_result emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:385: progdir=`cd "$progdir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-386- progpath="$progdir/$progname" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-421-# Since each input `\' is now two `\'s, look for any number of runs of emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:422:# four `\'s followed by two `\'s and then a '$'. `\' that '$'. emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-423-bs='\\' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-535- # ...otherwise throw away the child directory and loop emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:536: my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-537- done emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:538: my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-539- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-570- # If mktemp works, use that first and foremost emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:571: my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-572- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-601- *[\\\`\"\$]*) emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:602: func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-603- *) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-706- [0-9]* | *[!a-zA-Z0-9_]*) emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:707: func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-708- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-773- s/\$with_gnu_ld/'"$with_gnu_ld"'/ emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:774: s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/ emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:775: s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/ emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-776- p ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-807- emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:808: func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:809: func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-810-} # func_split_short_opt may be replaced by extended shell implementation ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-820- emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:821: func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:822: func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-823-} # func_split_long_opt may be replaced by extended shell implementation ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-866-{ emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:867: func_arith_result=`expr "${@}"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-868-} # func_arith may be replaced by extended shell implementation ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-874-{ emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:875: func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-876-} # func_len may be replaced by extended shell implementation ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-881-{ emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:882: func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-883-} # func_lo2o may be replaced by extended shell implementation ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-888-{ emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:889: func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-890-} # func_xform may be replaced by extended shell implementation ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-972- # quotes we have to do it in 2 steps: emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:973: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-974- eval "$extractedcf" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-1381- done emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:1382: CC_expanded=`func_echo_all $CC` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:1383: CC_quoted_expanded=`func_echo_all $CC_quoted` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-1384- case $@ in ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-1394- # Evaluate the configuration. emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:1395: eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-1396- CC_quoted= ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-1400- done emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:1401: CC_expanded=`func_echo_all $CC` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:1402: CC_quoted_expanded=`func_echo_all $CC_quoted` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-1403- case "$@ " in ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-1491- # zero AND non-empty stdout, which explains the odd construction: emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:1492: func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-1493- if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-1557- if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:1558: func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-1559- if test "$?" -ne 0; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-1720- # LT_CYGPATH in this case. emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:1721: func_to_host_file_result=`cygpath -m "$1"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-1722- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-1870- func_to_host_path_tmp1=$func_stripname_result emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:1871: func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-1872- func_convert_path_check : ";" \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2059- *.[cCFSifmso] | \ emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:2060: *.ada | *.adb | *.ads | *.asm | \ emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2061- *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2136- if test "$compiler_c_o" = no; then emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:2137: output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2138- lockfile="$output_obj.lock" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2155-*** ERROR, $lockfile exists and contains: emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:2156:`cat $lockfile 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2157- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2203- if test "$need_locks" = warn && emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:2204: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2205- $ECHO "\ emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2206-*** ERROR, $lockfile contains: emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:2207:`cat $lockfile 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2208- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2252- if test "$need_locks" = warn && emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:2253: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2254- $ECHO "\ emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2255-*** ERROR, $lockfile contains: emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:2256:`cat $lockfile 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2257- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2547- test -n "$library_names" && \ emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:2548: func_warning "\`$file' was not linked with \`-export-dynamic'" emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2549- continue ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2558- if test ! -f "$dir/$dlname"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:2559: func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2560- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2576- # Get the absolute pathname. emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:2577: absdir=`cd "$dir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2578- test -n "$absdir" && dir="$absdir" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2674- if test -n "$lt_sysroot"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:2675: sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2676- sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2956- # Determine the prefix the user has applied to our future dir. emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:2957: inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2958- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2969- # Stick the inst_prefix_dir data into the link command. emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:2970: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2971- else emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:2972: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-2973- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3129- fi emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3130: libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3131- if test -n "$libdir" && test ! -f "$libfile"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3132: func_warning "\`$lib' has not been installed in \`$libdir'" emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3133- finalize=no ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3148- # Replace the output file specification. emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3149: relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3150- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3167- # Install the binary that we compiled earlier. emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3168: file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3169- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3238- my_pic_p="${3-no}" emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3239: my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3240- my_dlsyms= ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3294- # Add our own program objects to the symbol list. emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3295: progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3296- for progfile in $progfiles; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3356- # Use subshell, to avoid clobbering current variable values emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3357: dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3358- if test -n "$dlprefile_dlname" ; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3503- if test -f "$output_objdir/$my_outputname.def"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3504: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3505: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3506- else emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3507: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3508: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3509- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3511- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3512: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3513: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3514- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3526- # Nullify the symbol file. emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3527: compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3528: finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3529- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3542- win32_libid_type="unknown" emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3543: win32_fileres=`file -L $1 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3544- case $win32_fileres in ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3593- $opt_debug emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3594: sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3595-} ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3610- $opt_debug emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3611: match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3612- $OBJDUMP -s --section "$1" "$2" 2>/dev/null | ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3665- func_to_tool_file "$1" func_convert_file_msys_to_w32 emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3666: func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3667- test -n "$func_cygming_gnu_implib_tmp" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3677- func_to_tool_file "$1" func_convert_file_msys_to_w32 emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3678: func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3679- test -n "$func_cygming_ms_implib_tmp" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3697- # binutils import library emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3698: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3699- elif func_cygming_ms_implib_p "$1" ; then emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3700- # ms-generated import library emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3701: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3702- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3777- darwin_curdir=`pwd` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3778: darwin_base_archive=`basename "$darwin_archive"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3779: darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3780- if test -n "$darwin_arches"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3781: darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3782- darwin_arch= ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3792- ## Okay now we've a bunch of thin objects, gotta fatten them up :) emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3793: darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3794- darwin_file= ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3796- for darwin_file in $darwin_filelist; do emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3797: darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3798- $LIPO -create -output "$darwin_file" $darwin_files ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3811- esac emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3812: my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3813- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3882- emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3883: qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3884- $ECHO "\ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3917- --lt-dump-script) emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3918: lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3919- test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3920: lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3921- cat \"\$lt_dump_D/\$lt_dump_F\" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3944- \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\" emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:3945: lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3946- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-3999- # Find the directory that this script lives in. emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:4000: thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-4001- test \"x\$thisdir\" = \"x\$file\" && thisdir=. ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-4003- # Follow symbolic links until we get to the real thisdir. emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:4004: file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-4005- while test -n \"\$file\"; do emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:4006: destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-4007- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-4015- emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:4016: file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:4017: file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-4018- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-4029- case \"\$thisdir\" in emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:4030: *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-4031- $objdir ) thisdir=. ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-4035- # Try to get the absolute directory name. emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:4036: absdir=\`cd \"\$thisdir\" && pwd\` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-4037- test -n \"\$absdir\" && thisdir=\"\$absdir\" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-4045- if test ! -f \"\$progdir/\$program\" || emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:4046: { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-4047- test \"X\$file\" != \"X\$progdir/\$program\"; }; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-4060- if test -n \"\$relink_command\"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:4061: if relink_command_output=\`eval \$relink_command 2>&1\`; then : emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-4062- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-4104- # The second colon is a workaround for a bug in BeOS R4 sed emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:4105: $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-4106- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-5073- $opt_debug emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:5074: case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-5075- *import*) : ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-5295- moreargs= emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:5296: for fil in `cat "$save_arg"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-5297- do ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-5551- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:5552: absdir=`cd "$dir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-5553- test -z "$absdir" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-5572- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:5573: testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-5574- case :$dllsearchpath: in ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-6003- # get the directories listed in $shlibpath_var emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:6004: eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-6005- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-6314- set dummy $deplibs_check_method; shift emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:6315: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-6316- if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-6377- else emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:6378: func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-6379- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-6406- if test -n "$inherited_linker_flags"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:6407: tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-6408- for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-6414- fi emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:6415: dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-6416- if test "$linkmode,$pass" = "lib,link" || ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-6487- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:6488: abs_ladir=`cd "$ladir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-6489- if test -z "$abs_ladir"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-6740- shift emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:6741: libname=`eval "\\$ECHO \"$libname_spec\""` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-6742- # use dlname if we got it. it's perfectly good, no? ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7032- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7033: absdir=`cd "$dir" && pwd` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7034- if test -z "$absdir"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7043- depdepl= emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7044: eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7045- if test -n "$deplibrary_names" ; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7050- depdepl="$absdir/$objdir/$depdepl" emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7051: darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7052- if test -z "$darwin_install_name"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7053: darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7054- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7065- else emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7066: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7067- test -z "$libdir" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7088- else emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7089: compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7090- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7237- test "$module" = no && \ emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7238: func_fatal_help "libtool library \`$output' must begin with \`lib'" emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7239- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7371- if test "$age" -gt "$current"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7372: func_error "AGE \`$age' is greater than the current interface number \`$current'" emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7373- func_fatal_error "\`$vinfo' is not valid version information" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7532- removelist= emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7533: tempremovelist=`$ECHO "$output_objdir/*"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7534- for p in $tempremovelist; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7558- # Transform .lo files to .o files. emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7559: oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7560- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7563- #for path in $notinst_path; do emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7564: # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7565: # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7566: # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7567- #done ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7684- if test -n "$i" ; then emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7685: libname=`eval "\\$ECHO \"$libname_spec\""` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7686: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7687- set dummy $deplib_matches; shift emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7688- deplib_match=$1 emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7689: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7690- func_append newdeplibs " $i" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7727- if test -n "$i" ; then emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7728: libname=`eval "\\$ECHO \"$libname_spec\""` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7729: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7730- set dummy $deplib_matches; shift emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7731- deplib_match=$1 emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7732: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7733- func_append newdeplibs " $i" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7762- set dummy $deplibs_check_method; shift emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7763: file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7764- for a_deplib in $deplibs; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7777- if test -n "$a_deplib" ; then emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7778: libname=`eval "\\$ECHO \"$libname_spec\""` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7779- if test -n "$file_magic_glob"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7780: libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7781- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7787- shopt -s nocaseglob emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7788: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7789- $nocaseglob emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7790- else emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7791: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7792- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7805- while test -h "$potlib" 2>/dev/null; do emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7806: potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7807- case $potliblink in emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7808- [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7809: *) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";; emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7810- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7846- set dummy $deplibs_check_method; shift emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7847: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7848- for a_deplib in $deplibs; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7861- if test -n "$a_deplib" ; then emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7862: libname=`eval "\\$ECHO \"$libname_spec\""` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7863- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7864: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7865- for potent_lib in $potential_libs; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7900- newdeplibs="" emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7901: tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7902- if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7904- # can't use Xsed below, because $i might contain '/' emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7905: tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7906- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7930- # On Rhapsody replace the C library with the System framework emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7931: newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7932- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7982- *-*-darwin*) emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7983: newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7984: new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:7985: deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-7986- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8108- # Use standard objects if they are pic emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:8109: test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8110- test "X$libobjs" = "X " && libobjs= ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8123- # exporting using user supplied symfile emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:8124: if test "x`$SED 1q $export_symbols`" != xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8125- # and it's NOT already a .def file. Must figure out ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8620- eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:8621: reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8622- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8634- # Create the old-style object. emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:8635: reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8636- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8694- # On Rhapsody replace the C library is the System framework emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:8695: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:8696: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8697- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8712- # Time to change all our "foo.ltframework" stuff back to "-framework foo" emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:8713: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:8714: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8715- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8790- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:8791: testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8792- case :$dllsearchpath: in ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8850- # Transform all the library objects into standard objects. emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:8851: compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:8852: finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8853- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8880- # Replace the output file specification. emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:8881: compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8882- link_command="$compile_command$compile_rpath" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8889- func_to_tool_file "$output" emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:8890: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8891- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8933- # Replace the output file specification. emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:8934: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8935- # Delete the old output file. ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8941- func_to_tool_file "$output" emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:8942: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8943- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8959- if test "$fast_install" = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:8960: relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8961- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8971- # Replace the output file specification. emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:8972: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8973- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8980- func_to_tool_file "$output_objdir/$outputname" emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:8981: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-8982- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-9001- relink_command="(cd `pwd`; $relink_command)" emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:9002: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-9003- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-9243- relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:9244: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-9245- if test "$hardcode_automatic" = yes ; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-9263- name="$func_basename_result" emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:9264: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-9265- test -z "$libdir" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-9289- name="$func_basename_result" emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:9290: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-9291- test -z "$libdir" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-9308- name="$func_basename_result" emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:9309: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-9310- test -z "$libdir" && \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-9627-# ### BEGIN LIBTOOL TAG CONFIG: disable-static emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh:9628:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` emscripten-2.0.9~dfsg/tests/third_party/poppler/ltmain.sh-9629-# ### END LIBTOOL TAG CONFIG: disable-static ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/iconv.m4-173- am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/iconv.m4:174: am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/iconv.m4-175- AC_MSG_RESULT([$]{ac_t:- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/introspection.m4-56- if test "x$found_introspection" = "xyes"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/introspection.m4:57: INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/introspection.m4:58: INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/introspection.m4:59: INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/introspection.m4:60: INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/introspection.m4-61- INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)" emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/introspection.m4:62: INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/introspection.m4:63: INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/introspection.m4:64: INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/introspection.m4-65- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libjpeg.m4-46- emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libjpeg.m4:47:if eval "test ! \"`echo $ac_cv_lib_jpeg_$1`\" = no"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libjpeg.m4-48- enable_libjpeg=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-125-done emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-127-]) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-425-m4_define([_LT_CONFIG_STATUS_DECLARE], emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:426:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-427- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-435-# emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:436:# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-437-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-545-]], lt_decl_quote_varnames); do emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:546: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-547- *[[\\\\\\\`\\"\\\$]]*) emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:548: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-549- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-558-]], lt_decl_dquote_varnames); do emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:559: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-560- *[[\\\\\\\`\\"\\\$]]*) emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:561: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-562- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-718- emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:719:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-720-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1048- if test "$lt_cv_ld_force_load" = "yes"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:1049: _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1050- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1099- }]' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:1100: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1101- # Check for a 64-bit object if we didn't find anything. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1102- if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:1103: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1104- fi],[]) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1135-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:1136: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1137- ECHO='print -r --' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:1138:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1139- ECHO='printf %s\n' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1170- PATH=/empty FPATH=/empty; export PATH FPATH emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:1171: test "X`printf %s $ECHO`" = "X$ECHO" \ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:1172: || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1173- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1193- if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:1194: lt_sysroot=`$CC --print-sysroot 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1195- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1197- /*) emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:1198: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1199- ;; #( ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1226- if AC_TRY_EVAL(ac_compile); then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:1227: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1228- *ELF-32*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1242- if test "$lt_cv_prog_gnu_ld" = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:1243: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1244- *32-bit*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1254- else emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:1255: case `/usr/bin/file conftest.$ac_objext` in emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1256- *32-bit*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1593- # And add a safety zone emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:1594: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:1595: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1596- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1621- if test -n "$kargmax"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:1622: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1623- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1629- if test -n "$lt_cv_sys_max_cmd_len"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:1630: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:1631: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1632- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1641- # we can't tell. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:1642: while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1643- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1645- do emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:1646: i=`expr $i + 1` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1647- teststring=$teststring$teststring ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1649- # Only check the string length outside the loop. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:1650: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1651- teststring= ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1654- # linker. It appears as though 1/2 is a usable value. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:1655: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1656- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1979- if test "$hard_links" = no; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:1980: AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-1981- need_locks=warn ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2110- esac emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2111: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2112- case $lt_search_path_spec in ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2117- # okay in the real world where ";" in dirpaths is itself problematic. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2118: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2119- ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2120- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2121: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2122- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2126- lt_tmp_lt_search_path_spec= emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2127: lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2128- for lt_sys_path in $lt_search_path_spec; do ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2161- esac emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2162: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2163-else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2249- # Create ${libname}_ixlibrary.a entries in /sys/libs. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2250: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2251- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2285- # DLL is installed to $(libdir)/../bin by postinstall_cmds emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2286: postinstall_cmds='base_file=`basename \${file}`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2287: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2288: dldir=$destdir/`dirname \$dlpath`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2289- test -d \$dldir || mkdir -p \$dldir~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2294- fi' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2295: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2296- dlpath=$dir/\$dldll~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2302- # Cygwin DLLs use 'cyg' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2303: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2304-m4_if([$1], [],[ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2308- # MinGW DLLs use traditional 'lib' prefix emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2309: soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2310- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2312- # pw32 DLLs use 'pw' prefix rather than 'lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2313: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2314- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2321- libname_spec='$name' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2322: soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2323- library_names_spec='${libname}.dll.lib' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2333- # Let DOS variable expansion print the short 8.3 style file name. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2334: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2335- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2338- # Convert to MSYS style. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2339: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2340- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2344- # like /cygdrive/c/PROGRA~1:/cygdr... emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2345: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2346: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2347: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2348- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2352- # It is most probably a Windows format PATH. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2353: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2354- else emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2355: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2356- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2362- # DLL is installed to $(libdir)/../bin by postinstall_cmds emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2363: postinstall_cmds='base_file=`basename \${file}`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2364: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2365: dldir=$destdir/`dirname \$dlpath`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2366- test -d \$dldir || mkdir -p \$dldir~ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2367- $install_prog $dir/$dlname \$dldir/$dlname' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2368: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2369- dlpath=$dir/\$dldll~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2376- # Assume MSVC wrapper emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2377: library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2378- dynamic_linker='Win32 ld.exe' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2393- shlibpath_var=DYLD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2394: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2395-m4_if([$1], [],[ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2614- if test -f /etc/ld.so.conf; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2615: 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;s/"//g;/^$/d' | tr '\n' ' '` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2616- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2676- shlibpath_var=LD_LIBRARY_PATH emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2677: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2678- case $host_os in ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2893- "file_magic "*) emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2894: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2895- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2976- # gcc leaves a trailing carriage return which upsets mingw emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2977: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2978- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2979: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2980- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2985- # Canonicalize the pathname of ld emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2986: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2987- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:2988: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-2989- done ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-3016- # Break only if it was the GNU/non-GNU ld that we prefer. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:3017: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-3018- *GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-3056-[# I'd rather use --version here, but apparently some GNU lds only accept -v. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:3057:case `$LD -v 2>&1 </dev/null` in emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-3058-*GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-3251-openbsd*) emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:3252: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-3253- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-3315- else emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:3316: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-3317- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-3361- # Tru64's nm complains that /dev/null is an invalid object file emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:3362: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-3363- */dev/null* | *'Invalid file or object type'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-3367- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:3368: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-3369- */dev/null*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-3393- AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:3394: case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-3395- *COFF*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-3452- # decide which to use based on capabilities of $DLLTOOL emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:3453: case `$DLLTOOL --help 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-3454- *--identify-strict*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-3611-# If we're using GNU nm, then use its standard symbol codes. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:3612:case `$NM -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-3613-*GNU* | *'with BFD'*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-3629-mingw*) emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:3630: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-3631- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-3681- nlist=conftest.nm emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:3682: if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-3683- # Try sorting and uniquifying the output. ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4019- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:4020: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4021- *Sun\ C*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4322- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:4323: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4324- *Sun\ F* | *Sun*Fortran*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4578- # shared libraries, regardless of the interface used. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:4579: case `$LD -v 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4580- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4610- supports_anon_versioning=no emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:4611: case `$LD -v 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4612- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4679- # is EXPORTS), use it as is; otherwise, prepend... emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:4680: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4681- cp $export_symbols $output_objdir/$soname.def; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4707- # time. Moving up from 0x10000000 also allows more sbrk(2) space. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:4708: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:4709: _LT_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' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4710- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4725- pgcc*) # Portland Group C compiler emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:4726: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4727- tmp_addflag=' $pic_flag' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4730- # Portland Group f77 and f90 compilers emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:4731: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4732- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4745- nvcc*) # Cuda Compiler Driver 2.2 emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:4746: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4747- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4749- esac emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:4750: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4751- *Sun\ C*) # Sun C 5.9 emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:4752: _LT_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; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4753- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4818- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:4819: case `$LD -v 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4820- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4941- # below for broken collect2 doesn't work under 4.3+ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:4942: collect2name=`${CC} -print-prog-name=collect2` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4943- if test -f "$collect2name" && ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4990- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:4991: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-4992- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5056- _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:5057: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5058- sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5092- # FIXME: Setting linknames here is a bad hack. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:5093: _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5094- # The linker will automatically build a .lib file if we build a DLL. ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5235- if test "$GCC" = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:5236: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5237- # Try to use the -exported_symbol ld option, if it does not ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5258- if test "$lt_cv_irix_exported_symbol" = yes; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:5259: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5260- fi emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5261- else emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:5262: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:5263: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5264- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5298- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:5299: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5300- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5331- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:5332: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5333- else emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5334- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:5335: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5336- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5344- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:5345: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5346- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5348- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:5349: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:5350: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:5351: $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5352- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5367- else emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:5368: case `$CC -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5369- *"Compilers 5.0"*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5560- _LT_TAGVAR(allow_undefined_flag, $1)= emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:5561: if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5562- then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5864- # ancient GNU ld didn't support --whole-archive et. al. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:5865: if eval "`$CC -print-prog-name=ld` --help 2>&1" | emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5866- $GREP 'no-whole-archive' > /dev/null; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5947- # below for broken collect2 doesn't work under 4.3+ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:5948: collect2name=`${CC} -print-prog-name=collect2` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5949- if test -f "$collect2name" && ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5997- emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:5998: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-5999- else ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6063- _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6064: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6065- $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6104- # is EXPORTS), use it as is; otherwise, prepend... emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6105: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6106- cp $export_symbols $output_objdir/$soname.def; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6187- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6188: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6189- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6252- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6253: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6254- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6288- # time. Moving up from 0x10000000 also allows more sbrk(2) space. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6289: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6290: _LT_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' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6291- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6295- # SGI C++ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6296: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6297- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6306- if test "$with_gnu_ld" = no; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6307: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6308- else emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6309: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6310- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6327- # to its proper name (with version) after linking. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6328: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6329: _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6330- # Commands to make compiler produce verbose output that lists ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6337- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6338: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6339- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6352- # earlier do not add the objects themselves. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6353: case `$CC -V 2>&1` in emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6354- *"Version 7."*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6373- # Portland Group C++ compiler emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6374: case `$CC -V` in emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6375- *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6378- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6379: compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6380- _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6382- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6383: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6384- $RANLIB $oldlib' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6387- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6388: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6389- _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6391- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6392: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6393- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6401- _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6402: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6403- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6420- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6421: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$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; func_echo_all "X$list" | $Xsed' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6422- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6435- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6436: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6437- *Sun\ C*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6442- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6443: _LT_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; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6444- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6512- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6513: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6514- _LT_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' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6531- # to its proper name (with version) after linking. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6532: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6533- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6552- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6553: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6554- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6557- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6558: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6559: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6560- echo "-hidden">> $lib.exp~ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6561: $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6562- $RM $lib.exp' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6576- # dependencies. emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6577: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$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; func_echo_all "$list"' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6578- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6583- osf3*) emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6584: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6585- ;; emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6586- *) emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6587: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6588- ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6836- case ${2} in emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6837: .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6838: *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6839- esac ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6918- emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:6919: for p in `eval "$output_verbose_link_cmd"`; do emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-6920- case ${prev}${p} in ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-7016-linux*) emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:7017: case `$CC -V 2>&1 | sed 5q` in emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-7018- *Sun\ C*) ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-7067-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:7068: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-7069-fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-7603- test $lt_ac_count -gt 10 && break emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:7604: lt_ac_count=`expr $lt_ac_count + 1` emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-7605- if test $lt_ac_count -gt $lt_ac_max; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-7674-# ------------------------------------------------------ emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4:7675:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/libtool.m4-7676-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY. ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/ltsugar.m4-67-m4_define([lt_combine], emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1], emscripten-2.0.9~dfsg/tests/third_party/poppler/m4/ltsugar.m4-69- [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-139- # Could not run --version or --help. This is probably someone emscripten-2.0.9~dfsg/tests/third_party/poppler/missing:140: # running `$TOOL --version' or `$TOOL --help' to check whether emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-141- # $TOOL exists and not knowing $TOOL uses missing. ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-173- from any GNU archive site." emscripten-2.0.9~dfsg/tests/third_party/poppler/missing:174: files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-175- test -z "$files" && files="config.h" ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-202- proper tools for further handling them. emscripten-2.0.9~dfsg/tests/third_party/poppler/missing:203: You can get \`$1' as part of \`Autoconf' from any GNU emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-204- archive site." emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-205- emscripten-2.0.9~dfsg/tests/third_party/poppler/missing:206: file=`echo "$*" | sed -n "$sed_output"` emscripten-2.0.9~dfsg/tests/third_party/poppler/missing:207: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-208- if test -f "$file"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-231- *.y) emscripten-2.0.9~dfsg/tests/third_party/poppler/missing:232: SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-233- if test -f "$SRCFILE"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-235- fi emscripten-2.0.9~dfsg/tests/third_party/poppler/missing:236: SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-237- if test -f "$SRCFILE"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-261- *.l) emscripten-2.0.9~dfsg/tests/third_party/poppler/missing:262: SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-263- if test -f "$SRCFILE"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-280- emscripten-2.0.9~dfsg/tests/third_party/poppler/missing:281: file=`echo "$*" | sed -n "$sed_output"` emscripten-2.0.9~dfsg/tests/third_party/poppler/missing:282: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-283- if test -f "$file"; then ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-300- # The file to touch is that specified with -o ... emscripten-2.0.9~dfsg/tests/third_party/poppler/missing:301: file=`echo "$*" | sed -n "$sed_output"` emscripten-2.0.9~dfsg/tests/third_party/poppler/missing:302: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-303- if test -z "$file"; then emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-304- # ... or it is the one specified with @setfilename ... emscripten-2.0.9~dfsg/tests/third_party/poppler/missing:305: infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-306- file=`sed -n ' ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-312- # ... or it is derived from the source name (dir/f.texi becomes f.info) emscripten-2.0.9~dfsg/tests/third_party/poppler/missing:313: test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-314- fi ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-336- *o*) emscripten-2.0.9~dfsg/tests/third_party/poppler/missing:337: firstarg=`echo "$firstarg" | sed s/o//` emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-338- tar "$firstarg" "$@" && exit 0 ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-342- *h*) emscripten-2.0.9~dfsg/tests/third_party/poppler/missing:343: firstarg=`echo "$firstarg" | sed s/h//` emscripten-2.0.9~dfsg/tests/third_party/poppler/missing-344- tar "$firstarg" "$@" && exit 0 ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-55-CONFIG_CLEAN_VPATH_FILES = emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-57-am__vpath_adj = case $$p in \ emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in:58: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-59- *) f=$$p;; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-60- esac; emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-62-am__install_max = 40 emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-63-am__nobase_strip_setup = \ emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in:64: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-65-am__nobase_strip = \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-788- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in:789: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-790- test "$$dir" != "$$p" || dir=.; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-797- @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in:798: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-799- test "$$dir" != "$$p" || dir=.; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-895-.cc.obj: emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in:896:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-897-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-900-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in:901:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-902- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-919-.cpp.obj: emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in:920:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-921-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-924-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in:925:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-926- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-955- @list='$(nodist_poppler_include_HEADERS)'; test -n "$(poppler_includedir)" || list=; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in:956: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-957- test -n "$$files" || exit 0; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-975- @list='$(poppler_include_HEADERS)'; test -n "$(poppler_includedir)" || list=; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in:976: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-977- test -n "$$files" || exit 0; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-1025-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in:1026: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-1027- && $(am__cd) $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-1033-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in:1034: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in:1035: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-1036- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-1047- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in:1048: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/poppler/Makefile.in-1049- if test -d "$(distdir)/$$file"; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-57-CONFIG_CLEAN_VPATH_FILES = emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in:58:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-59-am__vpath_adj = case $$p in \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in:60: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-61- *) f=$$p;; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-62- esac; emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in:63:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-64-am__install_max = 40 emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-65-am__nobase_strip_setup = \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in:66: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-67-am__nobase_strip = \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-449- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in:450: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-451- test "$$dir" != "$$p" || dir=.; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-462- test -n "$(EXEEXT)" || exit 0; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in:463: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-464- echo " rm -f" $$list; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-492-.cc.obj: emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in:493:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-494-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-497-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in:498:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-499- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-516-.cpp.obj: emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in:517:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-518-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-521-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in:522:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-523- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-552- @list='$(poppler_include_HEADERS)'; test -n "$(poppler_includedir)" || list=; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in:553: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-554- test -n "$$files" || exit 0; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-602-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in:603: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-604- && $(am__cd) $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-610-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in:611: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in:612: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-613- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-624- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in:625: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt/Makefile.in-626- if test -d "$(distdir)/$$file"; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in-83- while test -n "$$dir1"; do \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in:84: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in-85- if test "$$first" != "."; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in-86- if test "$$first" = ".."; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in:87: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in:88: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in-89- else \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in:90: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in-91- if test "$$first2" = "$$first"; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in:92: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in-93- else \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in-98- fi; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in:99: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in-100- done; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in-356- dot_seen=no; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in:357: target=`echo $@ | sed s/-recursive//`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in-358- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in-391- rev="$$rev ."; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in:392: target=`echo $@ | sed s/-recursive//`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in-393- for subdir in $$rev; do \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in-469-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in:470: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in-471- && $(am__cd) $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in-477-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in:478: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in:479: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in-480- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in-491- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in:492: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/Makefile.in-493- if test -d "$(distdir)/$$file"; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/demos/Makefile.in-401- test -n "$(EXEEXT)" || exit 0; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/demos/Makefile.in:402: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/demos/Makefile.in-403- echo " rm -f" $$list; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/demos/Makefile.in-438-.cpp.obj: emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/demos/Makefile.in:439:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/demos/Makefile.in-440-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/demos/Makefile.in-443-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/demos/Makefile.in:444:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/demos/Makefile.in-445- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/demos/Makefile.in-504-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/demos/Makefile.in:505: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/demos/Makefile.in-506- && $(am__cd) $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/demos/Makefile.in-512-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/demos/Makefile.in:513: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/demos/Makefile.in:514: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/demos/Makefile.in-515- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/demos/Makefile.in-526- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/demos/Makefile.in:527: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/demos/Makefile.in-528- if test -d "$(distdir)/$$file"; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-55-CONFIG_CLEAN_VPATH_FILES = emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-57-am__vpath_adj = case $$p in \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:58: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-59- *) f=$$p;; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-60- esac; emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-62-am__install_max = 40 emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-63-am__nobase_strip_setup = \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:64: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-65-am__nobase_strip = \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-478- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:479: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-480- test "$$dir" != "$$p" || dir=.; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-520-.cc.obj: emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:521:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-522-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-525-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:526:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-527- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-536-libpoppler_qt4_la-poppler-document.lo: poppler-document.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:537:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_qt4_la-poppler-document.lo -MD -MP -MF $(DEPDIR)/libpoppler_qt4_la-poppler-document.Tpo -c -o libpoppler_qt4_la-poppler-document.lo `test -f 'poppler-document.cc' || echo '$(srcdir)/'`poppler-document.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-538-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_qt4_la-poppler-document.Tpo $(DEPDIR)/libpoppler_qt4_la-poppler-document.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-541-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:542:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_qt4_la-poppler-document.lo `test -f 'poppler-document.cc' || echo '$(srcdir)/'`poppler-document.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-543- emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-544-libpoppler_qt4_la-poppler-page.lo: poppler-page.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:545:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_qt4_la-poppler-page.lo -MD -MP -MF $(DEPDIR)/libpoppler_qt4_la-poppler-page.Tpo -c -o libpoppler_qt4_la-poppler-page.lo `test -f 'poppler-page.cc' || echo '$(srcdir)/'`poppler-page.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-546-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_qt4_la-poppler-page.Tpo $(DEPDIR)/libpoppler_qt4_la-poppler-page.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-549-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:550:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_qt4_la-poppler-page.lo `test -f 'poppler-page.cc' || echo '$(srcdir)/'`poppler-page.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-551- emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-552-libpoppler_qt4_la-poppler-fontinfo.lo: poppler-fontinfo.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:553:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_qt4_la-poppler-fontinfo.lo -MD -MP -MF $(DEPDIR)/libpoppler_qt4_la-poppler-fontinfo.Tpo -c -o libpoppler_qt4_la-poppler-fontinfo.lo `test -f 'poppler-fontinfo.cc' || echo '$(srcdir)/'`poppler-fontinfo.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-554-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_qt4_la-poppler-fontinfo.Tpo $(DEPDIR)/libpoppler_qt4_la-poppler-fontinfo.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-557-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:558:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_qt4_la-poppler-fontinfo.lo `test -f 'poppler-fontinfo.cc' || echo '$(srcdir)/'`poppler-fontinfo.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-559- emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-560-libpoppler_qt4_la-poppler-embeddedfile.lo: poppler-embeddedfile.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:561:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_qt4_la-poppler-embeddedfile.lo -MD -MP -MF $(DEPDIR)/libpoppler_qt4_la-poppler-embeddedfile.Tpo -c -o libpoppler_qt4_la-poppler-embeddedfile.lo `test -f 'poppler-embeddedfile.cc' || echo '$(srcdir)/'`poppler-embeddedfile.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-562-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_qt4_la-poppler-embeddedfile.Tpo $(DEPDIR)/libpoppler_qt4_la-poppler-embeddedfile.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-565-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:566:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_qt4_la-poppler-embeddedfile.lo `test -f 'poppler-embeddedfile.cc' || echo '$(srcdir)/'`poppler-embeddedfile.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-567- emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-568-libpoppler_qt4_la-poppler-textbox.lo: poppler-textbox.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:569:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_qt4_la-poppler-textbox.lo -MD -MP -MF $(DEPDIR)/libpoppler_qt4_la-poppler-textbox.Tpo -c -o libpoppler_qt4_la-poppler-textbox.lo `test -f 'poppler-textbox.cc' || echo '$(srcdir)/'`poppler-textbox.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-570-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_qt4_la-poppler-textbox.Tpo $(DEPDIR)/libpoppler_qt4_la-poppler-textbox.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-573-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:574:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_qt4_la-poppler-textbox.lo `test -f 'poppler-textbox.cc' || echo '$(srcdir)/'`poppler-textbox.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-575- emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-576-libpoppler_qt4_la-poppler-link.lo: poppler-link.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:577:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_qt4_la-poppler-link.lo -MD -MP -MF $(DEPDIR)/libpoppler_qt4_la-poppler-link.Tpo -c -o libpoppler_qt4_la-poppler-link.lo `test -f 'poppler-link.cc' || echo '$(srcdir)/'`poppler-link.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-578-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_qt4_la-poppler-link.Tpo $(DEPDIR)/libpoppler_qt4_la-poppler-link.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-581-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:582:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_qt4_la-poppler-link.lo `test -f 'poppler-link.cc' || echo '$(srcdir)/'`poppler-link.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-583- emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-584-libpoppler_qt4_la-poppler-annotation.lo: poppler-annotation.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:585:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_qt4_la-poppler-annotation.lo -MD -MP -MF $(DEPDIR)/libpoppler_qt4_la-poppler-annotation.Tpo -c -o libpoppler_qt4_la-poppler-annotation.lo `test -f 'poppler-annotation.cc' || echo '$(srcdir)/'`poppler-annotation.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-586-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_qt4_la-poppler-annotation.Tpo $(DEPDIR)/libpoppler_qt4_la-poppler-annotation.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-589-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:590:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_qt4_la-poppler-annotation.lo `test -f 'poppler-annotation.cc' || echo '$(srcdir)/'`poppler-annotation.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-591- emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-592-libpoppler_qt4_la-poppler-link-extractor.lo: poppler-link-extractor.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:593:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_qt4_la-poppler-link-extractor.lo -MD -MP -MF $(DEPDIR)/libpoppler_qt4_la-poppler-link-extractor.Tpo -c -o libpoppler_qt4_la-poppler-link-extractor.lo `test -f 'poppler-link-extractor.cc' || echo '$(srcdir)/'`poppler-link-extractor.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-594-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_qt4_la-poppler-link-extractor.Tpo $(DEPDIR)/libpoppler_qt4_la-poppler-link-extractor.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-597-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:598:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_qt4_la-poppler-link-extractor.lo `test -f 'poppler-link-extractor.cc' || echo '$(srcdir)/'`poppler-link-extractor.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-599- emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-600-libpoppler_qt4_la-poppler-optcontent.lo: poppler-optcontent.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:601:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_qt4_la-poppler-optcontent.lo -MD -MP -MF $(DEPDIR)/libpoppler_qt4_la-poppler-optcontent.Tpo -c -o libpoppler_qt4_la-poppler-optcontent.lo `test -f 'poppler-optcontent.cc' || echo '$(srcdir)/'`poppler-optcontent.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-602-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_qt4_la-poppler-optcontent.Tpo $(DEPDIR)/libpoppler_qt4_la-poppler-optcontent.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-605-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:606:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_qt4_la-poppler-optcontent.lo `test -f 'poppler-optcontent.cc' || echo '$(srcdir)/'`poppler-optcontent.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-607- emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-608-libpoppler_qt4_la-poppler-page-transition.lo: poppler-page-transition.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:609:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_qt4_la-poppler-page-transition.lo -MD -MP -MF $(DEPDIR)/libpoppler_qt4_la-poppler-page-transition.Tpo -c -o libpoppler_qt4_la-poppler-page-transition.lo `test -f 'poppler-page-transition.cc' || echo '$(srcdir)/'`poppler-page-transition.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-610-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_qt4_la-poppler-page-transition.Tpo $(DEPDIR)/libpoppler_qt4_la-poppler-page-transition.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-613-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:614:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_qt4_la-poppler-page-transition.lo `test -f 'poppler-page-transition.cc' || echo '$(srcdir)/'`poppler-page-transition.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-615- emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-616-libpoppler_qt4_la-poppler-sound.lo: poppler-sound.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:617:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_qt4_la-poppler-sound.lo -MD -MP -MF $(DEPDIR)/libpoppler_qt4_la-poppler-sound.Tpo -c -o libpoppler_qt4_la-poppler-sound.lo `test -f 'poppler-sound.cc' || echo '$(srcdir)/'`poppler-sound.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-618-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_qt4_la-poppler-sound.Tpo $(DEPDIR)/libpoppler_qt4_la-poppler-sound.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-621-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:622:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_qt4_la-poppler-sound.lo `test -f 'poppler-sound.cc' || echo '$(srcdir)/'`poppler-sound.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-623- emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-624-libpoppler_qt4_la-poppler-form.lo: poppler-form.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:625:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_qt4_la-poppler-form.lo -MD -MP -MF $(DEPDIR)/libpoppler_qt4_la-poppler-form.Tpo -c -o libpoppler_qt4_la-poppler-form.lo `test -f 'poppler-form.cc' || echo '$(srcdir)/'`poppler-form.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-626-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_qt4_la-poppler-form.Tpo $(DEPDIR)/libpoppler_qt4_la-poppler-form.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-629-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:630:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_qt4_la-poppler-form.lo `test -f 'poppler-form.cc' || echo '$(srcdir)/'`poppler-form.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-631- emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-632-libpoppler_qt4_la-poppler-base-converter.lo: poppler-base-converter.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:633:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_qt4_la-poppler-base-converter.lo -MD -MP -MF $(DEPDIR)/libpoppler_qt4_la-poppler-base-converter.Tpo -c -o libpoppler_qt4_la-poppler-base-converter.lo `test -f 'poppler-base-converter.cc' || echo '$(srcdir)/'`poppler-base-converter.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-634-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_qt4_la-poppler-base-converter.Tpo $(DEPDIR)/libpoppler_qt4_la-poppler-base-converter.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-637-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:638:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_qt4_la-poppler-base-converter.lo `test -f 'poppler-base-converter.cc' || echo '$(srcdir)/'`poppler-base-converter.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-639- emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-640-libpoppler_qt4_la-poppler-ps-converter.lo: poppler-ps-converter.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:641:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_qt4_la-poppler-ps-converter.lo -MD -MP -MF $(DEPDIR)/libpoppler_qt4_la-poppler-ps-converter.Tpo -c -o libpoppler_qt4_la-poppler-ps-converter.lo `test -f 'poppler-ps-converter.cc' || echo '$(srcdir)/'`poppler-ps-converter.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-642-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_qt4_la-poppler-ps-converter.Tpo $(DEPDIR)/libpoppler_qt4_la-poppler-ps-converter.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-645-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:646:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_qt4_la-poppler-ps-converter.lo `test -f 'poppler-ps-converter.cc' || echo '$(srcdir)/'`poppler-ps-converter.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-647- emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-648-libpoppler_qt4_la-poppler-pdf-converter.lo: poppler-pdf-converter.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:649:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_qt4_la-poppler-pdf-converter.lo -MD -MP -MF $(DEPDIR)/libpoppler_qt4_la-poppler-pdf-converter.Tpo -c -o libpoppler_qt4_la-poppler-pdf-converter.lo `test -f 'poppler-pdf-converter.cc' || echo '$(srcdir)/'`poppler-pdf-converter.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-650-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_qt4_la-poppler-pdf-converter.Tpo $(DEPDIR)/libpoppler_qt4_la-poppler-pdf-converter.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-653-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:654:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_qt4_la-poppler-pdf-converter.lo `test -f 'poppler-pdf-converter.cc' || echo '$(srcdir)/'`poppler-pdf-converter.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-655- emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-656-libpoppler_qt4_la-poppler-qiodeviceoutstream.lo: poppler-qiodeviceoutstream.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:657:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_qt4_la-poppler-qiodeviceoutstream.lo -MD -MP -MF $(DEPDIR)/libpoppler_qt4_la-poppler-qiodeviceoutstream.Tpo -c -o libpoppler_qt4_la-poppler-qiodeviceoutstream.lo `test -f 'poppler-qiodeviceoutstream.cc' || echo '$(srcdir)/'`poppler-qiodeviceoutstream.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-658-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_qt4_la-poppler-qiodeviceoutstream.Tpo $(DEPDIR)/libpoppler_qt4_la-poppler-qiodeviceoutstream.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-661-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:662:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_qt4_la-poppler-qiodeviceoutstream.lo `test -f 'poppler-qiodeviceoutstream.cc' || echo '$(srcdir)/'`poppler-qiodeviceoutstream.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-663- emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-664-libpoppler_qt4_la-poppler-private.lo: poppler-private.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:665:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_qt4_la-poppler-private.lo -MD -MP -MF $(DEPDIR)/libpoppler_qt4_la-poppler-private.Tpo -c -o libpoppler_qt4_la-poppler-private.lo `test -f 'poppler-private.cc' || echo '$(srcdir)/'`poppler-private.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-666-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_qt4_la-poppler-private.Tpo $(DEPDIR)/libpoppler_qt4_la-poppler-private.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-669-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:670:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_qt4_la-poppler-private.lo `test -f 'poppler-private.cc' || echo '$(srcdir)/'`poppler-private.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-671- emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-672-libpoppler_qt4_la-poppler-movie.lo: poppler-movie.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:673:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -MT libpoppler_qt4_la-poppler-movie.lo -MD -MP -MF $(DEPDIR)/libpoppler_qt4_la-poppler-movie.Tpo -c -o libpoppler_qt4_la-poppler-movie.lo `test -f 'poppler-movie.cc' || echo '$(srcdir)/'`poppler-movie.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-674-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpoppler_qt4_la-poppler-movie.Tpo $(DEPDIR)/libpoppler_qt4_la-poppler-movie.Plo ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-677-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:678:@am__fastdepCXX_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpoppler_qt4_la_CXXFLAGS) $(CXXFLAGS) -c -o libpoppler_qt4_la-poppler-movie.lo `test -f 'poppler-movie.cc' || echo '$(srcdir)/'`poppler-movie.cc emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-679- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-700- @list='$(poppler_include_HEADERS)'; test -n "$(poppler_includedir)" || list=; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:701: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-702- test -n "$$files" || exit 0; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-750-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:751: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-752- && $(am__cd) $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-758-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:759: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:760: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-761- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-772- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in:773: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/src/Makefile.in-774- if test -d "$(distdir)/$$file"; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-570- test -n "$(EXEEXT)" || exit 0; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in:571: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-572- echo " rm -f" $$list; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-579- test -n "$(EXEEXT)" || exit 0; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in:580: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-581- echo " rm -f" $$list; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-679-.cpp.obj: emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in:680:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-681-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-684-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in:685:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-686- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-745-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in:746: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-747- && $(am__cd) $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-763- if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in:764: all=`expr $$all + 1`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-765- case " $(XFAIL_TESTS) " in \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-766- *[\ \ ]$$tst[\ \ ]*) \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in:767: xpass=`expr $$xpass + 1`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in:768: failed=`expr $$failed + 1`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-769- col=$$red; res=XPASS; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-775- elif test $$? -ne 77; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in:776: all=`expr $$all + 1`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-777- case " $(XFAIL_TESTS) " in \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-778- *[\ \ ]$$tst[\ \ ]*) \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in:779: xfail=`expr $$xfail + 1`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-780- col=$$lgn; res=XFAIL; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-782- *) \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in:783: failed=`expr $$failed + 1`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-784- col=$$red; res=FAIL; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-787- else \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in:788: skip=`expr $$skip + 1`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-789- col=$$blu; res=SKIP; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-822- fi; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in:823: test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-824- dashes="$$skipped"; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-828- report="Please report to $(PACKAGE_BUGREPORT)"; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in:829: test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-830- dashes="$$report"; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-831- fi; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in:832: dashes=`echo "$$dashes" | sed s/./=/g`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-833- if test "$$failed" -eq 0; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-845-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in:846: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in:847: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-848- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-859- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in:860: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/qt4/tests/Makefile.in-861- if test -d "$(distdir)/$$file"; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in-104- SplashXPath.h SplashXPathScanner.h emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in:105:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in-106-am__vpath_adj = case $$p in \ emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in:107: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in-108- *) f=$$p;; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in-109- esac; emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in:110:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in-111-am__install_max = 40 emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in-112-am__nobase_strip_setup = \ emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in:113: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in-114-am__nobase_strip = \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in-420- @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in:421: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in-422- test "$$dir" != "$$p" || dir=.; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in-463-.cc.obj: emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in:464:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in-465-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in-468-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in:469:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in-470- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in-499- @list='$(poppler_splash_include_HEADERS)'; test -n "$(poppler_splash_includedir)" || list=; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in:500: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in-501- test -n "$$files" || exit 0; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in-549-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in:550: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in-551- && $(am__cd) $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in-557-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in:558: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in:559: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in-560- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in-571- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in:572: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/splash/Makefile.in-573- if test -d "$(distdir)/$$file"; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/test/Makefile.in-442- test -n "$(EXEEXT)" || exit 0; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/test/Makefile.in:443: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/test/Makefile.in-444- echo " rm -f" $$list; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/test/Makefile.in-483-.cc.obj: emscripten-2.0.9~dfsg/tests/third_party/poppler/test/Makefile.in:484:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/test/Makefile.in-485-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/test/Makefile.in-488-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/test/Makefile.in:489:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/test/Makefile.in-490- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/test/Makefile.in-549-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/poppler/test/Makefile.in:550: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/poppler/test/Makefile.in-551- && $(am__cd) $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/test/Makefile.in-557-distdir: $(DISTFILES) emscripten-2.0.9~dfsg/tests/third_party/poppler/test/Makefile.in:558: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/test/Makefile.in:559: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/test/Makefile.in-560- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/test/Makefile.in-571- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/test/Makefile.in:572: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/test/Makefile.in-573- if test -d "$(distdir)/$$file"; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in-165- $(pdftops_SOURCES) $(pdftotext_SOURCES) emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in:166:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in-167-am__vpath_adj = case $$p in \ emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in:168: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in-169- *) f=$$p;; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in-170- esac; emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in:171:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in-172-am__install_max = 40 emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in-173-am__nobase_strip_setup = \ emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in:174: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in-175-am__nobase_strip = \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in-542- test -n "$(EXEEXT)" || exit 0; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in:543: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in-544- echo " rm -f" $$list; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in-600-.cc.obj: emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in:601:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in-602-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in-605-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in:606:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in-607- ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in-700-GTAGS: emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in:701: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in-702- && $(am__cd) $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in-721- else :; fi emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in:722: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in:723: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in-724- list='$(DISTFILES)'; \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in-735- if test -d $$d/$$file; then \ emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in:736: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/tests/third_party/poppler/utils/Makefile.in-737- if test -d "$(distdir)/$$file"; then \ ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-8282-*/ emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:8283:#define ADDR(X) (-1-(X)) emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-8284- ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-8505-SQLITE_PRIVATE void sqlite3VdbeResolveLabel(Vdbe*, int); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:8506:SQLITE_PRIVATE int sqlite3VdbeCurrentAddr(Vdbe*); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-8507-#ifdef SQLITE_DEBUG ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-22251-** emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:22252:** This file contains inline asm code for retrieving "high-performance" emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-22253-** counters for x86 class CPUs. ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-22277- __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:22278: __asm { emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-22279- rdtsc ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-24035- APIRET rc; emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:24036: rc = DosQueryProcAddr((HMODULE)pHandle, 0L, (PSZ)zSymbol, &pfn); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-24037- if( rc != NO_ERROR ){ ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-24042- strncat(_zSymbol, zSymbol, 254); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:24043: rc = DosQueryProcAddr((HMODULE)pHandle, 0L, (PSZ)_zSymbol, &pfn); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-24044- } ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-24583-** emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:24584:** This file contains inline asm code for retrieving "high-performance" emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-24585-** counters for x86 class CPUs. ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-24609- __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:24610: __asm { emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-24611- rdtsc ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-31338-** emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:31339:** This file contains inline asm code for retrieving "high-performance" emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-31340-** counters for x86 class CPUs. ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-31364- __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:31365: __asm { emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-31366- rdtsc ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-57995-*/ emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:57996:SQLITE_PRIVATE int sqlite3VdbeCurrentAddr(Vdbe *p){ emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-57997- assert( p->magic==VDBE_MAGIC_INIT ); ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-58044- if( p2<0 && (sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP)!=0 ){ emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:58045: pOut->p2 = addr + ADDR(p2); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-58046- }else{ ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-62728-** emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:62729:** This file contains inline asm code for retrieving "high-performance" emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-62730-** counters for x86 class CPUs. ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-62754- __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:62755: __asm { emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-62756- rdtsc ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-72924- sqlite3VdbeAddOp2(v, OP_MustBeInt, r3, emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:72925: sqlite3VdbeCurrentAddr(v)+2); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-72926- sqlite3VdbeAddOp3(v, OP_Insert, pExpr->iTable, r2, r3); ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-76042- sqlite3VdbeAddOp2(v, OP_Rewind, iIdxCur, endOfLoop); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:76043: topOfLoop = sqlite3VdbeCurrentAddr(v); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-76044- sqlite3VdbeAddOp2(v, OP_AddImm, iMem, 1); ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-76099- for(i=0; i<nCol; i++){ emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:76100: int addr2 = sqlite3VdbeCurrentAddr(v) - (nCol*2); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-76101- if( i==0 ){ ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-79685- const int regRowid = regIdxKey + pIndex->nColumn; emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:79686: const int j2 = sqlite3VdbeCurrentAddr(v) + 2; emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-79687- void * const pRegKey = SQLITE_INT_TO_PTR(regIdxKey); ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-84179- sqlite3VdbeAddOp2(v, OP_Goto, 0, iOk); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:84180: sqlite3VdbeJumpHere(v, sqlite3VdbeCurrentAddr(v)-2); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-84181- sqlite3VdbeJumpHere(v, iMustBeInt); ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-84205- if( pTab==pFKey->pFrom && nIncr==1 ){ emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:84206: int iJump = sqlite3VdbeCurrentAddr(v) + nCol + 1; emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-84207- for(i=0; i<nCol; i++){ ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-84472- ** transactions are not able to rollback schema changes. */ emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:84473: sqlite3VdbeAddOp2(v, OP_FkIfZero, 0, sqlite3VdbeCurrentAddr(v)+2); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-84474- sqlite3HaltConstraint( ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-85150- int i; emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:85151: int iEnd = sqlite3VdbeCurrentAddr(v); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-85152-#ifndef SQLITE_OMIT_VIRTUALTABLE ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-85253- sqlite3OpenTable(pParse, 0, p->iDb, pDb->pSchema->pSeqTab, OP_OpenRead); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:85254: addr = sqlite3VdbeCurrentAddr(v); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-85255- sqlite3VdbeAddOp4(v, OP_String8, 0, memId-1, 0, p->pTab->zName, 0); ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-85609- sqlite3SelectDestInit(&dest, SRT_Coroutine, ++pParse->nMem); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:85610: addrSelect = sqlite3VdbeCurrentAddr(v)+2; emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-85611- sqlite3VdbeAddOp2(v, OP_Integer, addrSelect-1, dest.iParm); ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-85791- addrInsTop = sqlite3VdbeAddOp1(v, OP_Rewind, srcTab); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:85792: addrCont = sqlite3VdbeCurrentAddr(v); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-85793- }else if( pSelect ){ ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-85924- }else{ emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:85925: j1 = sqlite3VdbeCurrentAddr(v); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-85926- sqlite3VdbeAddOp2(v, OP_IsNull, regRowid, j1+2); ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-92193- sqlite3VdbeAddOp2(v, OP_Rewind, unionTab, iBreak); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:92194: iStart = sqlite3VdbeCurrentAddr(v); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-92195- selectInnerLoop(pParse, p, p->pEList, unionTab, p->pEList->nExpr, ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-92380- emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:92381: addr = sqlite3VdbeCurrentAddr(v); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-92382- iContinue = sqlite3VdbeMakeLabel(v); ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-92777- j1 = sqlite3VdbeAddOp0(v, OP_Goto); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:92778: addrSelectA = sqlite3VdbeCurrentAddr(v); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-92779- ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-92794- */ emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:92795: addrSelectB = sqlite3VdbeCurrentAddr(v); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-92796- VdbeNoopComment((v, "Begin coroutine for right SELECT")); ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-92880- VdbeNoopComment((v, "A-gt-B subroutine")); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:92881: addrAgtB = sqlite3VdbeCurrentAddr(v); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-92882- if( op==TK_ALL || op==TK_UNION ){ ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-94582- */ emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:94583: addrTopOfLoop = sqlite3VdbeCurrentAddr(v); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-94584- sqlite3ExprCacheClear(pParse); ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-94594- (char*)pKeyInfo, P4_KEYINFO); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:94595: j1 = sqlite3VdbeCurrentAddr(v); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-94596- sqlite3VdbeAddOp3(v, OP_Jump, j1+1, 0, j1+1); ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-94647- */ emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:94648: addrSetAbort = sqlite3VdbeCurrentAddr(v); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-94649- sqlite3VdbeAddOp2(v, OP_Integer, 1, iAbortFlag); ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-94652- sqlite3VdbeResolveLabel(v, addrOutputRow); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:94653: addrOutputRow = sqlite3VdbeCurrentAddr(v); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-94654- sqlite3VdbeAddOp2(v, OP_IfPos, iUseFlag, addrOutputRow+2); ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-95690- static const VdbeOpList dropTrigger[] = { emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:95691: { OP_Rewind, 0, ADDR(9), 0}, emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-95692- { OP_String8, 0, 1, 0}, /* 1 */ emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-95693- { OP_Column, 0, 1, 2}, emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:95694: { OP_Ne, 2, ADDR(8), 1}, emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-95695- { OP_String8, 0, 1, 0}, /* 4: "trigger" */ emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-95696- { OP_Column, 0, 0, 2}, emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:95697: { OP_Ne, 2, ADDR(8), 1}, emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-95698- { OP_Delete, 0, 0, 0}, emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:95699: { OP_Next, 0, ADDR(1), 0}, /* 8 */ emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-95700- }; ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-99039- sqlite3ExprCodeTarget(pParse, pRight, r1); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:99040: sqlite3VdbeChangeP3(v, sqlite3VdbeCurrentAddr(v)-1, 0); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-99041- sqlite3ReleaseTempReg(pParse, r1); ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-102009- pLevel->p1 = iCur; emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:102010: pLevel->p2 = sqlite3VdbeCurrentAddr(v); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-102011- sqlite3ReleaseTempRange(pParse, iReg, nConstraint+2); ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-102096- } emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:102097: start = sqlite3VdbeCurrentAddr(v); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-102098- pLevel->op = bRev ? OP_Prev : OP_Next; ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-102304- /* Top of the loop body */ emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:102305: pLevel->p2 = sqlite3VdbeCurrentAddr(v); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-102306- ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-102470- sqlite3VdbeAddOp4Int(v, OP_RowSetTest, regRowset, emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:102471: sqlite3VdbeCurrentAddr(v)+2, r, iSet); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-102472- } ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-102486- } emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:102487: sqlite3VdbeChangeP1(v, iRetInit, sqlite3VdbeCurrentAddr(v)); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-102488- sqlite3VdbeAddOp2(v, OP_Goto, 0, pLevel->addrBrk); ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-102541- if( pLevel->iLeftJoin ){ emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:102542: pLevel->addrFirst = sqlite3VdbeCurrentAddr(v); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-102543- sqlite3VdbeAddOp2(v, OP_Integer, 1, pLevel->iLeftJoin); ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-103084- for(; b; b=b>>1, n++){} emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:103085: sqlite3VdbeChangeP4(v, sqlite3VdbeCurrentAddr(v)-1, emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-103086- SQLITE_INT_TO_PTR(n), P4_INT32); ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-103109- } emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:103110: pWInfo->iTop = sqlite3VdbeCurrentAddr(v); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-103111- if( db->mallocFailed ) goto whereBeginError; ############################################## emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-103286- pOp = sqlite3VdbeGetOp(v, pWInfo->iTop); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c:103287: last = sqlite3VdbeCurrentAddr(v); emscripten-2.0.9~dfsg/tests/third_party/sqlite/sqlite3.c-103288- for(k=pWInfo->iTop; k<last; k++, pOp++){ ############################################## emscripten-2.0.9~dfsg/tests/third_party/zlib/Makefile.in-9- emscripten-2.0.9~dfsg/tests/third_party/zlib/Makefile.in:10:# To use the asm code, type: emscripten-2.0.9~dfsg/tests/third_party/zlib/Makefile.in-11-# cp contrib/asm?86/match.S ./match.S ############################################## emscripten-2.0.9~dfsg/tests/third_party/zlib/Makefile.in-61- emscripten-2.0.9~dfsg/tests/third_party/zlib/Makefile.in:62:# to use the asm code: make OBJA=match.o, PIC_OBJA=match.lo emscripten-2.0.9~dfsg/tests/third_party/zlib/Makefile.in-63-OBJA = ############################################## emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-71- exit 0 ;; emscripten-2.0.9~dfsg/tests/third_party/zlib/configure:72: -p*=* | --prefix=*) prefix=`echo $1 | sed 's/.*=//'`; shift ;; emscripten-2.0.9~dfsg/tests/third_party/zlib/configure:73: -e*=* | --eprefix=*) exec_prefix=`echo $1 | sed 's/.*=//'`; shift ;; emscripten-2.0.9~dfsg/tests/third_party/zlib/configure:74: -l*=* | --libdir=*) libdir=`echo $1 | sed 's/.*=//'`; shift ;; emscripten-2.0.9~dfsg/tests/third_party/zlib/configure:75: --sharedlibdir=*) sharedlibdir=`echo $1 | sed 's/.*=//'`; shift ;; emscripten-2.0.9~dfsg/tests/third_party/zlib/configure:76: -i*=* | --includedir=*) includedir=`echo $1 | sed 's/.*=//'`;shift ;; emscripten-2.0.9~dfsg/tests/third_party/zlib/configure:77: -u*=* | --uname=*) uname=`echo $1 | sed 's/.*=//'`;shift ;; emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-78- -p* | --prefix) prefix="$2"; shift; shift ;; ############################################## emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-100-cflags=${CFLAGS-"-O3"} emscripten-2.0.9~dfsg/tests/third_party/zlib/configure:101:# to force the asm version use: CFLAGS="-O3 -DASMV" ./configure emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-102-case "$cc" in ############################################## emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-234- # we must test in two steps (cc then ld), required at least on SunOS 4.x emscripten-2.0.9~dfsg/tests/third_party/zlib/configure:235: if test "`($CC -w -c $SFLAGS $test.c) 2>&1`" = "" && emscripten-2.0.9~dfsg/tests/third_party/zlib/configure:236: test "`($LDSHARED $SFLAGS -o $test$shared_ext $test.o) 2>&1`" = ""; then emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-237- echo Building shared library $SHAREDLIBV with $CC. ############################################## emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-266-EOF emscripten-2.0.9~dfsg/tests/third_party/zlib/configure:267:if test "`($CC -c $CFLAGS -D_LARGEFILE64_SOURCE=1 $test.c) 2>&1`" = ""; then emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-268- CFLAGS="${CFLAGS} -D_LARGEFILE64_SOURCE=1" ############################################## emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-282-EOF emscripten-2.0.9~dfsg/tests/third_party/zlib/configure:283: if test "`($CC $CFLAGS -o $test $test.c) 2>&1`" = ""; then emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-284- echo "Checking for fseeko... Yes." ############################################## emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-297-EOF emscripten-2.0.9~dfsg/tests/third_party/zlib/configure:298:if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-299- sed < zconf.h "/^#ifdef HAVE_UNISTD_H.* may be/s/def HAVE_UNISTD_H\(.*\) may be/ 1\1 was/" > zconf.temp.h ############################################## emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-326- emscripten-2.0.9~dfsg/tests/third_party/zlib/configure:327:if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-328- echo "Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf()." ############################################## emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-350- emscripten-2.0.9~dfsg/tests/third_party/zlib/configure:351: if test "`($CC $CFLAGS -o $test $test.c) 2>&1`" = ""; then emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-352- echo "Checking for vsnprintf() in stdio.h... Yes." ############################################## emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-375- emscripten-2.0.9~dfsg/tests/third_party/zlib/configure:376: if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-377- echo "Checking for return value of vsnprintf()... Yes." ############################################## emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-415- emscripten-2.0.9~dfsg/tests/third_party/zlib/configure:416: if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-417- echo "Checking for return value of vsprintf()... Yes." ############################################## emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-446- emscripten-2.0.9~dfsg/tests/third_party/zlib/configure:447: if test "`($CC $CFLAGS -o $test $test.c) 2>&1`" = ""; then emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-448- echo "Checking for snprintf() in stdio.h... Yes." ############################################## emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-465- emscripten-2.0.9~dfsg/tests/third_party/zlib/configure:466: if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-467- echo "Checking for return value of snprintf()... Yes." ############################################## emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-499- emscripten-2.0.9~dfsg/tests/third_party/zlib/configure:500: if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-501- echo "Checking for return value of sprintf()... Yes." ############################################## emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-525-EOF emscripten-2.0.9~dfsg/tests/third_party/zlib/configure:526: if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-527- echo "Checking for attribute(visibility) support... Yes." ############################################## emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-537- *ASMV*) emscripten-2.0.9~dfsg/tests/third_party/zlib/configure:538: if test "`$NM $test.o | grep _hello`" = ""; then emscripten-2.0.9~dfsg/tests/third_party/zlib/configure-539- CPP="$CPP -DNO_UNDERLINE" ############################################## emscripten-2.0.9~dfsg/tests/third_party/zlib/crc32.c-204-/* ========================================================================= emscripten-2.0.9~dfsg/tests/third_party/zlib/crc32.c:205: * This function can be used by asm versions of crc32() emscripten-2.0.9~dfsg/tests/third_party/zlib/crc32.c-206- */ ############################################## emscripten-2.0.9~dfsg/tests/third_party/zlib/deflate.c-88-#ifdef ASMV emscripten-2.0.9~dfsg/tests/third_party/zlib/deflate.c:89: void match_init OF((void)); /* asm code initialization */ emscripten-2.0.9~dfsg/tests/third_party/zlib/deflate.c-90- uInt longest_match OF((deflate_state *s, IPos cur_match)); ############################################## emscripten-2.0.9~dfsg/tests/third_party/zlib/deflate.c-1046-#ifdef ASMV emscripten-2.0.9~dfsg/tests/third_party/zlib/deflate.c:1047: match_init(); /* initialize the asm code */ emscripten-2.0.9~dfsg/tests/third_party/zlib/deflate.c-1048-#endif ############################################## emscripten-2.0.9~dfsg/tests/third_party/zlib/deflate.c-1062-#ifndef ASMV emscripten-2.0.9~dfsg/tests/third_party/zlib/deflate.c:1063:/* For 80x86 and 680x0, an optimized version will be provided in match.asm or emscripten-2.0.9~dfsg/tests/third_party/zlib/deflate.c-1064- * match.S. The code will be functionally equivalent. ############################################## emscripten-2.0.9~dfsg/tests/third_party/zlib/zlib.h-1060- 8: DEBUG emscripten-2.0.9~dfsg/tests/third_party/zlib/zlib.h:1061: 9: ASMV or ASMINF -- use ASM code emscripten-2.0.9~dfsg/tests/third_party/zlib/zlib.h-1062- 10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention ############################################## emscripten-2.0.9~dfsg/tests/websocket/tcp_echo_client.cpp-86- struct sockaddr_in server; emscripten-2.0.9~dfsg/tests/websocket/tcp_echo_client.cpp:87: server.sin_addr.s_addr = inet_addr("127.0.0.1"); emscripten-2.0.9~dfsg/tests/websocket/tcp_echo_client.cpp-88- server.sin_family = AF_INET; ############################################## emscripten-2.0.9~dfsg/tests/websocket/tcp_in_two_threads.cpp-135- struct sockaddr_in server; emscripten-2.0.9~dfsg/tests/websocket/tcp_in_two_threads.cpp:136: server.sin_addr.s_addr = inet_addr("127.0.0.1"); emscripten-2.0.9~dfsg/tests/websocket/tcp_in_two_threads.cpp-137- server.sin_family = AF_INET; ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-37- if not config.V8_ENGINE or config.V8_ENGINE not in config.JS_ENGINES: emscripten-2.0.9~dfsg/tests/test_core.py:38: self.skipTest('wasm simd only supported in d8 for now') emscripten-2.0.9~dfsg/tests/test_core.py-39- if not self.is_wasm(): ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-84-# Tests exception handling in emscripten exception handling mode, and if emscripten-2.0.9~dfsg/tests/test_core.py:85:# possible, new wasm EH mode. emscripten-2.0.9~dfsg/tests/test_core.py-86-def with_both_exception_handling(f): ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-90- if native_exceptions: emscripten-2.0.9~dfsg/tests/test_core.py:91: # Wasm EH is currently supported only in wasm backend and V8 emscripten-2.0.9~dfsg/tests/test_core.py-92- if not self.get_setting('WASM'): emscripten-2.0.9~dfsg/tests/test_core.py:93: self.skipTest('wasm2js does not support wasm exceptions') emscripten-2.0.9~dfsg/tests/test_core.py-94- if not config.V8_ENGINE or config.V8_ENGINE not in config.JS_ENGINES: emscripten-2.0.9~dfsg/tests/test_core.py:95: self.skipTest('d8 required to run wasm eh tests') emscripten-2.0.9~dfsg/tests/test_core.py-96- self.emcc_args.append('-fwasm-exceptions') ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-115- emscripten-2.0.9~dfsg/tests/test_core.py:116:# Async wasm compilation can't work in some tests, they are set up synchronously emscripten-2.0.9~dfsg/tests/test_core.py-117-def sync(f): ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-144- emscripten-2.0.9~dfsg/tests/test_core.py:145:# Impure means a test that cannot run in a wasm VM yet, as it is not 100% emscripten-2.0.9~dfsg/tests/test_core.py-146-# standalone. We can still run them with the JS code though. ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-158- self.set_setting('WASM_BIGINT', 1) emscripten-2.0.9~dfsg/tests/test_core.py:159: # if we are impure, disallow all wasm engines emscripten-2.0.9~dfsg/tests/test_core.py-160- with wasm_engines_modify([] if impure else config.WASM_ENGINES): ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-1265- self.set_setting('DISABLE_EXCEPTION_CATCHING', 2) emscripten-2.0.9~dfsg/tests/test_core.py:1266: # Wasm does not add an underscore to function names. For wasm, the emscripten-2.0.9~dfsg/tests/test_core.py-1267- # mismatches are fixed in fixImports() function in JS glue code. ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-1305- self.set_setting('DISABLE_EXCEPTION_CATCHING', 2) emscripten-2.0.9~dfsg/tests/test_core.py:1306: # Wasm does not add an underscore to function names. For wasm, the emscripten-2.0.9~dfsg/tests/test_core.py-1307- # mismatches are fixed in fixImports() function in JS glue code. ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-1316- self.set_setting('DISABLE_EXCEPTION_CATCHING', 2) emscripten-2.0.9~dfsg/tests/test_core.py:1317: # Wasm does not add an underscore to function names. For wasm, the emscripten-2.0.9~dfsg/tests/test_core.py-1318- # mismatches are fixed in fixImports() function in JS glue code. ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-1403- emscripten-2.0.9~dfsg/tests/test_core.py:1404: # TODO Make setjmp-longjmp also use Wasm exception handling emscripten-2.0.9~dfsg/tests/test_core.py-1405- @with_both_exception_handling ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-1501- # Marked as impure since the WASI reactor modules (modules without main) emscripten-2.0.9~dfsg/tests/test_core.py:1502: # are not yet suppored by the wasm engines we test against. emscripten-2.0.9~dfsg/tests/test_core.py-1503- @also_with_standalone_wasm(impure=True) ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-1852- if self.is_wasm(): emscripten-2.0.9~dfsg/tests/test_core.py:1853: self.skipTest('wasm requires a proper asm module') emscripten-2.0.9~dfsg/tests/test_core.py-1854- ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-1894- # Tests various different ways to invoke the MAIN_THREAD_EM_ASM(), MAIN_THREAD_EM_ASM_INT() and MAIN_THREAD_EM_ASM_DOUBLE() macros. emscripten-2.0.9~dfsg/tests/test_core.py:1895: # This test is identical to test_em_asm_2, just search-replaces EM_ASM to MAIN_THREAD_EM_ASM on the test file. That way if new emscripten-2.0.9~dfsg/tests/test_core.py:1896: # test cases are added to test_em_asm_2.cpp for EM_ASM, they will also get tested in MAIN_THREAD_EM_ASM form. emscripten-2.0.9~dfsg/tests/test_core.py-1897- @no_asan('Cannot use ASan: test depends exactly on heap size') ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-1926- emscripten-2.0.9~dfsg/tests/test_core.py:1927: # Verify that EM_ASM macros support getting called with multiple arities. emscripten-2.0.9~dfsg/tests/test_core.py-1928- # Maybe tests will later be joined into larger compilation units? ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-2042- if not self.is_wasm(): emscripten-2.0.9~dfsg/tests/test_core.py:2043: self.skipTest('wasm memory specific test') emscripten-2.0.9~dfsg/tests/test_core.py-2044- emscripten-2.0.9~dfsg/tests/test_core.py:2045: # check that memory growth does not exceed the wasm mem max limit emscripten-2.0.9~dfsg/tests/test_core.py-2046- self.emcc_args += ['-s', 'ALLOW_MEMORY_GROWTH=1', '-s', 'INITIAL_MEMORY=64Mb', '-s', 'MAXIMUM_MEMORY=100Mb'] ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-2052- if not self.is_wasm(): emscripten-2.0.9~dfsg/tests/test_core.py:2053: self.skipTest('wasm memory specific test') emscripten-2.0.9~dfsg/tests/test_core.py-2054- emscripten-2.0.9~dfsg/tests/test_core.py:2055: # check that memory growth does not exceed the wasm mem max limit and is exactly or one step below the wasm mem max emscripten-2.0.9~dfsg/tests/test_core.py-2056- self.emcc_args += ['-s', 'ALLOW_MEMORY_GROWTH=1', '-s', 'TOTAL_STACK=1Mb', '-s', 'INITIAL_MEMORY=64Mb', '-s', 'MAXIMUM_MEMORY=130Mb', '-s', 'MEMORY_GROWTH_LINEAR_STEP=1Mb'] ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-2062- if not self.is_wasm(): emscripten-2.0.9~dfsg/tests/test_core.py:2063: self.skipTest('wasm memory specific test') emscripten-2.0.9~dfsg/tests/test_core.py-2064- ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-2139- if not is_optimizing(self.emcc_args): emscripten-2.0.9~dfsg/tests/test_core.py:2140: self.skipTest('nodejs takes >6GB to compile this if the wasm is not optimized, which OOMs, see https://github.com/emscripten-core/emscripten/issues/7928#issuecomment-458308453') emscripten-2.0.9~dfsg/tests/test_core.py-2141- if '-Os' in self.emcc_args: ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-2195- @no_wasm_backend('Calling varargs across function calls is undefined behavior in C,' emscripten-2.0.9~dfsg/tests/test_core.py:2196: ' and asmjs and wasm implement it differently.') emscripten-2.0.9~dfsg/tests/test_core.py-2197- def test_varargs_multi(self): ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-2371- if not self.get_setting('STANDALONE_WASM'): emscripten-2.0.9~dfsg/tests/test_core.py:2372: # STANDALONE_WASM mode always sets EXIT_RUNTIME if main exists emscripten-2.0.9~dfsg/tests/test_core.py-2373- self.set_setting('EXIT_RUNTIME', 1) ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-2425- emscripten-2.0.9~dfsg/tests/test_core.py:2426: @no_wasm_backend("wasm backend doesn't compile intentional segfault into an abort() call. " emscripten-2.0.9~dfsg/tests/test_core.py-2427- "It also doesn't segfault.") ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-2588- if self.get_setting('WASM'): emscripten-2.0.9~dfsg/tests/test_core.py:2589: # emcc emits a wasm in this case emscripten-2.0.9~dfsg/tests/test_core.py-2590- self.build(filename, js_outfile=False) ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-2697- @needs_dlfcn emscripten-2.0.9~dfsg/tests/test_core.py:2698: @disabled('EM_ASM in not yet supported in SIDE_MODULE') emscripten-2.0.9~dfsg/tests/test_core.py-2699- def test_dlfcn_em_asm(self): ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-2820- emscripten-2.0.9~dfsg/tests/test_core.py:2821: int* lib_get_global_addr() { emscripten-2.0.9~dfsg/tests/test_core.py-2822- return &theglobal; ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-3127- memset(&info, 0, sizeof(info)); emscripten-2.0.9~dfsg/tests/test_core.py:3128: dladdr(func_ptr, &info); emscripten-2.0.9~dfsg/tests/test_core.py-3129- ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-3487- emscripten-2.0.9~dfsg/tests/test_core.py:3488: # XXX in wasm each lib load currently takes 5MB; default INITIAL_MEMORY=16MB is thus not enough emscripten-2.0.9~dfsg/tests/test_core.py-3489- self.set_setting('INITIAL_MEMORY', 32 * 1024 * 1024) ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-3638- if not self.is_wasm(): emscripten-2.0.9~dfsg/tests/test_core.py:3639: self.skipTest('wasm only') emscripten-2.0.9~dfsg/tests/test_core.py-3640- self.set_setting('ALLOW_MEMORY_GROWTH', 1) ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-4303- @needs_dlfcn emscripten-2.0.9~dfsg/tests/test_core.py:4304: @no_wasm_backend('wasm backend resolves symbols greedily on startup') emscripten-2.0.9~dfsg/tests/test_core.py-4305- def test_dylink_hyper_dupe(self): ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-5350- # i64s in the API, which we'd need to legalize for JS, so in standalone mode emscripten-2.0.9~dfsg/tests/test_core.py:5351: # all we can test is wasm VMs emscripten-2.0.9~dfsg/tests/test_core.py-5352- @also_with_standalone_wasm(wasm2c=True) ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-5406- def test_atomic_cxx(self): emscripten-2.0.9~dfsg/tests/test_core.py:5407: # the wasm backend has lock-free atomics, but not asm.js or asm2wasm emscripten-2.0.9~dfsg/tests/test_core.py-5408- self.emcc_args += ['-DIS_64BIT_LOCK_FREE=1'] emscripten-2.0.9~dfsg/tests/test_core.py-5409- self.do_run_in_out_file_test('tests', 'core', 'test_atomic_cxx.cpp') emscripten-2.0.9~dfsg/tests/test_core.py:5410: # TODO: test with USE_PTHREADS in wasm backend as well emscripten-2.0.9~dfsg/tests/test_core.py-5411- ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-5450- emscripten-2.0.9~dfsg/tests/test_core.py:5451: # Same but for the wasm file. emscripten-2.0.9~dfsg/tests/test_core.py-5452- if self.get_setting('WASM') and not self.get_setting('WASM2JS'): ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-6451- self.set_setting('RESERVED_FUNCTION_POINTERS', 0) emscripten-2.0.9~dfsg/tests/test_core.py:6452: expected = 'Unable to grow wasm table' emscripten-2.0.9~dfsg/tests/test_core.py-6453- if self.is_wasm2js(): ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-6529- continue emscripten-2.0.9~dfsg/tests/test_core.py:6530: # split by the first ':' (wasm backend demangling may include more :'s later on) emscripten-2.0.9~dfsg/tests/test_core.py-6531- short, full = line.split(':', 1) ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-6556- if not self.get_setting('WASM'): emscripten-2.0.9~dfsg/tests/test_core.py:6557: self.skipTest('this test uses wasm binaries') emscripten-2.0.9~dfsg/tests/test_core.py-6558- ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-6624- emscripten-2.0.9~dfsg/tests/test_core.py:6625: # The wasm backend currently exports a single initalizer so the ctor emscripten-2.0.9~dfsg/tests/test_core.py-6626- # evaluation is all or nothing. As well as that it doesn't currently ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-6749- emscripten-2.0.9~dfsg/tests/test_core.py:6750: @no_wasm_backend('long doubles are f128s in wasm backend') emscripten-2.0.9~dfsg/tests/test_core.py-6751- def test_embind_4(self): ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-7089- emscripten-2.0.9~dfsg/tests/test_core.py:7090: def get_dwarf_addr(line, col): emscripten-2.0.9~dfsg/tests/test_core.py-7091- addrs = src_to_addr[(line, col)] ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-7096- # reorder them) emscripten-2.0.9~dfsg/tests/test_core.py:7097: self.assertLess(get_dwarf_addr(5, 9), get_dwarf_addr(6, 9)) emscripten-2.0.9~dfsg/tests/test_core.py:7098: self.assertLess(get_dwarf_addr(6, 9), get_dwarf_addr(7, 9)) emscripten-2.0.9~dfsg/tests/test_core.py-7099- ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-7123- # index (0,1,2). emscripten-2.0.9~dfsg/tests/test_core.py:7124: def get_wat_addr(call_index): emscripten-2.0.9~dfsg/tests/test_core.py-7125- # find the call_index-th call ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-7148- for i in range(3): emscripten-2.0.9~dfsg/tests/test_core.py:7149: dwarf_addr = get_dwarf_addr(5 + i, 9) emscripten-2.0.9~dfsg/tests/test_core.py:7150: start_wat_addr, end_wat_addr = get_wat_addr(i) emscripten-2.0.9~dfsg/tests/test_core.py-7151- # the dwarf may match any of the 3 instructions that form the stream of ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-7433- second_size = os.path.getsize('emscripten_lazy_load_code.wasm.lazy.wasm') emscripten-2.0.9~dfsg/tests/test_core.py:7434: print('first wasm size', first_size) emscripten-2.0.9~dfsg/tests/test_core.py:7435: print('second wasm size', second_size) emscripten-2.0.9~dfsg/tests/test_core.py-7436- if not conditional and is_optimizing(self.emcc_args): ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-7444- emscripten-2.0.9~dfsg/tests/test_core.py:7445: # attempts to "break" the wasm by adding an unreachable in $foo_end. returns whether we found it. emscripten-2.0.9~dfsg/tests/test_core.py-7446- def break_wasm(name): ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-7474- emscripten-2.0.9~dfsg/tests/test_core.py:7475: # the first-loaded wasm will not reach the second call, since we call it after lazy-loading. emscripten-2.0.9~dfsg/tests/test_core.py:7476: # verify that by changing the first wasm to throw in that function emscripten-2.0.9~dfsg/tests/test_core.py-7477- found_foo_end = break_wasm('emscripten_lazy_load_code.wasm') ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-7480- verify_working() emscripten-2.0.9~dfsg/tests/test_core.py:7481: # but breaking the second wasm actually breaks us emscripten-2.0.9~dfsg/tests/test_core.py-7482- break_wasm('emscripten_lazy_load_code.wasm.lazy.wasm') ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-7519- self.set_setting('MAYBE_WASM2JS', 1) emscripten-2.0.9~dfsg/tests/test_core.py:7520: # see that running as wasm works emscripten-2.0.9~dfsg/tests/test_core.py-7521- self.do_run_in_out_file_test('tests', 'core', 'test_hello_world.c') ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-7526- self.run_process(cmd, stdout=open('do_wasm2js.js', 'w')).stdout emscripten-2.0.9~dfsg/tests/test_core.py:7527: # remove the wasm to make sure we never use it again emscripten-2.0.9~dfsg/tests/test_core.py-7528- os.remove('test_hello_world.wasm') ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-7551- open('b.out.js', 'w').write('WebAssembly = undefined;\n' + open('a.out.js', 'r').read()) emscripten-2.0.9~dfsg/tests/test_core.py:7552: os.remove('a.out.wasm') # Also delete the Wasm file to test that it is not attempted to be loaded. emscripten-2.0.9~dfsg/tests/test_core.py-7553- self.assertContained('hello!', self.run_js('b.out.js')) ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-7746- if is_optimizing(self.emcc_args) and '-g' not in self.emcc_args: emscripten-2.0.9~dfsg/tests/test_core.py:7747: # In optimized builds only the single reference cFunction that exists in the EM_ASM should exist emscripten-2.0.9~dfsg/tests/test_core.py-7748- if self.is_wasm(): ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-7750- else: emscripten-2.0.9~dfsg/tests/test_core.py:7751: # With js the asm module itself also contains a reference for the cFunction name emscripten-2.0.9~dfsg/tests/test_core.py-7752- self.assertEqual(occurances, 2) ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-7802- emscripten-2.0.9~dfsg/tests/test_core.py:7803: @no_wasm2js('wasm2js wasm emulation does not include custom sections') emscripten-2.0.9~dfsg/tests/test_core.py-7804- @no_optimize('return address test cannot work with optimizations') ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-8163- # Marked as impure since the WASI reactor modules (modules without main) emscripten-2.0.9~dfsg/tests/test_core.py:8164: # are not yet suppored by the wasm engines we test against. emscripten-2.0.9~dfsg/tests/test_core.py-8165- @also_with_standalone_wasm(impure=True) ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-8171- self.assertContained('error: undefined symbol: main (referenced by top-level compiled C/C++ code)', err) emscripten-2.0.9~dfsg/tests/test_core.py:8172: self.assertContained('warning: To build in STANDALONE_WASM mode without a main(), use emcc --no-entry', err) emscripten-2.0.9~dfsg/tests/test_core.py-8173- elif not self.get_setting('LLD_REPORT_UNDEFINED') and not self.get_setting('STRICT'): ############################################## emscripten-2.0.9~dfsg/tests/test_core.py-8280- emscripten-2.0.9~dfsg/tests/test_core.py:8281:# Main wasm test modes emscripten-2.0.9~dfsg/tests/test_core.py-8282-wasm0 = make_run('wasm0', emcc_args=['-O0']) ############################################## emscripten-2.0.9~dfsg/tests/runner.py-153- emscripten-2.0.9~dfsg/tests/runner.py:154:# Today we only support the wasm backend so any tests that is disabled under the llvm emscripten-2.0.9~dfsg/tests/runner.py-155-# backend is always disabled. ############################################## emscripten-2.0.9~dfsg/tests/runner.py-421- else: emscripten-2.0.9~dfsg/tests/runner.py:422: # side modules handle memory differently; binaryen puts the memory in the wasm module emscripten-2.0.9~dfsg/tests/runner.py-423- opt_supports = any(opt in self.emcc_args for opt in ('-O2', '-O3', '-Os', '-Oz')) ############################################## emscripten-2.0.9~dfsg/tests/runner.py-928- emscripten-2.0.9~dfsg/tests/runner.py:929: # XXX in wasm each lib load currently takes 5MB; default INITIAL_MEMORY=16MB is thus not enough emscripten-2.0.9~dfsg/tests/runner.py-930- self.set_setting('INITIAL_MEMORY', 32 * 1024 * 1024) ############################################## emscripten-2.0.9~dfsg/tests/runner.py-1043- engines = engines[:1] emscripten-2.0.9~dfsg/tests/runner.py:1044: # In standalone mode, also add wasm vms as we should be able to run there too. emscripten-2.0.9~dfsg/tests/runner.py-1045- if self.get_setting('STANDALONE_WASM'): emscripten-2.0.9~dfsg/tests/runner.py:1046: # TODO once standalone wasm support is more stable, apply use_all_engines emscripten-2.0.9~dfsg/tests/runner.py-1047- # like with js engines, but for now as we bring it up, test in all of them ############################################## emscripten-2.0.9~dfsg/tests/runner.py-1049- if len(wasm_engines) == 0: emscripten-2.0.9~dfsg/tests/runner.py:1050: logger.warning('no wasm engine was found to run the standalone part of this test') emscripten-2.0.9~dfsg/tests/runner.py-1051- engines += wasm_engines ############################################## emscripten-2.0.9~dfsg/third_party/stb_image.c-695- int res; emscripten-2.0.9~dfsg/third_party/stb_image.c:696: __asm { emscripten-2.0.9~dfsg/third_party/stb_image.c-697- mov eax,1 ############################################## emscripten-2.0.9~dfsg/third_party/terser/README.md-343-without completely obscuring them. For example the property `o.foo` emscripten-2.0.9~dfsg/third_party/terser/README.md:344:would mangle to `o._$foo$_` with this option. This allows property mangling emscripten-2.0.9~dfsg/third_party/terser/README.md-345-of a large codebase while still being able to debug the code and identify ############################################## emscripten-2.0.9~dfsg/third_party/terser/README.md-355-You can also pass a custom suffix using `--mangle-props debug=XYZ`. This would then emscripten-2.0.9~dfsg/third_party/terser/README.md:356:mangle `o.foo` to `o._$foo$XYZ_`. You can change this each time you compile a emscripten-2.0.9~dfsg/third_party/terser/README.md-357-script to identify how a property got mangled. One technique is to pass a ############################################## emscripten-2.0.9~dfsg/third_party/terser/terser.js-5986- var active_scope = null; emscripten-2.0.9~dfsg/third_party/terser/terser.js:5987: var use_asm = null; emscripten-2.0.9~dfsg/third_party/terser/terser.js-5988- ############################################## emscripten-2.0.9~dfsg/third_party/terser/terser.js-5992- active_scope = self; emscripten-2.0.9~dfsg/third_party/terser/terser.js:5993: } else if (!use_asm && self instanceof AST_Directive && self.value == "use asm") { emscripten-2.0.9~dfsg/third_party/terser/terser.js:5994: use_asm = active_scope; emscripten-2.0.9~dfsg/third_party/terser/terser.js-5995- } ############################################## emscripten-2.0.9~dfsg/third_party/terser/terser.js-6009- if (self === use_asm) { emscripten-2.0.9~dfsg/third_party/terser/terser.js:6010: use_asm = null; emscripten-2.0.9~dfsg/third_party/terser/terser.js-6011- } ############################################## emscripten-2.0.9~dfsg/third_party/terser/terser.js-7153- DEFPRINT(AST_Number, function(self, output) { emscripten-2.0.9~dfsg/third_party/terser/terser.js:7154: if (use_asm && self.start && self.start.raw != null) { emscripten-2.0.9~dfsg/third_party/terser/terser.js-7155- output.print(self.start.raw); ############################################## emscripten-2.0.9~dfsg/tools/emdump.py-329- emscripten-2.0.9~dfsg/tools/emdump.py:330: # Special case ignore the 'var asm = (function(global, env, buffer) { 'use asm'; ... }; ' variable that contains all the asm.js code. emscripten-2.0.9~dfsg/tools/emdump.py:331: # Ignoring this variable lets all the asm.js code be trated as functions in this parser, instead of assigning them to the asm variable. emscripten-2.0.9~dfsg/tools/emdump.py-332- if file_contents[start_brace] == '(' and ("'use asm'" in file_contents[var_pos:end_brace] or '"use asm"' in file_contents[var_pos:end_brace] or "'almost asm'" in file_contents[var_pos:end_brace] or '"almost asm"' in file_contents[var_pos:end_brace]): ############################################## emscripten-2.0.9~dfsg/tools/js_optimizer.py-214- passes = [p if p != 'minifyNames' else 'minifyLocals' for p in passes] emscripten-2.0.9~dfsg/tools/js_optimizer.py:215: start_asm = js.find(start_asm_marker) emscripten-2.0.9~dfsg/tools/js_optimizer.py:216: end_asm = js.rfind(end_asm_marker) emscripten-2.0.9~dfsg/tools/js_optimizer.py:217: assert (start_asm >= 0) == (end_asm >= 0) emscripten-2.0.9~dfsg/tools/js_optimizer.py-218- ############################################## emscripten-2.0.9~dfsg/tools/js_optimizer.py-247- with ToolchainProfiler.profile_block('js_optimizer.minify_globals'): emscripten-2.0.9~dfsg/tools/js_optimizer.py:248: # We need to split out the asm shell as well, for minification emscripten-2.0.9~dfsg/tools/js_optimizer.py:249: pre = js[:start_asm + len(start_asm_marker)] emscripten-2.0.9~dfsg/tools/js_optimizer.py-250- post = js[end_asm:] emscripten-2.0.9~dfsg/tools/js_optimizer.py:251: asm_shell = js[start_asm + len(start_asm_marker):start_funcs + len(start_funcs_marker)] + ''' emscripten-2.0.9~dfsg/tools/js_optimizer.py-252-EMSCRIPTEN_FUNCS(); emscripten-2.0.9~dfsg/tools/js_optimizer.py:253:''' + js[end_funcs + len(end_funcs_marker):end_asm + len(end_asm_marker)] emscripten-2.0.9~dfsg/tools/js_optimizer.py-254- js = js[start_funcs + len(start_funcs_marker):end_funcs] ############################################## emscripten-2.0.9~dfsg/tools/js_optimizer.py-355- # run on the shell code, everything but what we js-optimize emscripten-2.0.9~dfsg/tools/js_optimizer.py:356: start_asm = '// EMSCRIPTEN_START_ASM\n' emscripten-2.0.9~dfsg/tools/js_optimizer.py:357: end_asm = '// EMSCRIPTEN_END_ASM\n' emscripten-2.0.9~dfsg/tools/js_optimizer.py-358- cl_sep = 'wakaUnknownBefore(); var asm=wakaUnknownAfter(wakaGlobal,wakaEnv,wakaBuffer)\n' ############################################## emscripten-2.0.9~dfsg/tools/js_optimizer.py-397- pre = coutput[:start] + '(' + (USELESS_CODE_COMMENT if has_useless_code_comment else '') + 'function(global,env,buffer) {\n' + pre_2[brace:] emscripten-2.0.9~dfsg/tools/js_optimizer.py:398: post = post_1 + end_asm + coutput[end + 1:] emscripten-2.0.9~dfsg/tools/js_optimizer.py-399- ############################################## emscripten-2.0.9~dfsg/tools/maybe_wasm2js.py-7-''' emscripten-2.0.9~dfsg/tools/maybe_wasm2js.py:8:This operates on a JS+wasm emitted from compiling with emscripten-2.0.9~dfsg/tools/maybe_wasm2js.py-9- ############################################## emscripten-2.0.9~dfsg/tools/maybe_wasm2js.py-11- emscripten-2.0.9~dfsg/tools/maybe_wasm2js.py:12:and it does wasm2js on it. That is, it converts the wasm to JS, and lets emscripten-2.0.9~dfsg/tools/maybe_wasm2js.py:13:you run it. You can also pick between the wasm and JS at runtime. emscripten-2.0.9~dfsg/tools/maybe_wasm2js.py-14- ############################################## emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-18- emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py:19: # Depending on whether streaming Wasm compilation is enabled or not, the minimal sized code to download Wasm looks a bit different. emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py:20: # Expand {{{ DOWNLOAD_WASM }}} block from here (if we added #define support, this could be done in the template directly) emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-21- if shared.Settings.MINIMAL_RUNTIME_STREAMING_WASM_COMPILATION: emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-22- if shared.Settings.MIN_SAFARI_VERSION != shared.Settings.TARGET_NOT_SUPPORTED or shared.Settings.ENVIRONMENT_MAY_BE_NODE or shared.Settings.MIN_FIREFOX_VERSION < 58 or shared.Settings.MIN_CHROME_VERSION < 61: emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py:23: # Firefox 52 added Wasm support, but only Firefox 58 added compileStreaming. emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py:24: # Chrome 57 added Wasm support, but only Chrome 61 added compileStreaming. emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-25- # https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/compileStreaming emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-26- # In Safari and Node.js, WebAssembly.compileStreaming() is not supported, in which case fall back to regular download. emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py:27: download_wasm = "WebAssembly.compileStreaming ? WebAssembly.compileStreaming(fetch('%s')) : binary('%s')" % (target_basename + '.wasm', target_basename + '.wasm') emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-28- else: emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-29- # WebAssembly.compileStreaming() is unconditionally supported: emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py:30: download_wasm = "WebAssembly.compileStreaming(fetch('%s'))" % (target_basename + '.wasm') emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-31- elif shared.Settings.MINIMAL_RUNTIME_STREAMING_WASM_INSTANTIATION: ############################################## emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-33- if shared.Settings.MIN_SAFARI_VERSION != shared.Settings.TARGET_NOT_SUPPORTED or shared.Settings.ENVIRONMENT_MAY_BE_NODE or shared.Settings.MIN_FIREFOX_VERSION < 58 or shared.Settings.MIN_CHROME_VERSION < 61: emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py:34: download_wasm = "!WebAssembly.instantiateStreaming && binary('%s')" % (target_basename + '.wasm') emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-35- else: emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py:36: # WebAssembly.instantiateStreaming() is unconditionally supported, so we do not download wasm in the .html file, emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-37- # but leave it to the .js file to download emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py:38: download_wasm = None emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-39- else: emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py:40: download_wasm = "binary('%s')" % (target_basename + '.wasm') emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-41- ############################################## emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-51- emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py:52: # Download .wasm file emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py:53: if shared.Settings.WASM == 1 or not download_wasm: emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-54- if shared.Settings.MODULARIZE: ############################################## emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-56- else: emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py:57: then_statements += ["Module.wasm = r[%d];" % len(files_to_load)] emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-58- if download_wasm: ############################################## emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-64- # Download Wasm2JS code if target browser does not support WebAssembly emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py:65: if shared.Settings.WASM == 2: emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-66- if shared.Settings.MODULARIZE: emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py:67: modularize_imports += ['wasm: supportsWasm ? r[%d] : 0' % len(files_to_load)] emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-68- else: emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py:69: then_statements += ["if (supportsWasm) Module.wasm = r[%d];" % len(files_to_load)] emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py:70: files_to_load += ["supportsWasm ? %s : script('%s')" % (download_wasm, target_basename + '.wasm.js')] emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-71- ############################################## emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-93-#if MODULARIZE emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py:94:#if WASM == 2 emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-95- // In MODULARIZEd WASM==2 builds, we use this same function to download ############################################## emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-128- if not shared.Settings.MODULARIZE: emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py:129: # If downloading multiple files like .wasm or .mem, those need to be loaded in emscripten-2.0.9~dfsg/tools/minimal_runtime_shell.py-130- # before we can add the main runtime script to the DOM, so convert the main .js ############################################## emscripten-2.0.9~dfsg/tools/ports/mpg123.py-551- emscripten-2.0.9~dfsg/tools/ports/mpg123.py:552:/* Define to use yasm for assemble AVX sources. */ emscripten-2.0.9~dfsg/tools/ports/mpg123.py-553-/* #undef USE_YASM_FOR_AVX */ ############################################## emscripten-2.0.9~dfsg/tools/system_libs.py-272- emscripten-2.0.9~dfsg/tools/system_libs.py:273: # Whether to always generate WASM object files, even when LTO is set emscripten-2.0.9~dfsg/tools/system_libs.py-274- force_object_files = False ############################################## emscripten-2.0.9~dfsg/tools/system_libs.py-321- emscripten-2.0.9~dfsg/tools/system_libs.py:322: Override this if, for example, the library can only be built on WASM backend. emscripten-2.0.9~dfsg/tools/system_libs.py-323- """ ############################################## emscripten-2.0.9~dfsg/tools/system_libs.py-548- emulation. This causes code size increase and performance degradation. emscripten-2.0.9~dfsg/tools/system_libs.py:549: - Wasm: Wasm native exception handling support uses Wasm EH instructions and emscripten-2.0.9~dfsg/tools/system_libs.py-550- is meant to be fast. You need to use a VM that has the EH support to use ############################################## emscripten-2.0.9~dfsg/tools/system_libs.py-554- emscripten = 1 emscripten-2.0.9~dfsg/tools/system_libs.py:555: wasm = 2 emscripten-2.0.9~dfsg/tools/system_libs.py-556- ############################################## emscripten-2.0.9~dfsg/tools/system_libs.py-575- # TODO Currently emscripten-based exception is the default mode, thus no emscripten-2.0.9~dfsg/tools/system_libs.py:576: # suffixes. Change the default to wasm exception later. emscripten-2.0.9~dfsg/tools/system_libs.py-577- if self.eh_mode == exceptions.none: ############################################## emscripten-2.0.9~dfsg/tools/system_libs.py-1008- is_tracing=shared.Settings.EMSCRIPTEN_TRACING, emscripten-2.0.9~dfsg/tools/system_libs.py:1009: use_64bit_ops=shared.Settings.MALLOC == 'emmalloc' and (shared.Settings.WASM == 1 or shared.Settings.WASM2JS == 0), emscripten-2.0.9~dfsg/tools/system_libs.py-1010- **kwargs ############################################## emscripten-2.0.9~dfsg/tools/system_libs.py-1280- emscripten-2.0.9~dfsg/tools/system_libs.py:1281:# This library is used when STANDALONE_WASM is set. In that mode, we don't emscripten-2.0.9~dfsg/tools/system_libs.py-1282-# want to depend on JS, and so this library contains implementations of ############################################## emscripten-2.0.9~dfsg/tools/system_libs.py-1369-def warn_on_unexported_main(symbolses): emscripten-2.0.9~dfsg/tools/system_libs.py:1370: # In STANDALONE_WASM we don't expect main to be explictly exported emscripten-2.0.9~dfsg/tools/system_libs.py-1371- if shared.Settings.STANDALONE_WASM: ############################################## emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py-6- emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py:7:"""Utility tools that extracts DWARF information encoded in a wasm output emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py:8:produced by the LLVM tools, and encodes it as a wasm source map. Additionally, emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py-9-it can collect original sources, change files prefixes, and strip debug emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py:10:sections from a wasm file. emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py-11-""" ############################################## emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py-31- parser = argparse.ArgumentParser(prog='wasm-sourcemap.py', description=__doc__) emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py:32: parser.add_argument('wasm', help='wasm file') emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py-33- parser.add_argument('-o', '--output', help='output source map') ############################################## emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py-36- parser.add_argument('-l', '--load-prefix', nargs='*', help='replace source debug filename prefix for reading sources from file system (see also --sources)', default=[]) emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py:37: parser.add_argument('-w', nargs='?', help='set output wasm file') emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py-38- parser.add_argument('-x', '--strip', action='store_true', help='removes debug and linking sections') ############################################## emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py-141- section_content = encode_uint_var(len(section_name)) + section_name + encode_uint_var(len(url)) + url emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py:142: return wasm + encode_uint_var(0) + encode_uint_var(len(section_content)) + section_content emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py-143- ############################################## emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py-324- with open(wasm_input, 'rb') as infile: emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py:325: wasm = infile.read() emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py-326- ############################################## emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py-338- if options.strip: emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py:339: wasm = strip_debug_sections(wasm) emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py-340- emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py-341- if options.source_map_url: emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py:342: wasm = append_source_mapping(wasm, options.source_map_url) emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py-343- emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py-344- if options.w: emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py:345: logger.debug('Saving wasm to %s' % options.w) emscripten-2.0.9~dfsg/tools/wasm-sourcemap.py-346- with open(options.w, 'wb') as outfile: ############################################## emscripten-2.0.9~dfsg/tools/wasm2c/main.c-35- if ((trap_code = setjmp(g_jmp_buf))) { emscripten-2.0.9~dfsg/tools/wasm2c/main.c:36: printf("[wasm trap %d, halting]\n", trap_code); emscripten-2.0.9~dfsg/tools/wasm2c/main.c-37- return 1; ############################################## emscripten-2.0.9~dfsg/tools/wasm2c/os.c-38-static u32 get_or_allocate_wasm_fd(int nfd) { emscripten-2.0.9~dfsg/tools/wasm2c/os.c:39: // If the native fd is already mapped, return the same wasm fd for it. emscripten-2.0.9~dfsg/tools/wasm2c/os.c-40- for (int i = 0; i < next_wasm_fd; i++) { ############################################## emscripten-2.0.9~dfsg/tools/wasm2c/os.c-66- u32 fd = get_or_allocate_wasm_fd(nfd); emscripten-2.0.9~dfsg/tools/wasm2c/os.c:67: VERBOSE_LOG(" => wasm %d\n", fd); emscripten-2.0.9~dfsg/tools/wasm2c/os.c-68- return fd; ############################################## emscripten-2.0.9~dfsg/tools/wasm2c/os.c-74- int nfd = get_native_fd(fd); emscripten-2.0.9~dfsg/tools/wasm2c/os.c:75: VERBOSE_LOG(" fd_write wasm %d => native %d\n", fd, nfd); emscripten-2.0.9~dfsg/tools/wasm2c/os.c-76- if (nfd < 0) { ############################################## emscripten-2.0.9~dfsg/tools/wasm2c/os.c-110- int nfd = get_native_fd(fd); emscripten-2.0.9~dfsg/tools/wasm2c/os.c:111: VERBOSE_LOG(" fd_read wasm %d => native %d\n", fd, nfd); emscripten-2.0.9~dfsg/tools/wasm2c/os.c-112- if (nfd < 0) { ############################################## emscripten-2.0.9~dfsg/tools/wasm2c/os.c-137- int nfd = get_native_fd(fd); emscripten-2.0.9~dfsg/tools/wasm2c/os.c:138: VERBOSE_LOG(" close wasm %d => native %d\n", fd, nfd); emscripten-2.0.9~dfsg/tools/wasm2c/os.c-139- if (nfd < 0) { ############################################## emscripten-2.0.9~dfsg/tools/wasm2c/os.c-184- emscripten-2.0.9~dfsg/tools/wasm2c/os.c:185:// TODO: set errno in wasm for things that need it emscripten-2.0.9~dfsg/tools/wasm2c/os.c-186- ############################################## emscripten-2.0.9~dfsg/tools/wasm2c/reactor.c-8- if ((trap_code = setjmp(g_jmp_buf))) { emscripten-2.0.9~dfsg/tools/wasm2c/reactor.c:9: printf("[wasm trap %d, halting]\n", trap_code); emscripten-2.0.9~dfsg/tools/wasm2c/reactor.c-10- abort(); ############################################## emscripten-2.0.9~dfsg/tools/webassembly.py-14- emscripten-2.0.9~dfsg/tools/webassembly.py:15:# For the Emscripten-specific WASM metadata section, follows semver, changes emscripten-2.0.9~dfsg/tools/webassembly.py-16-# whenever metadata section changes structure. ############################################## emscripten-2.0.9~dfsg/tools/webassembly.py-20-EMSCRIPTEN_METADATA_MAJOR, EMSCRIPTEN_METADATA_MINOR = (0, 3) emscripten-2.0.9~dfsg/tools/webassembly.py:21:# For the JS/WASM ABI, specifies the minimum ABI version required of emscripten-2.0.9~dfsg/tools/webassembly.py:22:# the WASM runtime implementation by the generated WASM binary. It follows emscripten-2.0.9~dfsg/tools/webassembly.py-23-# semver and changes whenever C types change size/signedness or ############################################## emscripten-2.0.9~dfsg/tools/webassembly.py-65- emscripten-2.0.9~dfsg/tools/webassembly.py:66: logger.debug('creating wasm emscripten metadata section with mem size %d' % mem_size) emscripten-2.0.9~dfsg/tools/webassembly.py-67- name = b'\x13emscripten_metadata' # section name, including prefixed size ############################################## emscripten-2.0.9~dfsg/tools/webassembly.py-78- emscripten-2.0.9~dfsg/tools/webassembly.py:79: # Wasm backend, always 1 now emscripten-2.0.9~dfsg/tools/webassembly.py-80- toLEB(1) + ############################################## emscripten-2.0.9~dfsg/tools/webassembly.py-88- emscripten-2.0.9~dfsg/tools/webassembly.py:89: # tempDoublePtr, always 0 in wasm backend emscripten-2.0.9~dfsg/tools/webassembly.py-90- toLEB(0) + ############################################## emscripten-2.0.9~dfsg/tools/webassembly.py-111-def parse_dylink_section(wasm_file): emscripten-2.0.9~dfsg/tools/webassembly.py:112: wasm = open(wasm_file, 'rb').read() emscripten-2.0.9~dfsg/tools/webassembly.py-113- section_name = b'\06dylink' # section name, including prefixed size ############################################## emscripten-2.0.9~dfsg/tools/webassembly.py-133-def add_dylink_section(wasm_file, needed_dynlibs): emscripten-2.0.9~dfsg/tools/webassembly.py:134: # A wasm shared library has a special "dylink" section, see tools-conventions repo. emscripten-2.0.9~dfsg/tools/webassembly.py-135- # This function adds this section to the beginning on the given file. ############################################## emscripten-2.0.9~dfsg/tools/webassembly.py-137- mem_size, mem_align, table_size, table_align, section_end = parse_dylink_section(wasm_file) emscripten-2.0.9~dfsg/tools/webassembly.py:138: logger.debug('creating wasm dynamic library with mem size %d, table size %d, align %d' % (mem_size, table_size, mem_align)) emscripten-2.0.9~dfsg/tools/webassembly.py-139- ############################################## emscripten-2.0.9~dfsg/tools/webassembly.py-146- # emscripten-2.0.9~dfsg/tools/webassembly.py:147: # In theory we could avoid doing this, since every import in wasm has emscripten-2.0.9~dfsg/tools/webassembly.py-148- # "module" and "name" attributes, but currently emscripten almost always ############################################## emscripten-2.0.9~dfsg/tools/webidl_binder.py-428- compatible_arg = isinstance(arg, Dummy) or (isinstance(arg, WebIDL.IDLArgument) and arg.optional is False) emscripten-2.0.9~dfsg/tools/webidl_binder.py:429: # note: null has typeof object, but is ok to leave as is, since we are calling into asm code where null|0 = 0 emscripten-2.0.9~dfsg/tools/webidl_binder.py-430- if not legacy_mode and compatible_arg: ############################################## emscripten-2.0.9~dfsg/tools/ctor_evaller.py-23-js_file = sys.argv[1] emscripten-2.0.9~dfsg/tools/ctor_evaller.py:24:binary_file = sys.argv[2] # mem init for js, wasm binary for wasm emscripten-2.0.9~dfsg/tools/ctor_evaller.py-25-total_memory = int(sys.argv[3]) ############################################## emscripten-2.0.9~dfsg/tools/ctor_evaller.py-31- emscripten-2.0.9~dfsg/tools/ctor_evaller.py:32:wasm = bool(binaryen_bin) emscripten-2.0.9~dfsg/tools/ctor_evaller.py-33- ############################################## emscripten-2.0.9~dfsg/tools/ctor_evaller.py-69- cmd += ['-g'] emscripten-2.0.9~dfsg/tools/ctor_evaller.py:70: logger.debug('wasm ctor cmd: ' + str(cmd)) emscripten-2.0.9~dfsg/tools/ctor_evaller.py-71- proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, universal_newlines=True) ############################################## emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-563-// Emit the DCE graph, to help optimize the combined JS+wasm. emscripten-2.0.9~dfsg/tools/acorn-optimizer.js:564:// This finds where JS depends on wasm, and where wasm depends emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-565-// on JS, and prints that out. ############################################## emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-602-function emitDCEGraph(ast) { emscripten-2.0.9~dfsg/tools/acorn-optimizer.js:603: // First pass: find the wasm imports and exports, and the toplevel emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-604- // defuns, and save them on the side, removing them from the AST, ############################################## emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-606- // emscripten-2.0.9~dfsg/tools/acorn-optimizer.js:607: // The imports that wasm receives look like this: emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-608- // ############################################## emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-624- // WebAssembly.instantiate(Module["wasm"], imports).then(function(output) { emscripten-2.0.9~dfsg/tools/acorn-optimizer.js:625: // var asm = output.instance.exports; // may also not have "var", if emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-626- // // declared outside and used elsewhere ############################################## emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-641- function saveAsmExport(name, asmName) { emscripten-2.0.9~dfsg/tools/acorn-optimizer.js:642: // the asmName is what the wasm provides directly; the outside JS emscripten-2.0.9~dfsg/tools/acorn-optimizer.js:643: // name may be slightly different (extra "_" in wasm backend) emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-644- var graphName = getGraphName(name, 'export'); ############################################## emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-680- // var x = Module['x'] = ? emscripten-2.0.9~dfsg/tools/acorn-optimizer.js:681: // which looks like a wasm export being received. confirm with the asm use emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-682- var found = 0; ############################################## emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-689- }); emscripten-2.0.9~dfsg/tools/acorn-optimizer.js:690: // in the wasm backend, the asm name may have one fewer "_" prefixed emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-691- if (found === 1) { emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-692- // this is indeed an export emscripten-2.0.9~dfsg/tools/acorn-optimizer.js:693: // the asmName is what the wasm provides directly; the outside JS emscripten-2.0.9~dfsg/tools/acorn-optimizer.js:694: // name may be slightly different (extra "_" in wasm backend) emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-695- saveAsmExport(name, asmName); ############################################## emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-716- // Check if this is the minimal runtime exports function, which looks like emscripten-2.0.9~dfsg/tools/acorn-optimizer.js:717: // function(output) { var asm = output.instance.exports; emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-718- if (node.params.length === 1 && node.params[0].type === 'Identifier' && ############################################## emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-723- var target, value; // "(var?) target = value" emscripten-2.0.9~dfsg/tools/acorn-optimizer.js:724: // Look either for var asm = or just asm = emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-725- if (first.type === 'VariableDeclaration' && first.declarations.length === 1) { ############################################## emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-826- } else if (isAsmUse(node)) { emscripten-2.0.9~dfsg/tools/acorn-optimizer.js:827: // any remaining asm uses are always rooted in any case emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-828- var name = getAsmOrModuleUseName(node); ############################################## emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-1132- // do not recurse into this js impl function, which we use during emscripten-2.0.9~dfsg/tools/acorn-optimizer.js:1133: // startup before the wasm is ready emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-1134- } else { ############################################## emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-1248- // do not recurse into this js impl function, which we use during emscripten-2.0.9~dfsg/tools/acorn-optimizer.js:1249: // startup before the wasm is ready emscripten-2.0.9~dfsg/tools/acorn-optimizer.js-1250- } else { ############################################## emscripten-2.0.9~dfsg/tools/js-optimizer.js-648- emscripten-2.0.9~dfsg/tools/js-optimizer.js:649:var minifyWhitespace = false, printMetadata = true, asm = false, emscripten-2.0.9~dfsg/tools/js-optimizer.js-650- emitJSON = false, last = false, ############################################## emscripten-2.0.9~dfsg/tools/js-optimizer.js-663- noPrintMetadata: function() { printMetadata = false }, emscripten-2.0.9~dfsg/tools/js-optimizer.js:664: asm: function() { asm = true }, emscripten-2.0.9~dfsg/tools/js-optimizer.js-665- emitJSON: function() { emitJSON = true }, ############################################## emscripten-2.0.9~dfsg/tools/js-optimizer.js-703-}); emscripten-2.0.9~dfsg/tools/js-optimizer.js:704:if (asm && last) { emscripten-2.0.9~dfsg/tools/js-optimizer.js-705- prepDotZero(ast); ############################################## emscripten-2.0.9~dfsg/tools/js-optimizer.js-710- var js = astToSrc(ast, minifyWhitespace), old; emscripten-2.0.9~dfsg/tools/js-optimizer.js:711: if (asm && last) { emscripten-2.0.9~dfsg/tools/js-optimizer.js-712- js = fixDotZero(js); ############################################## emscripten-2.0.9~dfsg/tools/shared.py-694- if not Settings.WASM: emscripten-2.0.9~dfsg/tools/shared.py:695: # When the user requests non-wasm output, we enable wasm2js. that is, emscripten-2.0.9~dfsg/tools/shared.py:696: # we still compile to wasm normally, but we compile the final output emscripten-2.0.9~dfsg/tools/shared.py-697- # to js. emscripten-2.0.9~dfsg/tools/shared.py:698: Settings.WASM = 1 emscripten-2.0.9~dfsg/tools/shared.py-699- Settings.WASM2JS = 1 emscripten-2.0.9~dfsg/tools/shared.py:700: if Settings.WASM == 2: emscripten-2.0.9~dfsg/tools/shared.py:701: # Requesting both Wasm and Wasm2JS support emscripten-2.0.9~dfsg/tools/shared.py-702- Settings.WASM2JS = 1 ############################################## emscripten-2.0.9~dfsg/tools/shared.py-736- Prepends '_' and replaces non-alphanumerics with '_'. emscripten-2.0.9~dfsg/tools/shared.py:737: Used by wasm backend for JS library consistency with asm.js. emscripten-2.0.9~dfsg/tools/shared.py-738- """ ############################################## emscripten-2.0.9~dfsg/tools/shared.py-835- def make_dynCall(sig, args): emscripten-2.0.9~dfsg/tools/shared.py:836: # wasm2c and asyncify are not yet compatible with direct wasm table calls emscripten-2.0.9~dfsg/tools/shared.py-837- if Settings.USE_LEGACY_DYNCALLS or not JS.is_legal_sig(sig): ############################################## emscripten-2.0.9~dfsg/tools/building.py-452-def link_to_object(linker_inputs, target): emscripten-2.0.9~dfsg/tools/building.py:453: # link using lld for the wasm backend with wasm object files, emscripten-2.0.9~dfsg/tools/building.py-454- # other otherwise for linking of bitcode we must use our python emscripten-2.0.9~dfsg/tools/building.py:455: # code (necessary for asm.js, for wasm bitcode see emscripten-2.0.9~dfsg/tools/building.py-456- # https://bugs.llvm.org/show_bug.cgi?id=40654) ############################################## emscripten-2.0.9~dfsg/tools/building.py-482- # as it allows us to set up memory, preload files, etc. even before the emscripten-2.0.9~dfsg/tools/building.py:483: # wasm module arrives) emscripten-2.0.9~dfsg/tools/building.py-484- if not Settings.STANDALONE_WASM: ############################################## emscripten-2.0.9~dfsg/tools/building.py-889-# evals ctors. if binaryen_bin is provided, it is the dir of the binaryen tool emscripten-2.0.9~dfsg/tools/building.py:890:# for this, and we are in wasm mode emscripten-2.0.9~dfsg/tools/building.py-891-def eval_ctors(js_file, binary_file, debug_info=False): # noqa emscripten-2.0.9~dfsg/tools/building.py:892: logger.debug('Ctor evalling in the wasm backend is disabled due to https://github.com/emscripten-core/emscripten/issues/9527') emscripten-2.0.9~dfsg/tools/building.py-893- return ############################################## emscripten-2.0.9~dfsg/tools/building.py-967- emscripten-2.0.9~dfsg/tools/building.py:968: # Closure compiler needs to know about all exports that come from the asm.js/wasm module, because to optimize for small code size, emscripten-2.0.9~dfsg/tools/building.py-969- # the exported symbols are added to global scope via a foreach loop in a way that evades Closure's static analysis. With an explicit ############################################## emscripten-2.0.9~dfsg/tools/building.py-971- if Settings.MODULE_EXPORTS and not Settings.DECLARE_ASM_MODULE_EXPORTS: emscripten-2.0.9~dfsg/tools/building.py:972: # Generate an exports file that records all the exported symbols from asm.js/wasm module. emscripten-2.0.9~dfsg/tools/building.py-973- module_exports_suppressions = '\n'.join(['/**\n * @suppress {duplicate, undefinedVars}\n */\nvar %s;\n' % i for i, j in Settings.MODULE_EXPORTS]) ############################################## emscripten-2.0.9~dfsg/tools/building.py-1082-# minify the final wasm+JS combination. this is done after all the JS emscripten-2.0.9~dfsg/tools/building.py:1083:# and wasm optimizations; here we do the very final optimizations on them emscripten-2.0.9~dfsg/tools/building.py-1084-def minify_wasm_js(js_file, wasm_file, expensive_optimizations, minify_whitespace, debug_info): ############################################## emscripten-2.0.9~dfsg/tools/building.py-1095- js_file = acorn_optimizer(js_file, passes) emscripten-2.0.9~dfsg/tools/building.py:1096: # if we can optimize this js+wasm combination under the assumption no one else emscripten-2.0.9~dfsg/tools/building.py-1097- # will see the internals, do so ############################################## emscripten-2.0.9~dfsg/tools/building.py-1139- export = item['export'] emscripten-2.0.9~dfsg/tools/building.py:1140: # wasm backend's exports are prefixed differently inside the wasm emscripten-2.0.9~dfsg/tools/building.py-1141- export = asmjs_mangle(export) ############################################## emscripten-2.0.9~dfsg/tools/building.py-1158- }) emscripten-2.0.9~dfsg/tools/building.py:1159: # fix wasi imports TODO: support wasm stable with an option? emscripten-2.0.9~dfsg/tools/building.py-1160- WASI_IMPORTS = set([ ############################################## emscripten-2.0.9~dfsg/tools/building.py-1179- item['import'][0] = Settings.WASI_MODULE_NAME emscripten-2.0.9~dfsg/tools/building.py:1180: # fixup wasm backend prefixing emscripten-2.0.9~dfsg/tools/building.py-1181- for item in graph: ############################################## emscripten-2.0.9~dfsg/tools/building.py-1184- item['import'][1] = item['import'][1][1:] emscripten-2.0.9~dfsg/tools/building.py:1185: # map import names from wasm to JS, using the actual name the wasm uses for the import emscripten-2.0.9~dfsg/tools/building.py-1186- import_name_map = {} ############################################## emscripten-2.0.9~dfsg/tools/building.py-1243-def minify_wasm_imports_and_exports(js_file, wasm_file, minify_whitespace, minify_exports, debug_info): emscripten-2.0.9~dfsg/tools/building.py:1244: logger.debug('minifying wasm imports and exports') emscripten-2.0.9~dfsg/tools/building.py-1245- # run the pass emscripten-2.0.9~dfsg/tools/building.py-1246- if minify_exports: emscripten-2.0.9~dfsg/tools/building.py:1247: # standalone wasm mode means we need to emit a wasi import module. emscripten-2.0.9~dfsg/tools/building.py-1248- # otherwise, minify even the imported module names. ############################################## emscripten-2.0.9~dfsg/tools/building.py-1358- emscripten-2.0.9~dfsg/tools/building.py:1359:# extract the DWARF info from the main file, and leave the wasm with emscripten-2.0.9~dfsg/tools/building.py-1360-# debug into as a file on the side emscripten-2.0.9~dfsg/tools/building.py-1361-# TODO: emit only debug sections in the side file, and not the entire emscripten-2.0.9~dfsg/tools/building.py:1362:# wasm as well emscripten-2.0.9~dfsg/tools/building.py-1363-def emit_debug_on_side(wasm_file, wasm_file_with_dwarf): ############################################## emscripten-2.0.9~dfsg/tools/building.py-1378- emscripten-2.0.9~dfsg/tools/building.py:1379: # embed a section in the main wasm to point to the file with external DWARF, emscripten-2.0.9~dfsg/tools/building.py-1380- # see https://yurydelendik.github.io/webassembly-dwarf/#external-DWARF ############################################## emscripten-2.0.9~dfsg/tools/building.py-1392-def apply_wasm_memory_growth(js_file): emscripten-2.0.9~dfsg/tools/building.py:1393: logger.debug('supporting wasm memory growth with pthreads') emscripten-2.0.9~dfsg/tools/building.py-1394- fixed = acorn_optimizer(js_file, ['growableHeap']) ############################################## emscripten-2.0.9~dfsg/tools/building.py-1575-def get_binaryen_bin(): emscripten-2.0.9~dfsg/tools/building.py:1576: assert Settings.WASM, 'non wasm builds should not ask for binaryen' emscripten-2.0.9~dfsg/tools/building.py-1577- global binaryen_checked ############################################## emscripten-2.0.9~dfsg/tools/building.py-1615- extra += '\nnote: -O2+ optimizations always require changes, build with -O0 or -O1 instead' emscripten-2.0.9~dfsg/tools/building.py:1616: exit_with_error('changes to the wasm are required after link, but disallowed by ERROR_ON_WASM_CHANGES_AFTER_LINK: ' + str(cmd) + extra) emscripten-2.0.9~dfsg/tools/building.py-1617- if debug: ############################################## emscripten-2.0.9~dfsg/tools/settings_template.py-46-# emscripten-2.0.9~dfsg/tools/settings_template.py:47:# Wasm engines to use in STANDALONE_WASM tests. emscripten-2.0.9~dfsg/tools/settings_template.py-48-# ############################################## emscripten-2.0.9~dfsg/debian/rules-27-# * test_poppler reauires tests.poppler.paper.pdf emscripten-2.0.9~dfsg/debian/rules:28:ERRORS_wasm += \ emscripten-2.0.9~dfsg/debian/rules-29- test_freetype \ ############################################## emscripten-2.0.9~dfsg/debian/rules-77-# TODO: skip test_indirectbr_many only on armhf emscripten-2.0.9~dfsg/debian/rules:78:FAILS_wasm += \ emscripten-2.0.9~dfsg/debian/rules-79- test_bad_typeid \ ############################################## emscripten-2.0.9~dfsg/debian/rules-227- system/lib/libcxx/readme.txt \ emscripten-2.0.9~dfsg/debian/rules:228: tests/other/wasm_sourcemap/foo.wasm \ emscripten-2.0.9~dfsg/debian/rules:229: tests/other/wasm_sourcemap_dead/t.wasm \ emscripten-2.0.9~dfsg/debian/rules-230- tools/system_libs.py ############################################## emscripten-2.0.9~dfsg/.pc/1001_python3_shebang.patch/tools/ctor_evaller.py-23-js_file = sys.argv[1] emscripten-2.0.9~dfsg/.pc/1001_python3_shebang.patch/tools/ctor_evaller.py:24:binary_file = sys.argv[2] # mem init for js, wasm binary for wasm emscripten-2.0.9~dfsg/.pc/1001_python3_shebang.patch/tools/ctor_evaller.py-25-total_memory = int(sys.argv[3]) ############################################## emscripten-2.0.9~dfsg/.pc/1001_python3_shebang.patch/tools/ctor_evaller.py-31- emscripten-2.0.9~dfsg/.pc/1001_python3_shebang.patch/tools/ctor_evaller.py:32:wasm = bool(binaryen_bin) emscripten-2.0.9~dfsg/.pc/1001_python3_shebang.patch/tools/ctor_evaller.py-33- ############################################## emscripten-2.0.9~dfsg/.pc/1001_python3_shebang.patch/tools/ctor_evaller.py-69- cmd += ['-g'] emscripten-2.0.9~dfsg/.pc/1001_python3_shebang.patch/tools/ctor_evaller.py:70: logger.debug('wasm ctor cmd: ' + str(cmd)) emscripten-2.0.9~dfsg/.pc/1001_python3_shebang.patch/tools/ctor_evaller.py-71- proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, universal_newlines=True) ############################################## emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in-303- dot_seen=no; \ emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in:304: target=`echo $@ | sed s/-recursive//`; \ emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in-305- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in-339- rev="$$rev ."; \ emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in:340: target=`echo $@ | sed s/-recursive//`; \ emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in-341- for subdir in $$rev; do \ ############################################## emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in-413-GTAGS: emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in:414: here=`$(am__cd) $(top_builddir) && pwd` \ emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in-415- && cd $(top_srcdir) \ ############################################## emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in-424- $(mkdir_p) $(distdir)/admin/CMakeModules $(distdir)/admin/RPM $(distdir)/admin/VisualStudio6 $(distdir)/admin/VisualStudio6/alut $(distdir)/admin/VisualStudio6/hello_world $(distdir)/admin/VisualStudio6/playfile $(distdir)/admin/VisualStudioDotNET $(distdir)/admin/VisualStudioDotNET/alut $(distdir)/admin/VisualStudioDotNET/hello_world $(distdir)/admin/VisualStudioDotNET/playfile $(distdir)/admin/autotools $(distdir)/admin/autotools/m4 $(distdir)/admin/pkgconfig $(distdir)/doc emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in:425: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in:426: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in-427- list='$(DISTFILES)'; for file in $$list; do \ emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in-428- case $$file in \ emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in:429: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in:430: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in-431- esac; \ emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in-432- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in:433: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in-434- if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ############################################## emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in-455- || exit 1; \ emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in:456: distdir=`$(am__cd) $(distdir) && pwd`; \ emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in:457: top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in-458- (cd $$subdir && \ ############################################## emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in-515- chmod a-w $(distdir) emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in:516: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in-517- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in-546- @cd $(distuninstallcheck_dir) \ emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in:547: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in-548- || { echo "ERROR: files left after uninstall:" ; \ ############################################## emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in-558- fi emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in:559: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ emscripten-2.0.9~dfsg/.pc/1002_find_syntax.patch/tests/third_party/freealut/Makefile.in-560- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-563-// Emit the DCE graph, to help optimize the combined JS+wasm. emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js:564:// This finds where JS depends on wasm, and where wasm depends emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-565-// on JS, and prints that out. ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-602-function emitDCEGraph(ast) { emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js:603: // First pass: find the wasm imports and exports, and the toplevel emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-604- // defuns, and save them on the side, removing them from the AST, ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-606- // emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js:607: // The imports that wasm receives look like this: emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-608- // ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-624- // WebAssembly.instantiate(Module["wasm"], imports).then(function(output) { emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js:625: // var asm = output.instance.exports; // may also not have "var", if emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-626- // // declared outside and used elsewhere ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-641- function saveAsmExport(name, asmName) { emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js:642: // the asmName is what the wasm provides directly; the outside JS emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js:643: // name may be slightly different (extra "_" in wasm backend) emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-644- var graphName = getGraphName(name, 'export'); ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-680- // var x = Module['x'] = ? emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js:681: // which looks like a wasm export being received. confirm with the asm use emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-682- var found = 0; ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-689- }); emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js:690: // in the wasm backend, the asm name may have one fewer "_" prefixed emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-691- if (found === 1) { emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-692- // this is indeed an export emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js:693: // the asmName is what the wasm provides directly; the outside JS emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js:694: // name may be slightly different (extra "_" in wasm backend) emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-695- saveAsmExport(name, asmName); ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-716- // Check if this is the minimal runtime exports function, which looks like emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js:717: // function(output) { var asm = output.instance.exports; emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-718- if (node.params.length === 1 && node.params[0].type === 'Identifier' && ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-723- var target, value; // "(var?) target = value" emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js:724: // Look either for var asm = or just asm = emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-725- if (first.type === 'VariableDeclaration' && first.declarations.length === 1) { ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-826- } else if (isAsmUse(node)) { emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js:827: // any remaining asm uses are always rooted in any case emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-828- var name = getAsmOrModuleUseName(node); ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-1132- // do not recurse into this js impl function, which we use during emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js:1133: // startup before the wasm is ready emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-1134- } else { ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-1248- // do not recurse into this js impl function, which we use during emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js:1249: // startup before the wasm is ready emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/acorn-optimizer.js-1250- } else { ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-452-def link_to_object(linker_inputs, target): emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py:453: # link using lld for the wasm backend with wasm object files, emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-454- # other otherwise for linking of bitcode we must use our python emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py:455: # code (necessary for asm.js, for wasm bitcode see emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-456- # https://bugs.llvm.org/show_bug.cgi?id=40654) ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-482- # as it allows us to set up memory, preload files, etc. even before the emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py:483: # wasm module arrives) emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-484- if not Settings.STANDALONE_WASM: ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-889-# evals ctors. if binaryen_bin is provided, it is the dir of the binaryen tool emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py:890:# for this, and we are in wasm mode emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-891-def eval_ctors(js_file, binary_file, debug_info=False): # noqa emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py:892: logger.debug('Ctor evalling in the wasm backend is disabled due to https://github.com/emscripten-core/emscripten/issues/9527') emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-893- return ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-966- emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py:967: # Closure compiler needs to know about all exports that come from the asm.js/wasm module, because to optimize for small code size, emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-968- # the exported symbols are added to global scope via a foreach loop in a way that evades Closure's static analysis. With an explicit ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-970- if Settings.MODULE_EXPORTS and not Settings.DECLARE_ASM_MODULE_EXPORTS: emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py:971: # Generate an exports file that records all the exported symbols from asm.js/wasm module. emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-972- module_exports_suppressions = '\n'.join(['/**\n * @suppress {duplicate, undefinedVars}\n */\nvar %s;\n' % i for i, j in Settings.MODULE_EXPORTS]) ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1081-# minify the final wasm+JS combination. this is done after all the JS emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py:1082:# and wasm optimizations; here we do the very final optimizations on them emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1083-def minify_wasm_js(js_file, wasm_file, expensive_optimizations, minify_whitespace, debug_info): ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1094- js_file = acorn_optimizer(js_file, passes) emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py:1095: # if we can optimize this js+wasm combination under the assumption no one else emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1096- # will see the internals, do so ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1138- export = item['export'] emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py:1139: # wasm backend's exports are prefixed differently inside the wasm emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1140- export = asmjs_mangle(export) ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1157- }) emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py:1158: # fix wasi imports TODO: support wasm stable with an option? emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1159- WASI_IMPORTS = set([ ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1178- item['import'][0] = Settings.WASI_MODULE_NAME emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py:1179: # fixup wasm backend prefixing emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1180- for item in graph: ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1183- item['import'][1] = item['import'][1][1:] emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py:1184: # map import names from wasm to JS, using the actual name the wasm uses for the import emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1185- import_name_map = {} ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1242-def minify_wasm_imports_and_exports(js_file, wasm_file, minify_whitespace, minify_exports, debug_info): emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py:1243: logger.debug('minifying wasm imports and exports') emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1244- # run the pass emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1245- if minify_exports: emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py:1246: # standalone wasm mode means we need to emit a wasi import module. emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1247- # otherwise, minify even the imported module names. ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1357- emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py:1358:# extract the DWARF info from the main file, and leave the wasm with emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1359-# debug into as a file on the side emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1360-# TODO: emit only debug sections in the side file, and not the entire emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py:1361:# wasm as well emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1362-def emit_debug_on_side(wasm_file, wasm_file_with_dwarf): ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1377- emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py:1378: # embed a section in the main wasm to point to the file with external DWARF, emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1379- # see https://yurydelendik.github.io/webassembly-dwarf/#external-DWARF ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1391-def apply_wasm_memory_growth(js_file): emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py:1392: logger.debug('supporting wasm memory growth with pthreads') emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1393- fixed = acorn_optimizer(js_file, ['growableHeap']) ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1574-def get_binaryen_bin(): emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py:1575: assert Settings.WASM, 'non wasm builds should not ask for binaryen' emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1576- global binaryen_checked ############################################## emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1614- extra += '\nnote: -O2+ optimizations always require changes, build with -O0 or -O1 instead' emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py:1615: exit_with_error('changes to the wasm are required after link, but disallowed by ERROR_ON_WASM_CHANGES_AFTER_LINK: ' + str(cmd) + extra) emscripten-2.0.9~dfsg/.pc/1004_acorn_ecmaVersion.patch/tools/building.py-1616- if debug: ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-37- if not config.V8_ENGINE or config.V8_ENGINE not in config.JS_ENGINES: emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:38: self.skipTest('wasm simd only supported in d8 for now') emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-39- if not self.is_wasm(): ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-84-# Tests exception handling in emscripten exception handling mode, and if emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:85:# possible, new wasm EH mode. emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-86-def with_both_exception_handling(f): ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-90- if native_exceptions: emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:91: # Wasm EH is currently supported only in wasm backend and V8 emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-92- if not self.get_setting('WASM'): emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:93: self.skipTest('wasm2js does not support wasm exceptions') emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-94- if not config.V8_ENGINE or config.V8_ENGINE not in config.JS_ENGINES: emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:95: self.skipTest('d8 required to run wasm eh tests') emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-96- self.emcc_args.append('-fwasm-exceptions') ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-115- emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:116:# Async wasm compilation can't work in some tests, they are set up synchronously emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-117-def sync(f): ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-144- emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:145:# Impure means a test that cannot run in a wasm VM yet, as it is not 100% emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-146-# standalone. We can still run them with the JS code though. ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-158- self.set_setting('WASM_BIGINT', 1) emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:159: # if we are impure, disallow all wasm engines emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-160- with wasm_engines_modify([] if impure else config.WASM_ENGINES): ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-1265- self.set_setting('DISABLE_EXCEPTION_CATCHING', 2) emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:1266: # Wasm does not add an underscore to function names. For wasm, the emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-1267- # mismatches are fixed in fixImports() function in JS glue code. ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-1305- self.set_setting('DISABLE_EXCEPTION_CATCHING', 2) emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:1306: # Wasm does not add an underscore to function names. For wasm, the emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-1307- # mismatches are fixed in fixImports() function in JS glue code. ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-1316- self.set_setting('DISABLE_EXCEPTION_CATCHING', 2) emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:1317: # Wasm does not add an underscore to function names. For wasm, the emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-1318- # mismatches are fixed in fixImports() function in JS glue code. ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-1403- emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:1404: # TODO Make setjmp-longjmp also use Wasm exception handling emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-1405- @with_both_exception_handling ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-1501- # Marked as impure since the WASI reactor modules (modules without main) emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:1502: # are not yet suppored by the wasm engines we test against. emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-1503- @also_with_standalone_wasm(impure=True) ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-1852- if self.is_wasm(): emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:1853: self.skipTest('wasm requires a proper asm module') emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-1854- ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-1894- # Tests various different ways to invoke the MAIN_THREAD_EM_ASM(), MAIN_THREAD_EM_ASM_INT() and MAIN_THREAD_EM_ASM_DOUBLE() macros. emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:1895: # This test is identical to test_em_asm_2, just search-replaces EM_ASM to MAIN_THREAD_EM_ASM on the test file. That way if new emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:1896: # test cases are added to test_em_asm_2.cpp for EM_ASM, they will also get tested in MAIN_THREAD_EM_ASM form. emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-1897- @no_asan('Cannot use ASan: test depends exactly on heap size') ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-1926- emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:1927: # Verify that EM_ASM macros support getting called with multiple arities. emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-1928- # Maybe tests will later be joined into larger compilation units? ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-2042- if not self.is_wasm(): emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:2043: self.skipTest('wasm memory specific test') emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-2044- emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:2045: # check that memory growth does not exceed the wasm mem max limit emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-2046- self.emcc_args += ['-s', 'ALLOW_MEMORY_GROWTH=1', '-s', 'INITIAL_MEMORY=64Mb', '-s', 'MAXIMUM_MEMORY=100Mb'] ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-2052- if not self.is_wasm(): emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:2053: self.skipTest('wasm memory specific test') emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-2054- emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:2055: # check that memory growth does not exceed the wasm mem max limit and is exactly or one step below the wasm mem max emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-2056- self.emcc_args += ['-s', 'ALLOW_MEMORY_GROWTH=1', '-s', 'TOTAL_STACK=1Mb', '-s', 'INITIAL_MEMORY=64Mb', '-s', 'MAXIMUM_MEMORY=130Mb', '-s', 'MEMORY_GROWTH_LINEAR_STEP=1Mb'] ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-2062- if not self.is_wasm(): emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:2063: self.skipTest('wasm memory specific test') emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-2064- ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-2139- if not is_optimizing(self.emcc_args): emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:2140: self.skipTest('nodejs takes >6GB to compile this if the wasm is not optimized, which OOMs, see https://github.com/emscripten-core/emscripten/issues/7928#issuecomment-458308453') emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-2141- if '-Os' in self.emcc_args: ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-2195- @no_wasm_backend('Calling varargs across function calls is undefined behavior in C,' emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:2196: ' and asmjs and wasm implement it differently.') emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-2197- def test_varargs_multi(self): ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-2371- if not self.get_setting('STANDALONE_WASM'): emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:2372: # STANDALONE_WASM mode always sets EXIT_RUNTIME if main exists emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-2373- self.set_setting('EXIT_RUNTIME', 1) ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-2425- emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:2426: @no_wasm_backend("wasm backend doesn't compile intentional segfault into an abort() call. " emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-2427- "It also doesn't segfault.") ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-2588- if self.get_setting('WASM'): emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:2589: # emcc emits a wasm in this case emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-2590- self.build(filename, js_outfile=False) ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-2697- @needs_dlfcn emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:2698: @disabled('EM_ASM in not yet supported in SIDE_MODULE') emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-2699- def test_dlfcn_em_asm(self): ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-2820- emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:2821: int* lib_get_global_addr() { emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-2822- return &theglobal; ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-3127- memset(&info, 0, sizeof(info)); emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:3128: dladdr(func_ptr, &info); emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-3129- ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-3487- emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:3488: # XXX in wasm each lib load currently takes 5MB; default INITIAL_MEMORY=16MB is thus not enough emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-3489- self.set_setting('INITIAL_MEMORY', 32 * 1024 * 1024) ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-3638- if not self.is_wasm(): emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:3639: self.skipTest('wasm only') emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-3640- self.set_setting('ALLOW_MEMORY_GROWTH', 1) ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-4303- @needs_dlfcn emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:4304: @no_wasm_backend('wasm backend resolves symbols greedily on startup') emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-4305- def test_dylink_hyper_dupe(self): ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-5350- # i64s in the API, which we'd need to legalize for JS, so in standalone mode emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:5351: # all we can test is wasm VMs emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-5352- @also_with_standalone_wasm(wasm2c=True) ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-5406- def test_atomic_cxx(self): emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:5407: # the wasm backend has lock-free atomics, but not asm.js or asm2wasm emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-5408- self.emcc_args += ['-DIS_64BIT_LOCK_FREE=1'] emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-5409- self.do_run_in_out_file_test('tests', 'core', 'test_atomic_cxx.cpp') emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:5410: # TODO: test with USE_PTHREADS in wasm backend as well emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-5411- ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-5450- emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:5451: # Same but for the wasm file. emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-5452- if self.get_setting('WASM') and not self.get_setting('WASM2JS'): ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-6451- self.set_setting('RESERVED_FUNCTION_POINTERS', 0) emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:6452: expected = 'Unable to grow wasm table' emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-6453- if self.is_wasm2js(): ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-6529- continue emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:6530: # split by the first ':' (wasm backend demangling may include more :'s later on) emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-6531- short, full = line.split(':', 1) ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-6556- if not self.get_setting('WASM'): emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:6557: self.skipTest('this test uses wasm binaries') emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-6558- ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-6624- emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:6625: # The wasm backend currently exports a single initalizer so the ctor emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-6626- # evaluation is all or nothing. As well as that it doesn't currently ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-6749- emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:6750: @no_wasm_backend('long doubles are f128s in wasm backend') emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-6751- def test_embind_4(self): ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7090- emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:7091: def get_dwarf_addr(line, col): emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7092- addrs = src_to_addr[(line, col)] ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7097- # reorder them) emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:7098: self.assertLess(get_dwarf_addr(5, 9), get_dwarf_addr(6, 9)) emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:7099: self.assertLess(get_dwarf_addr(6, 9), get_dwarf_addr(7, 9)) emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7100- ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7124- # index (0,1,2). emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:7125: def get_wat_addr(call_index): emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7126- # find the call_index-th call ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7149- for i in range(3): emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:7150: dwarf_addr = get_dwarf_addr(5 + i, 9) emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:7151: start_wat_addr, end_wat_addr = get_wat_addr(i) emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7152- # the dwarf may match any of the 3 instructions that form the stream of ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7434- second_size = os.path.getsize('emscripten_lazy_load_code.wasm.lazy.wasm') emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:7435: print('first wasm size', first_size) emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:7436: print('second wasm size', second_size) emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7437- if not conditional and is_optimizing(self.emcc_args): ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7445- emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:7446: # attempts to "break" the wasm by adding an unreachable in $foo_end. returns whether we found it. emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7447- def break_wasm(name): ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7475- emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:7476: # the first-loaded wasm will not reach the second call, since we call it after lazy-loading. emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:7477: # verify that by changing the first wasm to throw in that function emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7478- found_foo_end = break_wasm('emscripten_lazy_load_code.wasm') ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7481- verify_working() emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:7482: # but breaking the second wasm actually breaks us emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7483- break_wasm('emscripten_lazy_load_code.wasm.lazy.wasm') ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7520- self.set_setting('MAYBE_WASM2JS', 1) emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:7521: # see that running as wasm works emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7522- self.do_run_in_out_file_test('tests', 'core', 'test_hello_world.c') ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7527- self.run_process(cmd, stdout=open('do_wasm2js.js', 'w')).stdout emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:7528: # remove the wasm to make sure we never use it again emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7529- os.remove('test_hello_world.wasm') ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7552- open('b.out.js', 'w').write('WebAssembly = undefined;\n' + open('a.out.js', 'r').read()) emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:7553: os.remove('a.out.wasm') # Also delete the Wasm file to test that it is not attempted to be loaded. emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7554- self.assertContained('hello!', self.run_js('b.out.js')) ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7747- if is_optimizing(self.emcc_args) and '-g' not in self.emcc_args: emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:7748: # In optimized builds only the single reference cFunction that exists in the EM_ASM should exist emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7749- if self.is_wasm(): ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7751- else: emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:7752: # With js the asm module itself also contains a reference for the cFunction name emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7753- self.assertEqual(occurances, 2) ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7803- emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:7804: @no_wasm2js('wasm2js wasm emulation does not include custom sections') emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-7805- @no_optimize('return address test cannot work with optimizations') ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-8164- # Marked as impure since the WASI reactor modules (modules without main) emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:8165: # are not yet suppored by the wasm engines we test against. emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-8166- @also_with_standalone_wasm(impure=True) ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-8172- self.assertContained('error: undefined symbol: main (referenced by top-level compiled C/C++ code)', err) emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:8173: self.assertContained('warning: To build in STANDALONE_WASM mode without a main(), use emcc --no-entry', err) emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-8174- elif not self.get_setting('LLD_REPORT_UNDEFINED') and not self.get_setting('STRICT'): ############################################## emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-8281- emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py:8282:# Main wasm test modes emscripten-2.0.9~dfsg/.pc/1006_dwarfdump_versioned.patch/tests/test_core.py-8283-wasm0 = make_run('wasm0', emcc_args=['-O0']) ############################################## emscripten-2.0.9~dfsg/.pc/2001_explicit_shebang.patch/tools/js-optimizer.js-648- emscripten-2.0.9~dfsg/.pc/2001_explicit_shebang.patch/tools/js-optimizer.js:649:var minifyWhitespace = false, printMetadata = true, asm = false, emscripten-2.0.9~dfsg/.pc/2001_explicit_shebang.patch/tools/js-optimizer.js-650- emitJSON = false, last = false, ############################################## emscripten-2.0.9~dfsg/.pc/2001_explicit_shebang.patch/tools/js-optimizer.js-663- noPrintMetadata: function() { printMetadata = false }, emscripten-2.0.9~dfsg/.pc/2001_explicit_shebang.patch/tools/js-optimizer.js:664: asm: function() { asm = true }, emscripten-2.0.9~dfsg/.pc/2001_explicit_shebang.patch/tools/js-optimizer.js-665- emitJSON: function() { emitJSON = true }, ############################################## emscripten-2.0.9~dfsg/.pc/2001_explicit_shebang.patch/tools/js-optimizer.js-703-}); emscripten-2.0.9~dfsg/.pc/2001_explicit_shebang.patch/tools/js-optimizer.js:704:if (asm && last) { emscripten-2.0.9~dfsg/.pc/2001_explicit_shebang.patch/tools/js-optimizer.js-705- prepDotZero(ast); ############################################## emscripten-2.0.9~dfsg/.pc/2001_explicit_shebang.patch/tools/js-optimizer.js-710- var js = astToSrc(ast, minifyWhitespace), old; emscripten-2.0.9~dfsg/.pc/2001_explicit_shebang.patch/tools/js-optimizer.js:711: if (asm && last) { emscripten-2.0.9~dfsg/.pc/2001_explicit_shebang.patch/tools/js-optimizer.js-712- js = fixDotZero(js); ############################################## emscripten-2.0.9~dfsg/.pc/2001_explicit_shebang.patch/src/compiler.js-73- emscripten-2.0.9~dfsg/.pc/2001_explicit_shebang.patch/src/compiler.js:74:// Side modules are pure wasm and have no JS emscripten-2.0.9~dfsg/.pc/2001_explicit_shebang.patch/src/compiler.js-75-assert(!SIDE_MODULE, "JS compiler should not run on side modules"); ############################################## emscripten-2.0.9~dfsg/.pc/2004_privacy.patch/README.md-15-on the Web, in Node.js, and in emscripten-2.0.9~dfsg/.pc/2004_privacy.patch/README.md:16:[wasm runtimes](https://v8.dev/blog/emscripten-standalone-wasm#running-in-wasm-runtimes). emscripten-2.0.9~dfsg/.pc/2004_privacy.patch/README.md-17- ############################################## emscripten-2.0.9~dfsg/.pc/2004_privacy.patch/README.md-42-upstream into LLVM. The second reason became less important after emscripten-2.0.9~dfsg/.pc/2004_privacy.patch/README.md:43:Emscripten switched to the LLVM wasm backend, at which point there emscripten-2.0.9~dfsg/.pc/2004_privacy.patch/README.md-44-isn't any code we expect to move back and forth between the projects; ############################################## emscripten-2.0.9~dfsg/.pc/2005_older_llvm.patch/tools/shared.py-694- if not Settings.WASM: emscripten-2.0.9~dfsg/.pc/2005_older_llvm.patch/tools/shared.py:695: # When the user requests non-wasm output, we enable wasm2js. that is, emscripten-2.0.9~dfsg/.pc/2005_older_llvm.patch/tools/shared.py:696: # we still compile to wasm normally, but we compile the final output emscripten-2.0.9~dfsg/.pc/2005_older_llvm.patch/tools/shared.py-697- # to js. emscripten-2.0.9~dfsg/.pc/2005_older_llvm.patch/tools/shared.py:698: Settings.WASM = 1 emscripten-2.0.9~dfsg/.pc/2005_older_llvm.patch/tools/shared.py-699- Settings.WASM2JS = 1 emscripten-2.0.9~dfsg/.pc/2005_older_llvm.patch/tools/shared.py:700: if Settings.WASM == 2: emscripten-2.0.9~dfsg/.pc/2005_older_llvm.patch/tools/shared.py:701: # Requesting both Wasm and Wasm2JS support emscripten-2.0.9~dfsg/.pc/2005_older_llvm.patch/tools/shared.py-702- Settings.WASM2JS = 1 ############################################## emscripten-2.0.9~dfsg/.pc/2005_older_llvm.patch/tools/shared.py-736- Prepends '_' and replaces non-alphanumerics with '_'. emscripten-2.0.9~dfsg/.pc/2005_older_llvm.patch/tools/shared.py:737: Used by wasm backend for JS library consistency with asm.js. emscripten-2.0.9~dfsg/.pc/2005_older_llvm.patch/tools/shared.py-738- """ ############################################## emscripten-2.0.9~dfsg/.pc/2005_older_llvm.patch/tools/shared.py-835- def make_dynCall(sig, args): emscripten-2.0.9~dfsg/.pc/2005_older_llvm.patch/tools/shared.py:836: # wasm2c and asyncify are not yet compatible with direct wasm table calls emscripten-2.0.9~dfsg/.pc/2005_older_llvm.patch/tools/shared.py-837- if Settings.USE_LEGACY_DYNCALLS or not JS.is_legal_sig(sig): ############################################## emscripten-2.0.9~dfsg/.pc/2006_call_emscripten_in_PATH.patch/tools/shared.py-694- if not Settings.WASM: emscripten-2.0.9~dfsg/.pc/2006_call_emscripten_in_PATH.patch/tools/shared.py:695: # When the user requests non-wasm output, we enable wasm2js. that is, emscripten-2.0.9~dfsg/.pc/2006_call_emscripten_in_PATH.patch/tools/shared.py:696: # we still compile to wasm normally, but we compile the final output emscripten-2.0.9~dfsg/.pc/2006_call_emscripten_in_PATH.patch/tools/shared.py-697- # to js. emscripten-2.0.9~dfsg/.pc/2006_call_emscripten_in_PATH.patch/tools/shared.py:698: Settings.WASM = 1 emscripten-2.0.9~dfsg/.pc/2006_call_emscripten_in_PATH.patch/tools/shared.py-699- Settings.WASM2JS = 1 emscripten-2.0.9~dfsg/.pc/2006_call_emscripten_in_PATH.patch/tools/shared.py:700: if Settings.WASM == 2: emscripten-2.0.9~dfsg/.pc/2006_call_emscripten_in_PATH.patch/tools/shared.py:701: # Requesting both Wasm and Wasm2JS support emscripten-2.0.9~dfsg/.pc/2006_call_emscripten_in_PATH.patch/tools/shared.py-702- Settings.WASM2JS = 1 ############################################## emscripten-2.0.9~dfsg/.pc/2006_call_emscripten_in_PATH.patch/tools/shared.py-736- Prepends '_' and replaces non-alphanumerics with '_'. emscripten-2.0.9~dfsg/.pc/2006_call_emscripten_in_PATH.patch/tools/shared.py:737: Used by wasm backend for JS library consistency with asm.js. emscripten-2.0.9~dfsg/.pc/2006_call_emscripten_in_PATH.patch/tools/shared.py-738- """ ############################################## emscripten-2.0.9~dfsg/.pc/2006_call_emscripten_in_PATH.patch/tools/shared.py-835- def make_dynCall(sig, args): emscripten-2.0.9~dfsg/.pc/2006_call_emscripten_in_PATH.patch/tools/shared.py:836: # wasm2c and asyncify are not yet compatible with direct wasm table calls emscripten-2.0.9~dfsg/.pc/2006_call_emscripten_in_PATH.patch/tools/shared.py-837- if Settings.USE_LEGACY_DYNCALLS or not JS.is_legal_sig(sig): ############################################## emscripten-2.0.9~dfsg/.pc/2007_es_check.patch/tests/runner.py-153- emscripten-2.0.9~dfsg/.pc/2007_es_check.patch/tests/runner.py:154:# Today we only support the wasm backend so any tests that is disabled under the llvm emscripten-2.0.9~dfsg/.pc/2007_es_check.patch/tests/runner.py-155-# backend is always disabled. ############################################## emscripten-2.0.9~dfsg/.pc/2007_es_check.patch/tests/runner.py-421- else: emscripten-2.0.9~dfsg/.pc/2007_es_check.patch/tests/runner.py:422: # side modules handle memory differently; binaryen puts the memory in the wasm module emscripten-2.0.9~dfsg/.pc/2007_es_check.patch/tests/runner.py-423- opt_supports = any(opt in self.emcc_args for opt in ('-O2', '-O3', '-Os', '-Oz')) ############################################## emscripten-2.0.9~dfsg/.pc/2007_es_check.patch/tests/runner.py-930- emscripten-2.0.9~dfsg/.pc/2007_es_check.patch/tests/runner.py:931: # XXX in wasm each lib load currently takes 5MB; default INITIAL_MEMORY=16MB is thus not enough emscripten-2.0.9~dfsg/.pc/2007_es_check.patch/tests/runner.py-932- self.set_setting('INITIAL_MEMORY', 32 * 1024 * 1024) ############################################## emscripten-2.0.9~dfsg/.pc/2007_es_check.patch/tests/runner.py-1045- engines = engines[:1] emscripten-2.0.9~dfsg/.pc/2007_es_check.patch/tests/runner.py:1046: # In standalone mode, also add wasm vms as we should be able to run there too. emscripten-2.0.9~dfsg/.pc/2007_es_check.patch/tests/runner.py-1047- if self.get_setting('STANDALONE_WASM'): emscripten-2.0.9~dfsg/.pc/2007_es_check.patch/tests/runner.py:1048: # TODO once standalone wasm support is more stable, apply use_all_engines emscripten-2.0.9~dfsg/.pc/2007_es_check.patch/tests/runner.py-1049- # like with js engines, but for now as we bring it up, test in all of them ############################################## emscripten-2.0.9~dfsg/.pc/2007_es_check.patch/tests/runner.py-1051- if len(wasm_engines) == 0: emscripten-2.0.9~dfsg/.pc/2007_es_check.patch/tests/runner.py:1052: logger.warning('no wasm engine was found to run the standalone part of this test') emscripten-2.0.9~dfsg/.pc/2007_es_check.patch/tests/runner.py-1053- engines += wasm_engines ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-216-class OFormat(Enum): emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:217: WASM = 1 emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-218- JS = 2 ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-542-def backend_binaryen_passes(): emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:543: # wasm backend output can benefit from the binaryen optimizer (in asm2wasm, emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:544: # we run the optimizer during asm2wasm itself). use it, if not overridden. emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-545- ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-564- # even if not optimizing, make an effort to remove all unused imports and emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:565: # exports, to make the wasm as standalone as possible emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-566- passes += ['--remove-unused-module-elements'] ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1188- if options.oformat in (OFormat.WASM, OFormat.BARE): emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1189: # If the user asks directly for a wasm file then this *is* the target emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1190- wasm_target = target emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1191- else: emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1192: # Otherwise the wasm file is produced alongside the final target. emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1193- wasm_target = unsuffixed(target) + '.wasm' ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1200- emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1201: if (options.oformat == OFormat.WASM or shared.Settings.PURE_WASI) and not shared.Settings.SIDE_MODULE: emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1202: # if the output is just a wasm file, it will normally be a standalone one, emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1203- # as there is no JS. an exception are side modules, as we can't tell at ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1206- # we also do not support standalone mode in fastcomp. emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1207: shared.Settings.STANDALONE_WASM = 1 emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1208- emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1209- if shared.Settings.WASM2C: emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1210: # wasm2c only makes sense with standalone wasm - there will be no JS, emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1211: # just wasm and then C emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1212: shared.Settings.STANDALONE_WASM = 1 emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1213- # wasm2c doesn't need any special handling of i64, we have proper i64 ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1237- if shared.Settings.STANDALONE_WASM: emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1238: # In STANDALONE_WASM mode we either build a command or a reactor. emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1239- # See https://github.com/WebAssembly/WASI/blob/master/design/application-abi.md ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1291- # Reporting undefined symbols at wasm-ld time requires us to know if we have a `main` function emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1292: # or not, as does standalone wasm mode. emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1293- # TODO(sbc): Remove this once this becomes the default ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1315- emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1316: if shared.Settings.WASM == 2 and shared.Settings.SINGLE_FILE: emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1317- exit_with_error('cannot have both WASM=2 and SINGLE_FILE enabled at the same time') ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1319- if shared.Settings.SEPARATE_DWARF and shared.Settings.WASM2JS: emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1320: exit_with_error('cannot have both SEPARATE_DWARF and WASM2JS at the same time (as there is no wasm file)') emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1321- ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1568- if shared.Settings.ALLOW_MEMORY_GROWTH: emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1569: diagnostics.warning('pthreads-mem-growth', 'USE_PTHREADS + ALLOW_MEMORY_GROWTH may run non-wasm code slowly, see https://github.com/WebAssembly/design/issues/1271') emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1570- # UTF8Decoder.decode doesn't work with a view of a SharedArrayBuffer ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1573- newargs += ['-pthread'] emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1574: # some pthreads code is in asm.js library functions, which are auto-exported; for the wasm backend, we must emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1575- # manually export them ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1689- emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1690: # When not declaring asm module exports in outer scope one by one, disable minifying emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1691: # asm.js/wasm module export names so that the names can be passed directly to the outer scope. emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1692- # Also, if using library_exports.js API, disable minification so that the feature can work. ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1695- emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1696: # Enable minification of wasm imports and exports when appropriate, if we emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1697: # are emitting an optimized JS+wasm combo (then the JS knows how to load the minified names). emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1698- # Things that process the JS after this operation would be done must disable this. ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1704- not shared.Settings.LINKABLE and \ emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1705: not shared.Settings.STANDALONE_WASM and \ emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1706- not shared.Settings.AUTODEBUG and \ ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1734- if shared.Settings.USE_PTHREADS: emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1735: exit_with_error('STANDALONE_WASM does not support pthreads yet') emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1736- if shared.Settings.MINIMAL_RUNTIME: emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1737: exit_with_error('MINIMAL_RUNTIME reduces JS size, and is incompatible with STANDALONE_WASM which focuses on ignoring JS anyhow and being 100% wasm') emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1738: # the wasm must be runnable without the JS, so there cannot be anything that emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1739- # requires JS legalization ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1750- if any(s.startswith('MEM_INIT_METHOD=') for s in settings_changes): emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1751: exit_with_error('MEM_INIT_METHOD is not supported in wasm. Memory will be embedded in the wasm binary if threads are not used, and included in a separate file if threads are used.') emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1752- ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1754- shared.Settings.MAYBE_WASM2JS = 1 emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1755: # when using wasm2js, if the memory segments are in the wasm then they emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1756- # end up converted by wasm2js into base64 encoded JS. alternatively, we ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1759- # a .mem file in most cases, since it is binary & compact). however, for emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1760: # pthreads we must keep the memory segments in the wasm as they will be emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1761- # passive segments which the .mem format cannot handle. emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1762: shared.Settings.MEM_INIT_IN_WASM = not options.memory_init_file or shared.Settings.SINGLE_FILE or shared.Settings.USE_PTHREADS emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1763- else: emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1764: # wasm includes the mem init in the wasm binary. The exception is emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1765- # wasm2js, which behaves more like js. emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1766- options.memory_init_file = True emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1767: shared.Settings.MEM_INIT_IN_WASM = True emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1768- emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1769: # wasm side modules have suffix .wasm emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1770- if shared.Settings.SIDE_MODULE and target.endswith('.js'): emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1771: diagnostics.warning('emcc', 'output suffix .js requested, but wasm side modules are just wasm files; emitting only a .wasm, no .js') emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1772- ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1877- if shared.Settings.WASM2JS and shared.Settings.GENERATE_SOURCE_MAP: emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:1878: exit_with_error('wasm2js does not support source maps yet (debug in wasm for now)') emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-1879- ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-2144- # if EMCC_DEBUG=2 then we must link now, so the temp files are complete. emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:2145: # if using the wasm backend, we might be using vanilla LLVM, which does not allow our emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-2146- # fastcomp deferred linking opts. ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-2254- with ToolchainProfiler.profile_block('memory initializer'): emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:2255: # For the wasm backend, we don't have any memory info in JS. All we need to do emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-2256- # is set the memory initializer url. ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-2555- elif check_flag('--separate-asm'): emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:2556: exit_with_error('cannot --separate-asm with the wasm backend, since not emitting asm.js') emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-2557- elif arg.startswith(('-I', '-L')): ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-2664- if shared.Settings.GENERATE_SOURCE_MAP and not shared.Settings.SOURCE_MAP_BASE: emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:2665: logger.warning("Wasm source map won't be usable in a browser without --source-map-base") emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-2666- # whether we need to emit -g (function name debug info) in the final wasm ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-2759- if shared.Settings.WASM2JS: emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:2760: if shared.Settings.WASM == 2: emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-2761- wasm2js_template = wasm_target + '.js' ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-2772- symbols_file=symbols_file) emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:2773: if shared.Settings.WASM == 2: emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-2774- safe_copy(wasm2js, wasm2js_template) ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-2776- emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:2777: if shared.Settings.WASM != 2: emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-2778- final_js = wasm2js emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:2779: # if we only target JS, we don't need the wasm any more emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-2780- shared.try_delete(wasm_target) ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-2891- if shared.Settings.MINIMAL_RUNTIME: emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:2892: # In MINIMAL_RUNTIME the Module object is always present to provide the .asm.js/.wasm content emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-2893- replacement = shared.Settings.EXPORT_NAME ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-2952- if not shared.Settings.WASM_ASYNC_COMPILATION: emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:2953: # We need to load the wasm file before anything else, it has to be synchronously ready TODO: optimize emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-2954- script.un_src() ############################################## emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-2973- emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py:2974: if shared.Settings.WASM == 2: emscripten-2.0.9~dfsg/.pc/2008_minify_html.patch/emcc.py-2975- # If target browser does not support WebAssembly, we need to load the .wasm.js file before the main .js file. ############################################## emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-452-def link_to_object(linker_inputs, target): emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py:453: # link using lld for the wasm backend with wasm object files, emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-454- # other otherwise for linking of bitcode we must use our python emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py:455: # code (necessary for asm.js, for wasm bitcode see emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-456- # https://bugs.llvm.org/show_bug.cgi?id=40654) ############################################## emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-482- # as it allows us to set up memory, preload files, etc. even before the emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py:483: # wasm module arrives) emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-484- if not Settings.STANDALONE_WASM: ############################################## emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-889-# evals ctors. if binaryen_bin is provided, it is the dir of the binaryen tool emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py:890:# for this, and we are in wasm mode emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-891-def eval_ctors(js_file, binary_file, debug_info=False): # noqa emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py:892: logger.debug('Ctor evalling in the wasm backend is disabled due to https://github.com/emscripten-core/emscripten/issues/9527') emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-893- return ############################################## emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-966- emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py:967: # Closure compiler needs to know about all exports that come from the asm.js/wasm module, because to optimize for small code size, emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-968- # the exported symbols are added to global scope via a foreach loop in a way that evades Closure's static analysis. With an explicit ############################################## emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-970- if Settings.MODULE_EXPORTS and not Settings.DECLARE_ASM_MODULE_EXPORTS: emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py:971: # Generate an exports file that records all the exported symbols from asm.js/wasm module. emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-972- module_exports_suppressions = '\n'.join(['/**\n * @suppress {duplicate, undefinedVars}\n */\nvar %s;\n' % i for i, j in Settings.MODULE_EXPORTS]) ############################################## emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1081-# minify the final wasm+JS combination. this is done after all the JS emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py:1082:# and wasm optimizations; here we do the very final optimizations on them emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1083-def minify_wasm_js(js_file, wasm_file, expensive_optimizations, minify_whitespace, debug_info): ############################################## emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1094- js_file = acorn_optimizer(js_file, passes) emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py:1095: # if we can optimize this js+wasm combination under the assumption no one else emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1096- # will see the internals, do so ############################################## emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1138- export = item['export'] emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py:1139: # wasm backend's exports are prefixed differently inside the wasm emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1140- export = asmjs_mangle(export) ############################################## emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1157- }) emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py:1158: # fix wasi imports TODO: support wasm stable with an option? emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1159- WASI_IMPORTS = set([ ############################################## emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1178- item['import'][0] = Settings.WASI_MODULE_NAME emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py:1179: # fixup wasm backend prefixing emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1180- for item in graph: ############################################## emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1183- item['import'][1] = item['import'][1][1:] emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py:1184: # map import names from wasm to JS, using the actual name the wasm uses for the import emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1185- import_name_map = {} ############################################## emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1242-def minify_wasm_imports_and_exports(js_file, wasm_file, minify_whitespace, minify_exports, debug_info): emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py:1243: logger.debug('minifying wasm imports and exports') emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1244- # run the pass emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1245- if minify_exports: emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py:1246: # standalone wasm mode means we need to emit a wasi import module. emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1247- # otherwise, minify even the imported module names. ############################################## emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1357- emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py:1358:# extract the DWARF info from the main file, and leave the wasm with emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1359-# debug into as a file on the side emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1360-# TODO: emit only debug sections in the side file, and not the entire emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py:1361:# wasm as well emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1362-def emit_debug_on_side(wasm_file, wasm_file_with_dwarf): ############################################## emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1377- emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py:1378: # embed a section in the main wasm to point to the file with external DWARF, emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1379- # see https://yurydelendik.github.io/webassembly-dwarf/#external-DWARF ############################################## emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1391-def apply_wasm_memory_growth(js_file): emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py:1392: logger.debug('supporting wasm memory growth with pthreads') emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1393- fixed = acorn_optimizer(js_file, ['growableHeap']) ############################################## emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1574-def get_binaryen_bin(): emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py:1575: assert Settings.WASM, 'non wasm builds should not ask for binaryen' emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1576- global binaryen_checked ############################################## emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1614- extra += '\nnote: -O2+ optimizations always require changes, build with -O0 or -O1 instead' emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py:1615: exit_with_error('changes to the wasm are required after link, but disallowed by ERROR_ON_WASM_CHANGES_AFTER_LINK: ' + str(cmd) + extra) emscripten-2.0.9~dfsg/.pc/2009_closure-compiler.patch/tools/building.py-1616- if debug: ############################################## emscripten-2.0.9~dfsg/.pc/2010_non-default_llvm.patch/tools/settings_template.py-46-# emscripten-2.0.9~dfsg/.pc/2010_non-default_llvm.patch/tools/settings_template.py:47:# Wasm engines to use in STANDALONE_WASM tests. emscripten-2.0.9~dfsg/.pc/2010_non-default_llvm.patch/tools/settings_template.py-48-# ############################################## emscripten-2.0.9~dfsg/.pc/2011_system_shared_tools.patch/tools/settings_template.py-46-# emscripten-2.0.9~dfsg/.pc/2011_system_shared_tools.patch/tools/settings_template.py:47:# Wasm engines to use in STANDALONE_WASM tests. emscripten-2.0.9~dfsg/.pc/2011_system_shared_tools.patch/tools/settings_template.py-48-# ############################################## emscripten-2.0.9~dfsg/README.md-11-on the Web, in Node.js, and in emscripten-2.0.9~dfsg/README.md:12:[wasm runtimes](https://v8.dev/blog/emscripten-standalone-wasm#running-in-wasm-runtimes). emscripten-2.0.9~dfsg/README.md-13- ############################################## emscripten-2.0.9~dfsg/README.md-38-upstream into LLVM. The second reason became less important after emscripten-2.0.9~dfsg/README.md:39:Emscripten switched to the LLVM wasm backend, at which point there emscripten-2.0.9~dfsg/README.md-40-isn't any code we expect to move back and forth between the projects; ############################################## emscripten-2.0.9~dfsg/emcc.py-216-class OFormat(Enum): emscripten-2.0.9~dfsg/emcc.py:217: WASM = 1 emscripten-2.0.9~dfsg/emcc.py-218- JS = 2 ############################################## emscripten-2.0.9~dfsg/emcc.py-542-def backend_binaryen_passes(): emscripten-2.0.9~dfsg/emcc.py:543: # wasm backend output can benefit from the binaryen optimizer (in asm2wasm, emscripten-2.0.9~dfsg/emcc.py:544: # we run the optimizer during asm2wasm itself). use it, if not overridden. emscripten-2.0.9~dfsg/emcc.py-545- ############################################## emscripten-2.0.9~dfsg/emcc.py-564- # even if not optimizing, make an effort to remove all unused imports and emscripten-2.0.9~dfsg/emcc.py:565: # exports, to make the wasm as standalone as possible emscripten-2.0.9~dfsg/emcc.py-566- passes += ['--remove-unused-module-elements'] ############################################## emscripten-2.0.9~dfsg/emcc.py-1188- if options.oformat in (OFormat.WASM, OFormat.BARE): emscripten-2.0.9~dfsg/emcc.py:1189: # If the user asks directly for a wasm file then this *is* the target emscripten-2.0.9~dfsg/emcc.py-1190- wasm_target = target emscripten-2.0.9~dfsg/emcc.py-1191- else: emscripten-2.0.9~dfsg/emcc.py:1192: # Otherwise the wasm file is produced alongside the final target. emscripten-2.0.9~dfsg/emcc.py-1193- wasm_target = unsuffixed(target) + '.wasm' ############################################## emscripten-2.0.9~dfsg/emcc.py-1200- emscripten-2.0.9~dfsg/emcc.py:1201: if (options.oformat == OFormat.WASM or shared.Settings.PURE_WASI) and not shared.Settings.SIDE_MODULE: emscripten-2.0.9~dfsg/emcc.py:1202: # if the output is just a wasm file, it will normally be a standalone one, emscripten-2.0.9~dfsg/emcc.py-1203- # as there is no JS. an exception are side modules, as we can't tell at ############################################## emscripten-2.0.9~dfsg/emcc.py-1206- # we also do not support standalone mode in fastcomp. emscripten-2.0.9~dfsg/emcc.py:1207: shared.Settings.STANDALONE_WASM = 1 emscripten-2.0.9~dfsg/emcc.py-1208- emscripten-2.0.9~dfsg/emcc.py-1209- if shared.Settings.WASM2C: emscripten-2.0.9~dfsg/emcc.py:1210: # wasm2c only makes sense with standalone wasm - there will be no JS, emscripten-2.0.9~dfsg/emcc.py:1211: # just wasm and then C emscripten-2.0.9~dfsg/emcc.py:1212: shared.Settings.STANDALONE_WASM = 1 emscripten-2.0.9~dfsg/emcc.py-1213- # wasm2c doesn't need any special handling of i64, we have proper i64 ############################################## emscripten-2.0.9~dfsg/emcc.py-1237- if shared.Settings.STANDALONE_WASM: emscripten-2.0.9~dfsg/emcc.py:1238: # In STANDALONE_WASM mode we either build a command or a reactor. emscripten-2.0.9~dfsg/emcc.py-1239- # See https://github.com/WebAssembly/WASI/blob/master/design/application-abi.md ############################################## emscripten-2.0.9~dfsg/emcc.py-1291- # Reporting undefined symbols at wasm-ld time requires us to know if we have a `main` function emscripten-2.0.9~dfsg/emcc.py:1292: # or not, as does standalone wasm mode. emscripten-2.0.9~dfsg/emcc.py-1293- # TODO(sbc): Remove this once this becomes the default ############################################## emscripten-2.0.9~dfsg/emcc.py-1315- emscripten-2.0.9~dfsg/emcc.py:1316: if shared.Settings.WASM == 2 and shared.Settings.SINGLE_FILE: emscripten-2.0.9~dfsg/emcc.py-1317- exit_with_error('cannot have both WASM=2 and SINGLE_FILE enabled at the same time') ############################################## emscripten-2.0.9~dfsg/emcc.py-1319- if shared.Settings.SEPARATE_DWARF and shared.Settings.WASM2JS: emscripten-2.0.9~dfsg/emcc.py:1320: exit_with_error('cannot have both SEPARATE_DWARF and WASM2JS at the same time (as there is no wasm file)') emscripten-2.0.9~dfsg/emcc.py-1321- ############################################## emscripten-2.0.9~dfsg/emcc.py-1568- if shared.Settings.ALLOW_MEMORY_GROWTH: emscripten-2.0.9~dfsg/emcc.py:1569: diagnostics.warning('pthreads-mem-growth', 'USE_PTHREADS + ALLOW_MEMORY_GROWTH may run non-wasm code slowly, see https://github.com/WebAssembly/design/issues/1271') emscripten-2.0.9~dfsg/emcc.py-1570- # UTF8Decoder.decode doesn't work with a view of a SharedArrayBuffer ############################################## emscripten-2.0.9~dfsg/emcc.py-1573- newargs += ['-pthread'] emscripten-2.0.9~dfsg/emcc.py:1574: # some pthreads code is in asm.js library functions, which are auto-exported; for the wasm backend, we must emscripten-2.0.9~dfsg/emcc.py-1575- # manually export them ############################################## emscripten-2.0.9~dfsg/emcc.py-1689- emscripten-2.0.9~dfsg/emcc.py:1690: # When not declaring asm module exports in outer scope one by one, disable minifying emscripten-2.0.9~dfsg/emcc.py:1691: # asm.js/wasm module export names so that the names can be passed directly to the outer scope. emscripten-2.0.9~dfsg/emcc.py-1692- # Also, if using library_exports.js API, disable minification so that the feature can work. ############################################## emscripten-2.0.9~dfsg/emcc.py-1695- emscripten-2.0.9~dfsg/emcc.py:1696: # Enable minification of wasm imports and exports when appropriate, if we emscripten-2.0.9~dfsg/emcc.py:1697: # are emitting an optimized JS+wasm combo (then the JS knows how to load the minified names). emscripten-2.0.9~dfsg/emcc.py-1698- # Things that process the JS after this operation would be done must disable this. ############################################## emscripten-2.0.9~dfsg/emcc.py-1704- not shared.Settings.LINKABLE and \ emscripten-2.0.9~dfsg/emcc.py:1705: not shared.Settings.STANDALONE_WASM and \ emscripten-2.0.9~dfsg/emcc.py-1706- not shared.Settings.AUTODEBUG and \ ############################################## emscripten-2.0.9~dfsg/emcc.py-1734- if shared.Settings.USE_PTHREADS: emscripten-2.0.9~dfsg/emcc.py:1735: exit_with_error('STANDALONE_WASM does not support pthreads yet') emscripten-2.0.9~dfsg/emcc.py-1736- if shared.Settings.MINIMAL_RUNTIME: emscripten-2.0.9~dfsg/emcc.py:1737: exit_with_error('MINIMAL_RUNTIME reduces JS size, and is incompatible with STANDALONE_WASM which focuses on ignoring JS anyhow and being 100% wasm') emscripten-2.0.9~dfsg/emcc.py:1738: # the wasm must be runnable without the JS, so there cannot be anything that emscripten-2.0.9~dfsg/emcc.py-1739- # requires JS legalization ############################################## emscripten-2.0.9~dfsg/emcc.py-1750- if any(s.startswith('MEM_INIT_METHOD=') for s in settings_changes): emscripten-2.0.9~dfsg/emcc.py:1751: exit_with_error('MEM_INIT_METHOD is not supported in wasm. Memory will be embedded in the wasm binary if threads are not used, and included in a separate file if threads are used.') emscripten-2.0.9~dfsg/emcc.py-1752- ############################################## emscripten-2.0.9~dfsg/emcc.py-1754- shared.Settings.MAYBE_WASM2JS = 1 emscripten-2.0.9~dfsg/emcc.py:1755: # when using wasm2js, if the memory segments are in the wasm then they emscripten-2.0.9~dfsg/emcc.py-1756- # end up converted by wasm2js into base64 encoded JS. alternatively, we ############################################## emscripten-2.0.9~dfsg/emcc.py-1759- # a .mem file in most cases, since it is binary & compact). however, for emscripten-2.0.9~dfsg/emcc.py:1760: # pthreads we must keep the memory segments in the wasm as they will be emscripten-2.0.9~dfsg/emcc.py-1761- # passive segments which the .mem format cannot handle. emscripten-2.0.9~dfsg/emcc.py:1762: shared.Settings.MEM_INIT_IN_WASM = not options.memory_init_file or shared.Settings.SINGLE_FILE or shared.Settings.USE_PTHREADS emscripten-2.0.9~dfsg/emcc.py-1763- else: emscripten-2.0.9~dfsg/emcc.py:1764: # wasm includes the mem init in the wasm binary. The exception is emscripten-2.0.9~dfsg/emcc.py-1765- # wasm2js, which behaves more like js. emscripten-2.0.9~dfsg/emcc.py-1766- options.memory_init_file = True emscripten-2.0.9~dfsg/emcc.py:1767: shared.Settings.MEM_INIT_IN_WASM = True emscripten-2.0.9~dfsg/emcc.py-1768- emscripten-2.0.9~dfsg/emcc.py:1769: # wasm side modules have suffix .wasm emscripten-2.0.9~dfsg/emcc.py-1770- if shared.Settings.SIDE_MODULE and target.endswith('.js'): emscripten-2.0.9~dfsg/emcc.py:1771: diagnostics.warning('emcc', 'output suffix .js requested, but wasm side modules are just wasm files; emitting only a .wasm, no .js') emscripten-2.0.9~dfsg/emcc.py-1772- ############################################## emscripten-2.0.9~dfsg/emcc.py-1877- if shared.Settings.WASM2JS and shared.Settings.GENERATE_SOURCE_MAP: emscripten-2.0.9~dfsg/emcc.py:1878: exit_with_error('wasm2js does not support source maps yet (debug in wasm for now)') emscripten-2.0.9~dfsg/emcc.py-1879- ############################################## emscripten-2.0.9~dfsg/emcc.py-2144- # if EMCC_DEBUG=2 then we must link now, so the temp files are complete. emscripten-2.0.9~dfsg/emcc.py:2145: # if using the wasm backend, we might be using vanilla LLVM, which does not allow our emscripten-2.0.9~dfsg/emcc.py-2146- # fastcomp deferred linking opts. ############################################## emscripten-2.0.9~dfsg/emcc.py-2254- with ToolchainProfiler.profile_block('memory initializer'): emscripten-2.0.9~dfsg/emcc.py:2255: # For the wasm backend, we don't have any memory info in JS. All we need to do emscripten-2.0.9~dfsg/emcc.py-2256- # is set the memory initializer url. ############################################## emscripten-2.0.9~dfsg/emcc.py-2555- elif check_flag('--separate-asm'): emscripten-2.0.9~dfsg/emcc.py:2556: exit_with_error('cannot --separate-asm with the wasm backend, since not emitting asm.js') emscripten-2.0.9~dfsg/emcc.py-2557- elif arg.startswith(('-I', '-L')): ############################################## emscripten-2.0.9~dfsg/emcc.py-2664- if shared.Settings.GENERATE_SOURCE_MAP and not shared.Settings.SOURCE_MAP_BASE: emscripten-2.0.9~dfsg/emcc.py:2665: logger.warning("Wasm source map won't be usable in a browser without --source-map-base") emscripten-2.0.9~dfsg/emcc.py-2666- # whether we need to emit -g (function name debug info) in the final wasm ############################################## emscripten-2.0.9~dfsg/emcc.py-2759- if shared.Settings.WASM2JS: emscripten-2.0.9~dfsg/emcc.py:2760: if shared.Settings.WASM == 2: emscripten-2.0.9~dfsg/emcc.py-2761- wasm2js_template = wasm_target + '.js' ############################################## emscripten-2.0.9~dfsg/emcc.py-2772- symbols_file=symbols_file) emscripten-2.0.9~dfsg/emcc.py:2773: if shared.Settings.WASM == 2: emscripten-2.0.9~dfsg/emcc.py-2774- safe_copy(wasm2js, wasm2js_template) ############################################## emscripten-2.0.9~dfsg/emcc.py-2776- emscripten-2.0.9~dfsg/emcc.py:2777: if shared.Settings.WASM != 2: emscripten-2.0.9~dfsg/emcc.py-2778- final_js = wasm2js emscripten-2.0.9~dfsg/emcc.py:2779: # if we only target JS, we don't need the wasm any more emscripten-2.0.9~dfsg/emcc.py-2780- shared.try_delete(wasm_target) ############################################## emscripten-2.0.9~dfsg/emcc.py-2891- if shared.Settings.MINIMAL_RUNTIME: emscripten-2.0.9~dfsg/emcc.py:2892: # In MINIMAL_RUNTIME the Module object is always present to provide the .asm.js/.wasm content emscripten-2.0.9~dfsg/emcc.py-2893- replacement = shared.Settings.EXPORT_NAME ############################################## emscripten-2.0.9~dfsg/emcc.py-2952- if not shared.Settings.WASM_ASYNC_COMPILATION: emscripten-2.0.9~dfsg/emcc.py:2953: # We need to load the wasm file before anything else, it has to be synchronously ready TODO: optimize emscripten-2.0.9~dfsg/emcc.py-2954- script.un_src() ############################################## emscripten-2.0.9~dfsg/emcc.py-2973- emscripten-2.0.9~dfsg/emcc.py:2974: if shared.Settings.WASM == 2: emscripten-2.0.9~dfsg/emcc.py-2975- # If target browser does not support WebAssembly, we need to load the .wasm.js file before the main .js file.