Advertisement
Guest User

Untitled

a guest
Mar 29th, 2013
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 29.92 KB | None | 0 0
  1. # This is the CMakeCache file.
  2. # For build in directory: /home/naruto/Programming/clucene-build
  3. # It was generated by CMake: /usr/bin/cmake
  4. # You can edit this file to change values found and used by cmake.
  5. # If you do not want to change any of the values, simply exit the editor.
  6. # If you do want to change a value, simply edit, save, and exit the editor.
  7. # The syntax for the file is as follows:
  8. # KEY:TYPE=VALUE
  9. # KEY is the name of a variable in the cache.
  10. # TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.
  11. # VALUE is the current value for the KEY.
  12.  
  13. ########################
  14. # EXTERNAL cache entries
  15. ########################
  16.  
  17. //create targets for building the clucene-contribs
  18. BUILD_CONTRIBS:BOOL=ON
  19.  
  20. //create targets for building the clucene-contribs-lib
  21. BUILD_CONTRIBS_LIB:BOOL=ON
  22.  
  23. //create targets for building static libraries
  24. BUILD_STATIC_LIBRARIES:BOOL=OFF
  25.  
  26. //The directory containing a CMake configuration file for Boost.
  27. Boost_DIR:PATH=Boost_DIR-NOTFOUND
  28.  
  29. //Path to a file.
  30. Boost_INCLUDE_DIR:PATH=/usr/include
  31.  
  32. //Boost library directory
  33. Boost_LIBRARY_DIRS:FILEPATH=/usr/lib
  34.  
  35. //Path to a program.
  36. CMAKE_AR:FILEPATH=/usr/bin/ar
  37.  
  38. //For backwards compatibility, what version of CMake commands and
  39. // syntax should this version of CMake try to support.
  40. CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4
  41.  
  42. //Choose the type of build, options are: None Debug Release RelWithDebInfo
  43. // MinSizeRel.
  44. CMAKE_BUILD_TYPE:STRING=Debug
  45.  
  46. //Enable/Disable color output during build.
  47. CMAKE_COLOR_MAKEFILE:BOOL=ON
  48.  
  49. //CXX compiler.
  50. CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
  51.  
  52. //Flags used by the compiler during all build types.
  53. CMAKE_CXX_FLAGS:STRING=
  54.  
  55. //Flags used by the compiler during debug builds.
  56. CMAKE_CXX_FLAGS_DEBUG:STRING=-g
  57.  
  58. //Flags used by the compiler during release minsize builds.
  59. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  60.  
  61. //Flags used by the compiler during release builds (/MD /Ob1 /Oi
  62. // /Ot /Oy /Gs will produce slightly less optimized but smaller
  63. // files).
  64. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  65.  
  66. //Flags used by the compiler during Release with Debug Info builds.
  67. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  68.  
  69. //C compiler.
  70. CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
  71.  
  72. //Flags used by the compiler during all build types.
  73. CMAKE_C_FLAGS:STRING=
  74.  
  75. //Flags used by the compiler during debug builds.
  76. CMAKE_C_FLAGS_DEBUG:STRING=-g
  77.  
  78. //Flags used by the compiler during release minsize builds.
  79. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  80.  
  81. //Flags used by the compiler during release builds (/MD /Ob1 /Oi
  82. // /Ot /Oy /Gs will produce slightly less optimized but smaller
  83. // files).
  84. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  85.  
  86. //Flags used by the compiler during Release with Debug Info builds.
  87. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  88.  
  89. //Flags used by the linker.
  90. CMAKE_EXE_LINKER_FLAGS:STRING=' '
  91.  
  92. //Flags used by the linker during debug builds.
  93. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
  94.  
  95. //Flags used by the linker during release minsize builds.
  96. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
  97.  
  98. //Flags used by the linker during release builds.
  99. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
  100.  
  101. //Flags used by the linker during Release with Debug Info builds.
  102. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  103.  
  104. //Enable/Disable output of compile commands during generation.
  105. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
  106.  
  107. //Install path prefix, prepended onto install directories.
  108. CMAKE_INSTALL_PREFIX:PATH=/usr/local
  109.  
  110. //Path to a program.
  111. CMAKE_LINKER:FILEPATH=/usr/bin/ld
  112.  
  113. //Path to a program.
  114. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
  115.  
  116. //Flags used by the linker during the creation of modules.
  117. CMAKE_MODULE_LINKER_FLAGS:STRING=' '
  118.  
  119. //Flags used by the linker during debug builds.
  120. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
  121.  
  122. //Flags used by the linker during release minsize builds.
  123. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
  124.  
  125. //Flags used by the linker during release builds.
  126. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
  127.  
  128. //Flags used by the linker during Release with Debug Info builds.
  129. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  130.  
  131. //Path to a program.
  132. CMAKE_NM:FILEPATH=/usr/bin/nm
  133.  
  134. //Path to a program.
  135. CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
  136.  
  137. //Path to a program.
  138. CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
  139.  
  140. //Value Computed by CMake
  141. CMAKE_PROJECT_NAME:STATIC=clucene
  142.  
  143. //Path to a program.
  144. CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
  145.  
  146. //Flags used by the linker during the creation of dll's.
  147. CMAKE_SHARED_LINKER_FLAGS:STRING=' '
  148.  
  149. //Flags used by the linker during debug builds.
  150. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
  151.  
  152. //Flags used by the linker during release minsize builds.
  153. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
  154.  
  155. //Flags used by the linker during release builds.
  156. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
  157.  
  158. //Flags used by the linker during Release with Debug Info builds.
  159. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  160.  
  161. //If set, runtime paths are not added when installing shared libraries,
  162. // but are added when building.
  163. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
  164.  
  165. //If set, runtime paths are not added when using shared libraries.
  166. CMAKE_SKIP_RPATH:BOOL=NO
  167.  
  168. //Path to a program.
  169. CMAKE_STRIP:FILEPATH=/usr/bin/strip
  170.  
  171. //If true, cmake will use relative paths in makefiles and projects.
  172. CMAKE_USE_RELATIVE_PATHS:BOOL=OFF
  173.  
  174. //If this value is on, makefiles will be generated without the
  175. // .SILENT directive, and all commands will be echoed to the console
  176. // during the make.  This is useful for debugging only. With Visual
  177. // Studio IDE projects all commands are done without /nologo.
  178. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
  179.  
  180. //disable multithreading - remove all locking code
  181. DISABLE_MULTITHREADING:BOOL=OFF
  182.  
  183. //compile with -ansi flag
  184. ENABLE_ANSI_MODE:BOOL=ON
  185.  
  186. //enable ascii support
  187. ENABLE_ASCII_MODE:BOOL=OFF
  188.  
  189. //Build the clucene documentation.
  190. ENABLE_CLDOCS:BOOL=OFF
  191.  
  192. //enable various projects that test alternative build switches
  193. ENABLE_COMPILE_TESTS:BOOL=ON
  194.  
  195. //enable debug support
  196. ENABLE_DEBUG:BOOL=OFF
  197.  
  198. //enable dmalloc memory leak checker
  199. ENABLE_DMALLOC:BOOL=OFF
  200.  
  201. //turn on gprof profiling support
  202. ENABLE_GPROF:BOOL=OFF
  203.  
  204. //enable mmap support (experimental)
  205. ENABLE_MMAP:BOOL=OFF
  206.  
  207. //create build scripts for creating clucene packages
  208. ENABLE_PACKAGING:BOOL=OFF
  209.  
  210. //Executable Output Directory
  211. EXECUTABLE_OUTPUT_PATH:PATH=/home/naruto/Programming/clucene-build/bin
  212.  
  213. //Path to a file.
  214. ICONV_INCLUDE_DIR:PATH=/usr/include
  215.  
  216. //Path to a library.
  217. ICONV_LIBRARIES:FILEPATH=/usr/lib/i386-linux-gnu/libc.so
  218.  
  219. //Library Output Directory
  220. LIBRARY_OUTPUT_PATH:PATH=/home/naruto/Programming/clucene-build/bin
  221.  
  222. //Define suffix of directory name (32/64)
  223. LIB_SUFFIX:STRING=
  224.  
  225. //location for non-system independent files. defaults to CMAKE_INSTALL_PREFIX.
  226. // see INSTALL documentation for further information.
  227. LUCENE_SYS_INCLUDES:PATH=
  228.  
  229. //use internal character functions. required to run tests correctly
  230. LUCENE_USE_INTERNAL_CHAR_FUNCTIONS:BOOL=ON
  231.  
  232. //Path to a file.
  233. ZLIB_INCLUDE_DIR:PATH=/usr/include
  234.  
  235. //Path to a library.
  236. ZLIB_LIBRARY:FILEPATH=/usr/lib/i386-linux-gnu/libz.so
  237.  
  238. //Value Computed by CMake
  239. cl_demo_BINARY_DIR:STATIC=/home/naruto/Programming/clucene-build/src/demo
  240.  
  241. //Value Computed by CMake
  242. cl_demo_SOURCE_DIR:STATIC=/home/naruto/Programming/clucene/src/demo
  243.  
  244. //Value Computed by CMake
  245. clucene-benchmarker_BINARY_DIR:STATIC=/home/naruto/Programming/clucene-build/src/contribs/benchmarker
  246.  
  247. //Value Computed by CMake
  248. clucene-benchmarker_SOURCE_DIR:STATIC=/home/naruto/Programming/clucene/src/contribs/benchmarker
  249.  
  250. //Value Computed by CMake
  251. clucene-contribs-lib-test_BINARY_DIR:STATIC=/home/naruto/Programming/clucene-build/src/contribs/contribs-lib-test
  252.  
  253. //Value Computed by CMake
  254. clucene-contribs-lib-test_SOURCE_DIR:STATIC=/home/naruto/Programming/clucene/src/contribs/contribs-lib-test
  255.  
  256. //Value Computed by CMake
  257. clucene-contribs-lib_BINARY_DIR:STATIC=/home/naruto/Programming/clucene-build/src/contribs-lib
  258.  
  259. //Dependencies for the target
  260. clucene-contribs-lib_LIB_DEPENDS:STATIC=general;clucene-core;general;clucene-shared;general;/usr/lib/i386-linux-gnu/libz.so;
  261.  
  262. //Value Computed by CMake
  263. clucene-contribs-lib_SOURCE_DIR:STATIC=/home/naruto/Programming/clucene/src/contribs-lib
  264.  
  265. //Value Computed by CMake
  266. clucene-core_BINARY_DIR:STATIC=/home/naruto/Programming/clucene-build/src/core
  267.  
  268. //Dependencies for the target
  269. clucene-core_LIB_DEPENDS:STATIC=general;clucene-shared;
  270.  
  271. //Value Computed by CMake
  272. clucene-core_SOURCE_DIR:STATIC=/home/naruto/Programming/clucene/src/core
  273.  
  274. //Value Computed by CMake
  275. clucene-ext_BINARY_DIR:STATIC=/home/naruto/Programming/clucene-build/src/ext
  276.  
  277. //Value Computed by CMake
  278. clucene-ext_SOURCE_DIR:STATIC=/home/naruto/Programming/clucene/src/ext
  279.  
  280. //Value Computed by CMake
  281. clucene-shared_BINARY_DIR:STATIC=/home/naruto/Programming/clucene-build/src/shared
  282.  
  283. //Dependencies for the target
  284. clucene-shared_LIB_DEPENDS:STATIC=general;-lpthread;general;/usr/lib/i386-linux-gnu/libz.so;
  285.  
  286. //Value Computed by CMake
  287. clucene-shared_SOURCE_DIR:STATIC=/home/naruto/Programming/clucene/src/shared
  288.  
  289. //Value Computed by CMake
  290. clucene-test_BINARY_DIR:STATIC=/home/naruto/Programming/clucene-build/src/test
  291.  
  292. //Value Computed by CMake
  293. clucene-test_SOURCE_DIR:STATIC=/home/naruto/Programming/clucene/src/test
  294.  
  295. //Value Computed by CMake
  296. clucene_BINARY_DIR:STATIC=/home/naruto/Programming/clucene-build
  297.  
  298. //Value Computed by CMake
  299. clucene_SOURCE_DIR:STATIC=/home/naruto/Programming/clucene
  300.  
  301.  
  302. ########################
  303. # INTERNAL cache entries
  304. ########################
  305.  
  306. //ADVANCED property for variable: Boost_INCLUDE_DIR
  307. Boost_INCLUDE_DIR-ADVANCED:INTERNAL=1
  308. //ADVANCED property for variable: Boost_LIBRARY_DIRS
  309. Boost_LIBRARY_DIRS-ADVANCED:INTERNAL=1
  310. //The library version string for boost libraries
  311. Boost_LIB_VERSION:INTERNAL=1_46_1
  312. //The version number for boost libraries
  313. Boost_VERSION:INTERNAL=104601
  314. //Result of TRY_COMPILE
  315. CMAKE_ANSI_FOR_SCOPE:INTERNAL=TRUE
  316. //ADVANCED property for variable: CMAKE_AR
  317. CMAKE_AR-ADVANCED:INTERNAL=1
  318. //ADVANCED property for variable: CMAKE_BUILD_TOOL
  319. CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
  320. //What is the target build tool cmake is generating for.
  321. CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/make
  322. //This is the directory where this CMakeCache.txt was created
  323. CMAKE_CACHEFILE_DIR:INTERNAL=/home/naruto/Programming/clucene-build
  324. //Major version of cmake used to create the current loaded cache
  325. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
  326. //Minor version of cmake used to create the current loaded cache
  327. CMAKE_CACHE_MINOR_VERSION:INTERNAL=8
  328. //Patch version of cmake used to create the current loaded cache
  329. CMAKE_CACHE_PATCH_VERSION:INTERNAL=10
  330. //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
  331. CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
  332. //Path to CMake executable.
  333. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
  334. //Path to cpack program executable.
  335. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
  336. //Path to ctest program executable.
  337. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
  338. //ADVANCED property for variable: CMAKE_CXX_COMPILER
  339. CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
  340. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  341. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  342. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  343. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  344. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  345. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  346. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  347. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  348. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  349. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  350. //ADVANCED property for variable: CMAKE_C_COMPILER
  351. CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
  352. //ADVANCED property for variable: CMAKE_C_FLAGS
  353. CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
  354. //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
  355. CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  356. //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
  357. CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  358. //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
  359. CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  360. //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
  361. CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  362. //Path to cache edit program executable.
  363. CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/cmake-gui
  364. //Executable file format
  365. CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
  366. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  367. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  368. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  369. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  370. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  371. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  372. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  373. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  374. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  375. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  376. //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
  377. CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
  378. //Name of generator.
  379. CMAKE_GENERATOR:INTERNAL=Unix Makefiles
  380. //Have symbol pthread_create
  381. CMAKE_HAVE_LIBC_CREATE:INTERNAL=
  382. //Have library pthreads
  383. CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
  384. //Have library pthread
  385. CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1
  386. //Have include pthread.h
  387. CMAKE_HAVE_PTHREAD_H:INTERNAL=1
  388. //Start directory with the top level CMakeLists.txt file for this
  389. // project
  390. CMAKE_HOME_DIRECTORY:INTERNAL=/home/naruto/Programming/clucene
  391. //Install .so files without execute permission.
  392. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
  393. //ADVANCED property for variable: CMAKE_LINKER
  394. CMAKE_LINKER-ADVANCED:INTERNAL=1
  395. //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
  396. CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
  397. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  398. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  399. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  400. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  401. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  402. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  403. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  404. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  405. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  406. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  407. //ADVANCED property for variable: CMAKE_NM
  408. CMAKE_NM-ADVANCED:INTERNAL=1
  409. //Does the compiler support ansi for scope.
  410. CMAKE_NO_ANSI_FOR_SCOPE:INTERNAL=0
  411. //number of local generators
  412. CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=10
  413. //ADVANCED property for variable: CMAKE_OBJCOPY
  414. CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
  415. //ADVANCED property for variable: CMAKE_OBJDUMP
  416. CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
  417. //ADVANCED property for variable: CMAKE_RANLIB
  418. CMAKE_RANLIB-ADVANCED:INTERNAL=1
  419. //Path to CMake installation.
  420. CMAKE_ROOT:INTERNAL=/usr/share/cmake-2.8
  421. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  422. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  423. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  424. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  425. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  426. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  427. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  428. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  429. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  430. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  431. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  432. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  433. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  434. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  435. //ADVANCED property for variable: CMAKE_STRIP
  436. CMAKE_STRIP-ADVANCED:INTERNAL=1
  437. //uname command
  438. CMAKE_UNAME:INTERNAL=/bin/uname
  439. //ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
  440. CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
  441. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  442. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
  443. //Details about finding Threads
  444. FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
  445. //Details about finding ZLIB
  446. FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[/usr/lib/i386-linux-gnu/libz.so][/usr/include][v1.2.3.4()]
  447. //Result of TRY_COMPILE
  448. GccFlagGcov:INTERNAL=TRUE
  449. //Result of TRY_COMPILE
  450. GccFlagPg:INTERNAL=TRUE
  451. //Have include algorithm
  452. HAVE_ALGORITHM:INTERNAL=1
  453. //Have include ctype.h
  454. HAVE_CTYPE_H:INTERNAL=1
  455. //Have include direct.h
  456. HAVE_DIRECT_H:INTERNAL=
  457. //Have include dirent.h
  458. HAVE_DIRENT_H:INTERNAL=1
  459. //Have include errno.h
  460. HAVE_ERRNO_H:INTERNAL=1
  461. //Have include ext/hash_map
  462. HAVE_EXT_HASH_MAP:INTERNAL=1
  463. //Have include fcntl.h
  464. HAVE_FCNTL_H:INTERNAL=1
  465. //Have include functional
  466. HAVE_FUNCTIONAL:INTERNAL=1
  467. //Have include hash_map
  468. HAVE_HASH_MAP:INTERNAL=1
  469. //Have include hash_set
  470. HAVE_HASH_SET:INTERNAL=1
  471. //Have include io.h
  472. HAVE_IO_H:INTERNAL=
  473. //Have include limits.h
  474. HAVE_LIMITS_H:INTERNAL=1
  475. //Have include list
  476. HAVE_LIST:INTERNAL=1
  477. //Have include map
  478. HAVE_MAP:INTERNAL=1
  479. //Have include math.h
  480. HAVE_MATH_H:INTERNAL=1
  481. //Have include memory.h
  482. HAVE_MEMORY_H:INTERNAL=1
  483. //Have include set
  484. HAVE_SET:INTERNAL=1
  485. //Have include stat.h
  486. HAVE_STAT_H:INTERNAL=
  487. //Have include stdarg.h
  488. HAVE_STDARG_H:INTERNAL=1
  489. //Have include stddef.h
  490. HAVE_STDDEF_H:INTERNAL=1
  491. //Have include stdexcept
  492. HAVE_STDEXCEPT:INTERNAL=1
  493. //Have include stdint.h
  494. HAVE_STDINT_H:INTERNAL=1
  495. //Have include stdio.h
  496. HAVE_STDIO_H:INTERNAL=1
  497. //Have include stdlib.h
  498. HAVE_STDLIB_H:INTERNAL=1
  499. //Have include strings.h
  500. HAVE_STRINGS_H:INTERNAL=1
  501. //Have include string.h
  502. HAVE_STRING_H:INTERNAL=1
  503. //Test HAVE_SYMBOL_FLOAT_T
  504. HAVE_SYMBOL_FLOAT_T:INTERNAL=1
  505. //Have include sys/dir.h
  506. HAVE_SYS_DIR_H:INTERNAL=1
  507. //Have include sys/mman.h
  508. HAVE_SYS_MMAN_H:INTERNAL=1
  509. //Have include sys/ndir.h
  510. HAVE_SYS_NDIR_H:INTERNAL=
  511. //Have include sys/stat.h
  512. HAVE_SYS_STAT_H:INTERNAL=1
  513. //Have include sys/timeb.h
  514. HAVE_SYS_TIMEB_H:INTERNAL=1
  515. //Have include sys/time.h
  516. HAVE_SYS_TIME_H:INTERNAL=1
  517. //Have include sys/types.h
  518. HAVE_SYS_TYPES_H:INTERNAL=1
  519. //Have include tchar.h
  520. HAVE_TCHAR_H:INTERNAL=
  521. //Have include tr1/unordered_map
  522. HAVE_TR1_UNORDERED_MAP:INTERNAL=1
  523. //Have include tr1/unordered_set
  524. HAVE_TR1_UNORDERED_SET:INTERNAL=1
  525. //Have include unistd.h
  526. HAVE_UNISTD_H:INTERNAL=1
  527. //Have include vector
  528. HAVE_VECTOR:INTERNAL=1
  529. //Have include wchar.h
  530. HAVE_WCHAR_H:INTERNAL=1
  531. //Have include wctype.h
  532. HAVE_WCTYPE_H:INTERNAL=1
  533. //Have include windef.h
  534. HAVE_WINDEF_H:INTERNAL=
  535. //Have include windows.h
  536. HAVE_WINDOWS_H:INTERNAL=
  537. //Have include winerror.h
  538. HAVE_WINERROR_H:INTERNAL=
  539. //Result of TRY_COMPILE
  540. HAVE__CL_HAVE_TYPE_DWORD:INTERNAL=FALSE
  541. //Result of TRY_COMPILE
  542. HAVE__CL_HAVE_TYPE_INT16_T:INTERNAL=TRUE
  543. //Result of TRY_COMPILE
  544. HAVE__CL_HAVE_TYPE_INT32_T:INTERNAL=TRUE
  545. //Result of TRY_COMPILE
  546. HAVE__CL_HAVE_TYPE_INT64_T:INTERNAL=TRUE
  547. //Result of TRY_COMPILE
  548. HAVE__CL_HAVE_TYPE_INT8_T:INTERNAL=TRUE
  549. //Result of TRY_COMPILE
  550. HAVE__CL_HAVE_TYPE_SIZE_T:INTERNAL=TRUE
  551. //Result of TRY_COMPILE
  552. HAVE__CL_HAVE_TYPE_TCHAR:INTERNAL=FALSE
  553. //Result of TRY_COMPILE
  554. HAVE__CL_HAVE_TYPE_UINT16_T:INTERNAL=TRUE
  555. //Result of TRY_COMPILE
  556. HAVE__CL_HAVE_TYPE_UINT32_T:INTERNAL=TRUE
  557. //Result of TRY_COMPILE
  558. HAVE__CL_HAVE_TYPE_UINT64_T:INTERNAL=TRUE
  559. //Result of TRY_COMPILE
  560. HAVE__CL_HAVE_TYPE_UINT8_T:INTERNAL=TRUE
  561. //Result of TRY_COMPILE
  562. HAVE__CL_HAVE_TYPE_WCHAR_T:INTERNAL=TRUE
  563. //ADVANCED property for variable: ICONV_INCLUDE_DIR
  564. ICONV_INCLUDE_DIR-ADVANCED:INTERNAL=1
  565. //ADVANCED property for variable: ICONV_LIBRARIES
  566. ICONV_LIBRARIES-ADVANCED:INTERNAL=1
  567. //ADVANCED property for variable: ICONV_SECOND_ARGUMENT_IS_CONST
  568. ICONV_SECOND_ARGUMENT_IS_CONST-ADVANCED:INTERNAL=1
  569. //Test ICONV_SECOND_ARGUMENT_IS_CONST
  570. ICONV_SECOND_ARGUMENT_IS_CONST:INTERNAL=
  571. //Test LUCENE_STATIC_CONSTANT_SYNTAX
  572. LUCENE_STATIC_CONSTANT_SYNTAX:INTERNAL=1
  573. //Result of TRY_COMPILE
  574. LUCENE_STATIC_CONSTANT_SYNTAX_COMPILED:INTERNAL=TRUE
  575. //Result of TRY_RUN
  576. LUCENE_STATIC_CONSTANT_SYNTAX_EXITCODE:INTERNAL=0
  577. //ADVANCED property for variable: ZLIB_INCLUDE_DIR
  578. ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1
  579. //ADVANCED property for variable: ZLIB_LIBRARY
  580. ZLIB_LIBRARY-ADVANCED:INTERNAL=1
  581. //Chose function for fileHandleStat - fstat64
  582. _CHOOSE_STATUS_FUNCTION_FILEHANDLESTAT:INTERNAL=ON
  583. //Chose function for fileSeek - lseek64
  584. _CHOOSE_STATUS_FUNCTION_FILESEEK:INTERNAL=ON
  585. //Chose function for fileSize - using default
  586. _CHOOSE_STATUS_FUNCTION_FILESIZE:INTERNAL=ON
  587. //Chose function for fileStat - stat64
  588. _CHOOSE_STATUS_FUNCTION_FILESTAT:INTERNAL=ON
  589. //Chose function for fileTell - using default
  590. _CHOOSE_STATUS_FUNCTION_FILETELL:INTERNAL=ON
  591. //Chose function for SLEEPFUNCTION - usleep
  592. _CHOOSE_STATUS_FUNCTION_SLEEPFUNCTION:INTERNAL=ON
  593. //Chose function for _close - close
  594. _CHOOSE_STATUS_FUNCTION__CLOSE:INTERNAL=ON
  595. //Chose function for _cl_open - open
  596. _CHOOSE_STATUS_FUNCTION__CL_OPEN:INTERNAL=ON
  597. //Chose function for _ftime - ftime
  598. _CHOOSE_STATUS_FUNCTION__FTIME:INTERNAL=ON
  599. //Chose function for _mkdir - using default
  600. _CHOOSE_STATUS_FUNCTION__MKDIR:INTERNAL=ON
  601. //Chose function for _read - read
  602. _CHOOSE_STATUS_FUNCTION__READ:INTERNAL=ON
  603. //Chose function for _realpath - realpath
  604. _CHOOSE_STATUS_FUNCTION__REALPATH:INTERNAL=ON
  605. //Chose function for _rename - rename
  606. _CHOOSE_STATUS_FUNCTION__RENAME:INTERNAL=ON
  607. //Chose function for _snprintf - snprintf
  608. _CHOOSE_STATUS_FUNCTION__SNPRINTF:INTERNAL=ON
  609. //Chose function for _snwprintf - not found
  610. _CHOOSE_STATUS_FUNCTION__SNWPRINTF:INTERNAL=ON
  611. //Chose function for _unlink - unlink
  612. _CHOOSE_STATUS_FUNCTION__UNLINK:INTERNAL=ON
  613. //Chose function for _write - write
  614. _CHOOSE_STATUS_FUNCTION__WRITE:INTERNAL=ON
  615. //Chose namespace for hashmaps - std::tr1::func
  616. _CHOOSE_STATUS_NAMESPACE_HASHMAPS:INTERNAL=ON
  617. //Chose option for HAVE_TYPE_CL_STAT_T - stat64
  618. _CHOOSE_STATUS_OPTION_HAVE_TYPE_CL_STAT_T:INTERNAL=ON
  619. //Chose option for HAVE_TYPE__TIMEB - timeb
  620. _CHOOSE_STATUS_OPTION_HAVE_TYPE__TIMEB:INTERNAL=ON
  621. //Chose symbol for _O_BINARY - not found
  622. _CHOOSE_STATUS_SYMBOL__O_BINARY:INTERNAL=ON
  623. //Chose symbol for _O_RANDOM - not found
  624. _CHOOSE_STATUS_SYMBOL__O_RANDOM:INTERNAL=ON
  625. //Chose symbol for _S_IREAD - S_IREAD
  626. _CHOOSE_STATUS_SYMBOL__S_IREAD:INTERNAL=ON
  627. //Chose symbol for _S_IWRITE - S_IWRITE
  628. _CHOOSE_STATUS_SYMBOL__S_IWRITE:INTERNAL=ON
  629. //Chose symbol for _T - not found
  630. _CHOOSE_STATUS_SYMBOL__T:INTERNAL=ON
  631. //Chose type for int16_t - signed int16_t
  632. _CHOOSE_STATUS_TYPE_INT16_T:INTERNAL=ON
  633. //Chose type for int32_t - signed int32_t
  634. _CHOOSE_STATUS_TYPE_INT32_T:INTERNAL=ON
  635. //Chose type for int64_t - signed int64_t
  636. _CHOOSE_STATUS_TYPE_INT64_T:INTERNAL=ON
  637. //Chose type for int8_t - signed int8_t
  638. _CHOOSE_STATUS_TYPE_INT8_T:INTERNAL=ON
  639. //Chose type for size_t - unsigned size_t
  640. _CHOOSE_STATUS_TYPE_SIZE_T:INTERNAL=ON
  641. //Chose type for TCHAR -  wchar_t
  642. _CHOOSE_STATUS_TYPE_TCHAR:INTERNAL=ON
  643. //Chose type for uint16_t - unsigned uint16_t
  644. _CHOOSE_STATUS_TYPE_UINT16_T:INTERNAL=ON
  645. //Chose type for uint32_t - unsigned uint32_t
  646. _CHOOSE_STATUS_TYPE_UINT32_T:INTERNAL=ON
  647. //Chose type for uint64_t - unsigned uint64_t
  648. _CHOOSE_STATUS_TYPE_UINT64_T:INTERNAL=ON
  649. //Chose type for uint8_t - unsigned uint8_t
  650. _CHOOSE_STATUS_TYPE_UINT8_T:INTERNAL=ON
  651. //Have function close
  652. _CL_HAVE_FUNCTION_CLOSE:INTERNAL=1
  653. //Have function filelength
  654. _CL_HAVE_FUNCTION_FILELENGTH:INTERNAL=
  655. //Have function filelengthi64
  656. _CL_HAVE_FUNCTION_FILELENGTHI64:INTERNAL=
  657. //Have function fstat64
  658. _CL_HAVE_FUNCTION_FSTAT64:INTERNAL=1
  659. //Have function fstati64
  660. _CL_HAVE_FUNCTION_FSTATI64:INTERNAL=
  661. //Have function ftime
  662. _CL_HAVE_FUNCTION_FTIME:INTERNAL=1
  663. //Have function gettimeofday
  664. _CL_HAVE_FUNCTION_GETTIMEOFDAY:INTERNAL=1
  665. //Have function lltoa
  666. _CL_HAVE_FUNCTION_LLTOA:INTERNAL=
  667. //Have function lltow
  668. _CL_HAVE_FUNCTION_LLTOW:INTERNAL=
  669. //Have function lseek64
  670. _CL_HAVE_FUNCTION_LSEEK64:INTERNAL=1
  671. //Have function lseeki64
  672. _CL_HAVE_FUNCTION_LSEEKI64:INTERNAL=
  673. //Have function MapViewOfFile(0,0,0,0,0)
  674. _CL_HAVE_FUNCTION_MAPVIEWOFFILE:INTERNAL=
  675. //Have function mmap
  676. _CL_HAVE_FUNCTION_MMAP:INTERNAL=1
  677. //Have function open
  678. _CL_HAVE_FUNCTION_OPEN:INTERNAL=1
  679. //Have function printf
  680. _CL_HAVE_FUNCTION_PRINTF:INTERNAL=1
  681. //Have function read
  682. _CL_HAVE_FUNCTION_READ:INTERNAL=1
  683. //Have function realpath
  684. _CL_HAVE_FUNCTION_REALPATH:INTERNAL=1
  685. //Have function rename
  686. _CL_HAVE_FUNCTION_RENAME:INTERNAL=1
  687. //Have function snprintf
  688. _CL_HAVE_FUNCTION_SNPRINTF:INTERNAL=1
  689. //Have function snwprintf
  690. _CL_HAVE_FUNCTION_SNWPRINTF:INTERNAL=
  691. //Have function stat64
  692. _CL_HAVE_FUNCTION_STAT64:INTERNAL=1
  693. //Have function stati64
  694. _CL_HAVE_FUNCTION_STATI64:INTERNAL=
  695. //Have function strftime
  696. _CL_HAVE_FUNCTION_STRFTIME:INTERNAL=1
  697. //Have function strlwr
  698. _CL_HAVE_FUNCTION_STRLWR:INTERNAL=
  699. //Have function strtoll
  700. _CL_HAVE_FUNCTION_STRTOLL:INTERNAL=1
  701. //Have function strupr
  702. _CL_HAVE_FUNCTION_STRUPR:INTERNAL=
  703. //Have function tell
  704. _CL_HAVE_FUNCTION_TELL:INTERNAL=
  705. //Have function tell64
  706. _CL_HAVE_FUNCTION_TELL64:INTERNAL=
  707. //Have function telli64
  708. _CL_HAVE_FUNCTION_TELLI64:INTERNAL=
  709. //Have function unlink
  710. _CL_HAVE_FUNCTION_UNLINK:INTERNAL=1
  711. //Have function usleep
  712. _CL_HAVE_FUNCTION_USLEEP:INTERNAL=1
  713. //Have function wcscasecmp
  714. _CL_HAVE_FUNCTION_WCSCASECMP:INTERNAL=1
  715. //Have function wcscat
  716. _CL_HAVE_FUNCTION_WCSCAT:INTERNAL=1
  717. //Have function wcschr
  718. _CL_HAVE_FUNCTION_WCSCHR:INTERNAL=1
  719. //Have function wcscmp
  720. _CL_HAVE_FUNCTION_WCSCMP:INTERNAL=1
  721. //Have function wcscpy
  722. _CL_HAVE_FUNCTION_WCSCPY:INTERNAL=1
  723. //Have function wcscspn
  724. _CL_HAVE_FUNCTION_WCSCSPN:INTERNAL=1
  725. //Have function wcsdup
  726. _CL_HAVE_FUNCTION_WCSDUP:INTERNAL=1
  727. //Have function wcsicmp
  728. _CL_HAVE_FUNCTION_WCSICMP:INTERNAL=
  729. //Have function wcslen
  730. _CL_HAVE_FUNCTION_WCSLEN:INTERNAL=1
  731. //Have function wcsncmp
  732. _CL_HAVE_FUNCTION_WCSNCMP:INTERNAL=1
  733. //Have function wcsncpy
  734. _CL_HAVE_FUNCTION_WCSNCPY:INTERNAL=1
  735. //Have function wcsstr
  736. _CL_HAVE_FUNCTION_WCSSTR:INTERNAL=1
  737. //Have function wcstod
  738. _CL_HAVE_FUNCTION_WCSTOD:INTERNAL=1
  739. //Have function wcstoll
  740. _CL_HAVE_FUNCTION_WCSTOLL:INTERNAL=1
  741. //Have function wcsupr
  742. _CL_HAVE_FUNCTION_WCSUPR:INTERNAL=
  743. //Have function wprintf
  744. _CL_HAVE_FUNCTION_WPRINTF:INTERNAL=1
  745. //Have function write
  746. _CL_HAVE_FUNCTION_WRITE:INTERNAL=1
  747. //Have function _close((int)0)
  748. _CL_HAVE_FUNCTION__CLOSE:INTERNAL=
  749. //Have function _filelength
  750. _CL_HAVE_FUNCTION__FILELENGTH:INTERNAL=
  751. //Have function _filelengthi64
  752. _CL_HAVE_FUNCTION__FILELENGTHI64:INTERNAL=
  753. //Have function _fstati64
  754. _CL_HAVE_FUNCTION__FSTATI64:INTERNAL=
  755. //Have function _ftime(0)
  756. _CL_HAVE_FUNCTION__FTIME:INTERNAL=
  757. //Have function _lseeki64
  758. _CL_HAVE_FUNCTION__LSEEKI64:INTERNAL=
  759. //Have function _mkdir((const char*)0)
  760. _CL_HAVE_FUNCTION__MKDIR:INTERNAL=
  761. //Have function _open(0,0,0)
  762. _CL_HAVE_FUNCTION__OPEN:INTERNAL=
  763. //Have function _read((int)0, (void*)0, (unsigned int)0)
  764. _CL_HAVE_FUNCTION__READ:INTERNAL=
  765. //Have function _snwprintf
  766. _CL_HAVE_FUNCTION__SNWPRINTF:INTERNAL=
  767. //Have function _stati64
  768. _CL_HAVE_FUNCTION__STATI64:INTERNAL=
  769. //Have function _tell
  770. _CL_HAVE_FUNCTION__TELL:INTERNAL=
  771. //Have function _telli64
  772. _CL_HAVE_FUNCTION__TELLI64:INTERNAL=
  773. //Have function _unlink((const char*)0)
  774. _CL_HAVE_FUNCTION__UNLINK:INTERNAL=
  775. //Have function _vsnwprintf
  776. _CL_HAVE_FUNCTION__VSNWPRINTF:INTERNAL=
  777. //Have function _write((int)0, (const void*)0, (unsigned int)0)
  778. _CL_HAVE_FUNCTION__WRITE:INTERNAL=
  779. //Test _CL_HAVE_GCCVISIBILITYPATCH
  780. _CL_HAVE_GCCVISIBILITYPATCH:INTERNAL=1
  781. //Test _CL_HAVE_GCC_ATOMIC_FUNCTIONS
  782. _CL_HAVE_GCC_ATOMIC_FUNCTIONS:INTERNAL=1
  783. //Result of TRY_COMPILE
  784. _CL_HAVE_GCC_ATOMIC_FUNCTIONS_COMPILED:INTERNAL=TRUE
  785. //Result of TRY_RUN
  786. _CL_HAVE_GCC_ATOMIC_FUNCTIONS_EXITCODE:INTERNAL=0
  787. //Test _CL_HAVE_NAMESPACES
  788. _CL_HAVE_NAMESPACES:INTERNAL=1
  789. //Result of TRY_COMPILE
  790. _CL_HAVE_NAMESPACES_COMPILED:INTERNAL=TRUE
  791. //Result of TRY_RUN
  792. _CL_HAVE_NAMESPACES_EXITCODE:INTERNAL=0
  793. //Result of TRY_COMPILE
  794. _CL_HAVE_NO_FLOAT_BYTE,:INTERNAL=TRUE
  795. //Test _CL_HAVE_NO_SNPRINTF_BUG
  796. _CL_HAVE_NO_SNPRINTF_BUG:INTERNAL=1
  797. //Result of TRY_COMPILE
  798. _CL_HAVE_NO_SNPRINTF_BUG_COMPILED:INTERNAL=TRUE
  799. //Result of TRY_RUN
  800. _CL_HAVE_NO_SNPRINTF_BUG_EXITCODE:INTERNAL=0
  801. //Test _CL_HAVE_OPTION_STAT64
  802. _CL_HAVE_OPTION_STAT64:INTERNAL=1
  803. //Test _CL_HAVE_OPTION_STATI64
  804. _CL_HAVE_OPTION_STATI64:INTERNAL=
  805. //Test _CL_HAVE_OPTION_TIMEB
  806. _CL_HAVE_OPTION_TIMEB:INTERNAL=1
  807. //Test _CL_HAVE_OPTION__STATI64
  808. _CL_HAVE_OPTION__STATI64:INTERNAL=
  809. //Test _CL_HAVE_OPTION__TIMEB
  810. _CL_HAVE_OPTION__TIMEB:INTERNAL=
  811. //Test _CL_HAVE_PTHREAD_MUTEX_RECURSIVE
  812. _CL_HAVE_PTHREAD_MUTEX_RECURSIVE:INTERNAL=
  813. //Result of TRY_COMPILE
  814. _CL_HAVE_PTHREAD_MUTEX_RECURSIVE_COMPILED:INTERNAL=FALSE
  815. //Test _CL_HAVE_STD__TR1_HASHMAP
  816. _CL_HAVE_STD__TR1_HASHMAP:INTERNAL=1
  817. //Have symbol O_BINARY
  818. _CL_HAVE_SYMBOL_O_BINARY:INTERNAL=
  819. //Have symbol O_RANDOM
  820. _CL_HAVE_SYMBOL_O_RANDOM:INTERNAL=
  821. //Have symbol S_IREAD
  822. _CL_HAVE_SYMBOL_S_IREAD:INTERNAL=1
  823. //Have symbol S_IWRITE
  824. _CL_HAVE_SYMBOL_S_IWRITE:INTERNAL=1
  825. //Have symbol _O_BINARY
  826. _CL_HAVE_SYMBOL__O_BINARY:INTERNAL=
  827. //Have symbol _O_RANDOM
  828. _CL_HAVE_SYMBOL__O_RANDOM:INTERNAL=
  829. //Have symbol _S_IREAD
  830. _CL_HAVE_SYMBOL__S_IREAD:INTERNAL=
  831. //Have symbol _S_IWRITE
  832. _CL_HAVE_SYMBOL__S_IWRITE:INTERNAL=
  833. //Have symbol _T
  834. _CL_HAVE_SYMBOL__T:INTERNAL=
  835. //Test _CL_HAVE_TRY_BLOCKS
  836. _CL_HAVE_TRY_BLOCKS:INTERNAL=1
  837. //Result of TRY_COMPILE
  838. _CL_HAVE_TRY_BLOCKS_COMPILED:INTERNAL=TRUE
  839. //Result of TRY_RUN
  840. _CL_HAVE_TRY_BLOCKS_EXITCODE:INTERNAL=0
  841. //CHECK_TYPE_SIZE: DWORD unknown
  842. _CL_HAVE_TYPE_DWORD:INTERNAL=
  843. //CHECK_TYPE_SIZE: sizeof(int16_t)
  844. _CL_HAVE_TYPE_INT16_T:INTERNAL=2
  845. //CHECK_TYPE_SIZE: sizeof(int32_t)
  846. _CL_HAVE_TYPE_INT32_T:INTERNAL=4
  847. //CHECK_TYPE_SIZE: sizeof(int64_t)
  848. _CL_HAVE_TYPE_INT64_T:INTERNAL=8
  849. //CHECK_TYPE_SIZE: sizeof(int8_t)
  850. _CL_HAVE_TYPE_INT8_T:INTERNAL=1
  851. //CHECK_TYPE_SIZE: sizeof(size_t)
  852. _CL_HAVE_TYPE_SIZE_T:INTERNAL=4
  853. //CHECK_TYPE_SIZE: TCHAR unknown
  854. _CL_HAVE_TYPE_TCHAR:INTERNAL=
  855. //CHECK_TYPE_SIZE: sizeof(uint16_t)
  856. _CL_HAVE_TYPE_UINT16_T:INTERNAL=2
  857. //CHECK_TYPE_SIZE: sizeof(uint32_t)
  858. _CL_HAVE_TYPE_UINT32_T:INTERNAL=4
  859. //CHECK_TYPE_SIZE: sizeof(uint64_t)
  860. _CL_HAVE_TYPE_UINT64_T:INTERNAL=8
  861. //CHECK_TYPE_SIZE: sizeof(uint8_t)
  862. _CL_HAVE_TYPE_UINT8_T:INTERNAL=1
  863. //CHECK_TYPE_SIZE: sizeof(wchar_t)
  864. _CL_HAVE_TYPE_WCHAR_T:INTERNAL=4
  865. //Test _CL_ILONGLONG_LL
  866. _CL_ILONGLONG_LL:INTERNAL=1
  867. //Have include sys/time.h;time.h
  868. _CL_TIME_WITH_SYS_TIME:INTERNAL=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement