librawspeed-full 1.0.129

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (541) hide show
  1. package/CHANGELOG.md +1138 -0
  2. package/LICENSE +21 -0
  3. package/README.md +1414 -0
  4. package/binding.gyp +55 -0
  5. package/deps/LibRaw-Source/LibRaw-0.21.4/.clang-format +4 -0
  6. package/deps/LibRaw-Source/LibRaw-0.21.4/COPYRIGHT +27 -0
  7. package/deps/LibRaw-Source/LibRaw-0.21.4/Changelog.txt +2802 -0
  8. package/deps/LibRaw-Source/LibRaw-0.21.4/DEVELOPER-NOTES +20 -0
  9. package/deps/LibRaw-Source/LibRaw-0.21.4/GoPro/dng-sdk-1_4-allow-VC5-validate.diff +21 -0
  10. package/deps/LibRaw-Source/LibRaw-0.21.4/GoPro/dng-sdk-1_6-hide-ccVc5-definitiion.diff +15 -0
  11. package/deps/LibRaw-Source/LibRaw-0.21.4/GoPro/dng-sdk-allow-VC5-validate.diff +21 -0
  12. package/deps/LibRaw-Source/LibRaw-0.21.4/GoPro/gpr_read_image.cpp.diff +29 -0
  13. package/deps/LibRaw-Source/LibRaw-0.21.4/GoPro/gpr_read_image.h.diff +12 -0
  14. package/deps/LibRaw-Source/LibRaw-0.21.4/INSTALL +51 -0
  15. package/deps/LibRaw-Source/LibRaw-0.21.4/LICENSE.CDDL +340 -0
  16. package/deps/LibRaw-Source/LibRaw-0.21.4/LICENSE.LGPL +458 -0
  17. package/deps/LibRaw-Source/LibRaw-0.21.4/LibRaw.pro +19 -0
  18. package/deps/LibRaw-Source/LibRaw-0.21.4/LibRaw.sln +123 -0
  19. package/deps/LibRaw-Source/LibRaw-0.21.4/Makefile +2135 -0
  20. package/deps/LibRaw-Source/LibRaw-0.21.4/Makefile.am +140 -0
  21. package/deps/LibRaw-Source/LibRaw-0.21.4/Makefile.devel.nopp +230 -0
  22. package/deps/LibRaw-Source/LibRaw-0.21.4/Makefile.devel.noppr2i +227 -0
  23. package/deps/LibRaw-Source/LibRaw-0.21.4/Makefile.dist +501 -0
  24. package/deps/LibRaw-Source/LibRaw-0.21.4/Makefile.in +2135 -0
  25. package/deps/LibRaw-Source/LibRaw-0.21.4/Makefile.mingw +297 -0
  26. package/deps/LibRaw-Source/LibRaw-0.21.4/Makefile.msvc +628 -0
  27. package/deps/LibRaw-Source/LibRaw-0.21.4/README.DNGSDK.txt +43 -0
  28. package/deps/LibRaw-Source/LibRaw-0.21.4/README.GoPro.txt +112 -0
  29. package/deps/LibRaw-Source/LibRaw-0.21.4/README.RawSpeed.txt +62 -0
  30. package/deps/LibRaw-Source/LibRaw-0.21.4/README.cmake +9 -0
  31. package/deps/LibRaw-Source/LibRaw-0.21.4/README.demosaic-packs +17 -0
  32. package/deps/LibRaw-Source/LibRaw-0.21.4/README.md +106 -0
  33. package/deps/LibRaw-Source/LibRaw-0.21.4/RawSpeed/rawspeed.cpucount-unix.patch +15 -0
  34. package/deps/LibRaw-Source/LibRaw-0.21.4/RawSpeed/rawspeed.qmake-pro-files.patch +84 -0
  35. package/deps/LibRaw-Source/LibRaw-0.21.4/RawSpeed/rawspeed.samsung-decoder.patch +39 -0
  36. package/deps/LibRaw-Source/LibRaw-0.21.4/RawSpeed/rawspeed.uncompressed-color-dng.patch +13 -0
  37. package/deps/LibRaw-Source/LibRaw-0.21.4/RawSpeed/rawspeed.win32-dll.patch +186 -0
  38. package/deps/LibRaw-Source/LibRaw-0.21.4/RawSpeed/rawspeed_xmldata.cpp +4115 -0
  39. package/deps/LibRaw-Source/LibRaw-0.21.4/RawSpeed3/README.md +69 -0
  40. package/deps/LibRaw-Source/LibRaw-0.21.4/RawSpeed3/patches/01.CameraMeta-extensibility.patch +13 -0
  41. package/deps/LibRaw-Source/LibRaw-0.21.4/RawSpeed3/patches/02.Makernotes-processing.patch +36 -0
  42. package/deps/LibRaw-Source/LibRaw-0.21.4/RawSpeed3/patches/03.remove-limits-and-logging.patch +245 -0
  43. package/deps/LibRaw-Source/LibRaw-0.21.4/RawSpeed3/patches/04.clang-cl-compatibility.patch +37 -0
  44. package/deps/LibRaw-Source/LibRaw-0.21.4/RawSpeed3/rawspeed3_c_api/rawspeed3_capi.cpp +251 -0
  45. package/deps/LibRaw-Source/LibRaw-0.21.4/RawSpeed3/rawspeed3_c_api/rawspeed3_capi.h +83 -0
  46. package/deps/LibRaw-Source/LibRaw-0.21.4/RawSpeed3/rawspeed3_c_api/rawspeed3_capi_test.cpp +71 -0
  47. package/deps/LibRaw-Source/LibRaw-0.21.4/RawSpeed3/rawspeed3_c_api/rsxml2c.sh +5 -0
  48. package/deps/LibRaw-Source/LibRaw-0.21.4/aclocal.m4 +1674 -0
  49. package/deps/LibRaw-Source/LibRaw-0.21.4/bin/.dirstamp +0 -0
  50. package/deps/LibRaw-Source/LibRaw-0.21.4/bin/.keep_me +2 -0
  51. package/deps/LibRaw-Source/LibRaw-0.21.4/bin/4channels +0 -0
  52. package/deps/LibRaw-Source/LibRaw-0.21.4/bin/dcraw_emu +0 -0
  53. package/deps/LibRaw-Source/LibRaw-0.21.4/bin/mem_image +0 -0
  54. package/deps/LibRaw-Source/LibRaw-0.21.4/bin/multirender_test +0 -0
  55. package/deps/LibRaw-Source/LibRaw-0.21.4/bin/postprocessing_benchmark +0 -0
  56. package/deps/LibRaw-Source/LibRaw-0.21.4/bin/raw-identify +0 -0
  57. package/deps/LibRaw-Source/LibRaw-0.21.4/bin/rawtextdump +0 -0
  58. package/deps/LibRaw-Source/LibRaw-0.21.4/bin/simple_dcraw +0 -0
  59. package/deps/LibRaw-Source/LibRaw-0.21.4/bin/unprocessed_raw +0 -0
  60. package/deps/LibRaw-Source/LibRaw-0.21.4/build/darwin-arm64/include/libraw/libraw.h +534 -0
  61. package/deps/LibRaw-Source/LibRaw-0.21.4/build/darwin-arm64/include/libraw/libraw_alloc.h +148 -0
  62. package/deps/LibRaw-Source/LibRaw-0.21.4/build/darwin-arm64/include/libraw/libraw_const.h +814 -0
  63. package/deps/LibRaw-Source/LibRaw-0.21.4/build/darwin-arm64/include/libraw/libraw_datastream.h +410 -0
  64. package/deps/LibRaw-Source/LibRaw-0.21.4/build/darwin-arm64/include/libraw/libraw_internal.h +341 -0
  65. package/deps/LibRaw-Source/LibRaw-0.21.4/build/darwin-arm64/include/libraw/libraw_types.h +1175 -0
  66. package/deps/LibRaw-Source/LibRaw-0.21.4/build/darwin-arm64/include/libraw/libraw_version.h +63 -0
  67. package/deps/LibRaw-Source/LibRaw-0.21.4/build/darwin-arm64/lib/libraw.a +0 -0
  68. package/deps/LibRaw-Source/LibRaw-0.21.4/build/darwin-arm64/lib/libraw.la +41 -0
  69. package/deps/LibRaw-Source/LibRaw-0.21.4/build/darwin-arm64/lib/libraw_r.a +0 -0
  70. package/deps/LibRaw-Source/LibRaw-0.21.4/build/darwin-arm64/lib/libraw_r.la +41 -0
  71. package/deps/LibRaw-Source/LibRaw-0.21.4/build/darwin-arm64/lib/pkgconfig/libraw.pc +12 -0
  72. package/deps/LibRaw-Source/LibRaw-0.21.4/build/darwin-arm64/lib/pkgconfig/libraw_r.pc +12 -0
  73. package/deps/LibRaw-Source/LibRaw-0.21.4/build/darwin-arm64/share/doc/libraw/COPYRIGHT +27 -0
  74. package/deps/LibRaw-Source/LibRaw-0.21.4/build/darwin-arm64/share/doc/libraw/Changelog.txt +2802 -0
  75. package/deps/LibRaw-Source/LibRaw-0.21.4/build/darwin-arm64/share/doc/libraw/LICENSE.CDDL +340 -0
  76. package/deps/LibRaw-Source/LibRaw-0.21.4/build/darwin-arm64/share/doc/libraw/LICENSE.LGPL +458 -0
  77. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/4channels.pro +5 -0
  78. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/4channels.vcxproj +145 -0
  79. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/4channels.vcxproj.filters +18 -0
  80. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/dcraw_emu.pro +6 -0
  81. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/dcraw_emu.vcxproj +145 -0
  82. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/dcraw_emu.vcxproj.filters +18 -0
  83. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/dcraw_half.pro +6 -0
  84. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/dcraw_half.vcxproj +145 -0
  85. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/dcraw_half.vcxproj.filters +18 -0
  86. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/half_mt.pro +10 -0
  87. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/libraw-common-lib.pro +28 -0
  88. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/libraw-common.pro +8 -0
  89. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/libraw.pro +70 -0
  90. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/libraw.vcxproj +234 -0
  91. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/libraw.vcxproj.filters +295 -0
  92. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/mem_image.pro +6 -0
  93. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/mem_image.vcxproj +145 -0
  94. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/mem_image.vcxproj.filters +18 -0
  95. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/multirender_test.pro +6 -0
  96. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/multirender_test.vcxproj +145 -0
  97. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/multirender_test.vcxproj.filters +18 -0
  98. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/openbayer_sample.pro +6 -0
  99. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/openbayer_sample.vcxproj +145 -0
  100. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/openbayer_sample.vcxproj.filters +18 -0
  101. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/postprocessing_benchmark.pro +4 -0
  102. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/postprocessing_benchmark.vcxproj +145 -0
  103. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/postprocessing_benchmark.vcxproj.filters +18 -0
  104. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/raw-identify.pro +6 -0
  105. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/raw-identify.vcxproj +145 -0
  106. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/raw-identify.vcxproj.filters +18 -0
  107. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/rawtextdump.pro +6 -0
  108. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/rawtextdump.vcxproj +145 -0
  109. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/rawtextdump.vcxproj.filters +18 -0
  110. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/simple_dcraw.pro +6 -0
  111. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/simple_dcraw.vcxproj +145 -0
  112. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/simple_dcraw.vcxproj.filters +18 -0
  113. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/unprocessed_raw.pro +6 -0
  114. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/unprocessed_raw.vcxproj +145 -0
  115. package/deps/LibRaw-Source/LibRaw-0.21.4/buildfiles/unprocessed_raw.vcxproj.filters +18 -0
  116. package/deps/LibRaw-Source/LibRaw-0.21.4/compile +347 -0
  117. package/deps/LibRaw-Source/LibRaw-0.21.4/config.guess +1433 -0
  118. package/deps/LibRaw-Source/LibRaw-0.21.4/config.log +930 -0
  119. package/deps/LibRaw-Source/LibRaw-0.21.4/config.status +2090 -0
  120. package/deps/LibRaw-Source/LibRaw-0.21.4/config.sub +1804 -0
  121. package/deps/LibRaw-Source/LibRaw-0.21.4/configure +22084 -0
  122. package/deps/LibRaw-Source/LibRaw-0.21.4/configure.ac +153 -0
  123. package/deps/LibRaw-Source/LibRaw-0.21.4/depcomp +791 -0
  124. package/deps/LibRaw-Source/LibRaw-0.21.4/doc/API-C.html +187 -0
  125. package/deps/LibRaw-Source/LibRaw-0.21.4/doc/API-CXX.html +881 -0
  126. package/deps/LibRaw-Source/LibRaw-0.21.4/doc/API-datastruct.html +1341 -0
  127. package/deps/LibRaw-Source/LibRaw-0.21.4/doc/API-notes.html +305 -0
  128. package/deps/LibRaw-Source/LibRaw-0.21.4/doc/API-overview.html +66 -0
  129. package/deps/LibRaw-Source/LibRaw-0.21.4/doc/Install-LibRaw.html +124 -0
  130. package/deps/LibRaw-Source/LibRaw-0.21.4/doc/Samples-LibRaw.html +213 -0
  131. package/deps/LibRaw-Source/LibRaw-0.21.4/doc/Why-LibRaw.html +65 -0
  132. package/deps/LibRaw-Source/LibRaw-0.21.4/doc/index.html +38 -0
  133. package/deps/LibRaw-Source/LibRaw-0.21.4/install-sh +501 -0
  134. package/deps/LibRaw-Source/LibRaw-0.21.4/internal/dcraw_defs.h +66 -0
  135. package/deps/LibRaw-Source/LibRaw-0.21.4/internal/dcraw_fileio_defs.h +25 -0
  136. package/deps/LibRaw-Source/LibRaw-0.21.4/internal/defines.h +193 -0
  137. package/deps/LibRaw-Source/LibRaw-0.21.4/internal/dmp_include.h +27 -0
  138. package/deps/LibRaw-Source/LibRaw-0.21.4/internal/libraw_cameraids.h +320 -0
  139. package/deps/LibRaw-Source/LibRaw-0.21.4/internal/libraw_cxx_defs.h +133 -0
  140. package/deps/LibRaw-Source/LibRaw-0.21.4/internal/libraw_internal_funcs.h +412 -0
  141. package/deps/LibRaw-Source/LibRaw-0.21.4/internal/var_defines.h +215 -0
  142. package/deps/LibRaw-Source/LibRaw-0.21.4/internal/x3f_tools.h +539 -0
  143. package/deps/LibRaw-Source/LibRaw-0.21.4/lib/.dirstamp +0 -0
  144. package/deps/LibRaw-Source/LibRaw-0.21.4/lib/.libs/libraw.a +0 -0
  145. package/deps/LibRaw-Source/LibRaw-0.21.4/lib/.libs/libraw.lai +41 -0
  146. package/deps/LibRaw-Source/LibRaw-0.21.4/lib/.libs/libraw_r.a +0 -0
  147. package/deps/LibRaw-Source/LibRaw-0.21.4/lib/.libs/libraw_r.lai +41 -0
  148. package/deps/LibRaw-Source/LibRaw-0.21.4/lib/libraw.la +41 -0
  149. package/deps/LibRaw-Source/LibRaw-0.21.4/lib/libraw_r.la +41 -0
  150. package/deps/LibRaw-Source/LibRaw-0.21.4/libraw/libraw.h +534 -0
  151. package/deps/LibRaw-Source/LibRaw-0.21.4/libraw/libraw_alloc.h +148 -0
  152. package/deps/LibRaw-Source/LibRaw-0.21.4/libraw/libraw_const.h +814 -0
  153. package/deps/LibRaw-Source/LibRaw-0.21.4/libraw/libraw_datastream.h +410 -0
  154. package/deps/LibRaw-Source/LibRaw-0.21.4/libraw/libraw_internal.h +341 -0
  155. package/deps/LibRaw-Source/LibRaw-0.21.4/libraw/libraw_types.h +1175 -0
  156. package/deps/LibRaw-Source/LibRaw-0.21.4/libraw/libraw_version.h +63 -0
  157. package/deps/LibRaw-Source/LibRaw-0.21.4/libraw.pc +12 -0
  158. package/deps/LibRaw-Source/LibRaw-0.21.4/libraw.pc.in +12 -0
  159. package/deps/LibRaw-Source/LibRaw-0.21.4/libraw_r.pc +12 -0
  160. package/deps/LibRaw-Source/LibRaw-0.21.4/libraw_r.pc.in +12 -0
  161. package/deps/LibRaw-Source/LibRaw-0.21.4/libtool +12190 -0
  162. package/deps/LibRaw-Source/LibRaw-0.21.4/ltmain.sh +11524 -0
  163. package/deps/LibRaw-Source/LibRaw-0.21.4/m4/ax_openmp.m4 +99 -0
  164. package/deps/LibRaw-Source/LibRaw-0.21.4/m4/libtool.m4 +8488 -0
  165. package/deps/LibRaw-Source/LibRaw-0.21.4/m4/ltoptions.m4 +467 -0
  166. package/deps/LibRaw-Source/LibRaw-0.21.4/m4/ltsugar.m4 +124 -0
  167. package/deps/LibRaw-Source/LibRaw-0.21.4/m4/ltversion.m4 +24 -0
  168. package/deps/LibRaw-Source/LibRaw-0.21.4/m4/lt~obsolete.m4 +99 -0
  169. package/deps/LibRaw-Source/LibRaw-0.21.4/missing +215 -0
  170. package/deps/LibRaw-Source/LibRaw-0.21.4/object/.keep_me +0 -0
  171. package/deps/LibRaw-Source/LibRaw-0.21.4/rsxml2c.sh +6 -0
  172. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/.deps/bin_4channels-4channels.Po +0 -0
  173. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/.deps/bin_dcraw_emu-dcraw_emu.Po +0 -0
  174. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/.deps/bin_dcraw_half-dcraw_half.Po +0 -0
  175. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/.deps/bin_half_mt-half_mt.Po +0 -0
  176. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/.deps/bin_mem_image-mem_image_sample.Po +0 -0
  177. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/.deps/bin_multirender_test-multirender_test.Po +0 -0
  178. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/.deps/bin_postprocessing_benchmark-postprocessing_benchmark.Po +0 -0
  179. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/.deps/bin_raw_identify-raw-identify.Po +0 -0
  180. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/.deps/bin_rawtextdump-rawtextdump.Po +0 -0
  181. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/.deps/bin_simple_dcraw-simple_dcraw.Po +0 -0
  182. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/.deps/bin_unprocessed_raw-unprocessed_raw.Po +0 -0
  183. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/.dirstamp +0 -0
  184. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/4channels.cpp +174 -0
  185. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/Makefile +2 -0
  186. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/dcraw_emu.cpp +670 -0
  187. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/dcraw_half.c +78 -0
  188. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/half_mt.c +178 -0
  189. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/half_mt_win32.c +212 -0
  190. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/mem_image_sample.cpp +282 -0
  191. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/multirender_test.cpp +107 -0
  192. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/openbayer_sample.cpp +65 -0
  193. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/postprocessing_benchmark.cpp +223 -0
  194. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/raw-identify.cpp +743 -0
  195. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/rawtextdump.cpp +144 -0
  196. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/simple_dcraw.cpp +217 -0
  197. package/deps/LibRaw-Source/LibRaw-0.21.4/samples/unprocessed_raw.cpp +319 -0
  198. package/deps/LibRaw-Source/LibRaw-0.21.4/shlib-version.sh +11 -0
  199. package/deps/LibRaw-Source/LibRaw-0.21.4/src/.deps/.dirstamp +0 -0
  200. package/deps/LibRaw-Source/LibRaw-0.21.4/src/.deps/libraw_c_api.Plo +1597 -0
  201. package/deps/LibRaw-Source/LibRaw-0.21.4/src/.deps/libraw_datastream.Plo +1604 -0
  202. package/deps/LibRaw-Source/LibRaw-0.21.4/src/.dirstamp +0 -0
  203. package/deps/LibRaw-Source/LibRaw-0.21.4/src/Makefile +2 -0
  204. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/.deps/.dirstamp +0 -0
  205. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/.deps/canon_600.Plo +1656 -0
  206. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/.deps/crx.Plo +1659 -0
  207. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/.deps/decoders_dcraw.Plo +1657 -0
  208. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/.deps/decoders_libraw.Plo +1659 -0
  209. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/.deps/decoders_libraw_dcrdefs.Plo +1657 -0
  210. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/.deps/dng.Plo +1656 -0
  211. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/.deps/fp_dng.Plo +1659 -0
  212. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/.deps/fuji_compressed.Plo +1659 -0
  213. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/.deps/generic.Plo +1656 -0
  214. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/.deps/kodak_decoders.Plo +1656 -0
  215. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/.deps/load_mfbacks.Plo +1656 -0
  216. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/.deps/smal.Plo +1656 -0
  217. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/.deps/unpack.Plo +1661 -0
  218. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/.deps/unpack_thumb.Plo +1659 -0
  219. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/.dirstamp +0 -0
  220. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/canon_600.cpp +225 -0
  221. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/canon_600.lo +12 -0
  222. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/canon_600.o +0 -0
  223. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/crx.cpp +2781 -0
  224. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/crx.lo +12 -0
  225. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/crx.o +0 -0
  226. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/decoders_dcraw.cpp +1816 -0
  227. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/decoders_dcraw.lo +12 -0
  228. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/decoders_dcraw.o +0 -0
  229. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/decoders_libraw.cpp +873 -0
  230. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/decoders_libraw.lo +12 -0
  231. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/decoders_libraw.o +0 -0
  232. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/decoders_libraw_dcrdefs.cpp +411 -0
  233. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/decoders_libraw_dcrdefs.lo +12 -0
  234. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/decoders_libraw_dcrdefs.o +0 -0
  235. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/dng.cpp +284 -0
  236. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/dng.lo +12 -0
  237. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/dng.o +0 -0
  238. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/fp_dng.cpp +689 -0
  239. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/fp_dng.lo +12 -0
  240. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/fp_dng.o +0 -0
  241. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/fuji_compressed.cpp +1210 -0
  242. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/fuji_compressed.lo +12 -0
  243. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/fuji_compressed.o +0 -0
  244. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/generic.cpp +101 -0
  245. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/generic.lo +12 -0
  246. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/generic.o +0 -0
  247. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/kodak_decoders.cpp +524 -0
  248. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/kodak_decoders.lo +12 -0
  249. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/kodak_decoders.o +0 -0
  250. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/load_mfbacks.cpp +936 -0
  251. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/load_mfbacks.lo +12 -0
  252. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/load_mfbacks.o +0 -0
  253. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/smal.cpp +181 -0
  254. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/smal.lo +12 -0
  255. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/smal.o +0 -0
  256. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/unpack.cpp +508 -0
  257. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/unpack.lo +12 -0
  258. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/unpack.o +0 -0
  259. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/unpack_thumb.cpp +405 -0
  260. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/unpack_thumb.lo +12 -0
  261. package/deps/LibRaw-Source/LibRaw-0.21.4/src/decoders/unpack_thumb.o +0 -0
  262. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/.deps/.dirstamp +0 -0
  263. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/.deps/aahd_demosaic.Plo +1653 -0
  264. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/.deps/ahd_demosaic.Plo +1656 -0
  265. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/.deps/dcb_demosaic.Plo +1656 -0
  266. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/.deps/dht_demosaic.Plo +1653 -0
  267. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/.deps/misc_demosaic.Plo +1656 -0
  268. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/.deps/xtrans_demosaic.Plo +1656 -0
  269. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/.dirstamp +0 -0
  270. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/aahd_demosaic.cpp +781 -0
  271. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/aahd_demosaic.lo +12 -0
  272. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/aahd_demosaic.o +0 -0
  273. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/ahd_demosaic.cpp +355 -0
  274. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/ahd_demosaic.lo +12 -0
  275. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/ahd_demosaic.o +0 -0
  276. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/dcb_demosaic.cpp +900 -0
  277. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/dcb_demosaic.lo +12 -0
  278. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/dcb_demosaic.o +0 -0
  279. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/dht_demosaic.cpp +1033 -0
  280. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/dht_demosaic.lo +12 -0
  281. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/dht_demosaic.o +0 -0
  282. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/misc_demosaic.cpp +420 -0
  283. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/misc_demosaic.lo +12 -0
  284. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/misc_demosaic.o +0 -0
  285. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/xtrans_demosaic.cpp +434 -0
  286. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/xtrans_demosaic.lo +12 -0
  287. package/deps/LibRaw-Source/LibRaw-0.21.4/src/demosaic/xtrans_demosaic.o +0 -0
  288. package/deps/LibRaw-Source/LibRaw-0.21.4/src/integration/.deps/.dirstamp +0 -0
  289. package/deps/LibRaw-Source/LibRaw-0.21.4/src/integration/.deps/dngsdk_glue.Plo +1659 -0
  290. package/deps/LibRaw-Source/LibRaw-0.21.4/src/integration/.deps/rawspeed_glue.Plo +1659 -0
  291. package/deps/LibRaw-Source/LibRaw-0.21.4/src/integration/.dirstamp +0 -0
  292. package/deps/LibRaw-Source/LibRaw-0.21.4/src/integration/dngsdk_glue.cpp +416 -0
  293. package/deps/LibRaw-Source/LibRaw-0.21.4/src/integration/dngsdk_glue.lo +12 -0
  294. package/deps/LibRaw-Source/LibRaw-0.21.4/src/integration/dngsdk_glue.o +0 -0
  295. package/deps/LibRaw-Source/LibRaw-0.21.4/src/integration/rawspeed_glue.cpp +286 -0
  296. package/deps/LibRaw-Source/LibRaw-0.21.4/src/integration/rawspeed_glue.lo +12 -0
  297. package/deps/LibRaw-Source/LibRaw-0.21.4/src/integration/rawspeed_glue.o +0 -0
  298. package/deps/LibRaw-Source/LibRaw-0.21.4/src/libraw_c_api.cpp +457 -0
  299. package/deps/LibRaw-Source/LibRaw-0.21.4/src/libraw_c_api.lo +12 -0
  300. package/deps/LibRaw-Source/LibRaw-0.21.4/src/libraw_c_api.o +0 -0
  301. package/deps/LibRaw-Source/LibRaw-0.21.4/src/libraw_datastream.cpp +1046 -0
  302. package/deps/LibRaw-Source/LibRaw-0.21.4/src/libraw_datastream.lo +12 -0
  303. package/deps/LibRaw-Source/LibRaw-0.21.4/src/libraw_datastream.o +0 -0
  304. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/.dirstamp +0 -0
  305. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/adobepano.Plo +1656 -0
  306. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/canon.Plo +1657 -0
  307. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/ciff.Plo +1656 -0
  308. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/cr3_parser.Plo +1656 -0
  309. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/epson.Plo +1656 -0
  310. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/exif_gps.Plo +1657 -0
  311. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/fuji.Plo +1656 -0
  312. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/hasselblad_model.Plo +1657 -0
  313. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/identify.Plo +1657 -0
  314. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/identify_tools.Plo +1656 -0
  315. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/kodak.Plo +1656 -0
  316. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/leica.Plo +1656 -0
  317. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/makernotes.Plo +1656 -0
  318. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/mediumformat.Plo +1656 -0
  319. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/minolta.Plo +1656 -0
  320. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/misc_parsers.Plo +1656 -0
  321. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/nikon.Plo +1656 -0
  322. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/normalize_model.Plo +1657 -0
  323. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/olympus.Plo +1657 -0
  324. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/p1.Plo +1656 -0
  325. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/pentax.Plo +1657 -0
  326. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/samsung.Plo +1656 -0
  327. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/sony.Plo +1657 -0
  328. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.deps/tiff.Plo +1657 -0
  329. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/.dirstamp +0 -0
  330. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/adobepano.cpp +154 -0
  331. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/adobepano.lo +12 -0
  332. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/adobepano.o +0 -0
  333. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/canon.cpp +1335 -0
  334. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/canon.lo +12 -0
  335. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/canon.o +0 -0
  336. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/ciff.cpp +411 -0
  337. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/ciff.lo +12 -0
  338. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/ciff.o +0 -0
  339. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/cr3_parser.cpp +896 -0
  340. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/cr3_parser.lo +12 -0
  341. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/cr3_parser.o +0 -0
  342. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/epson.cpp +96 -0
  343. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/epson.lo +12 -0
  344. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/epson.o +0 -0
  345. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/exif_gps.cpp +430 -0
  346. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/exif_gps.lo +12 -0
  347. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/exif_gps.o +0 -0
  348. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/fuji.cpp +1427 -0
  349. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/fuji.lo +12 -0
  350. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/fuji.o +0 -0
  351. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/hasselblad_model.cpp +538 -0
  352. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/hasselblad_model.lo +12 -0
  353. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/hasselblad_model.o +0 -0
  354. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/identify.cpp +3167 -0
  355. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/identify.lo +12 -0
  356. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/identify.o +0 -0
  357. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/identify_tools.cpp +140 -0
  358. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/identify_tools.lo +12 -0
  359. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/identify_tools.o +0 -0
  360. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/kodak.cpp +363 -0
  361. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/kodak.lo +12 -0
  362. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/kodak.o +0 -0
  363. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/leica.cpp +375 -0
  364. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/leica.lo +12 -0
  365. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/leica.o +0 -0
  366. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/makernotes.cpp +786 -0
  367. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/makernotes.lo +12 -0
  368. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/makernotes.o +0 -0
  369. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/mediumformat.cpp +521 -0
  370. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/mediumformat.lo +12 -0
  371. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/mediumformat.o +0 -0
  372. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/minolta.cpp +110 -0
  373. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/minolta.lo +12 -0
  374. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/minolta.o +0 -0
  375. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/misc_parsers.cpp +694 -0
  376. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/misc_parsers.lo +12 -0
  377. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/misc_parsers.o +0 -0
  378. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/nikon.cpp +1051 -0
  379. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/nikon.lo +12 -0
  380. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/nikon.o +0 -0
  381. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/normalize_model.cpp +1451 -0
  382. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/normalize_model.lo +12 -0
  383. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/normalize_model.o +0 -0
  384. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/olympus.cpp +685 -0
  385. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/olympus.lo +12 -0
  386. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/olympus.o +0 -0
  387. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/p1.cpp +192 -0
  388. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/p1.lo +12 -0
  389. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/p1.o +0 -0
  390. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/pentax.cpp +675 -0
  391. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/pentax.lo +12 -0
  392. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/pentax.o +0 -0
  393. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/samsung.cpp +182 -0
  394. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/samsung.lo +12 -0
  395. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/samsung.o +0 -0
  396. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/sony.cpp +2320 -0
  397. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/sony.lo +12 -0
  398. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/sony.o +0 -0
  399. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/tiff.cpp +2198 -0
  400. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/tiff.lo +12 -0
  401. package/deps/LibRaw-Source/LibRaw-0.21.4/src/metadata/tiff.o +0 -0
  402. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/.deps/.dirstamp +0 -0
  403. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/.deps/aspect_ratio.Plo +1656 -0
  404. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/.deps/dcraw_process.Plo +1659 -0
  405. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/.deps/mem_image.Plo +1659 -0
  406. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/.deps/postprocessing_aux.Plo +1657 -0
  407. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/.deps/postprocessing_utils.Plo +1660 -0
  408. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/.deps/postprocessing_utils_dcrdefs.Plo +1657 -0
  409. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/.dirstamp +0 -0
  410. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/aspect_ratio.cpp +113 -0
  411. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/aspect_ratio.lo +12 -0
  412. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/aspect_ratio.o +0 -0
  413. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/dcraw_process.cpp +259 -0
  414. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/dcraw_process.lo +12 -0
  415. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/dcraw_process.o +0 -0
  416. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/mem_image.cpp +292 -0
  417. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/mem_image.lo +12 -0
  418. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/mem_image.o +0 -0
  419. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/postprocessing_aux.cpp +413 -0
  420. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/postprocessing_aux.lo +12 -0
  421. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/postprocessing_aux.o +0 -0
  422. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/postprocessing_ph.cpp +31 -0
  423. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/postprocessing_utils.cpp +190 -0
  424. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/postprocessing_utils.lo +12 -0
  425. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/postprocessing_utils.o +0 -0
  426. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/postprocessing_utils_dcrdefs.cpp +308 -0
  427. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/postprocessing_utils_dcrdefs.lo +12 -0
  428. package/deps/LibRaw-Source/LibRaw-0.21.4/src/postprocessing/postprocessing_utils_dcrdefs.o +0 -0
  429. package/deps/LibRaw-Source/LibRaw-0.21.4/src/preprocessing/.deps/.dirstamp +0 -0
  430. package/deps/LibRaw-Source/LibRaw-0.21.4/src/preprocessing/.deps/ext_preprocess.Plo +1656 -0
  431. package/deps/LibRaw-Source/LibRaw-0.21.4/src/preprocessing/.deps/raw2image.Plo +1659 -0
  432. package/deps/LibRaw-Source/LibRaw-0.21.4/src/preprocessing/.deps/subtract_black.Plo +1659 -0
  433. package/deps/LibRaw-Source/LibRaw-0.21.4/src/preprocessing/.dirstamp +0 -0
  434. package/deps/LibRaw-Source/LibRaw-0.21.4/src/preprocessing/ext_preprocess.cpp +127 -0
  435. package/deps/LibRaw-Source/LibRaw-0.21.4/src/preprocessing/ext_preprocess.lo +12 -0
  436. package/deps/LibRaw-Source/LibRaw-0.21.4/src/preprocessing/ext_preprocess.o +0 -0
  437. package/deps/LibRaw-Source/LibRaw-0.21.4/src/preprocessing/preprocessing_ph.cpp +24 -0
  438. package/deps/LibRaw-Source/LibRaw-0.21.4/src/preprocessing/raw2image.cpp +560 -0
  439. package/deps/LibRaw-Source/LibRaw-0.21.4/src/preprocessing/raw2image.lo +12 -0
  440. package/deps/LibRaw-Source/LibRaw-0.21.4/src/preprocessing/raw2image.o +0 -0
  441. package/deps/LibRaw-Source/LibRaw-0.21.4/src/preprocessing/subtract_black.cpp +91 -0
  442. package/deps/LibRaw-Source/LibRaw-0.21.4/src/preprocessing/subtract_black.lo +12 -0
  443. package/deps/LibRaw-Source/LibRaw-0.21.4/src/preprocessing/subtract_black.o +0 -0
  444. package/deps/LibRaw-Source/LibRaw-0.21.4/src/tables/.deps/.dirstamp +0 -0
  445. package/deps/LibRaw-Source/LibRaw-0.21.4/src/tables/.deps/cameralist.Plo +1659 -0
  446. package/deps/LibRaw-Source/LibRaw-0.21.4/src/tables/.deps/colorconst.Plo +1659 -0
  447. package/deps/LibRaw-Source/LibRaw-0.21.4/src/tables/.deps/colordata.Plo +1656 -0
  448. package/deps/LibRaw-Source/LibRaw-0.21.4/src/tables/.deps/wblists.Plo +1656 -0
  449. package/deps/LibRaw-Source/LibRaw-0.21.4/src/tables/.dirstamp +0 -0
  450. package/deps/LibRaw-Source/LibRaw-0.21.4/src/tables/cameralist.cpp +1268 -0
  451. package/deps/LibRaw-Source/LibRaw-0.21.4/src/tables/cameralist.lo +12 -0
  452. package/deps/LibRaw-Source/LibRaw-0.21.4/src/tables/cameralist.o +0 -0
  453. package/deps/LibRaw-Source/LibRaw-0.21.4/src/tables/colorconst.cpp +57 -0
  454. package/deps/LibRaw-Source/LibRaw-0.21.4/src/tables/colorconst.lo +12 -0
  455. package/deps/LibRaw-Source/LibRaw-0.21.4/src/tables/colorconst.o +0 -0
  456. package/deps/LibRaw-Source/LibRaw-0.21.4/src/tables/colordata.cpp +1841 -0
  457. package/deps/LibRaw-Source/LibRaw-0.21.4/src/tables/colordata.lo +12 -0
  458. package/deps/LibRaw-Source/LibRaw-0.21.4/src/tables/colordata.o +0 -0
  459. package/deps/LibRaw-Source/LibRaw-0.21.4/src/tables/wblists.cpp +217 -0
  460. package/deps/LibRaw-Source/LibRaw-0.21.4/src/tables/wblists.lo +12 -0
  461. package/deps/LibRaw-Source/LibRaw-0.21.4/src/tables/wblists.o +0 -0
  462. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/.deps/.dirstamp +0 -0
  463. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/.deps/curves.Plo +1656 -0
  464. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/.deps/decoder_info.Plo +1659 -0
  465. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/.deps/init_close_utils.Plo +1659 -0
  466. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/.deps/open.Plo +1661 -0
  467. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/.deps/phaseone_processing.Plo +1659 -0
  468. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/.deps/read_utils.Plo +1656 -0
  469. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/.deps/thumb_utils.Plo +1659 -0
  470. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/.deps/utils_dcraw.Plo +1656 -0
  471. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/.deps/utils_libraw.Plo +1659 -0
  472. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/.dirstamp +0 -0
  473. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/curves.cpp +154 -0
  474. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/curves.lo +12 -0
  475. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/curves.o +0 -0
  476. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/decoder_info.cpp +413 -0
  477. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/decoder_info.lo +12 -0
  478. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/decoder_info.o +0 -0
  479. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/init_close_utils.cpp +340 -0
  480. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/init_close_utils.lo +12 -0
  481. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/init_close_utils.o +0 -0
  482. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/open.cpp +1269 -0
  483. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/open.lo +12 -0
  484. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/open.o +0 -0
  485. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/phaseone_processing.cpp +101 -0
  486. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/phaseone_processing.lo +12 -0
  487. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/phaseone_processing.o +0 -0
  488. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/read_utils.cpp +176 -0
  489. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/read_utils.lo +12 -0
  490. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/read_utils.o +0 -0
  491. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/thumb_utils.cpp +338 -0
  492. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/thumb_utils.lo +12 -0
  493. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/thumb_utils.o +0 -0
  494. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/utils_dcraw.cpp +330 -0
  495. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/utils_dcraw.lo +12 -0
  496. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/utils_dcraw.o +0 -0
  497. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/utils_libraw.cpp +673 -0
  498. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/utils_libraw.lo +12 -0
  499. package/deps/LibRaw-Source/LibRaw-0.21.4/src/utils/utils_libraw.o +0 -0
  500. package/deps/LibRaw-Source/LibRaw-0.21.4/src/write/.deps/.dirstamp +0 -0
  501. package/deps/LibRaw-Source/LibRaw-0.21.4/src/write/.deps/apply_profile.Plo +1656 -0
  502. package/deps/LibRaw-Source/LibRaw-0.21.4/src/write/.deps/file_write.Plo +1656 -0
  503. package/deps/LibRaw-Source/LibRaw-0.21.4/src/write/.deps/tiff_writer.Plo +1659 -0
  504. package/deps/LibRaw-Source/LibRaw-0.21.4/src/write/.dirstamp +0 -0
  505. package/deps/LibRaw-Source/LibRaw-0.21.4/src/write/apply_profile.cpp +76 -0
  506. package/deps/LibRaw-Source/LibRaw-0.21.4/src/write/apply_profile.lo +12 -0
  507. package/deps/LibRaw-Source/LibRaw-0.21.4/src/write/apply_profile.o +0 -0
  508. package/deps/LibRaw-Source/LibRaw-0.21.4/src/write/file_write.cpp +338 -0
  509. package/deps/LibRaw-Source/LibRaw-0.21.4/src/write/file_write.lo +12 -0
  510. package/deps/LibRaw-Source/LibRaw-0.21.4/src/write/file_write.o +0 -0
  511. package/deps/LibRaw-Source/LibRaw-0.21.4/src/write/tiff_writer.cpp +73 -0
  512. package/deps/LibRaw-Source/LibRaw-0.21.4/src/write/tiff_writer.lo +12 -0
  513. package/deps/LibRaw-Source/LibRaw-0.21.4/src/write/tiff_writer.o +0 -0
  514. package/deps/LibRaw-Source/LibRaw-0.21.4/src/write/write_ph.cpp +39 -0
  515. package/deps/LibRaw-Source/LibRaw-0.21.4/src/x3f/.deps/.dirstamp +0 -0
  516. package/deps/LibRaw-Source/LibRaw-0.21.4/src/x3f/.deps/x3f_parse_process.Plo +1 -0
  517. package/deps/LibRaw-Source/LibRaw-0.21.4/src/x3f/.deps/x3f_utils_patched.Plo +1 -0
  518. package/deps/LibRaw-Source/LibRaw-0.21.4/src/x3f/.dirstamp +0 -0
  519. package/deps/LibRaw-Source/LibRaw-0.21.4/src/x3f/x3f_parse_process.cpp +708 -0
  520. package/deps/LibRaw-Source/LibRaw-0.21.4/src/x3f/x3f_parse_process.lo +12 -0
  521. package/deps/LibRaw-Source/LibRaw-0.21.4/src/x3f/x3f_parse_process.o +0 -0
  522. package/deps/LibRaw-Source/LibRaw-0.21.4/src/x3f/x3f_utils_patched.cpp +2119 -0
  523. package/deps/LibRaw-Source/LibRaw-0.21.4/src/x3f/x3f_utils_patched.lo +12 -0
  524. package/deps/LibRaw-Source/LibRaw-0.21.4/src/x3f/x3f_utils_patched.o +0 -0
  525. package/deps/LibRaw-Source/LibRaw-0.21.4/version.sh +16 -0
  526. package/lib/index.d.ts +671 -0
  527. package/lib/index.js +2292 -0
  528. package/package.json +134 -0
  529. package/prebuilds/darwin-arm64/librawspeed-full.node +0 -0
  530. package/scripts/build-libraw.sh +303 -0
  531. package/scripts/download-dependencies.sh +31 -0
  532. package/scripts/download-libraw.sh +30 -0
  533. package/scripts/generate-docs.js +590 -0
  534. package/scripts/merge-prebuilds.sh +40 -0
  535. package/scripts/prepare-libraw.js +132 -0
  536. package/scripts/publish.sh +84 -0
  537. package/scripts/setup-dev-env.sh +112 -0
  538. package/src/addon.cpp +8 -0
  539. package/src/libraw_wrapper.cpp +1370 -0
  540. package/src/libraw_wrapper.h +114 -0
  541. package/types/index.d.ts +152 -0
@@ -0,0 +1,2090 @@
1
+ #! /bin/sh
2
+ # Generated by configure.
3
+ # Run this file to recreate the current configuration.
4
+ # Compiler output produced by configure, useful for debugging
5
+ # configure, is in config.log if it exists.
6
+
7
+ debug=false
8
+ ac_cs_recheck=false
9
+ ac_cs_silent=false
10
+
11
+ SHELL=${CONFIG_SHELL-/bin/sh}
12
+ export SHELL
13
+ ## -------------------- ##
14
+ ## M4sh Initialization. ##
15
+ ## -------------------- ##
16
+
17
+ # Be more Bourne compatible
18
+ DUALCASE=1; export DUALCASE # for MKS sh
19
+ if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
20
+ then :
21
+ emulate sh
22
+ NULLCMD=:
23
+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
24
+ # is contrary to our usage. Disable this feature.
25
+ alias -g '${1+"$@"}'='"$@"'
26
+ setopt NO_GLOB_SUBST
27
+ else case e in #(
28
+ e) case `(set -o) 2>/dev/null` in #(
29
+ *posix*) :
30
+ set -o posix ;; #(
31
+ *) :
32
+ ;;
33
+ esac ;;
34
+ esac
35
+ fi
36
+
37
+
38
+
39
+ # Reset variables that may have inherited troublesome values from
40
+ # the environment.
41
+
42
+ # IFS needs to be set, to space, tab, and newline, in precisely that order.
43
+ # (If _AS_PATH_WALK were called with IFS unset, it would have the
44
+ # side effect of setting IFS to empty, thus disabling word splitting.)
45
+ # Quoting is to prevent editors from complaining about space-tab.
46
+ as_nl='
47
+ '
48
+ export as_nl
49
+ IFS=" "" $as_nl"
50
+
51
+ PS1='$ '
52
+ PS2='> '
53
+ PS4='+ '
54
+
55
+ # Ensure predictable behavior from utilities with locale-dependent output.
56
+ LC_ALL=C
57
+ export LC_ALL
58
+ LANGUAGE=C
59
+ export LANGUAGE
60
+
61
+ # We cannot yet rely on "unset" to work, but we need these variables
62
+ # to be unset--not just set to an empty or harmless value--now, to
63
+ # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
64
+ # also avoids known problems related to "unset" and subshell syntax
65
+ # in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
66
+ for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
67
+ do eval test \${$as_var+y} \
68
+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
69
+ done
70
+
71
+ # Ensure that fds 0, 1, and 2 are open.
72
+ if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
73
+ if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
74
+ if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
75
+
76
+ # The user is always right.
77
+ if ${PATH_SEPARATOR+false} :; then
78
+ PATH_SEPARATOR=:
79
+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80
+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81
+ PATH_SEPARATOR=';'
82
+ }
83
+ fi
84
+
85
+
86
+ # Find who we are. Look in the path if we contain no directory separator.
87
+ as_myself=
88
+ case $0 in #((
89
+ *[\\/]* ) as_myself=$0 ;;
90
+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
91
+ for as_dir in $PATH
92
+ do
93
+ IFS=$as_save_IFS
94
+ case $as_dir in #(((
95
+ '') as_dir=./ ;;
96
+ */) ;;
97
+ *) as_dir=$as_dir/ ;;
98
+ esac
99
+ test -r "$as_dir$0" && as_myself=$as_dir$0 && break
100
+ done
101
+ IFS=$as_save_IFS
102
+
103
+ ;;
104
+ esac
105
+ # We did not find ourselves, most probably we were run as 'sh COMMAND'
106
+ # in which case we are not to be found in the path.
107
+ if test "x$as_myself" = x; then
108
+ as_myself=$0
109
+ fi
110
+ if test ! -f "$as_myself"; then
111
+ printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112
+ exit 1
113
+ fi
114
+
115
+
116
+
117
+ # as_fn_error STATUS ERROR [LINENO LOG_FD]
118
+ # ----------------------------------------
119
+ # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
120
+ # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
121
+ # script with STATUS, using 1 if that was 0.
122
+ as_fn_error ()
123
+ {
124
+ as_status=$1; test $as_status -eq 0 && as_status=1
125
+ if test "$4"; then
126
+ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
127
+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
128
+ fi
129
+ printf "%s\n" "$as_me: error: $2" >&2
130
+ as_fn_exit $as_status
131
+ } # as_fn_error
132
+
133
+
134
+ # as_fn_set_status STATUS
135
+ # -----------------------
136
+ # Set $? to STATUS, without forking.
137
+ as_fn_set_status ()
138
+ {
139
+ return $1
140
+ } # as_fn_set_status
141
+
142
+ # as_fn_exit STATUS
143
+ # -----------------
144
+ # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
145
+ as_fn_exit ()
146
+ {
147
+ set +e
148
+ as_fn_set_status $1
149
+ exit $1
150
+ } # as_fn_exit
151
+
152
+ # as_fn_unset VAR
153
+ # ---------------
154
+ # Portably unset VAR.
155
+ as_fn_unset ()
156
+ {
157
+ { eval $1=; unset $1;}
158
+ }
159
+ as_unset=as_fn_unset
160
+
161
+ # as_fn_append VAR VALUE
162
+ # ----------------------
163
+ # Append the text in VALUE to the end of the definition contained in VAR. Take
164
+ # advantage of any shell optimizations that allow amortized linear growth over
165
+ # repeated appends, instead of the typical quadratic growth present in naive
166
+ # implementations.
167
+ if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
168
+ then :
169
+ eval 'as_fn_append ()
170
+ {
171
+ eval $1+=\$2
172
+ }'
173
+ else case e in #(
174
+ e) as_fn_append ()
175
+ {
176
+ eval $1=\$$1\$2
177
+ } ;;
178
+ esac
179
+ fi # as_fn_append
180
+
181
+ # as_fn_arith ARG...
182
+ # ------------------
183
+ # Perform arithmetic evaluation on the ARGs, and store the result in the
184
+ # global $as_val. Take advantage of shells that can avoid forks. The arguments
185
+ # must be portable across $(()) and expr.
186
+ if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
187
+ then :
188
+ eval 'as_fn_arith ()
189
+ {
190
+ as_val=$(( $* ))
191
+ }'
192
+ else case e in #(
193
+ e) as_fn_arith ()
194
+ {
195
+ as_val=`expr "$@" || test $? -eq 1`
196
+ } ;;
197
+ esac
198
+ fi # as_fn_arith
199
+
200
+
201
+ if expr a : '\(a\)' >/dev/null 2>&1 &&
202
+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
203
+ as_expr=expr
204
+ else
205
+ as_expr=false
206
+ fi
207
+
208
+ if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
209
+ as_basename=basename
210
+ else
211
+ as_basename=false
212
+ fi
213
+
214
+ if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
215
+ as_dirname=dirname
216
+ else
217
+ as_dirname=false
218
+ fi
219
+
220
+ as_me=`$as_basename -- "$0" ||
221
+ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
222
+ X"$0" : 'X\(//\)$' \| \
223
+ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
224
+ printf "%s\n" X/"$0" |
225
+ sed '/^.*\/\([^/][^/]*\)\/*$/{
226
+ s//\1/
227
+ q
228
+ }
229
+ /^X\/\(\/\/\)$/{
230
+ s//\1/
231
+ q
232
+ }
233
+ /^X\/\(\/\).*/{
234
+ s//\1/
235
+ q
236
+ }
237
+ s/.*/./; q'`
238
+
239
+ # Avoid depending upon Character Ranges.
240
+ as_cr_letters='abcdefghijklmnopqrstuvwxyz'
241
+ as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
242
+ as_cr_Letters=$as_cr_letters$as_cr_LETTERS
243
+ as_cr_digits='0123456789'
244
+ as_cr_alnum=$as_cr_Letters$as_cr_digits
245
+
246
+
247
+ # Determine whether it's possible to make 'echo' print without a newline.
248
+ # These variables are no longer used directly by Autoconf, but are AC_SUBSTed
249
+ # for compatibility with existing Makefiles.
250
+ ECHO_C= ECHO_N= ECHO_T=
251
+ case `echo -n x` in #(((((
252
+ -n*)
253
+ case `echo 'xy\c'` in
254
+ *c*) ECHO_T=' ';; # ECHO_T is single tab character.
255
+ xy) ECHO_C='\c';;
256
+ *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
257
+ ECHO_T=' ';;
258
+ esac;;
259
+ *)
260
+ ECHO_N='-n';;
261
+ esac
262
+
263
+ # For backward compatibility with old third-party macros, we provide
264
+ # the shell variables $as_echo and $as_echo_n. New code should use
265
+ # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
266
+ as_echo='printf %s\n'
267
+ as_echo_n='printf %s'
268
+
269
+ rm -f conf$$ conf$$.exe conf$$.file
270
+ if test -d conf$$.dir; then
271
+ rm -f conf$$.dir/conf$$.file
272
+ else
273
+ rm -f conf$$.dir
274
+ mkdir conf$$.dir 2>/dev/null
275
+ fi
276
+ if (echo >conf$$.file) 2>/dev/null; then
277
+ if ln -s conf$$.file conf$$ 2>/dev/null; then
278
+ as_ln_s='ln -s'
279
+ # ... but there are two gotchas:
280
+ # 1) On MSYS, both 'ln -s file dir' and 'ln file dir' fail.
281
+ # 2) DJGPP < 2.04 has no symlinks; 'ln -s' creates a wrapper executable.
282
+ # In both cases, we have to default to 'cp -pR'.
283
+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
284
+ as_ln_s='cp -pR'
285
+ elif ln conf$$.file conf$$ 2>/dev/null; then
286
+ as_ln_s=ln
287
+ else
288
+ as_ln_s='cp -pR'
289
+ fi
290
+ else
291
+ as_ln_s='cp -pR'
292
+ fi
293
+ rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
294
+ rmdir conf$$.dir 2>/dev/null
295
+
296
+
297
+ # as_fn_mkdir_p
298
+ # -------------
299
+ # Create "$as_dir" as a directory, including parents if necessary.
300
+ as_fn_mkdir_p ()
301
+ {
302
+
303
+ case $as_dir in #(
304
+ -*) as_dir=./$as_dir;;
305
+ esac
306
+ test -d "$as_dir" || eval $as_mkdir_p || {
307
+ as_dirs=
308
+ while :; do
309
+ case $as_dir in #(
310
+ *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
311
+ *) as_qdir=$as_dir;;
312
+ esac
313
+ as_dirs="'$as_qdir' $as_dirs"
314
+ as_dir=`$as_dirname -- "$as_dir" ||
315
+ $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
316
+ X"$as_dir" : 'X\(//\)[^/]' \| \
317
+ X"$as_dir" : 'X\(//\)$' \| \
318
+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
319
+ printf "%s\n" X"$as_dir" |
320
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
321
+ s//\1/
322
+ q
323
+ }
324
+ /^X\(\/\/\)[^/].*/{
325
+ s//\1/
326
+ q
327
+ }
328
+ /^X\(\/\/\)$/{
329
+ s//\1/
330
+ q
331
+ }
332
+ /^X\(\/\).*/{
333
+ s//\1/
334
+ q
335
+ }
336
+ s/.*/./; q'`
337
+ test -d "$as_dir" && break
338
+ done
339
+ test -z "$as_dirs" || eval "mkdir $as_dirs"
340
+ } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
341
+
342
+
343
+ } # as_fn_mkdir_p
344
+ if mkdir -p . 2>/dev/null; then
345
+ as_mkdir_p='mkdir -p "$as_dir"'
346
+ else
347
+ test -d ./-p && rmdir ./-p
348
+ as_mkdir_p=false
349
+ fi
350
+
351
+
352
+ # as_fn_executable_p FILE
353
+ # -----------------------
354
+ # Test if FILE is an executable regular file.
355
+ as_fn_executable_p ()
356
+ {
357
+ test -f "$1" && test -x "$1"
358
+ } # as_fn_executable_p
359
+ as_test_x='test -x'
360
+ as_executable_p=as_fn_executable_p
361
+
362
+ # Sed expression to map a string onto a valid CPP name.
363
+ as_sed_cpp="y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
364
+ as_tr_cpp="eval sed '$as_sed_cpp'" # deprecated
365
+
366
+ # Sed expression to map a string onto a valid variable name.
367
+ as_sed_sh="y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
368
+ as_tr_sh="eval sed '$as_sed_sh'" # deprecated
369
+
370
+
371
+ exec 6>&1
372
+ ## ----------------------------------- ##
373
+ ## Main body of $CONFIG_STATUS script. ##
374
+ ## ----------------------------------- ##
375
+ # Save the log message, to keep $0 and so on meaningful, and to
376
+ # report actual input values of CONFIG_FILES etc. instead of their
377
+ # values after options handling.
378
+ ac_log="
379
+ This file was extended by LibRaw $as_me 0.21.4, which was
380
+ generated by GNU Autoconf 2.72. Invocation command line was
381
+
382
+ CONFIG_FILES = $CONFIG_FILES
383
+ CONFIG_HEADERS = $CONFIG_HEADERS
384
+ CONFIG_LINKS = $CONFIG_LINKS
385
+ CONFIG_COMMANDS = $CONFIG_COMMANDS
386
+ $ $0 $@
387
+
388
+ on `(hostname || uname -n) 2>/dev/null | sed 1q`
389
+ "
390
+
391
+ # Files that config.status was made for.
392
+ config_files=" Makefile libraw.pc libraw_r.pc"
393
+ config_commands=" depfiles libtool"
394
+
395
+ ac_cs_usage="\
396
+ '$as_me' instantiates files and other configuration actions
397
+ from templates according to the current configuration. Unless the files
398
+ and actions are specified as TAGs, all are instantiated by default.
399
+
400
+ Usage: $0 [OPTION]... [TAG]...
401
+
402
+ -h, --help print this help, then exit
403
+ -V, --version print version number and configuration settings, then exit
404
+ --config print configuration, then exit
405
+ -q, --quiet, --silent
406
+ do not print progress messages
407
+ -d, --debug don't remove temporary files
408
+ --recheck update $as_me by reconfiguring in the same conditions
409
+ --file=FILE[:TEMPLATE]
410
+ instantiate the configuration file FILE
411
+
412
+ Configuration files:
413
+ $config_files
414
+
415
+ Configuration commands:
416
+ $config_commands
417
+
418
+ Report bugs to <info@libraw.org>.
419
+ LibRaw home page: <http://www.libraw.org>."
420
+
421
+ ac_cs_config='--enable-static --disable-shared --disable-openmp --disable-examples --disable-jasper --disable-thumbnail --disable-djpeg --disable-lcms --prefix=/Users/quyue/www/librawspeed/deps/LibRaw-Source/LibRaw-0.21.4/build/darwin-arm64 '\''CXXFLAGS=-fPIC -O2'\'' LDFLAGS=-fPIC '\''CFLAGS=-fPIC -O2'\'''
422
+ ac_cs_version="\
423
+ LibRaw config.status 0.21.4
424
+ configured by ./configure, generated by GNU Autoconf 2.72,
425
+ with options \"$ac_cs_config\"
426
+
427
+ Copyright (C) 2023 Free Software Foundation, Inc.
428
+ This config.status script is free software; the Free Software Foundation
429
+ gives unlimited permission to copy, distribute and modify it."
430
+
431
+ ac_pwd='/Users/quyue/www/librawspeed/deps/LibRaw-Source/LibRaw-0.21.4'
432
+ srcdir='.'
433
+ INSTALL='/opt/homebrew/bin/ginstall -c'
434
+ MKDIR_P='/opt/homebrew/bin/gmkdir -p'
435
+ AWK='awk'
436
+ test -n "$AWK" || AWK=awk
437
+ # The default lists apply if the user does not specify any file.
438
+ ac_need_defaults=:
439
+ while test $# != 0
440
+ do
441
+ case $1 in
442
+ --*=?*)
443
+ ac_option=`expr "X$1" : 'X\([^=]*\)='`
444
+ ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
445
+ ac_shift=:
446
+ ;;
447
+ --*=)
448
+ ac_option=`expr "X$1" : 'X\([^=]*\)='`
449
+ ac_optarg=
450
+ ac_shift=:
451
+ ;;
452
+ *)
453
+ ac_option=$1
454
+ ac_optarg=$2
455
+ ac_shift=shift
456
+ ;;
457
+ esac
458
+
459
+ case $ac_option in
460
+ # Handling of the options.
461
+ -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
462
+ ac_cs_recheck=: ;;
463
+ --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
464
+ printf "%s\n" "$ac_cs_version"; exit ;;
465
+ --config | --confi | --conf | --con | --co | --c )
466
+ printf "%s\n" "$ac_cs_config"; exit ;;
467
+ --debug | --debu | --deb | --de | --d | -d )
468
+ debug=: ;;
469
+ --file | --fil | --fi | --f )
470
+ $ac_shift
471
+ case $ac_optarg in
472
+ *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
473
+ '') as_fn_error $? "missing file argument" ;;
474
+ esac
475
+ as_fn_append CONFIG_FILES " '$ac_optarg'"
476
+ ac_need_defaults=false;;
477
+ --he | --h | --help | --hel | -h )
478
+ printf "%s\n" "$ac_cs_usage"; exit ;;
479
+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
480
+ | -silent | --silent | --silen | --sile | --sil | --si | --s)
481
+ ac_cs_silent=: ;;
482
+
483
+ # This is an error.
484
+ -*) as_fn_error $? "unrecognized option: '$1'
485
+ Try '$0 --help' for more information." ;;
486
+
487
+ *) as_fn_append ac_config_targets " $1"
488
+ ac_need_defaults=false ;;
489
+
490
+ esac
491
+ shift
492
+ done
493
+
494
+ ac_configure_extra_args=
495
+
496
+ if $ac_cs_silent; then
497
+ exec 6>/dev/null
498
+ ac_configure_extra_args="$ac_configure_extra_args --silent"
499
+ fi
500
+
501
+ if $ac_cs_recheck; then
502
+ set X /bin/sh './configure' '--enable-static' '--disable-shared' '--disable-openmp' '--disable-examples' '--disable-jasper' '--disable-thumbnail' '--disable-djpeg' '--disable-lcms' '--prefix=/Users/quyue/www/librawspeed/deps/LibRaw-Source/LibRaw-0.21.4/build/darwin-arm64' 'CXXFLAGS=-fPIC -O2' 'LDFLAGS=-fPIC' 'CFLAGS=-fPIC -O2' $ac_configure_extra_args --no-create --no-recursion
503
+ shift
504
+ \printf "%s\n" "running CONFIG_SHELL=/bin/sh $*" >&6
505
+ CONFIG_SHELL='/bin/sh'
506
+ export CONFIG_SHELL
507
+ exec "$@"
508
+ fi
509
+
510
+ exec 5>>config.log
511
+ {
512
+ echo
513
+ sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
514
+ ## Running $as_me. ##
515
+ _ASBOX
516
+ printf "%s\n" "$ac_log"
517
+ } >&5
518
+
519
+ #
520
+ # INIT-COMMANDS
521
+ #
522
+ AMDEP_TRUE="" MAKE="make"
523
+
524
+
525
+ # The HP-UX ksh and POSIX shell print the target directory to stdout
526
+ # if CDPATH is set.
527
+ (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
528
+
529
+ sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
530
+ double_quote_subst='s/\(["`\\]\)/\\\1/g'
531
+ delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
532
+ macro_version='2.5.4'
533
+ macro_revision='2.5.4'
534
+ enable_shared='no'
535
+ enable_static='yes'
536
+ pic_mode='default'
537
+ enable_fast_install='needless'
538
+ shared_archive_member_spec=''
539
+ SHELL='/bin/sh'
540
+ ECHO='printf %s\n'
541
+ PATH_SEPARATOR=':'
542
+ host_alias=''
543
+ host='arm-apple-darwin25.5.0'
544
+ host_os='darwin25.5.0'
545
+ build_alias=''
546
+ build='arm-apple-darwin25.5.0'
547
+ build_os='darwin25.5.0'
548
+ SED='/usr/bin/sed'
549
+ Xsed='/usr/bin/sed -e 1s/^X//'
550
+ GREP='/usr/bin/grep'
551
+ EGREP='/usr/bin/grep -E'
552
+ FGREP='/usr/bin/grep -F'
553
+ LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
554
+ NM='/usr/bin/nm -B'
555
+ LN_S='ln -s'
556
+ max_cmd_len='786432'
557
+ ac_objext='o'
558
+ exeext=''
559
+ lt_unset='unset'
560
+ lt_SP2NL='tr \040 \012'
561
+ lt_NL2SP='tr \015\012 \040\040'
562
+ lt_cv_to_host_file_cmd='func_convert_file_noop'
563
+ lt_cv_to_tool_file_cmd='func_convert_file_noop'
564
+ reload_flag=' -r'
565
+ reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
566
+ FILECMD='file'
567
+ OBJDUMP='objdump'
568
+ deplibs_check_method='pass_all'
569
+ file_magic_cmd='$MAGIC_CMD'
570
+ file_magic_glob=''
571
+ want_nocaseglob='no'
572
+ DLLTOOL='false'
573
+ sharedlib_from_linklib_cmd='printf %s\n'
574
+ AR='ar'
575
+ lt_ar_flags='cr'
576
+ AR_FLAGS='cr'
577
+ archiver_list_spec=''
578
+ STRIP='strip'
579
+ RANLIB='ranlib'
580
+ old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib'
581
+ old_postuninstall_cmds=''
582
+ old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
583
+ lock_old_archive_extraction='yes'
584
+ CC='gcc'
585
+ CFLAGS='-fPIC -O2'
586
+ compiler='g++'
587
+ GCC='yes'
588
+ lt_cv_sys_global_symbol_pipe='/usr/bin/sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | /usr/bin/sed '\''/ __gnu_lto/d'\'''
589
+ lt_cv_sys_global_symbol_to_cdecl='/usr/bin/sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
590
+ lt_cv_sys_global_symbol_to_import=''
591
+ lt_cv_sys_global_symbol_to_c_name_address='/usr/bin/sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
592
+ lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='/usr/bin/sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
593
+ lt_cv_nm_interface='BSD nm'
594
+ nm_file_list_spec='@'
595
+ lt_sysroot=''
596
+ lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
597
+ objdir='.libs'
598
+ MAGIC_CMD='file'
599
+ lt_prog_compiler_no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions'
600
+ lt_prog_compiler_pic=' -fno-common -DPIC'
601
+ lt_prog_compiler_wl='-Wl,'
602
+ lt_prog_compiler_static=''
603
+ lt_cv_prog_compiler_c_o='yes'
604
+ need_locks='no'
605
+ MANIFEST_TOOL=':'
606
+ DSYMUTIL='dsymutil'
607
+ NMEDIT='nmedit'
608
+ LIPO='lipo'
609
+ OTOOL='otool'
610
+ OTOOL64=':'
611
+ libext='a'
612
+ shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
613
+ extract_expsyms_cmds=''
614
+ archive_cmds_need_lc='no'
615
+ enable_shared_with_static_runtimes='no'
616
+ export_dynamic_flag_spec=''
617
+ 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\"`'
618
+ compiler_needs_object='no'
619
+ old_archive_from_new_cmds=''
620
+ old_archive_from_expsyms_cmds=''
621
+ archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring '
622
+ archive_expsym_cmds='/usr/bin/sed '\''s|^|_|'\'' < $export_symbols > $output_objdir/$libname-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
623
+ module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs $compiler_flags'
624
+ module_expsym_cmds='/usr/bin/sed -e '\''s|^|_|'\'' < $export_symbols > $output_objdir/$libname-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs $compiler_flags $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
625
+ with_gnu_ld='no'
626
+ allow_undefined_flag='$wl-undefined ${wl}dynamic_lookup $wl-no_fixup_chains'
627
+ no_undefined_flag=''
628
+ hardcode_libdir_flag_spec=''
629
+ hardcode_libdir_separator=''
630
+ hardcode_direct='no'
631
+ hardcode_direct_absolute='no'
632
+ hardcode_minus_L='no'
633
+ hardcode_shlibpath_var='unsupported'
634
+ hardcode_automatic='yes'
635
+ inherit_rpath='no'
636
+ link_all_deplibs='yes'
637
+ always_export_symbols='no'
638
+ export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
639
+ exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
640
+ include_expsyms=''
641
+ prelink_cmds=''
642
+ postlink_cmds=''
643
+ file_list_spec=''
644
+ variables_saved_for_relink='PATH DYLD_LIBRARY_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
645
+ need_lib_prefix='no'
646
+ need_version='no'
647
+ version_type='darwin'
648
+ runpath_var=''
649
+ shlibpath_var='DYLD_LIBRARY_PATH'
650
+ shlibpath_overrides_runpath='yes'
651
+ libname_spec='lib$name'
652
+ library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
653
+ soname_spec='$libname$release$major$shared_ext'
654
+ install_override_mode=''
655
+ postinstall_cmds=''
656
+ postuninstall_cmds=''
657
+ finish_cmds=''
658
+ finish_eval=''
659
+ hardcode_into_libs='no'
660
+ sys_lib_search_path_spec='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17 /usr/local/lib'
661
+ configure_time_dlsearch_path='/usr/local/lib /lib /usr/lib'
662
+ configure_time_lt_sys_library_path=''
663
+ hardcode_action='immediate'
664
+ enable_dlopen='unknown'
665
+ enable_dlopen_self='unknown'
666
+ enable_dlopen_self_static='unknown'
667
+ old_striplib='strip -S'
668
+ striplib='strip -x'
669
+ compiler_lib_search_dirs=''
670
+ predep_objects=''
671
+ postdep_objects=''
672
+ predeps=''
673
+ postdeps=''
674
+ compiler_lib_search_path=''
675
+ AS='as'
676
+ LD_CXX='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
677
+ reload_flag_CXX=' -r'
678
+ reload_cmds_CXX='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
679
+ old_archive_cmds_CXX='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
680
+ compiler_CXX='g++'
681
+ GCC_CXX='yes'
682
+ lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
683
+ lt_prog_compiler_pic_CXX=' -fno-common -DPIC'
684
+ lt_prog_compiler_wl_CXX='-Wl,'
685
+ lt_prog_compiler_static_CXX=''
686
+ lt_cv_prog_compiler_c_o_CXX='yes'
687
+ archive_cmds_need_lc_CXX='no'
688
+ enable_shared_with_static_runtimes_CXX='no'
689
+ export_dynamic_flag_spec_CXX=''
690
+ 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\"`'
691
+ compiler_needs_object_CXX='no'
692
+ old_archive_from_new_cmds_CXX=''
693
+ old_archive_from_expsyms_cmds_CXX=''
694
+ archive_cmds_CXX='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring '
695
+ archive_expsym_cmds_CXX='/usr/bin/sed '\''s|^|_|'\'' < $export_symbols > $output_objdir/$libname-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
696
+ module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs $compiler_flags'
697
+ module_expsym_cmds_CXX='/usr/bin/sed -e '\''s|^|_|'\'' < $export_symbols > $output_objdir/$libname-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs $compiler_flags $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
698
+ with_gnu_ld_CXX='no'
699
+ allow_undefined_flag_CXX='$wl-undefined ${wl}dynamic_lookup $wl-no_fixup_chains'
700
+ no_undefined_flag_CXX=''
701
+ hardcode_libdir_flag_spec_CXX=''
702
+ hardcode_libdir_separator_CXX=''
703
+ hardcode_direct_CXX='no'
704
+ hardcode_direct_absolute_CXX='no'
705
+ hardcode_minus_L_CXX='no'
706
+ hardcode_shlibpath_var_CXX='unsupported'
707
+ hardcode_automatic_CXX='yes'
708
+ inherit_rpath_CXX='no'
709
+ link_all_deplibs_CXX='yes'
710
+ always_export_symbols_CXX='no'
711
+ export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
712
+ exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
713
+ include_expsyms_CXX=''
714
+ prelink_cmds_CXX=''
715
+ postlink_cmds_CXX=''
716
+ file_list_spec_CXX=''
717
+ hardcode_action_CXX='immediate'
718
+ compiler_lib_search_dirs_CXX=''
719
+ predep_objects_CXX=''
720
+ postdep_objects_CXX=''
721
+ predeps_CXX=''
722
+ postdeps_CXX=''
723
+ compiler_lib_search_path_CXX=''
724
+
725
+ LTCC='gcc'
726
+ LTCFLAGS='-fPIC -O2'
727
+ compiler='gcc'
728
+
729
+ # A function that is used when there is no print builtin or printf.
730
+ func_fallback_echo ()
731
+ {
732
+ eval 'cat <<_LTECHO_EOF
733
+ $1
734
+ _LTECHO_EOF'
735
+ }
736
+
737
+ # Quote evaled strings.
738
+ for var in SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag FILECMD OBJDUMP deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob DLLTOOL sharedlib_from_linklib_cmd AR archiver_list_spec STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_import lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix lt_cv_nm_interface nm_file_list_spec lt_cv_truncate_bin lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib compiler_lib_search_dirs predep_objects postdep_objects predeps postdeps compiler_lib_search_path AS LD_CXX reload_flag_CXX compiler_CXX lt_prog_compiler_no_builtin_flag_CXX lt_prog_compiler_pic_CXX lt_prog_compiler_wl_CXX lt_prog_compiler_static_CXX lt_cv_prog_compiler_c_o_CXX export_dynamic_flag_spec_CXX whole_archive_flag_spec_CXX compiler_needs_object_CXX with_gnu_ld_CXX allow_undefined_flag_CXX no_undefined_flag_CXX hardcode_libdir_flag_spec_CXX hardcode_libdir_separator_CXX exclude_expsyms_CXX include_expsyms_CXX file_list_spec_CXX compiler_lib_search_dirs_CXX predep_objects_CXX postdep_objects_CXX predeps_CXX postdeps_CXX compiler_lib_search_path_CXX; do
739
+ case `eval \\$ECHO \\""\\$$var"\\"` in
740
+ *[\\\`\"\$]*)
741
+ eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes
742
+ ;;
743
+ *)
744
+ eval "lt_$var=\\\"\$$var\\\""
745
+ ;;
746
+ esac
747
+ done
748
+
749
+ # Double-quote double-evaled strings.
750
+ for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postlink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec configure_time_dlsearch_path configure_time_lt_sys_library_path reload_cmds_CXX old_archive_cmds_CXX old_archive_from_new_cmds_CXX old_archive_from_expsyms_cmds_CXX archive_cmds_CXX archive_expsym_cmds_CXX module_cmds_CXX module_expsym_cmds_CXX export_symbols_cmds_CXX prelink_cmds_CXX postlink_cmds_CXX; do
751
+ case `eval \\$ECHO \\""\\$$var"\\"` in
752
+ *[\\\`\"\$]*)
753
+ eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes
754
+ ;;
755
+ *)
756
+ eval "lt_$var=\\\"\$$var\\\""
757
+ ;;
758
+ esac
759
+ done
760
+
761
+ ac_aux_dir='./'
762
+
763
+ # See if we are running on zsh, and set the options that allow our
764
+ # commands through without removal of \ escapes INIT.
765
+ if test -n "${ZSH_VERSION+set}"; then
766
+ setopt NO_GLOB_SUBST
767
+ fi
768
+
769
+
770
+ PACKAGE='libraw'
771
+ VERSION='0.21.4'
772
+ RM='rm -f'
773
+ ofile='libtool'
774
+
775
+
776
+
777
+
778
+
779
+
780
+
781
+ # Handling of arguments.
782
+ for ac_config_target in $ac_config_targets
783
+ do
784
+ case $ac_config_target in
785
+ "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
786
+ "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
787
+ "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
788
+ "libraw.pc") CONFIG_FILES="$CONFIG_FILES libraw.pc" ;;
789
+ "libraw_r.pc") CONFIG_FILES="$CONFIG_FILES libraw_r.pc" ;;
790
+
791
+ *) as_fn_error $? "invalid argument: '$ac_config_target'" "$LINENO" 5;;
792
+ esac
793
+ done
794
+
795
+
796
+ # If the user did not use the arguments to specify the items to instantiate,
797
+ # then the envvar interface is used. Set only those that are not.
798
+ # We use the long form for the default assignment because of an extremely
799
+ # bizarre bug on SunOS 4.1.3.
800
+ if $ac_need_defaults; then
801
+ test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files
802
+ test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands
803
+ fi
804
+
805
+ # Have a temporary directory for convenience. Make it in the build tree
806
+ # simply because there is no reason against having it here, and in addition,
807
+ # creating and moving files from /tmp can sometimes cause problems.
808
+ # Hook for its removal unless debugging.
809
+ # Note that there is a small window in which the directory will not be cleaned:
810
+ # after its creation but before its name has been assigned to '$tmp'.
811
+ $debug ||
812
+ {
813
+ tmp= ac_tmp=
814
+ trap 'exit_status=$?
815
+ : "${ac_tmp:=$tmp}"
816
+ { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
817
+ ' 0
818
+ trap 'as_fn_exit 1' 1 2 13 15
819
+ }
820
+ # Create a (secure) tmp directory for tmp files.
821
+
822
+ {
823
+ tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
824
+ test -d "$tmp"
825
+ } ||
826
+ {
827
+ tmp=./conf$$-$RANDOM
828
+ (umask 077 && mkdir "$tmp")
829
+ } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
830
+ ac_tmp=$tmp
831
+
832
+ # Set up the scripts for CONFIG_FILES section.
833
+ # No need to generate them if there are no CONFIG_FILES.
834
+ # This happens for instance with './config.status config.h'.
835
+ if test -n "$CONFIG_FILES"; then
836
+
837
+
838
+ ac_cr=`echo X | tr X '\015'`
839
+ # On cygwin, bash can eat \r inside `` if the user requested igncr.
840
+ # But we know of no other shell where ac_cr would be empty at this
841
+ # point, so we can use a bashism as a fallback.
842
+ if test "x$ac_cr" = x; then
843
+ eval ac_cr=\$\'\\r\'
844
+ fi
845
+ ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
846
+ if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
847
+ ac_cs_awk_cr='\\r'
848
+ else
849
+ ac_cs_awk_cr=$ac_cr
850
+ fi
851
+
852
+ echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
853
+ cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
854
+ S["am__EXEEXT_FALSE"]=""
855
+ S["am__EXEEXT_TRUE"]="#"
856
+ S["LTLIBOBJS"]=""
857
+ S["LIBOBJS"]=""
858
+ S["LIBRAW_RELEASE_VERSION"]="0.21.4"
859
+ S["LIBRAW_SHLIB_VERSION"]="23:0:0"
860
+ S["EXAMPLES_FALSE"]=""
861
+ S["EXAMPLES_TRUE"]="#"
862
+ S["LCMS_LIBS"]=""
863
+ S["LCMS_CFLAGS"]=""
864
+ S["LCMS2_LIBS"]=""
865
+ S["LCMS2_CFLAGS"]=""
866
+ S["PACKAGE_REQUIRES"]="zlib"
867
+ S["ZLIB_LIBS"]="-lz"
868
+ S["ZLIB_CFLAGS"]=""
869
+ S["PKG_CONFIG_LIBDIR"]=""
870
+ S["PKG_CONFIG_PATH"]=""
871
+ S["PKG_CONFIG"]="/opt/homebrew/bin/pkg-config"
872
+ S["PACKAGE_LIBS_PRIVATE"]=""
873
+ S["PC_OPENMP"]=""
874
+ S["LIBTOOL_DEPS"]=".//ltmain.sh"
875
+ S["AS"]="as"
876
+ S["CXXCPP"]="g++ -E"
877
+ S["LT_SYS_LIBRARY_PATH"]=""
878
+ S["OTOOL64"]=":"
879
+ S["OTOOL"]="otool"
880
+ S["LIPO"]="lipo"
881
+ S["NMEDIT"]="nmedit"
882
+ S["DSYMUTIL"]="dsymutil"
883
+ S["MANIFEST_TOOL"]=":"
884
+ S["RANLIB"]="ranlib"
885
+ S["ac_ct_AR"]="ar"
886
+ S["AR"]="ar"
887
+ S["DLLTOOL"]="false"
888
+ S["OBJDUMP"]="objdump"
889
+ S["FILECMD"]="file"
890
+ S["LN_S"]="ln -s"
891
+ S["NM"]="/usr/bin/nm -B"
892
+ S["ac_ct_DUMPBIN"]=""
893
+ S["DUMPBIN"]=""
894
+ S["LD"]="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld"
895
+ S["FGREP"]="/usr/bin/grep -F"
896
+ S["EGREP"]="/usr/bin/grep -E"
897
+ S["GREP"]="/usr/bin/grep"
898
+ S["SED"]="/usr/bin/sed"
899
+ S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
900
+ S["am__fastdepCC_FALSE"]="#"
901
+ S["am__fastdepCC_TRUE"]=""
902
+ S["CCDEPMODE"]="depmode=gcc3"
903
+ S["ac_ct_CC"]="gcc"
904
+ S["CFLAGS"]="-fPIC -O2"
905
+ S["CC"]="gcc"
906
+ S["am__fastdepCXX_FALSE"]="#"
907
+ S["am__fastdepCXX_TRUE"]=""
908
+ S["CXXDEPMODE"]="depmode=gcc3"
909
+ S["am__nodep"]="_no"
910
+ S["AMDEPBACKSLASH"]="\\"
911
+ S["AMDEP_FALSE"]="#"
912
+ S["AMDEP_TRUE"]=""
913
+ S["am__include"]="include"
914
+ S["DEPDIR"]=".deps"
915
+ S["OBJEXT"]="o"
916
+ S["EXEEXT"]=""
917
+ S["ac_ct_CXX"]="g++"
918
+ S["CPPFLAGS"]=" -DUSE_ZLIB"
919
+ S["LDFLAGS"]="-fPIC"
920
+ S["CXXFLAGS"]="-fPIC -O2"
921
+ S["CXX"]="g++"
922
+ S["host_os"]="darwin25.5.0"
923
+ S["host_vendor"]="apple"
924
+ S["host_cpu"]="arm"
925
+ S["host"]="arm-apple-darwin25.5.0"
926
+ S["build_os"]="darwin25.5.0"
927
+ S["build_vendor"]="apple"
928
+ S["build_cpu"]="arm"
929
+ S["build"]="arm-apple-darwin25.5.0"
930
+ S["am__xargs_n"]="xargs -n"
931
+ S["am__rm_f_notfound"]=""
932
+ S["AM_BACKSLASH"]="\\"
933
+ S["AM_DEFAULT_VERBOSITY"]="1"
934
+ S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
935
+ S["AM_V"]="$(V)"
936
+ S["CSCOPE"]="cscope"
937
+ S["ETAGS"]="etags"
938
+ S["CTAGS"]="ctags"
939
+ S["am__untar"]="tar -xf -"
940
+ S["am__tar"]="tar --format=ustar -chf - \"$$tardir\""
941
+ S["AMTAR"]="$${TAR-tar}"
942
+ S["am__leading_dot"]="."
943
+ S["SET_MAKE"]=""
944
+ S["AWK"]="awk"
945
+ S["mkdir_p"]="$(MKDIR_P)"
946
+ S["MKDIR_P"]="/opt/homebrew/bin/gmkdir -p"
947
+ S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
948
+ S["STRIP"]="strip"
949
+ S["install_sh"]="${SHELL} /Users/quyue/www/librawspeed/deps/LibRaw-Source/LibRaw-0.21.4/install-sh"
950
+ S["MAKEINFO"]="${SHELL} '/Users/quyue/www/librawspeed/deps/LibRaw-Source/LibRaw-0.21.4/missing' makeinfo"
951
+ S["AUTOHEADER"]="${SHELL} '/Users/quyue/www/librawspeed/deps/LibRaw-Source/LibRaw-0.21.4/missing' autoheader"
952
+ S["AUTOMAKE"]="${SHELL} '/Users/quyue/www/librawspeed/deps/LibRaw-Source/LibRaw-0.21.4/missing' automake-1.18"
953
+ S["AUTOCONF"]="${SHELL} '/Users/quyue/www/librawspeed/deps/LibRaw-Source/LibRaw-0.21.4/missing' autoconf"
954
+ S["ACLOCAL"]="${SHELL} '/Users/quyue/www/librawspeed/deps/LibRaw-Source/LibRaw-0.21.4/missing' aclocal-1.18"
955
+ S["VERSION"]="0.21.4"
956
+ S["PACKAGE"]="libraw"
957
+ S["CYGPATH_W"]="echo"
958
+ S["am__isrc"]=""
959
+ S["INSTALL_DATA"]="${INSTALL} -m 644"
960
+ S["INSTALL_SCRIPT"]="${INSTALL}"
961
+ S["INSTALL_PROGRAM"]="${INSTALL}"
962
+ S["target_alias"]=""
963
+ S["host_alias"]=""
964
+ S["build_alias"]=""
965
+ S["LIBS"]=" -lz -lm"
966
+ S["ECHO_T"]=""
967
+ S["ECHO_N"]=""
968
+ S["ECHO_C"]="\\c"
969
+ S["DEFS"]="-DPACKAGE_NAME=\\\"LibRaw\\\" -DPACKAGE_TARNAME=\\\"libraw\\\" -DPACKAGE_VERSION=\\\"0.21.4\\\" -DPACKAGE_STRING=\\\"LibRaw\\ 0.21.4\\\" -DPACKAGE_BUGREPORT=\\\"info@l"\
970
+ "ibraw.org\\\" -DPACKAGE_URL=\\\"http://www.libraw.org\\\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAV"\
971
+ "E_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\\\".libs/\\\""
972
+ S["mandir"]="${datarootdir}/man"
973
+ S["localedir"]="${datarootdir}/locale"
974
+ S["libdir"]="${exec_prefix}/lib"
975
+ S["psdir"]="${docdir}"
976
+ S["pdfdir"]="${docdir}"
977
+ S["dvidir"]="${docdir}"
978
+ S["htmldir"]="${docdir}"
979
+ S["infodir"]="${datarootdir}/info"
980
+ S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
981
+ S["oldincludedir"]="/usr/include"
982
+ S["includedir"]="${prefix}/include"
983
+ S["runstatedir"]="${localstatedir}/run"
984
+ S["localstatedir"]="${prefix}/var"
985
+ S["sharedstatedir"]="${prefix}/com"
986
+ S["sysconfdir"]="${prefix}/etc"
987
+ S["datadir"]="${datarootdir}"
988
+ S["datarootdir"]="${prefix}/share"
989
+ S["libexecdir"]="${exec_prefix}/libexec"
990
+ S["sbindir"]="${exec_prefix}/sbin"
991
+ S["bindir"]="${exec_prefix}/bin"
992
+ S["program_transform_name"]="s,x,x,"
993
+ S["prefix"]="/Users/quyue/www/librawspeed/deps/LibRaw-Source/LibRaw-0.21.4/build/darwin-arm64"
994
+ S["exec_prefix"]="${prefix}"
995
+ S["PACKAGE_URL"]="http://www.libraw.org"
996
+ S["PACKAGE_BUGREPORT"]="info@libraw.org"
997
+ S["PACKAGE_STRING"]="LibRaw 0.21.4"
998
+ S["PACKAGE_VERSION"]="0.21.4"
999
+ S["PACKAGE_TARNAME"]="libraw"
1000
+ S["PACKAGE_NAME"]="LibRaw"
1001
+ S["PATH_SEPARATOR"]=":"
1002
+ S["SHELL"]="/bin/sh"
1003
+ S["am__quote"]=""
1004
+ _ACAWK
1005
+ cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
1006
+ for (key in S) S_is_set[key] = 1
1007
+ FS = ""
1008
+
1009
+ }
1010
+ {
1011
+ line = $ 0
1012
+ nfields = split(line, field, "@")
1013
+ substed = 0
1014
+ len = length(field[1])
1015
+ for (i = 2; i < nfields; i++) {
1016
+ key = field[i]
1017
+ keylen = length(key)
1018
+ if (S_is_set[key]) {
1019
+ value = S[key]
1020
+ line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1021
+ len += length(value) + length(field[++i])
1022
+ substed = 1
1023
+ } else
1024
+ len += 1 + keylen
1025
+ }
1026
+
1027
+ print line
1028
+ }
1029
+
1030
+ _ACAWK
1031
+ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1032
+ sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1033
+ else
1034
+ cat
1035
+ fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
1036
+ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1037
+ fi # test -n "$CONFIG_FILES"
1038
+
1039
+
1040
+ eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
1041
+ shift
1042
+ for ac_tag
1043
+ do
1044
+ case $ac_tag in
1045
+ :[FHLC]) ac_mode=$ac_tag; continue;;
1046
+ esac
1047
+ case $ac_mode$ac_tag in
1048
+ :[FHL]*:*);;
1049
+ :L* | :C*:*) as_fn_error $? "invalid tag '$ac_tag'" "$LINENO" 5;;
1050
+ :[FH]-) ac_tag=-:-;;
1051
+ :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1052
+ esac
1053
+ ac_save_IFS=$IFS
1054
+ IFS=:
1055
+ set x $ac_tag
1056
+ IFS=$ac_save_IFS
1057
+ shift
1058
+ ac_file=$1
1059
+ shift
1060
+
1061
+ case $ac_mode in
1062
+ :L) ac_source=$1;;
1063
+ :[FH])
1064
+ ac_file_inputs=
1065
+ for ac_f
1066
+ do
1067
+ case $ac_f in
1068
+ -) ac_f="$ac_tmp/stdin";;
1069
+ *) # Look for the file first in the build tree, then in the source tree
1070
+ # (if the path is not absolute). The absolute path cannot be DOS-style,
1071
+ # because $ac_f cannot contain ':'.
1072
+ test -f "$ac_f" ||
1073
+ case $ac_f in
1074
+ [\\/$]*) false;;
1075
+ *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1076
+ esac ||
1077
+ as_fn_error 1 "cannot find input file: '$ac_f'" "$LINENO" 5;;
1078
+ esac
1079
+ case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1080
+ as_fn_append ac_file_inputs " '$ac_f'"
1081
+ done
1082
+
1083
+ # Let's still pretend it is 'configure' which instantiates (i.e., don't
1084
+ # use $as_me), people would be surprised to read:
1085
+ # /* config.h. Generated by config.status. */
1086
+ configure_input='Generated from '`
1087
+ printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1088
+ `' by configure.'
1089
+ if test x"$ac_file" != x-; then
1090
+ configure_input="$ac_file. $configure_input"
1091
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1092
+ printf "%s\n" "$as_me: creating $ac_file" >&6;}
1093
+ fi
1094
+ # Neutralize special characters interpreted by sed in replacement strings.
1095
+ case $configure_input in #(
1096
+ *\&* | *\|* | *\\* )
1097
+ ac_sed_conf_input=`printf "%s\n" "$configure_input" |
1098
+ sed 's/[\\\\&|]/\\\\&/g'`;; #(
1099
+ *) ac_sed_conf_input=$configure_input;;
1100
+ esac
1101
+
1102
+ case $ac_tag in
1103
+ *:-:* | *:-) cat >"$ac_tmp/stdin" \
1104
+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1105
+ esac
1106
+ ;;
1107
+ esac
1108
+
1109
+ ac_dir=`$as_dirname -- "$ac_file" ||
1110
+ $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1111
+ X"$ac_file" : 'X\(//\)[^/]' \| \
1112
+ X"$ac_file" : 'X\(//\)$' \| \
1113
+ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1114
+ printf "%s\n" X"$ac_file" |
1115
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1116
+ s//\1/
1117
+ q
1118
+ }
1119
+ /^X\(\/\/\)[^/].*/{
1120
+ s//\1/
1121
+ q
1122
+ }
1123
+ /^X\(\/\/\)$/{
1124
+ s//\1/
1125
+ q
1126
+ }
1127
+ /^X\(\/\).*/{
1128
+ s//\1/
1129
+ q
1130
+ }
1131
+ s/.*/./; q'`
1132
+ as_dir="$ac_dir"; as_fn_mkdir_p
1133
+ ac_builddir=.
1134
+
1135
+ case "$ac_dir" in
1136
+ .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1137
+ *)
1138
+ ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
1139
+ # A ".." for each directory in $ac_dir_suffix.
1140
+ ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1141
+ case $ac_top_builddir_sub in
1142
+ "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1143
+ *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1144
+ esac ;;
1145
+ esac
1146
+ ac_abs_top_builddir=$ac_pwd
1147
+ ac_abs_builddir=$ac_pwd$ac_dir_suffix
1148
+ # for backward compatibility:
1149
+ ac_top_builddir=$ac_top_build_prefix
1150
+
1151
+ case $srcdir in
1152
+ .) # We are building in place.
1153
+ ac_srcdir=.
1154
+ ac_top_srcdir=$ac_top_builddir_sub
1155
+ ac_abs_top_srcdir=$ac_pwd ;;
1156
+ [\\/]* | ?:[\\/]* ) # Absolute name.
1157
+ ac_srcdir=$srcdir$ac_dir_suffix;
1158
+ ac_top_srcdir=$srcdir
1159
+ ac_abs_top_srcdir=$srcdir ;;
1160
+ *) # Relative name.
1161
+ ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1162
+ ac_top_srcdir=$ac_top_build_prefix$srcdir
1163
+ ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1164
+ esac
1165
+ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1166
+
1167
+
1168
+ case $ac_mode in
1169
+ :F)
1170
+ #
1171
+ # CONFIG_FILE
1172
+ #
1173
+
1174
+ case $INSTALL in
1175
+ [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1176
+ *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1177
+ esac
1178
+ ac_MKDIR_P=$MKDIR_P
1179
+ case $MKDIR_P in
1180
+ [\\/$]* | ?:[\\/]* ) ;;
1181
+ */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1182
+ esac
1183
+ # If the template does not know about datarootdir, expand it.
1184
+ # FIXME: This hack should be removed a few years after 2.60.
1185
+ ac_datarootdir_hack=; ac_datarootdir_seen=
1186
+ ac_sed_dataroot='
1187
+ /datarootdir/ {
1188
+ p
1189
+ q
1190
+ }
1191
+ /@datadir@/p
1192
+ /@docdir@/p
1193
+ /@infodir@/p
1194
+ /@localedir@/p
1195
+ /@mandir@/p'
1196
+ case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1197
+ *datarootdir*) ac_datarootdir_seen=yes;;
1198
+ *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1199
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1200
+ printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1201
+ ac_datarootdir_hack='
1202
+ s&@datadir@&${datarootdir}&g
1203
+ s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1204
+ s&@infodir@&${datarootdir}/info&g
1205
+ s&@localedir@&${datarootdir}/locale&g
1206
+ s&@mandir@&${datarootdir}/man&g
1207
+ s&\${datarootdir}&${prefix}/share&g' ;;
1208
+ esac
1209
+ ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
1210
+ h
1211
+ s///
1212
+ s/^/:/
1213
+ s/[ ]*$/:/
1214
+ s/:\$(srcdir):/:/g
1215
+ s/:\${srcdir}:/:/g
1216
+ s/:@srcdir@:/:/g
1217
+ s/^:*//
1218
+ s/:*$//
1219
+ x
1220
+ s/\(=[ ]*\).*/\1/
1221
+ G
1222
+ s/\n//
1223
+ s/^[^=]*=[ ]*$//
1224
+ }
1225
+
1226
+ :t
1227
+ /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1228
+ s|@configure_input@|$ac_sed_conf_input|;t t
1229
+ s&@top_builddir@&$ac_top_builddir_sub&;t t
1230
+ s&@top_build_prefix@&$ac_top_build_prefix&;t t
1231
+ s&@srcdir@&$ac_srcdir&;t t
1232
+ s&@abs_srcdir@&$ac_abs_srcdir&;t t
1233
+ s&@top_srcdir@&$ac_top_srcdir&;t t
1234
+ s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1235
+ s&@builddir@&$ac_builddir&;t t
1236
+ s&@abs_builddir@&$ac_abs_builddir&;t t
1237
+ s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1238
+ s&@INSTALL@&$ac_INSTALL&;t t
1239
+ s&@MKDIR_P@&$ac_MKDIR_P&;t t
1240
+ $ac_datarootdir_hack
1241
+ "
1242
+ eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1243
+ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1244
+
1245
+ test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1246
+ { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1247
+ { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
1248
+ "$ac_tmp/out"`; test -z "$ac_out"; } &&
1249
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable 'datarootdir'
1250
+ which seems to be undefined. Please make sure it is defined" >&5
1251
+ printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable 'datarootdir'
1252
+ which seems to be undefined. Please make sure it is defined" >&2;}
1253
+
1254
+ rm -f "$ac_tmp/stdin"
1255
+ case $ac_file in
1256
+ -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1257
+ *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1258
+ esac \
1259
+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1260
+ ;;
1261
+
1262
+
1263
+ :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1264
+ printf "%s\n" "$as_me: executing $ac_file commands" >&6;}
1265
+ ;;
1266
+ esac
1267
+
1268
+
1269
+ case $ac_file$ac_mode in
1270
+ "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1271
+ # Older Autoconf quotes --file arguments for eval, but not when files
1272
+ # are listed without --file. Let's play safe and only enable the eval
1273
+ # if we detect the quoting.
1274
+ # TODO: see whether this extra hack can be removed once we start
1275
+ # requiring Autoconf 2.70 or later.
1276
+ case $CONFIG_FILES in #(
1277
+ *\'*) :
1278
+ eval set x "$CONFIG_FILES" ;; #(
1279
+ *) :
1280
+ set x $CONFIG_FILES ;; #(
1281
+ *) :
1282
+ ;;
1283
+ esac
1284
+ shift
1285
+ # Used to flag and report bootstrapping failures.
1286
+ am_rc=0
1287
+ for am_mf
1288
+ do
1289
+ # Strip MF so we end up with the name of the file.
1290
+ am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'`
1291
+ # Check whether this is an Automake generated Makefile which includes
1292
+ # dependency-tracking related rules and includes.
1293
+ # Grep'ing the whole file directly is not great: AIX grep has a line
1294
+ # limit of 2048, but all sed's we know have understand at least 4000.
1295
+ sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
1296
+ || continue
1297
+ am_dirpart=`$as_dirname -- "$am_mf" ||
1298
+ $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1299
+ X"$am_mf" : 'X\(//\)[^/]' \| \
1300
+ X"$am_mf" : 'X\(//\)$' \| \
1301
+ X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
1302
+ printf "%s\n" X"$am_mf" |
1303
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1304
+ s//\1/
1305
+ q
1306
+ }
1307
+ /^X\(\/\/\)[^/].*/{
1308
+ s//\1/
1309
+ q
1310
+ }
1311
+ /^X\(\/\/\)$/{
1312
+ s//\1/
1313
+ q
1314
+ }
1315
+ /^X\(\/\).*/{
1316
+ s//\1/
1317
+ q
1318
+ }
1319
+ s/.*/./; q'`
1320
+ am_filepart=`$as_basename -- "$am_mf" ||
1321
+ $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
1322
+ X"$am_mf" : 'X\(//\)$' \| \
1323
+ X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
1324
+ printf "%s\n" X/"$am_mf" |
1325
+ sed '/^.*\/\([^/][^/]*\)\/*$/{
1326
+ s//\1/
1327
+ q
1328
+ }
1329
+ /^X\/\(\/\/\)$/{
1330
+ s//\1/
1331
+ q
1332
+ }
1333
+ /^X\/\(\/\).*/{
1334
+ s//\1/
1335
+ q
1336
+ }
1337
+ s/.*/./; q'`
1338
+ { echo "$as_me:$LINENO: cd "$am_dirpart" \
1339
+ && sed -e '/# am--include-marker/d' "$am_filepart" \
1340
+ | $MAKE -f - am--depfiles" >&5
1341
+ (cd "$am_dirpart" \
1342
+ && sed -e '/# am--include-marker/d' "$am_filepart" \
1343
+ | $MAKE -f - am--depfiles) >&5 2>&5
1344
+ ac_status=$?
1345
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
1346
+ (exit $ac_status); } || am_rc=$?
1347
+ done
1348
+ if test $am_rc -ne 0; then
1349
+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
1350
+ printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
1351
+ as_fn_error $? "Something went wrong bootstrapping makefile fragments
1352
+ for automatic dependency tracking. If GNU make was not used, consider
1353
+ re-running the configure script with MAKE=\"gmake\" (or whatever is
1354
+ necessary). You can also try re-running configure with the
1355
+ '--disable-dependency-tracking' option to at least be able to build
1356
+ the package (albeit without support for automatic dependency tracking).
1357
+ See 'config.log' for more details" "$LINENO" 5; }
1358
+ fi
1359
+ { am_dirpart=; unset am_dirpart;}
1360
+ { am_filepart=; unset am_filepart;}
1361
+ { am_mf=; unset am_mf;}
1362
+ { am_rc=; unset am_rc;}
1363
+ rm -f conftest-deps.mk
1364
+ }
1365
+ ;;
1366
+ "libtool":C)
1367
+
1368
+ # See if we are running on zsh, and set the options that allow our
1369
+ # commands through without removal of \ escapes.
1370
+ if test -n "${ZSH_VERSION+set}"; then
1371
+ setopt NO_GLOB_SUBST
1372
+ fi
1373
+
1374
+ cfgfile=${ofile}T
1375
+ trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1376
+ $RM "$cfgfile"
1377
+
1378
+ cat <<_LT_EOF >> "$cfgfile"
1379
+ #! $SHELL
1380
+ # Generated automatically by $as_me ($PACKAGE) $VERSION
1381
+ # NOTE: Changes made to this file will be lost: look at ltmain.sh.
1382
+
1383
+ # Provide generalized library-building support services.
1384
+ # Written by Gordon Matzigkeit, 1996
1385
+
1386
+ # Copyright (C) 2024 Free Software Foundation, Inc.
1387
+ # This is free software; see the source for copying conditions. There is NO
1388
+ # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1389
+
1390
+ # GNU Libtool is free software; you can redistribute it and/or modify
1391
+ # it under the terms of the GNU General Public License as published by
1392
+ # the Free Software Foundation; either version 2 of the License, or
1393
+ # (at your option) any later version.
1394
+ #
1395
+ # As a special exception to the GNU General Public License, if you
1396
+ # distribute this file as part of a program or library that is built
1397
+ # using GNU Libtool, you may include this file under the same
1398
+ # distribution terms that you use for the rest of that program.
1399
+ #
1400
+ # GNU Libtool is distributed in the hope that it will be useful, but
1401
+ # WITHOUT ANY WARRANTY; without even the implied warranty of
1402
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1403
+ # GNU General Public License for more details.
1404
+ #
1405
+ # You should have received a copy of the GNU General Public License
1406
+ # along with this program. If not, see <http://www.gnu.org/licenses/>.
1407
+
1408
+
1409
+ # The names of the tagged configurations supported by this script.
1410
+ available_tags='CXX '
1411
+
1412
+ # Configured defaults for sys_lib_dlsearch_path munging.
1413
+ : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
1414
+
1415
+ # ### BEGIN LIBTOOL CONFIG
1416
+
1417
+ # Which release of libtool.m4 was used?
1418
+ macro_version=$macro_version
1419
+ macro_revision=$macro_revision
1420
+
1421
+ # Whether or not to build shared libraries.
1422
+ build_libtool_libs=$enable_shared
1423
+
1424
+ # Whether or not to build static libraries.
1425
+ build_old_libs=$enable_static
1426
+
1427
+ # What type of objects to build.
1428
+ pic_mode=$pic_mode
1429
+
1430
+ # Whether or not to optimize for fast installation.
1431
+ fast_install=$enable_fast_install
1432
+
1433
+ # Shared archive member basename,for filename based shared library versioning on AIX.
1434
+ shared_archive_member_spec=$shared_archive_member_spec
1435
+
1436
+ # Shell to use when invoking shell scripts.
1437
+ SHELL=$lt_SHELL
1438
+
1439
+ # An echo program that protects backslashes.
1440
+ ECHO=$lt_ECHO
1441
+
1442
+ # The PATH separator for the build system.
1443
+ PATH_SEPARATOR=$lt_PATH_SEPARATOR
1444
+
1445
+ # The host system.
1446
+ host_alias=$host_alias
1447
+ host=$host
1448
+ host_os=$host_os
1449
+
1450
+ # The build system.
1451
+ build_alias=$build_alias
1452
+ build=$build
1453
+ build_os=$build_os
1454
+
1455
+ # A sed program that does not truncate output.
1456
+ SED=$lt_SED
1457
+
1458
+ # Sed that helps us avoid accidentally triggering echo(1) options like -n.
1459
+ Xsed="\$SED -e 1s/^X//"
1460
+
1461
+ # A grep program that handles long lines.
1462
+ GREP=$lt_GREP
1463
+
1464
+ # An ERE matcher.
1465
+ EGREP=$lt_EGREP
1466
+
1467
+ # A literal string matcher.
1468
+ FGREP=$lt_FGREP
1469
+
1470
+ # A BSD- or MS-compatible name lister.
1471
+ NM=$lt_NM
1472
+
1473
+ # Whether we need soft or hard links.
1474
+ LN_S=$lt_LN_S
1475
+
1476
+ # What is the maximum length of a command?
1477
+ max_cmd_len=$max_cmd_len
1478
+
1479
+ # Object file suffix (normally "o").
1480
+ objext=$ac_objext
1481
+
1482
+ # Executable file suffix (normally "").
1483
+ exeext=$exeext
1484
+
1485
+ # whether the shell understands "unset".
1486
+ lt_unset=$lt_unset
1487
+
1488
+ # turn spaces into newlines.
1489
+ SP2NL=$lt_lt_SP2NL
1490
+
1491
+ # turn newlines into spaces.
1492
+ NL2SP=$lt_lt_NL2SP
1493
+
1494
+ # convert \$build file names to \$host format.
1495
+ to_host_file_cmd=$lt_cv_to_host_file_cmd
1496
+
1497
+ # convert \$build files to toolchain format.
1498
+ to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1499
+
1500
+ # A file(cmd) program that detects file types.
1501
+ FILECMD=$lt_FILECMD
1502
+
1503
+ # An object symbol dumper.
1504
+ OBJDUMP=$lt_OBJDUMP
1505
+
1506
+ # Method to check whether dependent libraries are shared objects.
1507
+ deplibs_check_method=$lt_deplibs_check_method
1508
+
1509
+ # Command to use when deplibs_check_method = "file_magic".
1510
+ file_magic_cmd=$lt_file_magic_cmd
1511
+
1512
+ # How to find potential files when deplibs_check_method = "file_magic".
1513
+ file_magic_glob=$lt_file_magic_glob
1514
+
1515
+ # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1516
+ want_nocaseglob=$lt_want_nocaseglob
1517
+
1518
+ # DLL creation program.
1519
+ DLLTOOL=$lt_DLLTOOL
1520
+
1521
+ # Command to associate shared and link libraries.
1522
+ sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1523
+
1524
+ # The archiver.
1525
+ AR=$lt_AR
1526
+
1527
+ # Flags to create an archive (by configure).
1528
+ lt_ar_flags=$lt_ar_flags
1529
+
1530
+ # Flags to create an archive.
1531
+ AR_FLAGS=\${ARFLAGS-"\$lt_ar_flags"}
1532
+
1533
+ # How to feed a file listing to the archiver.
1534
+ archiver_list_spec=$lt_archiver_list_spec
1535
+
1536
+ # A symbol stripping program.
1537
+ STRIP=$lt_STRIP
1538
+
1539
+ # Commands used to install an old-style archive.
1540
+ RANLIB=$lt_RANLIB
1541
+ old_postinstall_cmds=$lt_old_postinstall_cmds
1542
+ old_postuninstall_cmds=$lt_old_postuninstall_cmds
1543
+
1544
+ # Whether to use a lock for old archive extraction.
1545
+ lock_old_archive_extraction=$lock_old_archive_extraction
1546
+
1547
+ # A C compiler.
1548
+ LTCC=$lt_CC
1549
+
1550
+ # LTCC compiler flags.
1551
+ LTCFLAGS=$lt_CFLAGS
1552
+
1553
+ # Take the output of nm and produce a listing of raw symbols and C names.
1554
+ global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1555
+
1556
+ # Transform the output of nm in a proper C declaration.
1557
+ global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1558
+
1559
+ # Transform the output of nm into a list of symbols to manually relocate.
1560
+ global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import
1561
+
1562
+ # Transform the output of nm in a C name address pair.
1563
+ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1564
+
1565
+ # Transform the output of nm in a C name address pair when lib prefix is needed.
1566
+ global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1567
+
1568
+ # The name lister interface.
1569
+ nm_interface=$lt_lt_cv_nm_interface
1570
+
1571
+ # Specify filename containing input files for \$NM.
1572
+ nm_file_list_spec=$lt_nm_file_list_spec
1573
+
1574
+ # The root where to search for dependent libraries,and where our libraries should be installed.
1575
+ lt_sysroot=$lt_sysroot
1576
+
1577
+ # Command to truncate a binary pipe.
1578
+ lt_truncate_bin=$lt_lt_cv_truncate_bin
1579
+
1580
+ # The name of the directory that contains temporary libtool files.
1581
+ objdir=$objdir
1582
+
1583
+ # Used to examine libraries when file_magic_cmd begins with "file".
1584
+ MAGIC_CMD=$MAGIC_CMD
1585
+
1586
+ # Must we lock files when doing compilation?
1587
+ need_locks=$lt_need_locks
1588
+
1589
+ # Manifest tool.
1590
+ MANIFEST_TOOL=$lt_MANIFEST_TOOL
1591
+
1592
+ # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1593
+ DSYMUTIL=$lt_DSYMUTIL
1594
+
1595
+ # Tool to change global to local symbols on Mac OS X.
1596
+ NMEDIT=$lt_NMEDIT
1597
+
1598
+ # Tool to manipulate fat objects and archives on Mac OS X.
1599
+ LIPO=$lt_LIPO
1600
+
1601
+ # ldd/readelf like tool for Mach-O binaries on Mac OS X.
1602
+ OTOOL=$lt_OTOOL
1603
+
1604
+ # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1605
+ OTOOL64=$lt_OTOOL64
1606
+
1607
+ # Old archive suffix (normally "a").
1608
+ libext=$libext
1609
+
1610
+ # Shared library suffix (normally ".so").
1611
+ shrext_cmds=$lt_shrext_cmds
1612
+
1613
+ # The commands to extract the exported symbol list from a shared archive.
1614
+ extract_expsyms_cmds=$lt_extract_expsyms_cmds
1615
+
1616
+ # Variables whose values should be saved in libtool wrapper scripts and
1617
+ # restored at link time.
1618
+ variables_saved_for_relink=$lt_variables_saved_for_relink
1619
+
1620
+ # Do we need the "lib" prefix for modules?
1621
+ need_lib_prefix=$need_lib_prefix
1622
+
1623
+ # Do we need a version for libraries?
1624
+ need_version=$need_version
1625
+
1626
+ # Library versioning type.
1627
+ version_type=$version_type
1628
+
1629
+ # Shared library runtime path variable.
1630
+ runpath_var=$runpath_var
1631
+
1632
+ # Shared library path variable.
1633
+ shlibpath_var=$shlibpath_var
1634
+
1635
+ # Is shlibpath searched before the hard-coded library search path?
1636
+ shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1637
+
1638
+ # Format of library name prefix.
1639
+ libname_spec=$lt_libname_spec
1640
+
1641
+ # List of archive names. First name is the real one, the rest are links.
1642
+ # The last name is the one that the linker finds with -lNAME
1643
+ library_names_spec=$lt_library_names_spec
1644
+
1645
+ # The coded name of the library, if different from the real name.
1646
+ soname_spec=$lt_soname_spec
1647
+
1648
+ # Permission mode override for installation of shared libraries.
1649
+ install_override_mode=$lt_install_override_mode
1650
+
1651
+ # Command to use after installation of a shared archive.
1652
+ postinstall_cmds=$lt_postinstall_cmds
1653
+
1654
+ # Command to use after uninstallation of a shared archive.
1655
+ postuninstall_cmds=$lt_postuninstall_cmds
1656
+
1657
+ # Commands used to finish a libtool library installation in a directory.
1658
+ finish_cmds=$lt_finish_cmds
1659
+
1660
+ # As "finish_cmds", except a single script fragment to be evaled but
1661
+ # not shown.
1662
+ finish_eval=$lt_finish_eval
1663
+
1664
+ # Whether we should hardcode library paths into libraries.
1665
+ hardcode_into_libs=$hardcode_into_libs
1666
+
1667
+ # Compile-time system search path for libraries.
1668
+ sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1669
+
1670
+ # Detected run-time system search path for libraries.
1671
+ sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path
1672
+
1673
+ # Explicit LT_SYS_LIBRARY_PATH set during ./configure time.
1674
+ configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path
1675
+
1676
+ # Whether dlopen is supported.
1677
+ dlopen_support=$enable_dlopen
1678
+
1679
+ # Whether dlopen of programs is supported.
1680
+ dlopen_self=$enable_dlopen_self
1681
+
1682
+ # Whether dlopen of statically linked programs is supported.
1683
+ dlopen_self_static=$enable_dlopen_self_static
1684
+
1685
+ # Commands to strip libraries.
1686
+ old_striplib=$lt_old_striplib
1687
+ striplib=$lt_striplib
1688
+
1689
+ # Assembler program.
1690
+ AS=$lt_AS
1691
+
1692
+
1693
+ # The linker used to build libraries.
1694
+ LD=$lt_LD
1695
+
1696
+ # How to create reloadable object files.
1697
+ reload_flag=$lt_reload_flag
1698
+ reload_cmds=$lt_reload_cmds
1699
+
1700
+ # Commands used to build an old-style archive.
1701
+ old_archive_cmds=$lt_old_archive_cmds
1702
+
1703
+ # A language specific compiler.
1704
+ CC=$lt_compiler
1705
+
1706
+ # Is the compiler the GNU compiler?
1707
+ with_gcc=$GCC
1708
+
1709
+ # Compiler flag to turn off builtin functions.
1710
+ no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1711
+
1712
+ # Additional compiler flags for building library objects.
1713
+ pic_flag=$lt_lt_prog_compiler_pic
1714
+
1715
+ # How to pass a linker flag through the compiler.
1716
+ wl=$lt_lt_prog_compiler_wl
1717
+
1718
+ # Compiler flag to prevent dynamic linking.
1719
+ link_static_flag=$lt_lt_prog_compiler_static
1720
+
1721
+ # Does compiler simultaneously support -c and -o options?
1722
+ compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1723
+
1724
+ # Whether or not to add -lc for building shared libraries.
1725
+ build_libtool_need_lc=$archive_cmds_need_lc
1726
+
1727
+ # Whether or not to disallow shared libs when runtime libs are static.
1728
+ allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1729
+
1730
+ # Compiler flag to allow reflexive dlopens.
1731
+ export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1732
+
1733
+ # Compiler flag to generate shared objects directly from archives.
1734
+ whole_archive_flag_spec=$lt_whole_archive_flag_spec
1735
+
1736
+ # Whether the compiler copes with passing no objects directly.
1737
+ compiler_needs_object=$lt_compiler_needs_object
1738
+
1739
+ # Create an old-style archive from a shared archive.
1740
+ old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1741
+
1742
+ # Create a temporary old-style archive to link instead of a shared archive.
1743
+ old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1744
+
1745
+ # Commands used to build a shared archive.
1746
+ archive_cmds=$lt_archive_cmds
1747
+ archive_expsym_cmds=$lt_archive_expsym_cmds
1748
+
1749
+ # Commands used to build a loadable module if different from building
1750
+ # a shared archive.
1751
+ module_cmds=$lt_module_cmds
1752
+ module_expsym_cmds=$lt_module_expsym_cmds
1753
+
1754
+ # Whether we are building with GNU ld or not.
1755
+ with_gnu_ld=$lt_with_gnu_ld
1756
+
1757
+ # Flag that allows shared libraries with undefined symbols to be built.
1758
+ allow_undefined_flag=$lt_allow_undefined_flag
1759
+
1760
+ # Flag that enforces no undefined symbols.
1761
+ no_undefined_flag=$lt_no_undefined_flag
1762
+
1763
+ # Flag to hardcode \$libdir into a binary during linking.
1764
+ # This must work even if \$libdir does not exist
1765
+ hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1766
+
1767
+ # Whether we need a single "-rpath" flag with a separated argument.
1768
+ hardcode_libdir_separator=$lt_hardcode_libdir_separator
1769
+
1770
+ # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
1771
+ # DIR into the resulting binary.
1772
+ hardcode_direct=$hardcode_direct
1773
+
1774
+ # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
1775
+ # DIR into the resulting binary and the resulting library dependency is
1776
+ # "absolute",i.e. impossible to change by setting \$shlibpath_var if the
1777
+ # library is relocated.
1778
+ hardcode_direct_absolute=$hardcode_direct_absolute
1779
+
1780
+ # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
1781
+ # into the resulting binary.
1782
+ hardcode_minus_L=$hardcode_minus_L
1783
+
1784
+ # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
1785
+ # into the resulting binary.
1786
+ hardcode_shlibpath_var=$hardcode_shlibpath_var
1787
+
1788
+ # Set to "yes" if building a shared library automatically hardcodes DIR
1789
+ # into the library and all subsequent libraries and executables linked
1790
+ # against it.
1791
+ hardcode_automatic=$hardcode_automatic
1792
+
1793
+ # Set to yes if linker adds runtime paths of dependent libraries
1794
+ # to runtime path list.
1795
+ inherit_rpath=$inherit_rpath
1796
+
1797
+ # Whether libtool must link a program against all its dependency libraries.
1798
+ link_all_deplibs=$link_all_deplibs
1799
+
1800
+ # Set to "yes" if exported symbols are required.
1801
+ always_export_symbols=$always_export_symbols
1802
+
1803
+ # The commands to list exported symbols.
1804
+ export_symbols_cmds=$lt_export_symbols_cmds
1805
+
1806
+ # Symbols that should not be listed in the preloaded symbols.
1807
+ exclude_expsyms=$lt_exclude_expsyms
1808
+
1809
+ # Symbols that must always be exported.
1810
+ include_expsyms=$lt_include_expsyms
1811
+
1812
+ # Commands necessary for linking programs (against libraries) with templates.
1813
+ prelink_cmds=$lt_prelink_cmds
1814
+
1815
+ # Commands necessary for finishing linking programs.
1816
+ postlink_cmds=$lt_postlink_cmds
1817
+
1818
+ # Specify filename containing input files.
1819
+ file_list_spec=$lt_file_list_spec
1820
+
1821
+ # How to hardcode a shared library path into an executable.
1822
+ hardcode_action=$hardcode_action
1823
+
1824
+ # The directories searched by this compiler when creating a shared library.
1825
+ compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
1826
+
1827
+ # Dependencies to place before and after the objects being linked to
1828
+ # create a shared library.
1829
+ predep_objects=$lt_predep_objects
1830
+ postdep_objects=$lt_postdep_objects
1831
+ predeps=$lt_predeps
1832
+ postdeps=$lt_postdeps
1833
+
1834
+ # The library search path used internally by the compiler when linking
1835
+ # a shared library.
1836
+ compiler_lib_search_path=$lt_compiler_lib_search_path
1837
+
1838
+ # ### END LIBTOOL CONFIG
1839
+
1840
+ _LT_EOF
1841
+
1842
+ cat <<'_LT_EOF' >> "$cfgfile"
1843
+
1844
+ # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
1845
+
1846
+ # func_munge_path_list VARIABLE PATH
1847
+ # -----------------------------------
1848
+ # VARIABLE is name of variable containing _space_ separated list of
1849
+ # directories to be munged by the contents of PATH, which is string
1850
+ # having a format:
1851
+ # "DIR[:DIR]:"
1852
+ # string "DIR[ DIR]" will be prepended to VARIABLE
1853
+ # ":DIR[:DIR]"
1854
+ # string "DIR[ DIR]" will be appended to VARIABLE
1855
+ # "DIRP[:DIRP]::[DIRA:]DIRA"
1856
+ # string "DIRP[ DIRP]" will be prepended to VARIABLE and string
1857
+ # "DIRA[ DIRA]" will be appended to VARIABLE
1858
+ # "DIR[:DIR]"
1859
+ # VARIABLE will be replaced by "DIR[ DIR]"
1860
+ func_munge_path_list ()
1861
+ {
1862
+ case x$2 in
1863
+ x)
1864
+ ;;
1865
+ *:)
1866
+ eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
1867
+ ;;
1868
+ x:*)
1869
+ eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
1870
+ ;;
1871
+ *::*)
1872
+ eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
1873
+ eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
1874
+ ;;
1875
+ *)
1876
+ eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
1877
+ ;;
1878
+ esac
1879
+ }
1880
+
1881
+
1882
+ # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
1883
+ func_cc_basename ()
1884
+ {
1885
+ for cc_temp in $*""; do
1886
+ case $cc_temp in
1887
+ compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
1888
+ distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
1889
+ \-*) ;;
1890
+ *) break;;
1891
+ esac
1892
+ done
1893
+ func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
1894
+ }
1895
+
1896
+
1897
+ # ### END FUNCTIONS SHARED WITH CONFIGURE
1898
+
1899
+ _LT_EOF
1900
+
1901
+ case $host_os in
1902
+ aix3*)
1903
+ cat <<\_LT_EOF >> "$cfgfile"
1904
+ # AIX sometimes has problems with the GCC collect2 program. For some
1905
+ # reason, if we set the COLLECT_NAMES environment variable, the problems
1906
+ # vanish in a puff of smoke.
1907
+ if test set != "${COLLECT_NAMES+set}"; then
1908
+ COLLECT_NAMES=
1909
+ export COLLECT_NAMES
1910
+ fi
1911
+ _LT_EOF
1912
+ ;;
1913
+ esac
1914
+
1915
+
1916
+
1917
+ ltmain=$ac_aux_dir/ltmain.sh
1918
+
1919
+
1920
+ # We use sed instead of cat because bash on DJGPP gets confused if
1921
+ # if finds mixed CR/LF and LF-only lines. Since sed operates in
1922
+ # text mode, it properly converts lines to CR/LF. This bash problem
1923
+ # is reportedly fixed, but why not run on old versions too?
1924
+ $SED '$q' "$ltmain" >> "$cfgfile" \
1925
+ || (rm -f "$cfgfile"; exit 1)
1926
+
1927
+ mv -f "$cfgfile" "$ofile" ||
1928
+ (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
1929
+ chmod +x "$ofile"
1930
+
1931
+
1932
+ cat <<_LT_EOF >> "$ofile"
1933
+
1934
+ # ### BEGIN LIBTOOL TAG CONFIG: CXX
1935
+
1936
+ # The linker used to build libraries.
1937
+ LD=$lt_LD_CXX
1938
+
1939
+ # How to create reloadable object files.
1940
+ reload_flag=$lt_reload_flag_CXX
1941
+ reload_cmds=$lt_reload_cmds_CXX
1942
+
1943
+ # Commands used to build an old-style archive.
1944
+ old_archive_cmds=$lt_old_archive_cmds_CXX
1945
+
1946
+ # A language specific compiler.
1947
+ CC=$lt_compiler_CXX
1948
+
1949
+ # Is the compiler the GNU compiler?
1950
+ with_gcc=$GCC_CXX
1951
+
1952
+ # Compiler flag to turn off builtin functions.
1953
+ no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
1954
+
1955
+ # Additional compiler flags for building library objects.
1956
+ pic_flag=$lt_lt_prog_compiler_pic_CXX
1957
+
1958
+ # How to pass a linker flag through the compiler.
1959
+ wl=$lt_lt_prog_compiler_wl_CXX
1960
+
1961
+ # Compiler flag to prevent dynamic linking.
1962
+ link_static_flag=$lt_lt_prog_compiler_static_CXX
1963
+
1964
+ # Does compiler simultaneously support -c and -o options?
1965
+ compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
1966
+
1967
+ # Whether or not to add -lc for building shared libraries.
1968
+ build_libtool_need_lc=$archive_cmds_need_lc_CXX
1969
+
1970
+ # Whether or not to disallow shared libs when runtime libs are static.
1971
+ allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
1972
+
1973
+ # Compiler flag to allow reflexive dlopens.
1974
+ export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
1975
+
1976
+ # Compiler flag to generate shared objects directly from archives.
1977
+ whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
1978
+
1979
+ # Whether the compiler copes with passing no objects directly.
1980
+ compiler_needs_object=$lt_compiler_needs_object_CXX
1981
+
1982
+ # Create an old-style archive from a shared archive.
1983
+ old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
1984
+
1985
+ # Create a temporary old-style archive to link instead of a shared archive.
1986
+ old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
1987
+
1988
+ # Commands used to build a shared archive.
1989
+ archive_cmds=$lt_archive_cmds_CXX
1990
+ archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
1991
+
1992
+ # Commands used to build a loadable module if different from building
1993
+ # a shared archive.
1994
+ module_cmds=$lt_module_cmds_CXX
1995
+ module_expsym_cmds=$lt_module_expsym_cmds_CXX
1996
+
1997
+ # Whether we are building with GNU ld or not.
1998
+ with_gnu_ld=$lt_with_gnu_ld_CXX
1999
+
2000
+ # Flag that allows shared libraries with undefined symbols to be built.
2001
+ allow_undefined_flag=$lt_allow_undefined_flag_CXX
2002
+
2003
+ # Flag that enforces no undefined symbols.
2004
+ no_undefined_flag=$lt_no_undefined_flag_CXX
2005
+
2006
+ # Flag to hardcode \$libdir into a binary during linking.
2007
+ # This must work even if \$libdir does not exist
2008
+ hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
2009
+
2010
+ # Whether we need a single "-rpath" flag with a separated argument.
2011
+ hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
2012
+
2013
+ # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
2014
+ # DIR into the resulting binary.
2015
+ hardcode_direct=$hardcode_direct_CXX
2016
+
2017
+ # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
2018
+ # DIR into the resulting binary and the resulting library dependency is
2019
+ # "absolute",i.e. impossible to change by setting \$shlibpath_var if the
2020
+ # library is relocated.
2021
+ hardcode_direct_absolute=$hardcode_direct_absolute_CXX
2022
+
2023
+ # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2024
+ # into the resulting binary.
2025
+ hardcode_minus_L=$hardcode_minus_L_CXX
2026
+
2027
+ # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2028
+ # into the resulting binary.
2029
+ hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
2030
+
2031
+ # Set to "yes" if building a shared library automatically hardcodes DIR
2032
+ # into the library and all subsequent libraries and executables linked
2033
+ # against it.
2034
+ hardcode_automatic=$hardcode_automatic_CXX
2035
+
2036
+ # Set to yes if linker adds runtime paths of dependent libraries
2037
+ # to runtime path list.
2038
+ inherit_rpath=$inherit_rpath_CXX
2039
+
2040
+ # Whether libtool must link a program against all its dependency libraries.
2041
+ link_all_deplibs=$link_all_deplibs_CXX
2042
+
2043
+ # Set to "yes" if exported symbols are required.
2044
+ always_export_symbols=$always_export_symbols_CXX
2045
+
2046
+ # The commands to list exported symbols.
2047
+ export_symbols_cmds=$lt_export_symbols_cmds_CXX
2048
+
2049
+ # Symbols that should not be listed in the preloaded symbols.
2050
+ exclude_expsyms=$lt_exclude_expsyms_CXX
2051
+
2052
+ # Symbols that must always be exported.
2053
+ include_expsyms=$lt_include_expsyms_CXX
2054
+
2055
+ # Commands necessary for linking programs (against libraries) with templates.
2056
+ prelink_cmds=$lt_prelink_cmds_CXX
2057
+
2058
+ # Commands necessary for finishing linking programs.
2059
+ postlink_cmds=$lt_postlink_cmds_CXX
2060
+
2061
+ # Specify filename containing input files.
2062
+ file_list_spec=$lt_file_list_spec_CXX
2063
+
2064
+ # How to hardcode a shared library path into an executable.
2065
+ hardcode_action=$hardcode_action_CXX
2066
+
2067
+ # The directories searched by this compiler when creating a shared library.
2068
+ compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
2069
+
2070
+ # Dependencies to place before and after the objects being linked to
2071
+ # create a shared library.
2072
+ predep_objects=$lt_predep_objects_CXX
2073
+ postdep_objects=$lt_postdep_objects_CXX
2074
+ predeps=$lt_predeps_CXX
2075
+ postdeps=$lt_postdeps_CXX
2076
+
2077
+ # The library search path used internally by the compiler when linking
2078
+ # a shared library.
2079
+ compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
2080
+
2081
+ # ### END LIBTOOL TAG CONFIG: CXX
2082
+ _LT_EOF
2083
+
2084
+ ;;
2085
+
2086
+ esac
2087
+ done # for ac_tag
2088
+
2089
+
2090
+ as_fn_exit 0