887144a0 by 乔峰昇

retinaface optim

1 parent c7e48e8e
Showing 41 changed files with 5367 additions and 41 deletions
1 {
2 "files.associations": {
3 "*.py": "python",
4 "vector": "cpp"
5 }
6 }
...\ No newline at end of file ...\ No newline at end of file
1 cmake_minimum_required(VERSION 3.10)
2 project(facerecognize)
3
4 # include_directories( ${OpenCV_INCLUDE_DIRS} )
5 find_package(OpenCV REQUIRED)
6 # add_library(facerecognize SHARED facerecognize.cpp)
7 add_executable(facerecognize main.cpp facerecognize.cpp)
8 # link_libraries("/home/situ/qfs/sdk_project/face_recognize_c/libfacerecognize.so")
9 target_link_libraries(facerecognize ${OpenCV_LIBS})
...\ No newline at end of file ...\ No newline at end of file
1 # This is the CMakeCache file.
2 # For build in directory: /home/situ/qfs/sdk_project/face_recognize_c/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 GUIs 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 //Path to a program.
18 CMAKE_AR:FILEPATH=/usr/bin/ar
19
20 //Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
21 // CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
22 CMAKE_BUILD_TYPE:STRING=
23
24 //Enable/Disable color output during build.
25 CMAKE_COLOR_MAKEFILE:BOOL=ON
26
27 //CXX compiler
28 CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
29
30 //A wrapper around 'ar' adding the appropriate '--plugin' option
31 // for the GCC compiler
32 CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-7
33
34 //A wrapper around 'ranlib' adding the appropriate '--plugin' option
35 // for the GCC compiler
36 CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-7
37
38 //Flags used by the compiler during all build types.
39 CMAKE_CXX_FLAGS:STRING=
40
41 //Flags used by the compiler during debug builds.
42 CMAKE_CXX_FLAGS_DEBUG:STRING=-g
43
44 //Flags used by the compiler during release builds for minimum
45 // size.
46 CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
47
48 //Flags used by the compiler during release builds.
49 CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
50
51 //Flags used by the compiler during release builds with debug info.
52 CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
53
54 //C compiler
55 CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
56
57 //A wrapper around 'ar' adding the appropriate '--plugin' option
58 // for the GCC compiler
59 CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-7
60
61 //A wrapper around 'ranlib' adding the appropriate '--plugin' option
62 // for the GCC compiler
63 CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-7
64
65 //Flags used by the compiler during all build types.
66 CMAKE_C_FLAGS:STRING=
67
68 //Flags used by the compiler during debug builds.
69 CMAKE_C_FLAGS_DEBUG:STRING=-g
70
71 //Flags used by the compiler during release builds for minimum
72 // size.
73 CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
74
75 //Flags used by the compiler during release builds.
76 CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
77
78 //Flags used by the compiler during release builds with debug info.
79 CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
80
81 //Flags used by the linker.
82 CMAKE_EXE_LINKER_FLAGS:STRING=
83
84 //Flags used by the linker during debug builds.
85 CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
86
87 //Flags used by the linker during release minsize builds.
88 CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
89
90 //Flags used by the linker during release builds.
91 CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
92
93 //Flags used by the linker during Release with Debug Info builds.
94 CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
95
96 //Enable/Disable output of compile commands during generation.
97 CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
98
99 //Install path prefix, prepended onto install directories.
100 CMAKE_INSTALL_PREFIX:PATH=/usr/local
101
102 //Path to a program.
103 CMAKE_LINKER:FILEPATH=/usr/bin/ld
104
105 //Path to a program.
106 CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
107
108 //Flags used by the linker during the creation of modules.
109 CMAKE_MODULE_LINKER_FLAGS:STRING=
110
111 //Flags used by the linker during debug builds.
112 CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
113
114 //Flags used by the linker during release minsize builds.
115 CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
116
117 //Flags used by the linker during release builds.
118 CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
119
120 //Flags used by the linker during Release with Debug Info builds.
121 CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
122
123 //Path to a program.
124 CMAKE_NM:FILEPATH=/usr/bin/nm
125
126 //Path to a program.
127 CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
128
129 //Path to a program.
130 CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
131
132 //Value Computed by CMake
133 CMAKE_PROJECT_NAME:STATIC=facerecognize
134
135 //Path to a program.
136 CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
137
138 //Flags used by the linker during the creation of dll's.
139 CMAKE_SHARED_LINKER_FLAGS:STRING=
140
141 //Flags used by the linker during debug builds.
142 CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
143
144 //Flags used by the linker during release minsize builds.
145 CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
146
147 //Flags used by the linker during release builds.
148 CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
149
150 //Flags used by the linker during Release with Debug Info builds.
151 CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
152
153 //If set, runtime paths are not added when installing shared libraries,
154 // but are added when building.
155 CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
156
157 //If set, runtime paths are not added when using shared libraries.
158 CMAKE_SKIP_RPATH:BOOL=NO
159
160 //Flags used by the linker during the creation of static libraries.
161 CMAKE_STATIC_LINKER_FLAGS:STRING=
162
163 //Flags used by the linker during debug builds.
164 CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
165
166 //Flags used by the linker during release minsize builds.
167 CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
168
169 //Flags used by the linker during release builds.
170 CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
171
172 //Flags used by the linker during Release with Debug Info builds.
173 CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
174
175 //Path to a program.
176 CMAKE_STRIP:FILEPATH=/usr/bin/strip
177
178 //If this value is on, makefiles will be generated without the
179 // .SILENT directive, and all commands will be echoed to the console
180 // during the make. This is useful for debugging only. With Visual
181 // Studio IDE projects all commands are done without /nologo.
182 CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
183
184 //Compile device code in 64 bit mode
185 CUDA_64_BIT_DEVICE_CODE:BOOL=ON
186
187 //Attach the build rule to the CUDA source file. Enable only when
188 // the CUDA source file is added to at most one target.
189 CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE:BOOL=ON
190
191 //Generate and parse .cubin files in Device mode.
192 CUDA_BUILD_CUBIN:BOOL=OFF
193
194 //Build in Emulation mode
195 CUDA_BUILD_EMULATION:BOOL=OFF
196
197 //"cudart" library
198 CUDA_CUDART_LIBRARY:FILEPATH=/usr/local/cuda-10.1/lib64/libcudart.so
199
200 //"cuda" library (older versions only).
201 CUDA_CUDA_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libcuda.so
202
203 //Directory to put all the output files. If blank it will default
204 // to the CMAKE_CURRENT_BINARY_DIR
205 CUDA_GENERATED_OUTPUT_DIR:PATH=
206
207 //Generated file extension
208 CUDA_HOST_COMPILATION_CPP:BOOL=ON
209
210 //Host side compiler used by NVCC
211 CUDA_HOST_COMPILER:FILEPATH=/usr/bin/cc
212
213 //Path to a program.
214 CUDA_NVCC_EXECUTABLE:FILEPATH=/usr/local/cuda-10.1/bin/nvcc
215
216 //Semi-colon delimit multiple arguments.
217 CUDA_NVCC_FLAGS:STRING=
218
219 //Semi-colon delimit multiple arguments.
220 CUDA_NVCC_FLAGS_DEBUG:STRING=
221
222 //Semi-colon delimit multiple arguments.
223 CUDA_NVCC_FLAGS_MINSIZEREL:STRING=
224
225 //Semi-colon delimit multiple arguments.
226 CUDA_NVCC_FLAGS_RELEASE:STRING=
227
228 //Semi-colon delimit multiple arguments.
229 CUDA_NVCC_FLAGS_RELWITHDEBINFO:STRING=
230
231 //Propage C/CXX_FLAGS and friends to the host compiler via -Xcompile
232 CUDA_PROPAGATE_HOST_FLAGS:BOOL=ON
233
234 //Path to a file.
235 CUDA_SDK_ROOT_DIR:PATH=CUDA_SDK_ROOT_DIR-NOTFOUND
236
237 //Compile CUDA objects with separable compilation enabled. Requires
238 // CUDA 5.0+
239 CUDA_SEPARABLE_COMPILATION:BOOL=OFF
240
241 //Path to a file.
242 CUDA_TOOLKIT_INCLUDE:PATH=/usr/local/cuda-10.1/include
243
244 //Toolkit location.
245 CUDA_TOOLKIT_ROOT_DIR:PATH=/usr/local/cuda-10.1
246
247 //Use the static version of the CUDA runtime library if available
248 CUDA_USE_STATIC_CUDA_RUNTIME:BOOL=ON
249
250 //Print out the commands run while compiling the CUDA source file.
251 // With the Makefile generator this defaults to VERBOSE variable
252 // specified on the command line, but can be forced on with this
253 // option.
254 CUDA_VERBOSE_BUILD:BOOL=OFF
255
256 //Version of CUDA as computed from nvcc.
257 CUDA_VERSION:STRING=10.1
258
259 //"cublas" library
260 CUDA_cublas_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libcublas.so
261
262 //"cublas_device" library
263 CUDA_cublas_device_LIBRARY:FILEPATH=CUDA_cublas_device_LIBRARY-NOTFOUND
264
265 //"cudadevrt" library
266 CUDA_cudadevrt_LIBRARY:FILEPATH=/usr/local/cuda-10.1/lib64/libcudadevrt.a
267
268 //static CUDA runtime library
269 CUDA_cudart_static_LIBRARY:FILEPATH=/usr/local/cuda-10.1/lib64/libcudart_static.a
270
271 //"cufft" library
272 CUDA_cufft_LIBRARY:FILEPATH=/usr/local/cuda-10.1/lib64/libcufft.so
273
274 //"cupti" library
275 CUDA_cupti_LIBRARY:FILEPATH=/usr/local/cuda-10.1/extras/CUPTI/lib64/libcupti.so
276
277 //"curand" library
278 CUDA_curand_LIBRARY:FILEPATH=/usr/local/cuda-10.1/lib64/libcurand.so
279
280 //"cusolver" library
281 CUDA_cusolver_LIBRARY:FILEPATH=/usr/local/cuda-10.1/lib64/libcusolver.so
282
283 //"cusparse" library
284 CUDA_cusparse_LIBRARY:FILEPATH=/usr/local/cuda-10.1/lib64/libcusparse.so
285
286 //"nppc" library
287 CUDA_nppc_LIBRARY:FILEPATH=/usr/local/cuda-10.1/lib64/libnppc.so
288
289 //"nppi" library
290 CUDA_nppi_LIBRARY:FILEPATH=CUDA_nppi_LIBRARY-NOTFOUND
291
292 //"nppial" library
293 CUDA_nppial_LIBRARY:FILEPATH=/usr/local/cuda-10.1/lib64/libnppial.so
294
295 //"nppicc" library
296 CUDA_nppicc_LIBRARY:FILEPATH=/usr/local/cuda-10.1/lib64/libnppicc.so
297
298 //"nppicom" library
299 CUDA_nppicom_LIBRARY:FILEPATH=/usr/local/cuda-10.1/lib64/libnppicom.so
300
301 //"nppidei" library
302 CUDA_nppidei_LIBRARY:FILEPATH=/usr/local/cuda-10.1/lib64/libnppidei.so
303
304 //"nppif" library
305 CUDA_nppif_LIBRARY:FILEPATH=/usr/local/cuda-10.1/lib64/libnppif.so
306
307 //"nppig" library
308 CUDA_nppig_LIBRARY:FILEPATH=/usr/local/cuda-10.1/lib64/libnppig.so
309
310 //"nppim" library
311 CUDA_nppim_LIBRARY:FILEPATH=/usr/local/cuda-10.1/lib64/libnppim.so
312
313 //"nppist" library
314 CUDA_nppist_LIBRARY:FILEPATH=/usr/local/cuda-10.1/lib64/libnppist.so
315
316 //"nppisu" library
317 CUDA_nppisu_LIBRARY:FILEPATH=/usr/local/cuda-10.1/lib64/libnppisu.so
318
319 //"nppitc" library
320 CUDA_nppitc_LIBRARY:FILEPATH=/usr/local/cuda-10.1/lib64/libnppitc.so
321
322 //"npps" library
323 CUDA_npps_LIBRARY:FILEPATH=/usr/local/cuda-10.1/lib64/libnpps.so
324
325 //Path to a library.
326 CUDA_rt_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/librt.so
327
328 //The directory containing a CMake configuration file for OpenCV.
329 OpenCV_DIR:PATH=/usr/local/lib/cmake/opencv4
330
331 //Value Computed by CMake
332 facerecognize_BINARY_DIR:STATIC=/home/situ/qfs/sdk_project/face_recognize_c/build
333
334 //Value Computed by CMake
335 facerecognize_SOURCE_DIR:STATIC=/home/situ/qfs/sdk_project/face_recognize_c
336
337
338 ########################
339 # INTERNAL cache entries
340 ########################
341
342 //ADVANCED property for variable: CMAKE_AR
343 CMAKE_AR-ADVANCED:INTERNAL=1
344 //This is the directory where this CMakeCache.txt was created
345 CMAKE_CACHEFILE_DIR:INTERNAL=/home/situ/qfs/sdk_project/face_recognize_c/build
346 //Major version of cmake used to create the current loaded cache
347 CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
348 //Minor version of cmake used to create the current loaded cache
349 CMAKE_CACHE_MINOR_VERSION:INTERNAL=10
350 //Patch version of cmake used to create the current loaded cache
351 CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
352 //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
353 CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
354 //Path to CMake executable.
355 CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
356 //Path to cpack program executable.
357 CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
358 //Path to ctest program executable.
359 CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
360 //ADVANCED property for variable: CMAKE_CXX_COMPILER
361 CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
362 //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
363 CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
364 //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
365 CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
366 //ADVANCED property for variable: CMAKE_CXX_FLAGS
367 CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
368 //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
369 CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
370 //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
371 CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
372 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
373 CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
374 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
375 CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
376 //ADVANCED property for variable: CMAKE_C_COMPILER
377 CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
378 //ADVANCED property for variable: CMAKE_C_COMPILER_AR
379 CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
380 //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
381 CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
382 //ADVANCED property for variable: CMAKE_C_FLAGS
383 CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
384 //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
385 CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
386 //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
387 CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
388 //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
389 CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
390 //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
391 CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
392 //Path to cache edit program executable.
393 CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/cmake-gui
394 //Executable file format
395 CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
396 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
397 CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
398 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
399 CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
400 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
401 CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
402 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
403 CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
404 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
405 CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
406 //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
407 CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
408 //Name of external makefile project generator.
409 CMAKE_EXTRA_GENERATOR:INTERNAL=
410 //Name of generator.
411 CMAKE_GENERATOR:INTERNAL=Unix Makefiles
412 //Name of generator platform.
413 CMAKE_GENERATOR_PLATFORM:INTERNAL=
414 //Name of generator toolset.
415 CMAKE_GENERATOR_TOOLSET:INTERNAL=
416 //Have symbol pthread_create
417 CMAKE_HAVE_LIBC_CREATE:INTERNAL=
418 //Have library pthreads
419 CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
420 //Have library pthread
421 CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1
422 //Have include pthread.h
423 CMAKE_HAVE_PTHREAD_H:INTERNAL=1
424 //Source directory with the top level CMakeLists.txt file for this
425 // project
426 CMAKE_HOME_DIRECTORY:INTERNAL=/home/situ/qfs/sdk_project/face_recognize_c
427 //Install .so files without execute permission.
428 CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
429 //ADVANCED property for variable: CMAKE_LINKER
430 CMAKE_LINKER-ADVANCED:INTERNAL=1
431 //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
432 CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
433 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
434 CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
435 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
436 CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
437 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
438 CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
439 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
440 CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
441 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
442 CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
443 //ADVANCED property for variable: CMAKE_NM
444 CMAKE_NM-ADVANCED:INTERNAL=1
445 //number of local generators
446 CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
447 //ADVANCED property for variable: CMAKE_OBJCOPY
448 CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
449 //ADVANCED property for variable: CMAKE_OBJDUMP
450 CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
451 //Platform information initialized
452 CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
453 //ADVANCED property for variable: CMAKE_RANLIB
454 CMAKE_RANLIB-ADVANCED:INTERNAL=1
455 //Path to CMake installation.
456 CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.10
457 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
458 CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
459 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
460 CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
461 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
462 CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
463 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
464 CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
465 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
466 CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
467 //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
468 CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
469 //ADVANCED property for variable: CMAKE_SKIP_RPATH
470 CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
471 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
472 CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
473 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
474 CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
475 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
476 CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
477 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
478 CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
479 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
480 CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
481 //ADVANCED property for variable: CMAKE_STRIP
482 CMAKE_STRIP-ADVANCED:INTERNAL=1
483 //uname command
484 CMAKE_UNAME:INTERNAL=/bin/uname
485 //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
486 CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
487 //ADVANCED property for variable: CUDA_64_BIT_DEVICE_CODE
488 CUDA_64_BIT_DEVICE_CODE-ADVANCED:INTERNAL=1
489 //ADVANCED property for variable: CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE
490 CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE-ADVANCED:INTERNAL=1
491 //ADVANCED property for variable: CUDA_BUILD_CUBIN
492 CUDA_BUILD_CUBIN-ADVANCED:INTERNAL=1
493 //ADVANCED property for variable: CUDA_BUILD_EMULATION
494 CUDA_BUILD_EMULATION-ADVANCED:INTERNAL=1
495 //ADVANCED property for variable: CUDA_CUDART_LIBRARY
496 CUDA_CUDART_LIBRARY-ADVANCED:INTERNAL=1
497 //ADVANCED property for variable: CUDA_CUDA_LIBRARY
498 CUDA_CUDA_LIBRARY-ADVANCED:INTERNAL=1
499 //ADVANCED property for variable: CUDA_GENERATED_OUTPUT_DIR
500 CUDA_GENERATED_OUTPUT_DIR-ADVANCED:INTERNAL=1
501 //ADVANCED property for variable: CUDA_HOST_COMPILATION_CPP
502 CUDA_HOST_COMPILATION_CPP-ADVANCED:INTERNAL=1
503 //ADVANCED property for variable: CUDA_NVCC_EXECUTABLE
504 CUDA_NVCC_EXECUTABLE-ADVANCED:INTERNAL=1
505 //ADVANCED property for variable: CUDA_NVCC_FLAGS
506 CUDA_NVCC_FLAGS-ADVANCED:INTERNAL=1
507 //ADVANCED property for variable: CUDA_NVCC_FLAGS_DEBUG
508 CUDA_NVCC_FLAGS_DEBUG-ADVANCED:INTERNAL=1
509 //ADVANCED property for variable: CUDA_NVCC_FLAGS_MINSIZEREL
510 CUDA_NVCC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
511 //ADVANCED property for variable: CUDA_NVCC_FLAGS_RELEASE
512 CUDA_NVCC_FLAGS_RELEASE-ADVANCED:INTERNAL=1
513 //ADVANCED property for variable: CUDA_NVCC_FLAGS_RELWITHDEBINFO
514 CUDA_NVCC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
515 //ADVANCED property for variable: CUDA_PROPAGATE_HOST_FLAGS
516 CUDA_PROPAGATE_HOST_FLAGS-ADVANCED:INTERNAL=1
517 //This is the value of the last time CUDA_SDK_ROOT_DIR was set
518 // successfully.
519 CUDA_SDK_ROOT_DIR_INTERNAL:INTERNAL=CUDA_SDK_ROOT_DIR-NOTFOUND
520 //ADVANCED property for variable: CUDA_SEPARABLE_COMPILATION
521 CUDA_SEPARABLE_COMPILATION-ADVANCED:INTERNAL=1
522 //ADVANCED property for variable: CUDA_TOOLKIT_INCLUDE
523 CUDA_TOOLKIT_INCLUDE-ADVANCED:INTERNAL=1
524 //This is the value of the last time CUDA_TOOLKIT_ROOT_DIR was
525 // set successfully.
526 CUDA_TOOLKIT_ROOT_DIR_INTERNAL:INTERNAL=/usr/local/cuda-10.1
527 //This is the value of the last time CUDA_TOOLKIT_TARGET_DIR was
528 // set successfully.
529 CUDA_TOOLKIT_TARGET_DIR_INTERNAL:INTERNAL=/usr/local/cuda-10.1
530 //ADVANCED property for variable: CUDA_VERBOSE_BUILD
531 CUDA_VERBOSE_BUILD-ADVANCED:INTERNAL=1
532 //ADVANCED property for variable: CUDA_VERSION
533 CUDA_VERSION-ADVANCED:INTERNAL=1
534 //ADVANCED property for variable: CUDA_cublas_LIBRARY
535 CUDA_cublas_LIBRARY-ADVANCED:INTERNAL=1
536 //ADVANCED property for variable: CUDA_cublas_device_LIBRARY
537 CUDA_cublas_device_LIBRARY-ADVANCED:INTERNAL=1
538 //ADVANCED property for variable: CUDA_cudadevrt_LIBRARY
539 CUDA_cudadevrt_LIBRARY-ADVANCED:INTERNAL=1
540 //ADVANCED property for variable: CUDA_cudart_static_LIBRARY
541 CUDA_cudart_static_LIBRARY-ADVANCED:INTERNAL=1
542 //ADVANCED property for variable: CUDA_cufft_LIBRARY
543 CUDA_cufft_LIBRARY-ADVANCED:INTERNAL=1
544 //ADVANCED property for variable: CUDA_cupti_LIBRARY
545 CUDA_cupti_LIBRARY-ADVANCED:INTERNAL=1
546 //ADVANCED property for variable: CUDA_curand_LIBRARY
547 CUDA_curand_LIBRARY-ADVANCED:INTERNAL=1
548 //ADVANCED property for variable: CUDA_cusolver_LIBRARY
549 CUDA_cusolver_LIBRARY-ADVANCED:INTERNAL=1
550 //ADVANCED property for variable: CUDA_cusparse_LIBRARY
551 CUDA_cusparse_LIBRARY-ADVANCED:INTERNAL=1
552 //Location of make2cmake.cmake
553 CUDA_make2cmake:INTERNAL=/usr/share/cmake-3.10/Modules/FindCUDA/make2cmake.cmake
554 //ADVANCED property for variable: CUDA_nppc_LIBRARY
555 CUDA_nppc_LIBRARY-ADVANCED:INTERNAL=1
556 //ADVANCED property for variable: CUDA_nppi_LIBRARY
557 CUDA_nppi_LIBRARY-ADVANCED:INTERNAL=1
558 //ADVANCED property for variable: CUDA_nppial_LIBRARY
559 CUDA_nppial_LIBRARY-ADVANCED:INTERNAL=1
560 //ADVANCED property for variable: CUDA_nppicc_LIBRARY
561 CUDA_nppicc_LIBRARY-ADVANCED:INTERNAL=1
562 //ADVANCED property for variable: CUDA_nppicom_LIBRARY
563 CUDA_nppicom_LIBRARY-ADVANCED:INTERNAL=1
564 //ADVANCED property for variable: CUDA_nppidei_LIBRARY
565 CUDA_nppidei_LIBRARY-ADVANCED:INTERNAL=1
566 //ADVANCED property for variable: CUDA_nppif_LIBRARY
567 CUDA_nppif_LIBRARY-ADVANCED:INTERNAL=1
568 //ADVANCED property for variable: CUDA_nppig_LIBRARY
569 CUDA_nppig_LIBRARY-ADVANCED:INTERNAL=1
570 //ADVANCED property for variable: CUDA_nppim_LIBRARY
571 CUDA_nppim_LIBRARY-ADVANCED:INTERNAL=1
572 //ADVANCED property for variable: CUDA_nppist_LIBRARY
573 CUDA_nppist_LIBRARY-ADVANCED:INTERNAL=1
574 //ADVANCED property for variable: CUDA_nppisu_LIBRARY
575 CUDA_nppisu_LIBRARY-ADVANCED:INTERNAL=1
576 //ADVANCED property for variable: CUDA_nppitc_LIBRARY
577 CUDA_nppitc_LIBRARY-ADVANCED:INTERNAL=1
578 //ADVANCED property for variable: CUDA_npps_LIBRARY
579 CUDA_npps_LIBRARY-ADVANCED:INTERNAL=1
580 //Location of parse_cubin.cmake
581 CUDA_parse_cubin:INTERNAL=/usr/share/cmake-3.10/Modules/FindCUDA/parse_cubin.cmake
582 //Location of run_nvcc.cmake
583 CUDA_run_nvcc:INTERNAL=/usr/share/cmake-3.10/Modules/FindCUDA/run_nvcc.cmake
584 //Details about finding CUDA
585 FIND_PACKAGE_MESSAGE_DETAILS_CUDA:INTERNAL=[/usr/local/cuda-10.1][/usr/local/cuda-10.1/bin/nvcc][/usr/local/cuda-10.1/include][/usr/local/cuda-10.1/lib64/libcudart_static.a][v10.1(10.1)]
586 //Details about finding OpenCV
587 FIND_PACKAGE_MESSAGE_DETAILS_OpenCV:INTERNAL=[/usr/local][v4.5.5()]
588 //Details about finding Threads
589 FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
590
1 set(CMAKE_C_COMPILER "/usr/bin/cc")
2 set(CMAKE_C_COMPILER_ARG1 "")
3 set(CMAKE_C_COMPILER_ID "GNU")
4 set(CMAKE_C_COMPILER_VERSION "7.5.0")
5 set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
6 set(CMAKE_C_COMPILER_WRAPPER "")
7 set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11")
8 set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert")
9 set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
10 set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
11 set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
12
13 set(CMAKE_C_PLATFORM_ID "Linux")
14 set(CMAKE_C_SIMULATE_ID "")
15 set(CMAKE_C_SIMULATE_VERSION "")
16
17
18
19 set(CMAKE_AR "/usr/bin/ar")
20 set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-7")
21 set(CMAKE_RANLIB "/usr/bin/ranlib")
22 set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-7")
23 set(CMAKE_LINKER "/usr/bin/ld")
24 set(CMAKE_COMPILER_IS_GNUCC 1)
25 set(CMAKE_C_COMPILER_LOADED 1)
26 set(CMAKE_C_COMPILER_WORKS TRUE)
27 set(CMAKE_C_ABI_COMPILED TRUE)
28 set(CMAKE_COMPILER_IS_MINGW )
29 set(CMAKE_COMPILER_IS_CYGWIN )
30 if(CMAKE_COMPILER_IS_CYGWIN)
31 set(CYGWIN 1)
32 set(UNIX 1)
33 endif()
34
35 set(CMAKE_C_COMPILER_ENV_VAR "CC")
36
37 if(CMAKE_COMPILER_IS_MINGW)
38 set(MINGW 1)
39 endif()
40 set(CMAKE_C_COMPILER_ID_RUN 1)
41 set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
42 set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
43 set(CMAKE_C_LINKER_PREFERENCE 10)
44
45 # Save compiler ABI information.
46 set(CMAKE_C_SIZEOF_DATA_PTR "8")
47 set(CMAKE_C_COMPILER_ABI "ELF")
48 set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
49
50 if(CMAKE_C_SIZEOF_DATA_PTR)
51 set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
52 endif()
53
54 if(CMAKE_C_COMPILER_ABI)
55 set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
56 endif()
57
58 if(CMAKE_C_LIBRARY_ARCHITECTURE)
59 set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
60 endif()
61
62 set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
63 if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
64 set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
65 endif()
66
67
68
69
70
71 set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s")
72 set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
73 set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
1 set(CMAKE_CXX_COMPILER "/usr/bin/c++")
2 set(CMAKE_CXX_COMPILER_ARG1 "")
3 set(CMAKE_CXX_COMPILER_ID "GNU")
4 set(CMAKE_CXX_COMPILER_VERSION "7.5.0")
5 set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
6 set(CMAKE_CXX_COMPILER_WRAPPER "")
7 set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14")
8 set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17")
9 set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
10 set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
11 set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
12 set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
13
14 set(CMAKE_CXX_PLATFORM_ID "Linux")
15 set(CMAKE_CXX_SIMULATE_ID "")
16 set(CMAKE_CXX_SIMULATE_VERSION "")
17
18
19
20 set(CMAKE_AR "/usr/bin/ar")
21 set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-7")
22 set(CMAKE_RANLIB "/usr/bin/ranlib")
23 set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-7")
24 set(CMAKE_LINKER "/usr/bin/ld")
25 set(CMAKE_COMPILER_IS_GNUCXX 1)
26 set(CMAKE_CXX_COMPILER_LOADED 1)
27 set(CMAKE_CXX_COMPILER_WORKS TRUE)
28 set(CMAKE_CXX_ABI_COMPILED TRUE)
29 set(CMAKE_COMPILER_IS_MINGW )
30 set(CMAKE_COMPILER_IS_CYGWIN )
31 if(CMAKE_COMPILER_IS_CYGWIN)
32 set(CYGWIN 1)
33 set(UNIX 1)
34 endif()
35
36 set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
37
38 if(CMAKE_COMPILER_IS_MINGW)
39 set(MINGW 1)
40 endif()
41 set(CMAKE_CXX_COMPILER_ID_RUN 1)
42 set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
43 set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;mm;CPP)
44 set(CMAKE_CXX_LINKER_PREFERENCE 30)
45 set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
46
47 # Save compiler ABI information.
48 set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
49 set(CMAKE_CXX_COMPILER_ABI "ELF")
50 set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
51
52 if(CMAKE_CXX_SIZEOF_DATA_PTR)
53 set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
54 endif()
55
56 if(CMAKE_CXX_COMPILER_ABI)
57 set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
58 endif()
59
60 if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
61 set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
62 endif()
63
64 set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
65 if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
66 set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
67 endif()
68
69
70
71
72
73 set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc")
74 set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
75 set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
1 set(CMAKE_HOST_SYSTEM "Linux-4.15.0-29-generic")
2 set(CMAKE_HOST_SYSTEM_NAME "Linux")
3 set(CMAKE_HOST_SYSTEM_VERSION "4.15.0-29-generic")
4 set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
5
6
7
8 set(CMAKE_SYSTEM "Linux-4.15.0-29-generic")
9 set(CMAKE_SYSTEM_NAME "Linux")
10 set(CMAKE_SYSTEM_VERSION "4.15.0-29-generic")
11 set(CMAKE_SYSTEM_PROCESSOR "x86_64")
12
13 set(CMAKE_CROSSCOMPILING "FALSE")
14
15 set(CMAKE_SYSTEM_LOADED 1)
1 #ifdef __cplusplus
2 # error "A C++ compiler has been selected for C."
3 #endif
4
5 #if defined(__18CXX)
6 # define ID_VOID_MAIN
7 #endif
8 #if defined(__CLASSIC_C__)
9 /* cv-qualifiers did not exist in K&R C */
10 # define const
11 # define volatile
12 #endif
13
14
15 /* Version number components: V=Version, R=Revision, P=Patch
16 Version date components: YYYY=Year, MM=Month, DD=Day */
17
18 #if defined(__INTEL_COMPILER) || defined(__ICC)
19 # define COMPILER_ID "Intel"
20 # if defined(_MSC_VER)
21 # define SIMULATE_ID "MSVC"
22 # endif
23 /* __INTEL_COMPILER = VRP */
24 # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
25 # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
26 # if defined(__INTEL_COMPILER_UPDATE)
27 # define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
28 # else
29 # define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
30 # endif
31 # if defined(__INTEL_COMPILER_BUILD_DATE)
32 /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
33 # define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
34 # endif
35 # if defined(_MSC_VER)
36 /* _MSC_VER = VVRR */
37 # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
38 # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
39 # endif
40
41 #elif defined(__PATHCC__)
42 # define COMPILER_ID "PathScale"
43 # define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
44 # define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
45 # if defined(__PATHCC_PATCHLEVEL__)
46 # define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
47 # endif
48
49 #elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
50 # define COMPILER_ID "Embarcadero"
51 # define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
52 # define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
53 # define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
54
55 #elif defined(__BORLANDC__)
56 # define COMPILER_ID "Borland"
57 /* __BORLANDC__ = 0xVRR */
58 # define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
59 # define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
60
61 #elif defined(__WATCOMC__) && __WATCOMC__ < 1200
62 # define COMPILER_ID "Watcom"
63 /* __WATCOMC__ = VVRR */
64 # define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
65 # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
66 # if (__WATCOMC__ % 10) > 0
67 # define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
68 # endif
69
70 #elif defined(__WATCOMC__)
71 # define COMPILER_ID "OpenWatcom"
72 /* __WATCOMC__ = VVRP + 1100 */
73 # define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
74 # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
75 # if (__WATCOMC__ % 10) > 0
76 # define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
77 # endif
78
79 #elif defined(__SUNPRO_C)
80 # define COMPILER_ID "SunPro"
81 # if __SUNPRO_C >= 0x5100
82 /* __SUNPRO_C = 0xVRRP */
83 # define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
84 # define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
85 # define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
86 # else
87 /* __SUNPRO_CC = 0xVRP */
88 # define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
89 # define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
90 # define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
91 # endif
92
93 #elif defined(__HP_cc)
94 # define COMPILER_ID "HP"
95 /* __HP_cc = VVRRPP */
96 # define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
97 # define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
98 # define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
99
100 #elif defined(__DECC)
101 # define COMPILER_ID "Compaq"
102 /* __DECC_VER = VVRRTPPPP */
103 # define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
104 # define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
105 # define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
106
107 #elif defined(__IBMC__) && defined(__COMPILER_VER__)
108 # define COMPILER_ID "zOS"
109 /* __IBMC__ = VRP */
110 # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
111 # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
112 # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
113
114 #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
115 # define COMPILER_ID "XL"
116 /* __IBMC__ = VRP */
117 # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
118 # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
119 # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
120
121 #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
122 # define COMPILER_ID "VisualAge"
123 /* __IBMC__ = VRP */
124 # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
125 # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
126 # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
127
128 #elif defined(__PGI)
129 # define COMPILER_ID "PGI"
130 # define COMPILER_VERSION_MAJOR DEC(__PGIC__)
131 # define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
132 # if defined(__PGIC_PATCHLEVEL__)
133 # define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
134 # endif
135
136 #elif defined(_CRAYC)
137 # define COMPILER_ID "Cray"
138 # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
139 # define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
140
141 #elif defined(__TI_COMPILER_VERSION__)
142 # define COMPILER_ID "TI"
143 /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
144 # define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
145 # define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
146 # define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
147
148 #elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
149 # define COMPILER_ID "Fujitsu"
150
151 #elif defined(__TINYC__)
152 # define COMPILER_ID "TinyCC"
153
154 #elif defined(__BCC__)
155 # define COMPILER_ID "Bruce"
156
157 #elif defined(__SCO_VERSION__)
158 # define COMPILER_ID "SCO"
159
160 #elif defined(__clang__) && defined(__apple_build_version__)
161 # define COMPILER_ID "AppleClang"
162 # if defined(_MSC_VER)
163 # define SIMULATE_ID "MSVC"
164 # endif
165 # define COMPILER_VERSION_MAJOR DEC(__clang_major__)
166 # define COMPILER_VERSION_MINOR DEC(__clang_minor__)
167 # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
168 # if defined(_MSC_VER)
169 /* _MSC_VER = VVRR */
170 # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
171 # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
172 # endif
173 # define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
174
175 #elif defined(__clang__)
176 # define COMPILER_ID "Clang"
177 # if defined(_MSC_VER)
178 # define SIMULATE_ID "MSVC"
179 # endif
180 # define COMPILER_VERSION_MAJOR DEC(__clang_major__)
181 # define COMPILER_VERSION_MINOR DEC(__clang_minor__)
182 # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
183 # if defined(_MSC_VER)
184 /* _MSC_VER = VVRR */
185 # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
186 # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
187 # endif
188
189 #elif defined(__GNUC__)
190 # define COMPILER_ID "GNU"
191 # define COMPILER_VERSION_MAJOR DEC(__GNUC__)
192 # if defined(__GNUC_MINOR__)
193 # define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
194 # endif
195 # if defined(__GNUC_PATCHLEVEL__)
196 # define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
197 # endif
198
199 #elif defined(_MSC_VER)
200 # define COMPILER_ID "MSVC"
201 /* _MSC_VER = VVRR */
202 # define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
203 # define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
204 # if defined(_MSC_FULL_VER)
205 # if _MSC_VER >= 1400
206 /* _MSC_FULL_VER = VVRRPPPPP */
207 # define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
208 # else
209 /* _MSC_FULL_VER = VVRRPPPP */
210 # define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
211 # endif
212 # endif
213 # if defined(_MSC_BUILD)
214 # define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
215 # endif
216
217 #elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
218 # define COMPILER_ID "ADSP"
219 #if defined(__VISUALDSPVERSION__)
220 /* __VISUALDSPVERSION__ = 0xVVRRPP00 */
221 # define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
222 # define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
223 # define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
224 #endif
225
226 #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
227 # define COMPILER_ID "IAR"
228 # if defined(__VER__)
229 # define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
230 # define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
231 # define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
232 # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
233 # endif
234
235 #elif defined(__ARMCC_VERSION)
236 # define COMPILER_ID "ARMCC"
237 #if __ARMCC_VERSION >= 1000000
238 /* __ARMCC_VERSION = VRRPPPP */
239 # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
240 # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
241 # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
242 #else
243 /* __ARMCC_VERSION = VRPPPP */
244 # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
245 # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
246 # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
247 #endif
248
249
250 #elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
251 # define COMPILER_ID "SDCC"
252 # if defined(__SDCC_VERSION_MAJOR)
253 # define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
254 # define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
255 # define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
256 # else
257 /* SDCC = VRP */
258 # define COMPILER_VERSION_MAJOR DEC(SDCC/100)
259 # define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
260 # define COMPILER_VERSION_PATCH DEC(SDCC % 10)
261 # endif
262
263 #elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
264 # define COMPILER_ID "MIPSpro"
265 # if defined(_SGI_COMPILER_VERSION)
266 /* _SGI_COMPILER_VERSION = VRP */
267 # define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
268 # define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
269 # define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
270 # else
271 /* _COMPILER_VERSION = VRP */
272 # define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
273 # define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
274 # define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
275 # endif
276
277
278 /* These compilers are either not known or too old to define an
279 identification macro. Try to identify the platform and guess that
280 it is the native compiler. */
281 #elif defined(__sgi)
282 # define COMPILER_ID "MIPSpro"
283
284 #elif defined(__hpux) || defined(__hpua)
285 # define COMPILER_ID "HP"
286
287 #else /* unknown compiler */
288 # define COMPILER_ID ""
289 #endif
290
291 /* Construct the string literal in pieces to prevent the source from
292 getting matched. Store it in a pointer rather than an array
293 because some compilers will just produce instructions to fill the
294 array rather than assigning a pointer to a static array. */
295 char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
296 #ifdef SIMULATE_ID
297 char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
298 #endif
299
300 #ifdef __QNXNTO__
301 char const* qnxnto = "INFO" ":" "qnxnto[]";
302 #endif
303
304 #if defined(__CRAYXE) || defined(__CRAYXC)
305 char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
306 #endif
307
308 #define STRINGIFY_HELPER(X) #X
309 #define STRINGIFY(X) STRINGIFY_HELPER(X)
310
311 /* Identify known platforms by name. */
312 #if defined(__linux) || defined(__linux__) || defined(linux)
313 # define PLATFORM_ID "Linux"
314
315 #elif defined(__CYGWIN__)
316 # define PLATFORM_ID "Cygwin"
317
318 #elif defined(__MINGW32__)
319 # define PLATFORM_ID "MinGW"
320
321 #elif defined(__APPLE__)
322 # define PLATFORM_ID "Darwin"
323
324 #elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
325 # define PLATFORM_ID "Windows"
326
327 #elif defined(__FreeBSD__) || defined(__FreeBSD)
328 # define PLATFORM_ID "FreeBSD"
329
330 #elif defined(__NetBSD__) || defined(__NetBSD)
331 # define PLATFORM_ID "NetBSD"
332
333 #elif defined(__OpenBSD__) || defined(__OPENBSD)
334 # define PLATFORM_ID "OpenBSD"
335
336 #elif defined(__sun) || defined(sun)
337 # define PLATFORM_ID "SunOS"
338
339 #elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
340 # define PLATFORM_ID "AIX"
341
342 #elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
343 # define PLATFORM_ID "IRIX"
344
345 #elif defined(__hpux) || defined(__hpux__)
346 # define PLATFORM_ID "HP-UX"
347
348 #elif defined(__HAIKU__)
349 # define PLATFORM_ID "Haiku"
350
351 #elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
352 # define PLATFORM_ID "BeOS"
353
354 #elif defined(__QNX__) || defined(__QNXNTO__)
355 # define PLATFORM_ID "QNX"
356
357 #elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
358 # define PLATFORM_ID "Tru64"
359
360 #elif defined(__riscos) || defined(__riscos__)
361 # define PLATFORM_ID "RISCos"
362
363 #elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
364 # define PLATFORM_ID "SINIX"
365
366 #elif defined(__UNIX_SV__)
367 # define PLATFORM_ID "UNIX_SV"
368
369 #elif defined(__bsdos__)
370 # define PLATFORM_ID "BSDOS"
371
372 #elif defined(_MPRAS) || defined(MPRAS)
373 # define PLATFORM_ID "MP-RAS"
374
375 #elif defined(__osf) || defined(__osf__)
376 # define PLATFORM_ID "OSF1"
377
378 #elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
379 # define PLATFORM_ID "SCO_SV"
380
381 #elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
382 # define PLATFORM_ID "ULTRIX"
383
384 #elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
385 # define PLATFORM_ID "Xenix"
386
387 #elif defined(__WATCOMC__)
388 # if defined(__LINUX__)
389 # define PLATFORM_ID "Linux"
390
391 # elif defined(__DOS__)
392 # define PLATFORM_ID "DOS"
393
394 # elif defined(__OS2__)
395 # define PLATFORM_ID "OS2"
396
397 # elif defined(__WINDOWS__)
398 # define PLATFORM_ID "Windows3x"
399
400 # else /* unknown platform */
401 # define PLATFORM_ID
402 # endif
403
404 #else /* unknown platform */
405 # define PLATFORM_ID
406
407 #endif
408
409 /* For windows compilers MSVC and Intel we can determine
410 the architecture of the compiler being used. This is because
411 the compilers do not have flags that can change the architecture,
412 but rather depend on which compiler is being used
413 */
414 #if defined(_WIN32) && defined(_MSC_VER)
415 # if defined(_M_IA64)
416 # define ARCHITECTURE_ID "IA64"
417
418 # elif defined(_M_X64) || defined(_M_AMD64)
419 # define ARCHITECTURE_ID "x64"
420
421 # elif defined(_M_IX86)
422 # define ARCHITECTURE_ID "X86"
423
424 # elif defined(_M_ARM64)
425 # define ARCHITECTURE_ID "ARM64"
426
427 # elif defined(_M_ARM)
428 # if _M_ARM == 4
429 # define ARCHITECTURE_ID "ARMV4I"
430 # elif _M_ARM == 5
431 # define ARCHITECTURE_ID "ARMV5I"
432 # else
433 # define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
434 # endif
435
436 # elif defined(_M_MIPS)
437 # define ARCHITECTURE_ID "MIPS"
438
439 # elif defined(_M_SH)
440 # define ARCHITECTURE_ID "SHx"
441
442 # else /* unknown architecture */
443 # define ARCHITECTURE_ID ""
444 # endif
445
446 #elif defined(__WATCOMC__)
447 # if defined(_M_I86)
448 # define ARCHITECTURE_ID "I86"
449
450 # elif defined(_M_IX86)
451 # define ARCHITECTURE_ID "X86"
452
453 # else /* unknown architecture */
454 # define ARCHITECTURE_ID ""
455 # endif
456
457 #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
458 # if defined(__ICCARM__)
459 # define ARCHITECTURE_ID "ARM"
460
461 # elif defined(__ICCAVR__)
462 # define ARCHITECTURE_ID "AVR"
463
464 # else /* unknown architecture */
465 # define ARCHITECTURE_ID ""
466 # endif
467 #else
468 # define ARCHITECTURE_ID
469 #endif
470
471 /* Convert integer to decimal digit literals. */
472 #define DEC(n) \
473 ('0' + (((n) / 10000000)%10)), \
474 ('0' + (((n) / 1000000)%10)), \
475 ('0' + (((n) / 100000)%10)), \
476 ('0' + (((n) / 10000)%10)), \
477 ('0' + (((n) / 1000)%10)), \
478 ('0' + (((n) / 100)%10)), \
479 ('0' + (((n) / 10)%10)), \
480 ('0' + ((n) % 10))
481
482 /* Convert integer to hex digit literals. */
483 #define HEX(n) \
484 ('0' + ((n)>>28 & 0xF)), \
485 ('0' + ((n)>>24 & 0xF)), \
486 ('0' + ((n)>>20 & 0xF)), \
487 ('0' + ((n)>>16 & 0xF)), \
488 ('0' + ((n)>>12 & 0xF)), \
489 ('0' + ((n)>>8 & 0xF)), \
490 ('0' + ((n)>>4 & 0xF)), \
491 ('0' + ((n) & 0xF))
492
493 /* Construct a string literal encoding the version number components. */
494 #ifdef COMPILER_VERSION_MAJOR
495 char const info_version[] = {
496 'I', 'N', 'F', 'O', ':',
497 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
498 COMPILER_VERSION_MAJOR,
499 # ifdef COMPILER_VERSION_MINOR
500 '.', COMPILER_VERSION_MINOR,
501 # ifdef COMPILER_VERSION_PATCH
502 '.', COMPILER_VERSION_PATCH,
503 # ifdef COMPILER_VERSION_TWEAK
504 '.', COMPILER_VERSION_TWEAK,
505 # endif
506 # endif
507 # endif
508 ']','\0'};
509 #endif
510
511 /* Construct a string literal encoding the internal version number. */
512 #ifdef COMPILER_VERSION_INTERNAL
513 char const info_version_internal[] = {
514 'I', 'N', 'F', 'O', ':',
515 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
516 'i','n','t','e','r','n','a','l','[',
517 COMPILER_VERSION_INTERNAL,']','\0'};
518 #endif
519
520 /* Construct a string literal encoding the version number components. */
521 #ifdef SIMULATE_VERSION_MAJOR
522 char const info_simulate_version[] = {
523 'I', 'N', 'F', 'O', ':',
524 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
525 SIMULATE_VERSION_MAJOR,
526 # ifdef SIMULATE_VERSION_MINOR
527 '.', SIMULATE_VERSION_MINOR,
528 # ifdef SIMULATE_VERSION_PATCH
529 '.', SIMULATE_VERSION_PATCH,
530 # ifdef SIMULATE_VERSION_TWEAK
531 '.', SIMULATE_VERSION_TWEAK,
532 # endif
533 # endif
534 # endif
535 ']','\0'};
536 #endif
537
538 /* Construct the string literal in pieces to prevent the source from
539 getting matched. Store it in a pointer rather than an array
540 because some compilers will just produce instructions to fill the
541 array rather than assigning a pointer to a static array. */
542 char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
543 char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
544
545
546
547
548 #if !defined(__STDC__)
549 # if defined(_MSC_VER) && !defined(__clang__)
550 # define C_DIALECT "90"
551 # else
552 # define C_DIALECT
553 # endif
554 #elif __STDC_VERSION__ >= 201000L
555 # define C_DIALECT "11"
556 #elif __STDC_VERSION__ >= 199901L
557 # define C_DIALECT "99"
558 #else
559 # define C_DIALECT "90"
560 #endif
561 const char* info_language_dialect_default =
562 "INFO" ":" "dialect_default[" C_DIALECT "]";
563
564 /*--------------------------------------------------------------------------*/
565
566 #ifdef ID_VOID_MAIN
567 void main() {}
568 #else
569 # if defined(__CLASSIC_C__)
570 int main(argc, argv) int argc; char *argv[];
571 # else
572 int main(int argc, char* argv[])
573 # endif
574 {
575 int require = 0;
576 require += info_compiler[argc];
577 require += info_platform[argc];
578 require += info_arch[argc];
579 #ifdef COMPILER_VERSION_MAJOR
580 require += info_version[argc];
581 #endif
582 #ifdef COMPILER_VERSION_INTERNAL
583 require += info_version_internal[argc];
584 #endif
585 #ifdef SIMULATE_ID
586 require += info_simulate[argc];
587 #endif
588 #ifdef SIMULATE_VERSION_MAJOR
589 require += info_simulate_version[argc];
590 #endif
591 #if defined(__CRAYXE) || defined(__CRAYXC)
592 require += info_cray[argc];
593 #endif
594 require += info_language_dialect_default[argc];
595 (void)argv;
596 return require;
597 }
598 #endif
No preview for this file type
1 /* This source file must have a .cpp extension so that all C++ compilers
2 recognize the extension without flags. Borland does not know .cxx for
3 example. */
4 #ifndef __cplusplus
5 # error "A C compiler has been selected for C++."
6 #endif
7
8
9 /* Version number components: V=Version, R=Revision, P=Patch
10 Version date components: YYYY=Year, MM=Month, DD=Day */
11
12 #if defined(__COMO__)
13 # define COMPILER_ID "Comeau"
14 /* __COMO_VERSION__ = VRR */
15 # define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
16 # define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
17
18 #elif defined(__INTEL_COMPILER) || defined(__ICC)
19 # define COMPILER_ID "Intel"
20 # if defined(_MSC_VER)
21 # define SIMULATE_ID "MSVC"
22 # endif
23 /* __INTEL_COMPILER = VRP */
24 # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
25 # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
26 # if defined(__INTEL_COMPILER_UPDATE)
27 # define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
28 # else
29 # define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
30 # endif
31 # if defined(__INTEL_COMPILER_BUILD_DATE)
32 /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
33 # define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
34 # endif
35 # if defined(_MSC_VER)
36 /* _MSC_VER = VVRR */
37 # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
38 # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
39 # endif
40
41 #elif defined(__PATHCC__)
42 # define COMPILER_ID "PathScale"
43 # define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
44 # define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
45 # if defined(__PATHCC_PATCHLEVEL__)
46 # define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
47 # endif
48
49 #elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
50 # define COMPILER_ID "Embarcadero"
51 # define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
52 # define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
53 # define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
54
55 #elif defined(__BORLANDC__)
56 # define COMPILER_ID "Borland"
57 /* __BORLANDC__ = 0xVRR */
58 # define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
59 # define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
60
61 #elif defined(__WATCOMC__) && __WATCOMC__ < 1200
62 # define COMPILER_ID "Watcom"
63 /* __WATCOMC__ = VVRR */
64 # define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
65 # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
66 # if (__WATCOMC__ % 10) > 0
67 # define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
68 # endif
69
70 #elif defined(__WATCOMC__)
71 # define COMPILER_ID "OpenWatcom"
72 /* __WATCOMC__ = VVRP + 1100 */
73 # define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
74 # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
75 # if (__WATCOMC__ % 10) > 0
76 # define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
77 # endif
78
79 #elif defined(__SUNPRO_CC)
80 # define COMPILER_ID "SunPro"
81 # if __SUNPRO_CC >= 0x5100
82 /* __SUNPRO_CC = 0xVRRP */
83 # define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
84 # define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
85 # define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
86 # else
87 /* __SUNPRO_CC = 0xVRP */
88 # define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
89 # define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
90 # define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
91 # endif
92
93 #elif defined(__HP_aCC)
94 # define COMPILER_ID "HP"
95 /* __HP_aCC = VVRRPP */
96 # define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
97 # define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
98 # define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
99
100 #elif defined(__DECCXX)
101 # define COMPILER_ID "Compaq"
102 /* __DECCXX_VER = VVRRTPPPP */
103 # define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
104 # define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
105 # define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
106
107 #elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
108 # define COMPILER_ID "zOS"
109 /* __IBMCPP__ = VRP */
110 # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
111 # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
112 # define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
113
114 #elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
115 # define COMPILER_ID "XL"
116 /* __IBMCPP__ = VRP */
117 # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
118 # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
119 # define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
120
121 #elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
122 # define COMPILER_ID "VisualAge"
123 /* __IBMCPP__ = VRP */
124 # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
125 # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
126 # define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
127
128 #elif defined(__PGI)
129 # define COMPILER_ID "PGI"
130 # define COMPILER_VERSION_MAJOR DEC(__PGIC__)
131 # define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
132 # if defined(__PGIC_PATCHLEVEL__)
133 # define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
134 # endif
135
136 #elif defined(_CRAYC)
137 # define COMPILER_ID "Cray"
138 # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
139 # define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
140
141 #elif defined(__TI_COMPILER_VERSION__)
142 # define COMPILER_ID "TI"
143 /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
144 # define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
145 # define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
146 # define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
147
148 #elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
149 # define COMPILER_ID "Fujitsu"
150
151 #elif defined(__SCO_VERSION__)
152 # define COMPILER_ID "SCO"
153
154 #elif defined(__clang__) && defined(__apple_build_version__)
155 # define COMPILER_ID "AppleClang"
156 # if defined(_MSC_VER)
157 # define SIMULATE_ID "MSVC"
158 # endif
159 # define COMPILER_VERSION_MAJOR DEC(__clang_major__)
160 # define COMPILER_VERSION_MINOR DEC(__clang_minor__)
161 # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
162 # if defined(_MSC_VER)
163 /* _MSC_VER = VVRR */
164 # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
165 # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
166 # endif
167 # define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
168
169 #elif defined(__clang__)
170 # define COMPILER_ID "Clang"
171 # if defined(_MSC_VER)
172 # define SIMULATE_ID "MSVC"
173 # endif
174 # define COMPILER_VERSION_MAJOR DEC(__clang_major__)
175 # define COMPILER_VERSION_MINOR DEC(__clang_minor__)
176 # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
177 # if defined(_MSC_VER)
178 /* _MSC_VER = VVRR */
179 # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
180 # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
181 # endif
182
183 #elif defined(__GNUC__) || defined(__GNUG__)
184 # define COMPILER_ID "GNU"
185 # if defined(__GNUC__)
186 # define COMPILER_VERSION_MAJOR DEC(__GNUC__)
187 # else
188 # define COMPILER_VERSION_MAJOR DEC(__GNUG__)
189 # endif
190 # if defined(__GNUC_MINOR__)
191 # define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
192 # endif
193 # if defined(__GNUC_PATCHLEVEL__)
194 # define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
195 # endif
196
197 #elif defined(_MSC_VER)
198 # define COMPILER_ID "MSVC"
199 /* _MSC_VER = VVRR */
200 # define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
201 # define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
202 # if defined(_MSC_FULL_VER)
203 # if _MSC_VER >= 1400
204 /* _MSC_FULL_VER = VVRRPPPPP */
205 # define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
206 # else
207 /* _MSC_FULL_VER = VVRRPPPP */
208 # define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
209 # endif
210 # endif
211 # if defined(_MSC_BUILD)
212 # define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
213 # endif
214
215 #elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
216 # define COMPILER_ID "ADSP"
217 #if defined(__VISUALDSPVERSION__)
218 /* __VISUALDSPVERSION__ = 0xVVRRPP00 */
219 # define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
220 # define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
221 # define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
222 #endif
223
224 #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
225 # define COMPILER_ID "IAR"
226 # if defined(__VER__)
227 # define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
228 # define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
229 # define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
230 # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
231 # endif
232
233 #elif defined(__ARMCC_VERSION)
234 # define COMPILER_ID "ARMCC"
235 #if __ARMCC_VERSION >= 1000000
236 /* __ARMCC_VERSION = VRRPPPP */
237 # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
238 # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
239 # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
240 #else
241 /* __ARMCC_VERSION = VRPPPP */
242 # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
243 # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
244 # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
245 #endif
246
247
248 #elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
249 # define COMPILER_ID "MIPSpro"
250 # if defined(_SGI_COMPILER_VERSION)
251 /* _SGI_COMPILER_VERSION = VRP */
252 # define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
253 # define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
254 # define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
255 # else
256 /* _COMPILER_VERSION = VRP */
257 # define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
258 # define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
259 # define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
260 # endif
261
262
263 /* These compilers are either not known or too old to define an
264 identification macro. Try to identify the platform and guess that
265 it is the native compiler. */
266 #elif defined(__sgi)
267 # define COMPILER_ID "MIPSpro"
268
269 #elif defined(__hpux) || defined(__hpua)
270 # define COMPILER_ID "HP"
271
272 #else /* unknown compiler */
273 # define COMPILER_ID ""
274 #endif
275
276 /* Construct the string literal in pieces to prevent the source from
277 getting matched. Store it in a pointer rather than an array
278 because some compilers will just produce instructions to fill the
279 array rather than assigning a pointer to a static array. */
280 char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
281 #ifdef SIMULATE_ID
282 char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
283 #endif
284
285 #ifdef __QNXNTO__
286 char const* qnxnto = "INFO" ":" "qnxnto[]";
287 #endif
288
289 #if defined(__CRAYXE) || defined(__CRAYXC)
290 char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
291 #endif
292
293 #define STRINGIFY_HELPER(X) #X
294 #define STRINGIFY(X) STRINGIFY_HELPER(X)
295
296 /* Identify known platforms by name. */
297 #if defined(__linux) || defined(__linux__) || defined(linux)
298 # define PLATFORM_ID "Linux"
299
300 #elif defined(__CYGWIN__)
301 # define PLATFORM_ID "Cygwin"
302
303 #elif defined(__MINGW32__)
304 # define PLATFORM_ID "MinGW"
305
306 #elif defined(__APPLE__)
307 # define PLATFORM_ID "Darwin"
308
309 #elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
310 # define PLATFORM_ID "Windows"
311
312 #elif defined(__FreeBSD__) || defined(__FreeBSD)
313 # define PLATFORM_ID "FreeBSD"
314
315 #elif defined(__NetBSD__) || defined(__NetBSD)
316 # define PLATFORM_ID "NetBSD"
317
318 #elif defined(__OpenBSD__) || defined(__OPENBSD)
319 # define PLATFORM_ID "OpenBSD"
320
321 #elif defined(__sun) || defined(sun)
322 # define PLATFORM_ID "SunOS"
323
324 #elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
325 # define PLATFORM_ID "AIX"
326
327 #elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
328 # define PLATFORM_ID "IRIX"
329
330 #elif defined(__hpux) || defined(__hpux__)
331 # define PLATFORM_ID "HP-UX"
332
333 #elif defined(__HAIKU__)
334 # define PLATFORM_ID "Haiku"
335
336 #elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
337 # define PLATFORM_ID "BeOS"
338
339 #elif defined(__QNX__) || defined(__QNXNTO__)
340 # define PLATFORM_ID "QNX"
341
342 #elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
343 # define PLATFORM_ID "Tru64"
344
345 #elif defined(__riscos) || defined(__riscos__)
346 # define PLATFORM_ID "RISCos"
347
348 #elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
349 # define PLATFORM_ID "SINIX"
350
351 #elif defined(__UNIX_SV__)
352 # define PLATFORM_ID "UNIX_SV"
353
354 #elif defined(__bsdos__)
355 # define PLATFORM_ID "BSDOS"
356
357 #elif defined(_MPRAS) || defined(MPRAS)
358 # define PLATFORM_ID "MP-RAS"
359
360 #elif defined(__osf) || defined(__osf__)
361 # define PLATFORM_ID "OSF1"
362
363 #elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
364 # define PLATFORM_ID "SCO_SV"
365
366 #elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
367 # define PLATFORM_ID "ULTRIX"
368
369 #elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
370 # define PLATFORM_ID "Xenix"
371
372 #elif defined(__WATCOMC__)
373 # if defined(__LINUX__)
374 # define PLATFORM_ID "Linux"
375
376 # elif defined(__DOS__)
377 # define PLATFORM_ID "DOS"
378
379 # elif defined(__OS2__)
380 # define PLATFORM_ID "OS2"
381
382 # elif defined(__WINDOWS__)
383 # define PLATFORM_ID "Windows3x"
384
385 # else /* unknown platform */
386 # define PLATFORM_ID
387 # endif
388
389 #else /* unknown platform */
390 # define PLATFORM_ID
391
392 #endif
393
394 /* For windows compilers MSVC and Intel we can determine
395 the architecture of the compiler being used. This is because
396 the compilers do not have flags that can change the architecture,
397 but rather depend on which compiler is being used
398 */
399 #if defined(_WIN32) && defined(_MSC_VER)
400 # if defined(_M_IA64)
401 # define ARCHITECTURE_ID "IA64"
402
403 # elif defined(_M_X64) || defined(_M_AMD64)
404 # define ARCHITECTURE_ID "x64"
405
406 # elif defined(_M_IX86)
407 # define ARCHITECTURE_ID "X86"
408
409 # elif defined(_M_ARM64)
410 # define ARCHITECTURE_ID "ARM64"
411
412 # elif defined(_M_ARM)
413 # if _M_ARM == 4
414 # define ARCHITECTURE_ID "ARMV4I"
415 # elif _M_ARM == 5
416 # define ARCHITECTURE_ID "ARMV5I"
417 # else
418 # define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
419 # endif
420
421 # elif defined(_M_MIPS)
422 # define ARCHITECTURE_ID "MIPS"
423
424 # elif defined(_M_SH)
425 # define ARCHITECTURE_ID "SHx"
426
427 # else /* unknown architecture */
428 # define ARCHITECTURE_ID ""
429 # endif
430
431 #elif defined(__WATCOMC__)
432 # if defined(_M_I86)
433 # define ARCHITECTURE_ID "I86"
434
435 # elif defined(_M_IX86)
436 # define ARCHITECTURE_ID "X86"
437
438 # else /* unknown architecture */
439 # define ARCHITECTURE_ID ""
440 # endif
441
442 #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
443 # if defined(__ICCARM__)
444 # define ARCHITECTURE_ID "ARM"
445
446 # elif defined(__ICCAVR__)
447 # define ARCHITECTURE_ID "AVR"
448
449 # else /* unknown architecture */
450 # define ARCHITECTURE_ID ""
451 # endif
452 #else
453 # define ARCHITECTURE_ID
454 #endif
455
456 /* Convert integer to decimal digit literals. */
457 #define DEC(n) \
458 ('0' + (((n) / 10000000)%10)), \
459 ('0' + (((n) / 1000000)%10)), \
460 ('0' + (((n) / 100000)%10)), \
461 ('0' + (((n) / 10000)%10)), \
462 ('0' + (((n) / 1000)%10)), \
463 ('0' + (((n) / 100)%10)), \
464 ('0' + (((n) / 10)%10)), \
465 ('0' + ((n) % 10))
466
467 /* Convert integer to hex digit literals. */
468 #define HEX(n) \
469 ('0' + ((n)>>28 & 0xF)), \
470 ('0' + ((n)>>24 & 0xF)), \
471 ('0' + ((n)>>20 & 0xF)), \
472 ('0' + ((n)>>16 & 0xF)), \
473 ('0' + ((n)>>12 & 0xF)), \
474 ('0' + ((n)>>8 & 0xF)), \
475 ('0' + ((n)>>4 & 0xF)), \
476 ('0' + ((n) & 0xF))
477
478 /* Construct a string literal encoding the version number components. */
479 #ifdef COMPILER_VERSION_MAJOR
480 char const info_version[] = {
481 'I', 'N', 'F', 'O', ':',
482 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
483 COMPILER_VERSION_MAJOR,
484 # ifdef COMPILER_VERSION_MINOR
485 '.', COMPILER_VERSION_MINOR,
486 # ifdef COMPILER_VERSION_PATCH
487 '.', COMPILER_VERSION_PATCH,
488 # ifdef COMPILER_VERSION_TWEAK
489 '.', COMPILER_VERSION_TWEAK,
490 # endif
491 # endif
492 # endif
493 ']','\0'};
494 #endif
495
496 /* Construct a string literal encoding the internal version number. */
497 #ifdef COMPILER_VERSION_INTERNAL
498 char const info_version_internal[] = {
499 'I', 'N', 'F', 'O', ':',
500 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
501 'i','n','t','e','r','n','a','l','[',
502 COMPILER_VERSION_INTERNAL,']','\0'};
503 #endif
504
505 /* Construct a string literal encoding the version number components. */
506 #ifdef SIMULATE_VERSION_MAJOR
507 char const info_simulate_version[] = {
508 'I', 'N', 'F', 'O', ':',
509 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
510 SIMULATE_VERSION_MAJOR,
511 # ifdef SIMULATE_VERSION_MINOR
512 '.', SIMULATE_VERSION_MINOR,
513 # ifdef SIMULATE_VERSION_PATCH
514 '.', SIMULATE_VERSION_PATCH,
515 # ifdef SIMULATE_VERSION_TWEAK
516 '.', SIMULATE_VERSION_TWEAK,
517 # endif
518 # endif
519 # endif
520 ']','\0'};
521 #endif
522
523 /* Construct the string literal in pieces to prevent the source from
524 getting matched. Store it in a pointer rather than an array
525 because some compilers will just produce instructions to fill the
526 array rather than assigning a pointer to a static array. */
527 char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
528 char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
529
530
531
532
533 #if defined(_MSC_VER) && defined(_MSVC_LANG)
534 #define CXX_STD _MSVC_LANG
535 #else
536 #define CXX_STD __cplusplus
537 #endif
538
539 const char* info_language_dialect_default = "INFO" ":" "dialect_default["
540 #if CXX_STD > 201402L
541 "17"
542 #elif CXX_STD >= 201402L
543 "14"
544 #elif CXX_STD >= 201103L
545 "11"
546 #else
547 "98"
548 #endif
549 "]";
550
551 /*--------------------------------------------------------------------------*/
552
553 int main(int argc, char* argv[])
554 {
555 int require = 0;
556 require += info_compiler[argc];
557 require += info_platform[argc];
558 #ifdef COMPILER_VERSION_MAJOR
559 require += info_version[argc];
560 #endif
561 #ifdef COMPILER_VERSION_INTERNAL
562 require += info_version_internal[argc];
563 #endif
564 #ifdef SIMULATE_ID
565 require += info_simulate[argc];
566 #endif
567 #ifdef SIMULATE_VERSION_MAJOR
568 require += info_simulate_version[argc];
569 #endif
570 #if defined(__CRAYXE) || defined(__CRAYXC)
571 require += info_cray[argc];
572 #endif
573 require += info_language_dialect_default[argc];
574 (void)argv;
575 return require;
576 }
No preview for this file type
1 # CMAKE generated file: DO NOT EDIT!
2 # Generated by "Unix Makefiles" Generator, CMake Version 3.10
3
4 # Relative path conversion top directories.
5 set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/situ/qfs/sdk_project/face_recognize_c")
6 set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/situ/qfs/sdk_project/face_recognize_c/build")
7
8 # Force unix paths in dependencies.
9 set(CMAKE_FORCE_UNIX_PATHS 1)
10
11
12 # The C and CXX include file regular expressions for this directory.
13 set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
14 set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
15 set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
16 set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
1 Determining if the pthread_create exist failed with the following output:
2 Change Dir: /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp
3
4 Run Build Command:"/usr/bin/make" "cmTC_eafd1/fast"
5 /usr/bin/make -f CMakeFiles/cmTC_eafd1.dir/build.make CMakeFiles/cmTC_eafd1.dir/build
6 make[1]: 进入目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
7 Building C object CMakeFiles/cmTC_eafd1.dir/CheckSymbolExists.c.o
8 /usr/bin/cc -fPIC -o CMakeFiles/cmTC_eafd1.dir/CheckSymbolExists.c.o -c /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
9 Linking C executable cmTC_eafd1
10 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eafd1.dir/link.txt --verbose=1
11 /usr/bin/cc -fPIC CMakeFiles/cmTC_eafd1.dir/CheckSymbolExists.c.o -o cmTC_eafd1
12 CMakeFiles/cmTC_eafd1.dir/CheckSymbolExists.c.o:在函数‘main’中:
13 CheckSymbolExists.c:(.text+0x1b):对‘pthread_create’未定义的引用
14 collect2: error: ld returned 1 exit status
15 CMakeFiles/cmTC_eafd1.dir/build.make:97: recipe for target 'cmTC_eafd1' failed
16 make[1]: *** [cmTC_eafd1] Error 1
17 make[1]: 离开目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
18 Makefile:126: recipe for target 'cmTC_eafd1/fast' failed
19 make: *** [cmTC_eafd1/fast] Error 2
20
21 File /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
22 /* */
23 #include <pthread.h>
24
25 int main(int argc, char** argv)
26 {
27 (void)argv;
28 #ifndef pthread_create
29 return ((int*)(&pthread_create))[argc];
30 #else
31 (void)argc;
32 return 0;
33 #endif
34 }
35
36 Determining if the function pthread_create exists in the pthreads failed with the following output:
37 Change Dir: /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp
38
39 Run Build Command:"/usr/bin/make" "cmTC_1bed0/fast"
40 /usr/bin/make -f CMakeFiles/cmTC_1bed0.dir/build.make CMakeFiles/cmTC_1bed0.dir/build
41 make[1]: 进入目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
42 Building C object CMakeFiles/cmTC_1bed0.dir/CheckFunctionExists.c.o
43 /usr/bin/cc -fPIC -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_1bed0.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c
44 Linking C executable cmTC_1bed0
45 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1bed0.dir/link.txt --verbose=1
46 /usr/bin/cc -fPIC -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_1bed0.dir/CheckFunctionExists.c.o -o cmTC_1bed0 -lpthreads
47 /usr/bin/ld: 找不到 -lpthreads
48 collect2: error: ld returned 1 exit status
49 CMakeFiles/cmTC_1bed0.dir/build.make:97: recipe for target 'cmTC_1bed0' failed
50 make[1]: *** [cmTC_1bed0] Error 1
51 make[1]: 离开目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
52 Makefile:126: recipe for target 'cmTC_1bed0/fast' failed
53 make: *** [cmTC_1bed0/fast] Error 2
54
55
1 The system is: Linux - 4.15.0-29-generic - x86_64
2 Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
3 Compiler: /usr/bin/cc
4 Build flags:
5 Id flags:
6
7 The output was:
8 0
9
10
11 Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
12
13 The C compiler identification is GNU, found in "/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/3.10.2/CompilerIdC/a.out"
14
15 Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
16 Compiler: /usr/bin/c++
17 Build flags:
18 Id flags:
19
20 The output was:
21 0
22
23
24 Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
25
26 The CXX compiler identification is GNU, found in "/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/3.10.2/CompilerIdCXX/a.out"
27
28 Determining if the C compiler works passed with the following output:
29 Change Dir: /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp
30
31 Run Build Command:"/usr/bin/make" "cmTC_0a6dd/fast"
32 /usr/bin/make -f CMakeFiles/cmTC_0a6dd.dir/build.make CMakeFiles/cmTC_0a6dd.dir/build
33 make[1]: 进入目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
34 Building C object CMakeFiles/cmTC_0a6dd.dir/testCCompiler.c.o
35 /usr/bin/cc -o CMakeFiles/cmTC_0a6dd.dir/testCCompiler.c.o -c /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp/testCCompiler.c
36 Linking C executable cmTC_0a6dd
37 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0a6dd.dir/link.txt --verbose=1
38 /usr/bin/cc CMakeFiles/cmTC_0a6dd.dir/testCCompiler.c.o -o cmTC_0a6dd
39 make[1]: 离开目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
40
41
42 Detecting C compiler ABI info compiled with the following output:
43 Change Dir: /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp
44
45 Run Build Command:"/usr/bin/make" "cmTC_ed92d/fast"
46 /usr/bin/make -f CMakeFiles/cmTC_ed92d.dir/build.make CMakeFiles/cmTC_ed92d.dir/build
47 make[1]: 进入目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
48 Building C object CMakeFiles/cmTC_ed92d.dir/CMakeCCompilerABI.c.o
49 /usr/bin/cc -o CMakeFiles/cmTC_ed92d.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.10/Modules/CMakeCCompilerABI.c
50 Linking C executable cmTC_ed92d
51 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ed92d.dir/link.txt --verbose=1
52 /usr/bin/cc -v CMakeFiles/cmTC_ed92d.dir/CMakeCCompilerABI.c.o -o cmTC_ed92d
53 Using built-in specs.
54 COLLECT_GCC=/usr/bin/cc
55 COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
56 OFFLOAD_TARGET_NAMES=nvptx-none
57 OFFLOAD_TARGET_DEFAULT=1
58 Target: x86_64-linux-gnu
59 Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
60 Thread model: posix
61 gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
62 COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/
63 LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/
64 COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_ed92d' '-mtune=generic' '-march=x86-64'
65 /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvLES4x.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_ed92d /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_ed92d.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o
66 COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_ed92d' '-mtune=generic' '-march=x86-64'
67 make[1]: 离开目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
68
69
70 Parsed C implicit link information from above output:
71 link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
72 ignore line: [Change Dir: /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp]
73 ignore line: []
74 ignore line: [Run Build Command:"/usr/bin/make" "cmTC_ed92d/fast"]
75 ignore line: [/usr/bin/make -f CMakeFiles/cmTC_ed92d.dir/build.make CMakeFiles/cmTC_ed92d.dir/build]
76 ignore line: [make[1]: 进入目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”]
77 ignore line: [Building C object CMakeFiles/cmTC_ed92d.dir/CMakeCCompilerABI.c.o]
78 ignore line: [/usr/bin/cc -o CMakeFiles/cmTC_ed92d.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.10/Modules/CMakeCCompilerABI.c]
79 ignore line: [Linking C executable cmTC_ed92d]
80 ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ed92d.dir/link.txt --verbose=1]
81 ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_ed92d.dir/CMakeCCompilerABI.c.o -o cmTC_ed92d ]
82 ignore line: [Using built-in specs.]
83 ignore line: [COLLECT_GCC=/usr/bin/cc]
84 ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper]
85 ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
86 ignore line: [OFFLOAD_TARGET_DEFAULT=1]
87 ignore line: [Target: x86_64-linux-gnu]
88 ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
89 ignore line: [Thread model: posix]
90 ignore line: [gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) ]
91 ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/]
92 ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/]
93 ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_ed92d' '-mtune=generic' '-march=x86-64']
94 link line: [ /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvLES4x.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_ed92d /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_ed92d.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o]
95 arg [/usr/lib/gcc/x86_64-linux-gnu/7/collect2] ==> ignore
96 arg [-plugin] ==> ignore
97 arg [/usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so] ==> ignore
98 arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper] ==> ignore
99 arg [-plugin-opt=-fresolution=/tmp/ccvLES4x.res] ==> ignore
100 arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
101 arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
102 arg [-plugin-opt=-pass-through=-lc] ==> ignore
103 arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
104 arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
105 arg [--build-id] ==> ignore
106 arg [--eh-frame-hdr] ==> ignore
107 arg [-m] ==> ignore
108 arg [elf_x86_64] ==> ignore
109 arg [--hash-style=gnu] ==> ignore
110 arg [--as-needed] ==> ignore
111 arg [-dynamic-linker] ==> ignore
112 arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
113 arg [-pie] ==> ignore
114 arg [-znow] ==> ignore
115 arg [-zrelro] ==> ignore
116 arg [-o] ==> ignore
117 arg [cmTC_ed92d] ==> ignore
118 arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore
119 arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o] ==> ignore
120 arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o] ==> ignore
121 arg [-L/usr/lib/gcc/x86_64-linux-gnu/7] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7]
122 arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu]
123 arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib]
124 arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
125 arg [-L/lib/../lib] ==> dir [/lib/../lib]
126 arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
127 arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
128 arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..]
129 arg [CMakeFiles/cmTC_ed92d.dir/CMakeCCompilerABI.c.o] ==> ignore
130 arg [-lgcc] ==> lib [gcc]
131 arg [--push-state] ==> ignore
132 arg [--as-needed] ==> ignore
133 arg [-lgcc_s] ==> lib [gcc_s]
134 arg [--pop-state] ==> ignore
135 arg [-lc] ==> lib [c]
136 arg [-lgcc] ==> lib [gcc]
137 arg [--push-state] ==> ignore
138 arg [--as-needed] ==> ignore
139 arg [-lgcc_s] ==> lib [gcc_s]
140 arg [--pop-state] ==> ignore
141 arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o] ==> ignore
142 arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] ==> ignore
143 collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7] ==> [/usr/lib/gcc/x86_64-linux-gnu/7]
144 collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
145 collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> [/usr/lib]
146 collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
147 collapse library dir [/lib/../lib] ==> [/lib]
148 collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
149 collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
150 collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> [/usr/lib]
151 implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
152 implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
153 implicit fwks: []
154
155
156
157
158 Detecting C [-std=c11] compiler features compiled with the following output:
159 Change Dir: /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp
160
161 Run Build Command:"/usr/bin/make" "cmTC_56475/fast"
162 /usr/bin/make -f CMakeFiles/cmTC_56475.dir/build.make CMakeFiles/cmTC_56475.dir/build
163 make[1]: 进入目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
164 Building C object CMakeFiles/cmTC_56475.dir/feature_tests.c.o
165 /usr/bin/cc -std=c11 -o CMakeFiles/cmTC_56475.dir/feature_tests.c.o -c /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/feature_tests.c
166 Linking C executable cmTC_56475
167 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_56475.dir/link.txt --verbose=1
168 /usr/bin/cc CMakeFiles/cmTC_56475.dir/feature_tests.c.o -o cmTC_56475
169 make[1]: 离开目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
170
171
172 Feature record: C_FEATURE:1c_function_prototypes
173 Feature record: C_FEATURE:1c_restrict
174 Feature record: C_FEATURE:1c_static_assert
175 Feature record: C_FEATURE:1c_variadic_macros
176
177
178 Detecting C [-std=c99] compiler features compiled with the following output:
179 Change Dir: /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp
180
181 Run Build Command:"/usr/bin/make" "cmTC_94bd7/fast"
182 /usr/bin/make -f CMakeFiles/cmTC_94bd7.dir/build.make CMakeFiles/cmTC_94bd7.dir/build
183 make[1]: 进入目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
184 Building C object CMakeFiles/cmTC_94bd7.dir/feature_tests.c.o
185 /usr/bin/cc -std=c99 -o CMakeFiles/cmTC_94bd7.dir/feature_tests.c.o -c /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/feature_tests.c
186 Linking C executable cmTC_94bd7
187 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_94bd7.dir/link.txt --verbose=1
188 /usr/bin/cc CMakeFiles/cmTC_94bd7.dir/feature_tests.c.o -o cmTC_94bd7
189 make[1]: 离开目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
190
191
192 Feature record: C_FEATURE:1c_function_prototypes
193 Feature record: C_FEATURE:1c_restrict
194 Feature record: C_FEATURE:0c_static_assert
195 Feature record: C_FEATURE:1c_variadic_macros
196
197
198 Detecting C [-std=c90] compiler features compiled with the following output:
199 Change Dir: /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp
200
201 Run Build Command:"/usr/bin/make" "cmTC_a2b41/fast"
202 /usr/bin/make -f CMakeFiles/cmTC_a2b41.dir/build.make CMakeFiles/cmTC_a2b41.dir/build
203 make[1]: 进入目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
204 Building C object CMakeFiles/cmTC_a2b41.dir/feature_tests.c.o
205 /usr/bin/cc -std=c90 -o CMakeFiles/cmTC_a2b41.dir/feature_tests.c.o -c /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/feature_tests.c
206 Linking C executable cmTC_a2b41
207 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a2b41.dir/link.txt --verbose=1
208 /usr/bin/cc CMakeFiles/cmTC_a2b41.dir/feature_tests.c.o -o cmTC_a2b41
209 make[1]: 离开目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
210
211
212 Feature record: C_FEATURE:1c_function_prototypes
213 Feature record: C_FEATURE:0c_restrict
214 Feature record: C_FEATURE:0c_static_assert
215 Feature record: C_FEATURE:0c_variadic_macros
216 Determining if the CXX compiler works passed with the following output:
217 Change Dir: /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp
218
219 Run Build Command:"/usr/bin/make" "cmTC_65d0c/fast"
220 /usr/bin/make -f CMakeFiles/cmTC_65d0c.dir/build.make CMakeFiles/cmTC_65d0c.dir/build
221 make[1]: 进入目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
222 Building CXX object CMakeFiles/cmTC_65d0c.dir/testCXXCompiler.cxx.o
223 /usr/bin/c++ -o CMakeFiles/cmTC_65d0c.dir/testCXXCompiler.cxx.o -c /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
224 Linking CXX executable cmTC_65d0c
225 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_65d0c.dir/link.txt --verbose=1
226 /usr/bin/c++ CMakeFiles/cmTC_65d0c.dir/testCXXCompiler.cxx.o -o cmTC_65d0c
227 make[1]: 离开目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
228
229
230 Detecting CXX compiler ABI info compiled with the following output:
231 Change Dir: /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp
232
233 Run Build Command:"/usr/bin/make" "cmTC_032ed/fast"
234 /usr/bin/make -f CMakeFiles/cmTC_032ed.dir/build.make CMakeFiles/cmTC_032ed.dir/build
235 make[1]: 进入目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
236 Building CXX object CMakeFiles/cmTC_032ed.dir/CMakeCXXCompilerABI.cpp.o
237 /usr/bin/c++ -o CMakeFiles/cmTC_032ed.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.10/Modules/CMakeCXXCompilerABI.cpp
238 Linking CXX executable cmTC_032ed
239 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_032ed.dir/link.txt --verbose=1
240 /usr/bin/c++ -v CMakeFiles/cmTC_032ed.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_032ed
241 Using built-in specs.
242 COLLECT_GCC=/usr/bin/c++
243 COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
244 OFFLOAD_TARGET_NAMES=nvptx-none
245 OFFLOAD_TARGET_DEFAULT=1
246 Target: x86_64-linux-gnu
247 Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
248 Thread model: posix
249 gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
250 COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/
251 LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/
252 COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_032ed' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
253 /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccFcSpv6.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_032ed /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_032ed.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o
254 COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_032ed' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
255 make[1]: 离开目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
256
257
258 Parsed CXX implicit link information from above output:
259 link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
260 ignore line: [Change Dir: /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp]
261 ignore line: []
262 ignore line: [Run Build Command:"/usr/bin/make" "cmTC_032ed/fast"]
263 ignore line: [/usr/bin/make -f CMakeFiles/cmTC_032ed.dir/build.make CMakeFiles/cmTC_032ed.dir/build]
264 ignore line: [make[1]: 进入目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”]
265 ignore line: [Building CXX object CMakeFiles/cmTC_032ed.dir/CMakeCXXCompilerABI.cpp.o]
266 ignore line: [/usr/bin/c++ -o CMakeFiles/cmTC_032ed.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.10/Modules/CMakeCXXCompilerABI.cpp]
267 ignore line: [Linking CXX executable cmTC_032ed]
268 ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_032ed.dir/link.txt --verbose=1]
269 ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_032ed.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_032ed ]
270 ignore line: [Using built-in specs.]
271 ignore line: [COLLECT_GCC=/usr/bin/c++]
272 ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper]
273 ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
274 ignore line: [OFFLOAD_TARGET_DEFAULT=1]
275 ignore line: [Target: x86_64-linux-gnu]
276 ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
277 ignore line: [Thread model: posix]
278 ignore line: [gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) ]
279 ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/]
280 ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/]
281 ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_032ed' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
282 link line: [ /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccFcSpv6.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_032ed /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_032ed.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o]
283 arg [/usr/lib/gcc/x86_64-linux-gnu/7/collect2] ==> ignore
284 arg [-plugin] ==> ignore
285 arg [/usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so] ==> ignore
286 arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper] ==> ignore
287 arg [-plugin-opt=-fresolution=/tmp/ccFcSpv6.res] ==> ignore
288 arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
289 arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
290 arg [-plugin-opt=-pass-through=-lc] ==> ignore
291 arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
292 arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
293 arg [--build-id] ==> ignore
294 arg [--eh-frame-hdr] ==> ignore
295 arg [-m] ==> ignore
296 arg [elf_x86_64] ==> ignore
297 arg [--hash-style=gnu] ==> ignore
298 arg [--as-needed] ==> ignore
299 arg [-dynamic-linker] ==> ignore
300 arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
301 arg [-pie] ==> ignore
302 arg [-znow] ==> ignore
303 arg [-zrelro] ==> ignore
304 arg [-o] ==> ignore
305 arg [cmTC_032ed] ==> ignore
306 arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore
307 arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o] ==> ignore
308 arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o] ==> ignore
309 arg [-L/usr/lib/gcc/x86_64-linux-gnu/7] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7]
310 arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu]
311 arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib]
312 arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
313 arg [-L/lib/../lib] ==> dir [/lib/../lib]
314 arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
315 arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
316 arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..]
317 arg [CMakeFiles/cmTC_032ed.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
318 arg [-lstdc++] ==> lib [stdc++]
319 arg [-lm] ==> lib [m]
320 arg [-lgcc_s] ==> lib [gcc_s]
321 arg [-lgcc] ==> lib [gcc]
322 arg [-lc] ==> lib [c]
323 arg [-lgcc_s] ==> lib [gcc_s]
324 arg [-lgcc] ==> lib [gcc]
325 arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o] ==> ignore
326 arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] ==> ignore
327 collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7] ==> [/usr/lib/gcc/x86_64-linux-gnu/7]
328 collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
329 collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> [/usr/lib]
330 collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
331 collapse library dir [/lib/../lib] ==> [/lib]
332 collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
333 collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
334 collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> [/usr/lib]
335 implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
336 implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
337 implicit fwks: []
338
339
340
341
342 Detecting CXX [-std=c++1z] compiler features compiled with the following output:
343 Change Dir: /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp
344
345 Run Build Command:"/usr/bin/make" "cmTC_8fbc2/fast"
346 /usr/bin/make -f CMakeFiles/cmTC_8fbc2.dir/build.make CMakeFiles/cmTC_8fbc2.dir/build
347 make[1]: 进入目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
348 Building CXX object CMakeFiles/cmTC_8fbc2.dir/feature_tests.cxx.o
349 /usr/bin/c++ -std=c++1z -o CMakeFiles/cmTC_8fbc2.dir/feature_tests.cxx.o -c /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/feature_tests.cxx
350 Linking CXX executable cmTC_8fbc2
351 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8fbc2.dir/link.txt --verbose=1
352 /usr/bin/c++ CMakeFiles/cmTC_8fbc2.dir/feature_tests.cxx.o -o cmTC_8fbc2
353 make[1]: 离开目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
354
355
356 Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
357 Feature record: CXX_FEATURE:1cxx_alias_templates
358 Feature record: CXX_FEATURE:1cxx_alignas
359 Feature record: CXX_FEATURE:1cxx_alignof
360 Feature record: CXX_FEATURE:1cxx_attributes
361 Feature record: CXX_FEATURE:1cxx_attribute_deprecated
362 Feature record: CXX_FEATURE:1cxx_auto_type
363 Feature record: CXX_FEATURE:1cxx_binary_literals
364 Feature record: CXX_FEATURE:1cxx_constexpr
365 Feature record: CXX_FEATURE:1cxx_contextual_conversions
366 Feature record: CXX_FEATURE:1cxx_decltype
367 Feature record: CXX_FEATURE:1cxx_decltype_auto
368 Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
369 Feature record: CXX_FEATURE:1cxx_default_function_template_args
370 Feature record: CXX_FEATURE:1cxx_defaulted_functions
371 Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
372 Feature record: CXX_FEATURE:1cxx_delegating_constructors
373 Feature record: CXX_FEATURE:1cxx_deleted_functions
374 Feature record: CXX_FEATURE:1cxx_digit_separators
375 Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
376 Feature record: CXX_FEATURE:1cxx_explicit_conversions
377 Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
378 Feature record: CXX_FEATURE:1cxx_extern_templates
379 Feature record: CXX_FEATURE:1cxx_final
380 Feature record: CXX_FEATURE:1cxx_func_identifier
381 Feature record: CXX_FEATURE:1cxx_generalized_initializers
382 Feature record: CXX_FEATURE:1cxx_generic_lambdas
383 Feature record: CXX_FEATURE:1cxx_inheriting_constructors
384 Feature record: CXX_FEATURE:1cxx_inline_namespaces
385 Feature record: CXX_FEATURE:1cxx_lambdas
386 Feature record: CXX_FEATURE:1cxx_lambda_init_captures
387 Feature record: CXX_FEATURE:1cxx_local_type_template_args
388 Feature record: CXX_FEATURE:1cxx_long_long_type
389 Feature record: CXX_FEATURE:1cxx_noexcept
390 Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
391 Feature record: CXX_FEATURE:1cxx_nullptr
392 Feature record: CXX_FEATURE:1cxx_override
393 Feature record: CXX_FEATURE:1cxx_range_for
394 Feature record: CXX_FEATURE:1cxx_raw_string_literals
395 Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
396 Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
397 Feature record: CXX_FEATURE:1cxx_return_type_deduction
398 Feature record: CXX_FEATURE:1cxx_right_angle_brackets
399 Feature record: CXX_FEATURE:1cxx_rvalue_references
400 Feature record: CXX_FEATURE:1cxx_sizeof_member
401 Feature record: CXX_FEATURE:1cxx_static_assert
402 Feature record: CXX_FEATURE:1cxx_strong_enums
403 Feature record: CXX_FEATURE:1cxx_template_template_parameters
404 Feature record: CXX_FEATURE:1cxx_thread_local
405 Feature record: CXX_FEATURE:1cxx_trailing_return_types
406 Feature record: CXX_FEATURE:1cxx_unicode_literals
407 Feature record: CXX_FEATURE:1cxx_uniform_initialization
408 Feature record: CXX_FEATURE:1cxx_unrestricted_unions
409 Feature record: CXX_FEATURE:1cxx_user_literals
410 Feature record: CXX_FEATURE:1cxx_variable_templates
411 Feature record: CXX_FEATURE:1cxx_variadic_macros
412 Feature record: CXX_FEATURE:1cxx_variadic_templates
413
414
415 Detecting CXX [-std=c++14] compiler features compiled with the following output:
416 Change Dir: /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp
417
418 Run Build Command:"/usr/bin/make" "cmTC_ada51/fast"
419 /usr/bin/make -f CMakeFiles/cmTC_ada51.dir/build.make CMakeFiles/cmTC_ada51.dir/build
420 make[1]: 进入目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
421 Building CXX object CMakeFiles/cmTC_ada51.dir/feature_tests.cxx.o
422 /usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_ada51.dir/feature_tests.cxx.o -c /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/feature_tests.cxx
423 Linking CXX executable cmTC_ada51
424 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ada51.dir/link.txt --verbose=1
425 /usr/bin/c++ CMakeFiles/cmTC_ada51.dir/feature_tests.cxx.o -o cmTC_ada51
426 make[1]: 离开目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
427
428
429 Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
430 Feature record: CXX_FEATURE:1cxx_alias_templates
431 Feature record: CXX_FEATURE:1cxx_alignas
432 Feature record: CXX_FEATURE:1cxx_alignof
433 Feature record: CXX_FEATURE:1cxx_attributes
434 Feature record: CXX_FEATURE:1cxx_attribute_deprecated
435 Feature record: CXX_FEATURE:1cxx_auto_type
436 Feature record: CXX_FEATURE:1cxx_binary_literals
437 Feature record: CXX_FEATURE:1cxx_constexpr
438 Feature record: CXX_FEATURE:1cxx_contextual_conversions
439 Feature record: CXX_FEATURE:1cxx_decltype
440 Feature record: CXX_FEATURE:1cxx_decltype_auto
441 Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
442 Feature record: CXX_FEATURE:1cxx_default_function_template_args
443 Feature record: CXX_FEATURE:1cxx_defaulted_functions
444 Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
445 Feature record: CXX_FEATURE:1cxx_delegating_constructors
446 Feature record: CXX_FEATURE:1cxx_deleted_functions
447 Feature record: CXX_FEATURE:1cxx_digit_separators
448 Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
449 Feature record: CXX_FEATURE:1cxx_explicit_conversions
450 Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
451 Feature record: CXX_FEATURE:1cxx_extern_templates
452 Feature record: CXX_FEATURE:1cxx_final
453 Feature record: CXX_FEATURE:1cxx_func_identifier
454 Feature record: CXX_FEATURE:1cxx_generalized_initializers
455 Feature record: CXX_FEATURE:1cxx_generic_lambdas
456 Feature record: CXX_FEATURE:1cxx_inheriting_constructors
457 Feature record: CXX_FEATURE:1cxx_inline_namespaces
458 Feature record: CXX_FEATURE:1cxx_lambdas
459 Feature record: CXX_FEATURE:1cxx_lambda_init_captures
460 Feature record: CXX_FEATURE:1cxx_local_type_template_args
461 Feature record: CXX_FEATURE:1cxx_long_long_type
462 Feature record: CXX_FEATURE:1cxx_noexcept
463 Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
464 Feature record: CXX_FEATURE:1cxx_nullptr
465 Feature record: CXX_FEATURE:1cxx_override
466 Feature record: CXX_FEATURE:1cxx_range_for
467 Feature record: CXX_FEATURE:1cxx_raw_string_literals
468 Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
469 Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
470 Feature record: CXX_FEATURE:1cxx_return_type_deduction
471 Feature record: CXX_FEATURE:1cxx_right_angle_brackets
472 Feature record: CXX_FEATURE:1cxx_rvalue_references
473 Feature record: CXX_FEATURE:1cxx_sizeof_member
474 Feature record: CXX_FEATURE:1cxx_static_assert
475 Feature record: CXX_FEATURE:1cxx_strong_enums
476 Feature record: CXX_FEATURE:1cxx_template_template_parameters
477 Feature record: CXX_FEATURE:1cxx_thread_local
478 Feature record: CXX_FEATURE:1cxx_trailing_return_types
479 Feature record: CXX_FEATURE:1cxx_unicode_literals
480 Feature record: CXX_FEATURE:1cxx_uniform_initialization
481 Feature record: CXX_FEATURE:1cxx_unrestricted_unions
482 Feature record: CXX_FEATURE:1cxx_user_literals
483 Feature record: CXX_FEATURE:1cxx_variable_templates
484 Feature record: CXX_FEATURE:1cxx_variadic_macros
485 Feature record: CXX_FEATURE:1cxx_variadic_templates
486
487
488 Detecting CXX [-std=c++11] compiler features compiled with the following output:
489 Change Dir: /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp
490
491 Run Build Command:"/usr/bin/make" "cmTC_8f62a/fast"
492 /usr/bin/make -f CMakeFiles/cmTC_8f62a.dir/build.make CMakeFiles/cmTC_8f62a.dir/build
493 make[1]: 进入目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
494 Building CXX object CMakeFiles/cmTC_8f62a.dir/feature_tests.cxx.o
495 /usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_8f62a.dir/feature_tests.cxx.o -c /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/feature_tests.cxx
496 Linking CXX executable cmTC_8f62a
497 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8f62a.dir/link.txt --verbose=1
498 /usr/bin/c++ CMakeFiles/cmTC_8f62a.dir/feature_tests.cxx.o -o cmTC_8f62a
499 make[1]: 离开目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
500
501
502 Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
503 Feature record: CXX_FEATURE:1cxx_alias_templates
504 Feature record: CXX_FEATURE:1cxx_alignas
505 Feature record: CXX_FEATURE:1cxx_alignof
506 Feature record: CXX_FEATURE:1cxx_attributes
507 Feature record: CXX_FEATURE:0cxx_attribute_deprecated
508 Feature record: CXX_FEATURE:1cxx_auto_type
509 Feature record: CXX_FEATURE:0cxx_binary_literals
510 Feature record: CXX_FEATURE:1cxx_constexpr
511 Feature record: CXX_FEATURE:0cxx_contextual_conversions
512 Feature record: CXX_FEATURE:1cxx_decltype
513 Feature record: CXX_FEATURE:0cxx_decltype_auto
514 Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
515 Feature record: CXX_FEATURE:1cxx_default_function_template_args
516 Feature record: CXX_FEATURE:1cxx_defaulted_functions
517 Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
518 Feature record: CXX_FEATURE:1cxx_delegating_constructors
519 Feature record: CXX_FEATURE:1cxx_deleted_functions
520 Feature record: CXX_FEATURE:0cxx_digit_separators
521 Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
522 Feature record: CXX_FEATURE:1cxx_explicit_conversions
523 Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
524 Feature record: CXX_FEATURE:1cxx_extern_templates
525 Feature record: CXX_FEATURE:1cxx_final
526 Feature record: CXX_FEATURE:1cxx_func_identifier
527 Feature record: CXX_FEATURE:1cxx_generalized_initializers
528 Feature record: CXX_FEATURE:0cxx_generic_lambdas
529 Feature record: CXX_FEATURE:1cxx_inheriting_constructors
530 Feature record: CXX_FEATURE:1cxx_inline_namespaces
531 Feature record: CXX_FEATURE:1cxx_lambdas
532 Feature record: CXX_FEATURE:0cxx_lambda_init_captures
533 Feature record: CXX_FEATURE:1cxx_local_type_template_args
534 Feature record: CXX_FEATURE:1cxx_long_long_type
535 Feature record: CXX_FEATURE:1cxx_noexcept
536 Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
537 Feature record: CXX_FEATURE:1cxx_nullptr
538 Feature record: CXX_FEATURE:1cxx_override
539 Feature record: CXX_FEATURE:1cxx_range_for
540 Feature record: CXX_FEATURE:1cxx_raw_string_literals
541 Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
542 Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
543 Feature record: CXX_FEATURE:0cxx_return_type_deduction
544 Feature record: CXX_FEATURE:1cxx_right_angle_brackets
545 Feature record: CXX_FEATURE:1cxx_rvalue_references
546 Feature record: CXX_FEATURE:1cxx_sizeof_member
547 Feature record: CXX_FEATURE:1cxx_static_assert
548 Feature record: CXX_FEATURE:1cxx_strong_enums
549 Feature record: CXX_FEATURE:1cxx_template_template_parameters
550 Feature record: CXX_FEATURE:1cxx_thread_local
551 Feature record: CXX_FEATURE:1cxx_trailing_return_types
552 Feature record: CXX_FEATURE:1cxx_unicode_literals
553 Feature record: CXX_FEATURE:1cxx_uniform_initialization
554 Feature record: CXX_FEATURE:1cxx_unrestricted_unions
555 Feature record: CXX_FEATURE:1cxx_user_literals
556 Feature record: CXX_FEATURE:0cxx_variable_templates
557 Feature record: CXX_FEATURE:1cxx_variadic_macros
558 Feature record: CXX_FEATURE:1cxx_variadic_templates
559
560
561 Detecting CXX [-std=c++98] compiler features compiled with the following output:
562 Change Dir: /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp
563
564 Run Build Command:"/usr/bin/make" "cmTC_36ea6/fast"
565 /usr/bin/make -f CMakeFiles/cmTC_36ea6.dir/build.make CMakeFiles/cmTC_36ea6.dir/build
566 make[1]: 进入目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
567 Building CXX object CMakeFiles/cmTC_36ea6.dir/feature_tests.cxx.o
568 /usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_36ea6.dir/feature_tests.cxx.o -c /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/feature_tests.cxx
569 Linking CXX executable cmTC_36ea6
570 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_36ea6.dir/link.txt --verbose=1
571 /usr/bin/c++ CMakeFiles/cmTC_36ea6.dir/feature_tests.cxx.o -o cmTC_36ea6
572 make[1]: 离开目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
573
574
575 Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
576 Feature record: CXX_FEATURE:0cxx_alias_templates
577 Feature record: CXX_FEATURE:0cxx_alignas
578 Feature record: CXX_FEATURE:0cxx_alignof
579 Feature record: CXX_FEATURE:0cxx_attributes
580 Feature record: CXX_FEATURE:0cxx_attribute_deprecated
581 Feature record: CXX_FEATURE:0cxx_auto_type
582 Feature record: CXX_FEATURE:0cxx_binary_literals
583 Feature record: CXX_FEATURE:0cxx_constexpr
584 Feature record: CXX_FEATURE:0cxx_contextual_conversions
585 Feature record: CXX_FEATURE:0cxx_decltype
586 Feature record: CXX_FEATURE:0cxx_decltype_auto
587 Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
588 Feature record: CXX_FEATURE:0cxx_default_function_template_args
589 Feature record: CXX_FEATURE:0cxx_defaulted_functions
590 Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
591 Feature record: CXX_FEATURE:0cxx_delegating_constructors
592 Feature record: CXX_FEATURE:0cxx_deleted_functions
593 Feature record: CXX_FEATURE:0cxx_digit_separators
594 Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
595 Feature record: CXX_FEATURE:0cxx_explicit_conversions
596 Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
597 Feature record: CXX_FEATURE:0cxx_extern_templates
598 Feature record: CXX_FEATURE:0cxx_final
599 Feature record: CXX_FEATURE:0cxx_func_identifier
600 Feature record: CXX_FEATURE:0cxx_generalized_initializers
601 Feature record: CXX_FEATURE:0cxx_generic_lambdas
602 Feature record: CXX_FEATURE:0cxx_inheriting_constructors
603 Feature record: CXX_FEATURE:0cxx_inline_namespaces
604 Feature record: CXX_FEATURE:0cxx_lambdas
605 Feature record: CXX_FEATURE:0cxx_lambda_init_captures
606 Feature record: CXX_FEATURE:0cxx_local_type_template_args
607 Feature record: CXX_FEATURE:0cxx_long_long_type
608 Feature record: CXX_FEATURE:0cxx_noexcept
609 Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
610 Feature record: CXX_FEATURE:0cxx_nullptr
611 Feature record: CXX_FEATURE:0cxx_override
612 Feature record: CXX_FEATURE:0cxx_range_for
613 Feature record: CXX_FEATURE:0cxx_raw_string_literals
614 Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
615 Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
616 Feature record: CXX_FEATURE:0cxx_return_type_deduction
617 Feature record: CXX_FEATURE:0cxx_right_angle_brackets
618 Feature record: CXX_FEATURE:0cxx_rvalue_references
619 Feature record: CXX_FEATURE:0cxx_sizeof_member
620 Feature record: CXX_FEATURE:0cxx_static_assert
621 Feature record: CXX_FEATURE:0cxx_strong_enums
622 Feature record: CXX_FEATURE:1cxx_template_template_parameters
623 Feature record: CXX_FEATURE:0cxx_thread_local
624 Feature record: CXX_FEATURE:0cxx_trailing_return_types
625 Feature record: CXX_FEATURE:0cxx_unicode_literals
626 Feature record: CXX_FEATURE:0cxx_uniform_initialization
627 Feature record: CXX_FEATURE:0cxx_unrestricted_unions
628 Feature record: CXX_FEATURE:0cxx_user_literals
629 Feature record: CXX_FEATURE:0cxx_variable_templates
630 Feature record: CXX_FEATURE:0cxx_variadic_macros
631 Feature record: CXX_FEATURE:0cxx_variadic_templates
632 Determining if the include file pthread.h exists passed with the following output:
633 Change Dir: /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp
634
635 Run Build Command:"/usr/bin/make" "cmTC_4c680/fast"
636 /usr/bin/make -f CMakeFiles/cmTC_4c680.dir/build.make CMakeFiles/cmTC_4c680.dir/build
637 make[1]: 进入目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
638 Building C object CMakeFiles/cmTC_4c680.dir/CheckIncludeFile.c.o
639 /usr/bin/cc -fPIC -o CMakeFiles/cmTC_4c680.dir/CheckIncludeFile.c.o -c /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
640 Linking C executable cmTC_4c680
641 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4c680.dir/link.txt --verbose=1
642 /usr/bin/cc -fPIC CMakeFiles/cmTC_4c680.dir/CheckIncludeFile.c.o -o cmTC_4c680
643 make[1]: 离开目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
644
645
646 Determining if the function pthread_create exists in the pthread passed with the following output:
647 Change Dir: /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp
648
649 Run Build Command:"/usr/bin/make" "cmTC_a4ad6/fast"
650 /usr/bin/make -f CMakeFiles/cmTC_a4ad6.dir/build.make CMakeFiles/cmTC_a4ad6.dir/build
651 make[1]: 进入目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
652 Building C object CMakeFiles/cmTC_a4ad6.dir/CheckFunctionExists.c.o
653 /usr/bin/cc -fPIC -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_a4ad6.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c
654 Linking C executable cmTC_a4ad6
655 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a4ad6.dir/link.txt --verbose=1
656 /usr/bin/cc -fPIC -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_a4ad6.dir/CheckFunctionExists.c.o -o cmTC_a4ad6 -lpthread
657 make[1]: 离开目录“/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/CMakeTmp”
658
659
1 # CMAKE generated file: DO NOT EDIT!
2 # Generated by "Unix Makefiles" Generator, CMake Version 3.10
3
4 # The generator used is:
5 set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
6
7 # The top level Makefile was generated from the following files:
8 set(CMAKE_MAKEFILE_DEPENDS
9 "CMakeCache.txt"
10 "../CMakeLists.txt"
11 "CMakeFiles/3.10.2/CMakeCCompiler.cmake"
12 "CMakeFiles/3.10.2/CMakeCXXCompiler.cmake"
13 "CMakeFiles/3.10.2/CMakeSystem.cmake"
14 "CMakeFiles/feature_tests.c"
15 "CMakeFiles/feature_tests.cxx"
16 "/usr/local/lib/cmake/opencv4/OpenCVConfig-version.cmake"
17 "/usr/local/lib/cmake/opencv4/OpenCVConfig.cmake"
18 "/usr/local/lib/cmake/opencv4/OpenCVModules-release.cmake"
19 "/usr/local/lib/cmake/opencv4/OpenCVModules.cmake"
20 "/usr/share/cmake-3.10/Modules/CMakeCCompiler.cmake.in"
21 "/usr/share/cmake-3.10/Modules/CMakeCCompilerABI.c"
22 "/usr/share/cmake-3.10/Modules/CMakeCInformation.cmake"
23 "/usr/share/cmake-3.10/Modules/CMakeCXXCompiler.cmake.in"
24 "/usr/share/cmake-3.10/Modules/CMakeCXXCompilerABI.cpp"
25 "/usr/share/cmake-3.10/Modules/CMakeCXXInformation.cmake"
26 "/usr/share/cmake-3.10/Modules/CMakeCommonLanguageInclude.cmake"
27 "/usr/share/cmake-3.10/Modules/CMakeCompilerIdDetection.cmake"
28 "/usr/share/cmake-3.10/Modules/CMakeConfigurableFile.in"
29 "/usr/share/cmake-3.10/Modules/CMakeDetermineCCompiler.cmake"
30 "/usr/share/cmake-3.10/Modules/CMakeDetermineCXXCompiler.cmake"
31 "/usr/share/cmake-3.10/Modules/CMakeDetermineCompileFeatures.cmake"
32 "/usr/share/cmake-3.10/Modules/CMakeDetermineCompiler.cmake"
33 "/usr/share/cmake-3.10/Modules/CMakeDetermineCompilerABI.cmake"
34 "/usr/share/cmake-3.10/Modules/CMakeDetermineCompilerId.cmake"
35 "/usr/share/cmake-3.10/Modules/CMakeDetermineSystem.cmake"
36 "/usr/share/cmake-3.10/Modules/CMakeFindBinUtils.cmake"
37 "/usr/share/cmake-3.10/Modules/CMakeGenericSystem.cmake"
38 "/usr/share/cmake-3.10/Modules/CMakeLanguageInformation.cmake"
39 "/usr/share/cmake-3.10/Modules/CMakeParseImplicitLinkInfo.cmake"
40 "/usr/share/cmake-3.10/Modules/CMakeSystem.cmake.in"
41 "/usr/share/cmake-3.10/Modules/CMakeSystemSpecificInformation.cmake"
42 "/usr/share/cmake-3.10/Modules/CMakeSystemSpecificInitialize.cmake"
43 "/usr/share/cmake-3.10/Modules/CMakeTestCCompiler.cmake"
44 "/usr/share/cmake-3.10/Modules/CMakeTestCXXCompiler.cmake"
45 "/usr/share/cmake-3.10/Modules/CMakeTestCompilerCommon.cmake"
46 "/usr/share/cmake-3.10/Modules/CMakeUnixFindMake.cmake"
47 "/usr/share/cmake-3.10/Modules/CheckFunctionExists.c"
48 "/usr/share/cmake-3.10/Modules/CheckIncludeFile.c.in"
49 "/usr/share/cmake-3.10/Modules/CheckIncludeFile.cmake"
50 "/usr/share/cmake-3.10/Modules/CheckLibraryExists.cmake"
51 "/usr/share/cmake-3.10/Modules/CheckSymbolExists.cmake"
52 "/usr/share/cmake-3.10/Modules/Compiler/ADSP-DetermineCompiler.cmake"
53 "/usr/share/cmake-3.10/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
54 "/usr/share/cmake-3.10/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
55 "/usr/share/cmake-3.10/Modules/Compiler/Borland-DetermineCompiler.cmake"
56 "/usr/share/cmake-3.10/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
57 "/usr/share/cmake-3.10/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
58 "/usr/share/cmake-3.10/Modules/Compiler/Clang-DetermineCompiler.cmake"
59 "/usr/share/cmake-3.10/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
60 "/usr/share/cmake-3.10/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
61 "/usr/share/cmake-3.10/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
62 "/usr/share/cmake-3.10/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
63 "/usr/share/cmake-3.10/Modules/Compiler/Cray-DetermineCompiler.cmake"
64 "/usr/share/cmake-3.10/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
65 "/usr/share/cmake-3.10/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
66 "/usr/share/cmake-3.10/Modules/Compiler/GHS-DetermineCompiler.cmake"
67 "/usr/share/cmake-3.10/Modules/Compiler/GNU-C-DetermineCompiler.cmake"
68 "/usr/share/cmake-3.10/Modules/Compiler/GNU-C-FeatureTests.cmake"
69 "/usr/share/cmake-3.10/Modules/Compiler/GNU-C.cmake"
70 "/usr/share/cmake-3.10/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
71 "/usr/share/cmake-3.10/Modules/Compiler/GNU-CXX-FeatureTests.cmake"
72 "/usr/share/cmake-3.10/Modules/Compiler/GNU-CXX.cmake"
73 "/usr/share/cmake-3.10/Modules/Compiler/GNU-FindBinUtils.cmake"
74 "/usr/share/cmake-3.10/Modules/Compiler/GNU.cmake"
75 "/usr/share/cmake-3.10/Modules/Compiler/HP-C-DetermineCompiler.cmake"
76 "/usr/share/cmake-3.10/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
77 "/usr/share/cmake-3.10/Modules/Compiler/IAR-DetermineCompiler.cmake"
78 "/usr/share/cmake-3.10/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
79 "/usr/share/cmake-3.10/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
80 "/usr/share/cmake-3.10/Modules/Compiler/Intel-DetermineCompiler.cmake"
81 "/usr/share/cmake-3.10/Modules/Compiler/MIPSpro-DetermineCompiler.cmake"
82 "/usr/share/cmake-3.10/Modules/Compiler/MSVC-DetermineCompiler.cmake"
83 "/usr/share/cmake-3.10/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
84 "/usr/share/cmake-3.10/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
85 "/usr/share/cmake-3.10/Modules/Compiler/PGI-DetermineCompiler.cmake"
86 "/usr/share/cmake-3.10/Modules/Compiler/PathScale-DetermineCompiler.cmake"
87 "/usr/share/cmake-3.10/Modules/Compiler/SCO-DetermineCompiler.cmake"
88 "/usr/share/cmake-3.10/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
89 "/usr/share/cmake-3.10/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
90 "/usr/share/cmake-3.10/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
91 "/usr/share/cmake-3.10/Modules/Compiler/TI-DetermineCompiler.cmake"
92 "/usr/share/cmake-3.10/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
93 "/usr/share/cmake-3.10/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
94 "/usr/share/cmake-3.10/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
95 "/usr/share/cmake-3.10/Modules/Compiler/Watcom-DetermineCompiler.cmake"
96 "/usr/share/cmake-3.10/Modules/Compiler/XL-C-DetermineCompiler.cmake"
97 "/usr/share/cmake-3.10/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
98 "/usr/share/cmake-3.10/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
99 "/usr/share/cmake-3.10/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
100 "/usr/share/cmake-3.10/Modules/FindCUDA.cmake"
101 "/usr/share/cmake-3.10/Modules/FindCUDA/select_compute_arch.cmake"
102 "/usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake"
103 "/usr/share/cmake-3.10/Modules/FindPackageMessage.cmake"
104 "/usr/share/cmake-3.10/Modules/FindThreads.cmake"
105 "/usr/share/cmake-3.10/Modules/Internal/FeatureTesting.cmake"
106 "/usr/share/cmake-3.10/Modules/Platform/Linux-Determine-CXX.cmake"
107 "/usr/share/cmake-3.10/Modules/Platform/Linux-GNU-C.cmake"
108 "/usr/share/cmake-3.10/Modules/Platform/Linux-GNU-CXX.cmake"
109 "/usr/share/cmake-3.10/Modules/Platform/Linux-GNU.cmake"
110 "/usr/share/cmake-3.10/Modules/Platform/Linux.cmake"
111 "/usr/share/cmake-3.10/Modules/Platform/UnixPaths.cmake"
112 )
113
114 # The corresponding makefile is:
115 set(CMAKE_MAKEFILE_OUTPUTS
116 "Makefile"
117 "CMakeFiles/cmake.check_cache"
118 )
119
120 # Byproducts of CMake generate step:
121 set(CMAKE_MAKEFILE_PRODUCTS
122 "CMakeFiles/3.10.2/CMakeSystem.cmake"
123 "CMakeFiles/3.10.2/CMakeCCompiler.cmake"
124 "CMakeFiles/3.10.2/CMakeCXXCompiler.cmake"
125 "CMakeFiles/3.10.2/CMakeCCompiler.cmake"
126 "CMakeFiles/3.10.2/CMakeCXXCompiler.cmake"
127 "CMakeFiles/CMakeDirectoryInformation.cmake"
128 )
129
130 # Dependency information for all targets:
131 set(CMAKE_DEPEND_INFO_FILES
132 "CMakeFiles/facerecognize.dir/DependInfo.cmake"
133 )
1 # CMAKE generated file: DO NOT EDIT!
2 # Generated by "Unix Makefiles" Generator, CMake Version 3.10
3
4 # Default target executed when no arguments are given to make.
5 default_target: all
6
7 .PHONY : default_target
8
9 # The main recursive all target
10 all:
11
12 .PHONY : all
13
14 # The main recursive preinstall target
15 preinstall:
16
17 .PHONY : preinstall
18
19 #=============================================================================
20 # Special targets provided by cmake.
21
22 # Disable implicit rules so canonical targets will work.
23 .SUFFIXES:
24
25
26 # Remove some rules from gmake that .SUFFIXES does not remove.
27 SUFFIXES =
28
29 .SUFFIXES: .hpux_make_needs_suffix_list
30
31
32 # Suppress display of executed commands.
33 $(VERBOSE).SILENT:
34
35
36 # A target that is always out of date.
37 cmake_force:
38
39 .PHONY : cmake_force
40
41 #=============================================================================
42 # Set environment variables for the build.
43
44 # The shell in which to execute make rules.
45 SHELL = /bin/sh
46
47 # The CMake executable.
48 CMAKE_COMMAND = /usr/bin/cmake
49
50 # The command to remove a file.
51 RM = /usr/bin/cmake -E remove -f
52
53 # Escaping for special characters.
54 EQUALS = =
55
56 # The top-level source directory on which CMake was run.
57 CMAKE_SOURCE_DIR = /home/situ/qfs/sdk_project/face_recognize_c
58
59 # The top-level build directory on which CMake was run.
60 CMAKE_BINARY_DIR = /home/situ/qfs/sdk_project/face_recognize_c/build
61
62 #=============================================================================
63 # Target rules for target CMakeFiles/facerecognize.dir
64
65 # All Build rule for target.
66 CMakeFiles/facerecognize.dir/all:
67 $(MAKE) -f CMakeFiles/facerecognize.dir/build.make CMakeFiles/facerecognize.dir/depend
68 $(MAKE) -f CMakeFiles/facerecognize.dir/build.make CMakeFiles/facerecognize.dir/build
69 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles --progress-num=1,2,3 "Built target facerecognize"
70 .PHONY : CMakeFiles/facerecognize.dir/all
71
72 # Include target in all.
73 all: CMakeFiles/facerecognize.dir/all
74
75 .PHONY : all
76
77 # Build rule for subdir invocation for target.
78 CMakeFiles/facerecognize.dir/rule: cmake_check_build_system
79 $(CMAKE_COMMAND) -E cmake_progress_start /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles 3
80 $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/facerecognize.dir/all
81 $(CMAKE_COMMAND) -E cmake_progress_start /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles 0
82 .PHONY : CMakeFiles/facerecognize.dir/rule
83
84 # Convenience name for target.
85 facerecognize: CMakeFiles/facerecognize.dir/rule
86
87 .PHONY : facerecognize
88
89 # clean rule for target.
90 CMakeFiles/facerecognize.dir/clean:
91 $(MAKE) -f CMakeFiles/facerecognize.dir/build.make CMakeFiles/facerecognize.dir/clean
92 .PHONY : CMakeFiles/facerecognize.dir/clean
93
94 # clean rule for target.
95 clean: CMakeFiles/facerecognize.dir/clean
96
97 .PHONY : clean
98
99 #=============================================================================
100 # Special targets to cleanup operation of make.
101
102 # Special rule to run CMake to check the build system integrity.
103 # No rule that depends on this can have commands that come from listfiles
104 # because they might be regenerated.
105 cmake_check_build_system:
106 $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
107 .PHONY : cmake_check_build_system
108
1 /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/rebuild_cache.dir
2 /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/facerecognize.dir
3 /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/edit_cache.dir
1 # This file is generated by cmake for dependency checking of the CMakeCache.txt file
1 #IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
2
3 #IncludeRegexScan: ^.*$
4
5 #IncludeRegexComplain: ^$
6
7 #IncludeRegexTransform:
8
9 /home/situ/qfs/sdk_project/face_recognize_c/facerecognize.cpp
10 facerecognize.h
11 /home/situ/qfs/sdk_project/face_recognize_c/facerecognize.h
12 iostream
13 -
14
15 /home/situ/qfs/sdk_project/face_recognize_c/facerecognize.h
16 opencv2/opencv.hpp
17 -
18
19 /home/situ/qfs/sdk_project/face_recognize_c/main.cpp
20 facerecognize.h
21 /home/situ/qfs/sdk_project/face_recognize_c/facerecognize.h
22 ctime
23 /home/situ/qfs/sdk_project/face_recognize_c/ctime
24
25 /usr/local/include/opencv4/opencv2/./imgproc/segmentation.hpp
26 opencv2/imgproc.hpp
27 /usr/local/include/opencv4/opencv2/./imgproc/opencv2/imgproc.hpp
28
29 /usr/local/include/opencv4/opencv2/calib3d.hpp
30 opencv2/core.hpp
31 /usr/local/include/opencv4/opencv2/opencv2/core.hpp
32 opencv2/features2d.hpp
33 /usr/local/include/opencv4/opencv2/opencv2/features2d.hpp
34 opencv2/core/affine.hpp
35 /usr/local/include/opencv4/opencv2/opencv2/core/affine.hpp
36
37 /usr/local/include/opencv4/opencv2/core.hpp
38 opencv2/core/cvdef.h
39 /usr/local/include/opencv4/opencv2/opencv2/core/cvdef.h
40 opencv2/core/base.hpp
41 /usr/local/include/opencv4/opencv2/opencv2/core/base.hpp
42 opencv2/core/cvstd.hpp
43 /usr/local/include/opencv4/opencv2/opencv2/core/cvstd.hpp
44 opencv2/core/traits.hpp
45 /usr/local/include/opencv4/opencv2/opencv2/core/traits.hpp
46 opencv2/core/matx.hpp
47 /usr/local/include/opencv4/opencv2/opencv2/core/matx.hpp
48 opencv2/core/types.hpp
49 /usr/local/include/opencv4/opencv2/opencv2/core/types.hpp
50 opencv2/core/mat.hpp
51 /usr/local/include/opencv4/opencv2/opencv2/core/mat.hpp
52 opencv2/core/persistence.hpp
53 /usr/local/include/opencv4/opencv2/opencv2/core/persistence.hpp
54 opencv2/core/operations.hpp
55 /usr/local/include/opencv4/opencv2/opencv2/core/operations.hpp
56 opencv2/core/cvstd.inl.hpp
57 /usr/local/include/opencv4/opencv2/opencv2/core/cvstd.inl.hpp
58 opencv2/core/utility.hpp
59 /usr/local/include/opencv4/opencv2/opencv2/core/utility.hpp
60 opencv2/core/optim.hpp
61 /usr/local/include/opencv4/opencv2/opencv2/core/optim.hpp
62 opencv2/core/ovx.hpp
63 /usr/local/include/opencv4/opencv2/opencv2/core/ovx.hpp
64
65 /usr/local/include/opencv4/opencv2/core/affine.hpp
66 opencv2/core.hpp
67 -
68
69 /usr/local/include/opencv4/opencv2/core/async.hpp
70 opencv2/core/mat.hpp
71 -
72 chrono
73 -
74
75 /usr/local/include/opencv4/opencv2/core/base.hpp
76 opencv2/opencv_modules.hpp
77 /usr/local/include/opencv4/opencv2/core/opencv2/opencv_modules.hpp
78 climits
79 -
80 algorithm
81 -
82 opencv2/core/cvdef.h
83 /usr/local/include/opencv4/opencv2/core/opencv2/core/cvdef.h
84 opencv2/core/cvstd.hpp
85 /usr/local/include/opencv4/opencv2/core/opencv2/core/cvstd.hpp
86 opencv2/core/neon_utils.hpp
87 /usr/local/include/opencv4/opencv2/core/opencv2/core/neon_utils.hpp
88 opencv2/core/vsx_utils.hpp
89 /usr/local/include/opencv4/opencv2/core/opencv2/core/vsx_utils.hpp
90 opencv2/core/check.hpp
91 /usr/local/include/opencv4/opencv2/core/opencv2/core/check.hpp
92
93 /usr/local/include/opencv4/opencv2/core/bufferpool.hpp
94
95 /usr/local/include/opencv4/opencv2/core/check.hpp
96 opencv2/core/base.hpp
97 -
98
99 /usr/local/include/opencv4/opencv2/core/cuda.hpp
100 opencv2/core.hpp
101 /usr/local/include/opencv4/opencv2/core/opencv2/core.hpp
102 opencv2/core/cuda_types.hpp
103 /usr/local/include/opencv4/opencv2/core/opencv2/core/cuda_types.hpp
104 opencv2/opencv.hpp
105 -
106 opencv2/core/cuda.inl.hpp
107 /usr/local/include/opencv4/opencv2/core/opencv2/core/cuda.inl.hpp
108
109 /usr/local/include/opencv4/opencv2/core/cuda.inl.hpp
110 opencv2/core/cuda.hpp
111 /usr/local/include/opencv4/opencv2/core/opencv2/core/cuda.hpp
112
113 /usr/local/include/opencv4/opencv2/core/cuda_types.hpp
114
115 /usr/local/include/opencv4/opencv2/core/cv_cpu_dispatch.h
116 cv_cpu_config.h
117 /usr/local/include/opencv4/opencv2/core/cv_cpu_config.h
118 cv_cpu_helper.h
119 /usr/local/include/opencv4/opencv2/core/cv_cpu_helper.h
120 emmintrin.h
121 -
122 pmmintrin.h
123 -
124 tmmintrin.h
125 -
126 smmintrin.h
127 -
128 nmmintrin.h
129 -
130 nmmintrin.h
131 -
132 popcntintrin.h
133 -
134 immintrin.h
135 -
136 arm_neon.h
137 -
138 immintrin.h
139 -
140 immintrin.h
141 -
142 immintrin.h
143 -
144 Intrin.h
145 -
146 arm_neon.h
147 -
148 arm_neon.h
149 -
150 riscv-vector.h
151 -
152 arm_neon.h
153 -
154 altivec.h
155 -
156 hal/msa_macros.h
157 /usr/local/include/opencv4/opencv2/core/hal/msa_macros.h
158 wasm_simd128.h
159 -
160 riscv_vector.h
161 -
162 emmintrin.h
163 -
164 Intrin.h
165 -
166 arm_neon.h
167 -
168 arm_neon.h
169 -
170 altivec.h
171 -
172 immintrin.h
173 -
174
175 /usr/local/include/opencv4/opencv2/core/cv_cpu_helper.h
176
177 /usr/local/include/opencv4/opencv2/core/cvdef.h
178 opencv2/core/version.hpp
179 /usr/local/include/opencv4/opencv2/core/opencv2/core/version.hpp
180 cvconfig.h
181 /usr/local/include/opencv4/opencv2/core/cvconfig.h
182 limits
183 -
184 limits.h
185 -
186 opencv2/core/hal/interface.h
187 /usr/local/include/opencv4/opencv2/core/opencv2/core/hal/interface.h
188 cv_cpu_dispatch.h
189 /usr/local/include/opencv4/opencv2/core/cv_cpu_dispatch.h
190 intrin.h
191 -
192 array
193 -
194 cstdint
195 -
196 stdint.h
197 -
198 stdint.h
199 -
200 opencv2/core/fast_math.hpp
201 /usr/local/include/opencv4/opencv2/core/opencv2/core/fast_math.hpp
202
203 /usr/local/include/opencv4/opencv2/core/cvstd.hpp
204 opencv2/core/cvdef.h
205 /usr/local/include/opencv4/opencv2/core/opencv2/core/cvdef.h
206 cstddef
207 -
208 cstring
209 -
210 cctype
211 -
212 string
213 -
214 algorithm
215 -
216 utility
217 -
218 cstdlib
219 -
220 cmath
221 -
222 cvstd_wrapper.hpp
223 /usr/local/include/opencv4/opencv2/core/cvstd_wrapper.hpp
224
225 /usr/local/include/opencv4/opencv2/core/cvstd.inl.hpp
226 complex
227 -
228 ostream
229 -
230 sstream
231 -
232
233 /usr/local/include/opencv4/opencv2/core/cvstd_wrapper.hpp
234 opencv2/core/cvdef.h
235 /usr/local/include/opencv4/opencv2/core/opencv2/core/cvdef.h
236 string
237 -
238 memory
239 -
240 type_traits
241 -
242
243 /usr/local/include/opencv4/opencv2/core/fast_math.hpp
244 opencv2/core/cvdef.h
245 /usr/local/include/opencv4/opencv2/core/opencv2/core/cvdef.h
246 cmath
247 -
248 fastmath.h
249 -
250 math.h
251 -
252 emmintrin.h
253 -
254 altivec.h
255 -
256
257 /usr/local/include/opencv4/opencv2/core/hal/interface.h
258 cstddef
259 -
260 stddef.h
261 -
262 stdbool.h
263 -
264 cstdint
265 -
266 stdint.h
267 -
268
269 /usr/local/include/opencv4/opencv2/core/hal/msa_macros.h
270 msa.h
271 /usr/local/include/opencv4/opencv2/core/hal/msa.h
272 stdint.h
273 -
274
275 /usr/local/include/opencv4/opencv2/core/mat.hpp
276 opencv2/core/matx.hpp
277 /usr/local/include/opencv4/opencv2/core/opencv2/core/matx.hpp
278 opencv2/core/types.hpp
279 /usr/local/include/opencv4/opencv2/core/opencv2/core/types.hpp
280 opencv2/core/bufferpool.hpp
281 /usr/local/include/opencv4/opencv2/core/opencv2/core/bufferpool.hpp
282 type_traits
283 -
284 opencv2/core/mat.inl.hpp
285 /usr/local/include/opencv4/opencv2/core/opencv2/core/mat.inl.hpp
286
287 /usr/local/include/opencv4/opencv2/core/mat.inl.hpp
288
289 /usr/local/include/opencv4/opencv2/core/matx.hpp
290 opencv2/core/cvdef.h
291 /usr/local/include/opencv4/opencv2/core/opencv2/core/cvdef.h
292 opencv2/core/base.hpp
293 /usr/local/include/opencv4/opencv2/core/opencv2/core/base.hpp
294 opencv2/core/traits.hpp
295 /usr/local/include/opencv4/opencv2/core/opencv2/core/traits.hpp
296 opencv2/core/saturate.hpp
297 /usr/local/include/opencv4/opencv2/core/opencv2/core/saturate.hpp
298 initializer_list
299 -
300
301 /usr/local/include/opencv4/opencv2/core/neon_utils.hpp
302 opencv2/core/cvdef.h
303 /usr/local/include/opencv4/opencv2/core/opencv2/core/cvdef.h
304
305 /usr/local/include/opencv4/opencv2/core/operations.hpp
306 cstdio
307 -
308
309 /usr/local/include/opencv4/opencv2/core/optim.hpp
310 opencv2/core.hpp
311 /usr/local/include/opencv4/opencv2/core/opencv2/core.hpp
312
313 /usr/local/include/opencv4/opencv2/core/ovx.hpp
314 cvdef.h
315 /usr/local/include/opencv4/opencv2/core/cvdef.h
316
317 /usr/local/include/opencv4/opencv2/core/persistence.hpp
318 opencv2/core/types.hpp
319 /usr/local/include/opencv4/opencv2/core/opencv2/core/types.hpp
320 opencv2/core/mat.hpp
321 /usr/local/include/opencv4/opencv2/core/opencv2/core/mat.hpp
322 opencv2/core.hpp
323 /usr/local/include/opencv4/opencv2/core/opencv2/core.hpp
324 time.h
325 -
326
327 /usr/local/include/opencv4/opencv2/core/saturate.hpp
328 opencv2/core/cvdef.h
329 /usr/local/include/opencv4/opencv2/core/opencv2/core/cvdef.h
330 opencv2/core/fast_math.hpp
331 /usr/local/include/opencv4/opencv2/core/opencv2/core/fast_math.hpp
332
333 /usr/local/include/opencv4/opencv2/core/traits.hpp
334 opencv2/core/cvdef.h
335 /usr/local/include/opencv4/opencv2/core/opencv2/core/cvdef.h
336
337 /usr/local/include/opencv4/opencv2/core/types.hpp
338 climits
339 -
340 cfloat
341 -
342 vector
343 -
344 limits
345 -
346 opencv2/core/cvdef.h
347 /usr/local/include/opencv4/opencv2/core/opencv2/core/cvdef.h
348 opencv2/core/cvstd.hpp
349 /usr/local/include/opencv4/opencv2/core/opencv2/core/cvstd.hpp
350 opencv2/core/matx.hpp
351 /usr/local/include/opencv4/opencv2/core/opencv2/core/matx.hpp
352
353 /usr/local/include/opencv4/opencv2/core/utility.hpp
354 opencv2/core.hpp
355 /usr/local/include/opencv4/opencv2/core/opencv2/core.hpp
356 ostream
357 -
358 functional
359 -
360 mutex
361 -
362 opencv2/core/utils/instrumentation.hpp
363 /usr/local/include/opencv4/opencv2/core/opencv2/core/utils/instrumentation.hpp
364
365 /usr/local/include/opencv4/opencv2/core/utils/instrumentation.hpp
366 opencv2/core/utility.hpp
367 -
368 opencv2/core/utils/tls.hpp
369 -
370
371 /usr/local/include/opencv4/opencv2/core/utils/tls.hpp
372
373 /usr/local/include/opencv4/opencv2/core/version.hpp
374
375 /usr/local/include/opencv4/opencv2/core/vsx_utils.hpp
376 opencv2/core/cvdef.h
377 /usr/local/include/opencv4/opencv2/core/opencv2/core/cvdef.h
378 assert.h
379 -
380
381 /usr/local/include/opencv4/opencv2/dnn.hpp
382 opencv2/dnn/dnn.hpp
383 -
384
385 /usr/local/include/opencv4/opencv2/dnn/dict.hpp
386 opencv2/core.hpp
387 -
388 map
389 -
390 ostream
391 -
392 opencv2/dnn/dnn.hpp
393 -
394
395 /usr/local/include/opencv4/opencv2/dnn/dnn.hpp
396 vector
397 -
398 opencv2/core.hpp
399 -
400 opencv2/core/async.hpp
401 /usr/local/include/opencv4/opencv2/dnn/opencv2/core/async.hpp
402 ../dnn/version.hpp
403 /usr/local/include/opencv4/opencv2/dnn/version.hpp
404 opencv2/dnn/dict.hpp
405 -
406 opencv2/dnn/layer.hpp
407 -
408 opencv2/dnn/dnn.inl.hpp
409 -
410 opencv2/dnn/utils/inference_engine.hpp
411 -
412
413 /usr/local/include/opencv4/opencv2/dnn/dnn.inl.hpp
414 opencv2/dnn.hpp
415 -
416
417 /usr/local/include/opencv4/opencv2/dnn/layer.hpp
418 opencv2/dnn.hpp
419 -
420
421 /usr/local/include/opencv4/opencv2/dnn/utils/inference_engine.hpp
422 ../dnn.hpp
423 /usr/local/include/opencv4/opencv2/dnn/dnn.hpp
424
425 /usr/local/include/opencv4/opencv2/dnn/version.hpp
426
427 /usr/local/include/opencv4/opencv2/features2d.hpp
428 opencv2/opencv_modules.hpp
429 /usr/local/include/opencv4/opencv2/opencv2/opencv_modules.hpp
430 opencv2/core.hpp
431 /usr/local/include/opencv4/opencv2/opencv2/core.hpp
432 opencv2/flann/miniflann.hpp
433 /usr/local/include/opencv4/opencv2/opencv2/flann/miniflann.hpp
434
435 /usr/local/include/opencv4/opencv2/flann.hpp
436 opencv2/core.hpp
437 /usr/local/include/opencv4/opencv2/opencv2/core.hpp
438 opencv2/flann/miniflann.hpp
439 /usr/local/include/opencv4/opencv2/opencv2/flann/miniflann.hpp
440 opencv2/flann/flann_base.hpp
441 /usr/local/include/opencv4/opencv2/opencv2/flann/flann_base.hpp
442
443 /usr/local/include/opencv4/opencv2/flann/all_indices.h
444 general.h
445 /usr/local/include/opencv4/opencv2/flann/general.h
446 nn_index.h
447 /usr/local/include/opencv4/opencv2/flann/nn_index.h
448 kdtree_index.h
449 /usr/local/include/opencv4/opencv2/flann/kdtree_index.h
450 kdtree_single_index.h
451 /usr/local/include/opencv4/opencv2/flann/kdtree_single_index.h
452 kmeans_index.h
453 /usr/local/include/opencv4/opencv2/flann/kmeans_index.h
454 composite_index.h
455 /usr/local/include/opencv4/opencv2/flann/composite_index.h
456 linear_index.h
457 /usr/local/include/opencv4/opencv2/flann/linear_index.h
458 hierarchical_clustering_index.h
459 /usr/local/include/opencv4/opencv2/flann/hierarchical_clustering_index.h
460 lsh_index.h
461 /usr/local/include/opencv4/opencv2/flann/lsh_index.h
462 autotuned_index.h
463 /usr/local/include/opencv4/opencv2/flann/autotuned_index.h
464
465 /usr/local/include/opencv4/opencv2/flann/allocator.h
466 stdlib.h
467 -
468 stdio.h
469 -
470
471 /usr/local/include/opencv4/opencv2/flann/any.h
472 defines.h
473 /usr/local/include/opencv4/opencv2/flann/defines.h
474 stdexcept
475 -
476 ostream
477 -
478 typeinfo
479 -
480
481 /usr/local/include/opencv4/opencv2/flann/autotuned_index.h
482 sstream
483 -
484 nn_index.h
485 /usr/local/include/opencv4/opencv2/flann/nn_index.h
486 ground_truth.h
487 /usr/local/include/opencv4/opencv2/flann/ground_truth.h
488 index_testing.h
489 /usr/local/include/opencv4/opencv2/flann/index_testing.h
490 sampling.h
491 /usr/local/include/opencv4/opencv2/flann/sampling.h
492 kdtree_index.h
493 /usr/local/include/opencv4/opencv2/flann/kdtree_index.h
494 kdtree_single_index.h
495 /usr/local/include/opencv4/opencv2/flann/kdtree_single_index.h
496 kmeans_index.h
497 /usr/local/include/opencv4/opencv2/flann/kmeans_index.h
498 composite_index.h
499 /usr/local/include/opencv4/opencv2/flann/composite_index.h
500 linear_index.h
501 /usr/local/include/opencv4/opencv2/flann/linear_index.h
502 logger.h
503 /usr/local/include/opencv4/opencv2/flann/logger.h
504
505 /usr/local/include/opencv4/opencv2/flann/composite_index.h
506 nn_index.h
507 /usr/local/include/opencv4/opencv2/flann/nn_index.h
508 kdtree_index.h
509 /usr/local/include/opencv4/opencv2/flann/kdtree_index.h
510 kmeans_index.h
511 /usr/local/include/opencv4/opencv2/flann/kmeans_index.h
512
513 /usr/local/include/opencv4/opencv2/flann/config.h
514
515 /usr/local/include/opencv4/opencv2/flann/defines.h
516 config.h
517 /usr/local/include/opencv4/opencv2/flann/config.h
518
519 /usr/local/include/opencv4/opencv2/flann/dist.h
520 cmath
521 -
522 cstdlib
523 -
524 string.h
525 -
526 stdint.h
527 -
528 defines.h
529 /usr/local/include/opencv4/opencv2/flann/defines.h
530 Intrin.h
531 -
532 arm_neon.h
533 /usr/local/include/opencv4/opencv2/flann/arm_neon.h
534
535 /usr/local/include/opencv4/opencv2/flann/dynamic_bitset.h
536 boost/dynamic_bitset.hpp
537 -
538 limits.h
539 -
540 dist.h
541 /usr/local/include/opencv4/opencv2/flann/dist.h
542
543 /usr/local/include/opencv4/opencv2/flann/flann_base.hpp
544 vector
545 -
546 cstdio
547 -
548 general.h
549 /usr/local/include/opencv4/opencv2/flann/general.h
550 matrix.h
551 /usr/local/include/opencv4/opencv2/flann/matrix.h
552 params.h
553 /usr/local/include/opencv4/opencv2/flann/params.h
554 saving.h
555 /usr/local/include/opencv4/opencv2/flann/saving.h
556 all_indices.h
557 /usr/local/include/opencv4/opencv2/flann/all_indices.h
558
559 /usr/local/include/opencv4/opencv2/flann/general.h
560 opencv2/core.hpp
561 /usr/local/include/opencv4/opencv2/flann/opencv2/core.hpp
562
563 /usr/local/include/opencv4/opencv2/flann/ground_truth.h
564 dist.h
565 /usr/local/include/opencv4/opencv2/flann/dist.h
566 matrix.h
567 /usr/local/include/opencv4/opencv2/flann/matrix.h
568
569 /usr/local/include/opencv4/opencv2/flann/heap.h
570 algorithm
571 -
572 vector
573 -
574 unordered_map
575 -
576
577 /usr/local/include/opencv4/opencv2/flann/hierarchical_clustering_index.h
578 algorithm
579 -
580 map
581 -
582 limits
583 -
584 cmath
585 -
586 general.h
587 /usr/local/include/opencv4/opencv2/flann/general.h
588 nn_index.h
589 /usr/local/include/opencv4/opencv2/flann/nn_index.h
590 dist.h
591 /usr/local/include/opencv4/opencv2/flann/dist.h
592 matrix.h
593 /usr/local/include/opencv4/opencv2/flann/matrix.h
594 result_set.h
595 /usr/local/include/opencv4/opencv2/flann/result_set.h
596 heap.h
597 /usr/local/include/opencv4/opencv2/flann/heap.h
598 allocator.h
599 /usr/local/include/opencv4/opencv2/flann/allocator.h
600 random.h
601 /usr/local/include/opencv4/opencv2/flann/random.h
602 saving.h
603 /usr/local/include/opencv4/opencv2/flann/saving.h
604
605 /usr/local/include/opencv4/opencv2/flann/index_testing.h
606 cstring
607 -
608 cmath
609 -
610 matrix.h
611 /usr/local/include/opencv4/opencv2/flann/matrix.h
612 nn_index.h
613 /usr/local/include/opencv4/opencv2/flann/nn_index.h
614 result_set.h
615 /usr/local/include/opencv4/opencv2/flann/result_set.h
616 logger.h
617 /usr/local/include/opencv4/opencv2/flann/logger.h
618 timer.h
619 /usr/local/include/opencv4/opencv2/flann/timer.h
620
621 /usr/local/include/opencv4/opencv2/flann/kdtree_index.h
622 algorithm
623 -
624 map
625 -
626 cstring
627 -
628 nn_index.h
629 /usr/local/include/opencv4/opencv2/flann/nn_index.h
630 dynamic_bitset.h
631 /usr/local/include/opencv4/opencv2/flann/dynamic_bitset.h
632 matrix.h
633 /usr/local/include/opencv4/opencv2/flann/matrix.h
634 result_set.h
635 /usr/local/include/opencv4/opencv2/flann/result_set.h
636 heap.h
637 /usr/local/include/opencv4/opencv2/flann/heap.h
638 allocator.h
639 /usr/local/include/opencv4/opencv2/flann/allocator.h
640 random.h
641 /usr/local/include/opencv4/opencv2/flann/random.h
642 saving.h
643 /usr/local/include/opencv4/opencv2/flann/saving.h
644
645 /usr/local/include/opencv4/opencv2/flann/kdtree_single_index.h
646 algorithm
647 -
648 map
649 -
650 cstring
651 -
652 nn_index.h
653 /usr/local/include/opencv4/opencv2/flann/nn_index.h
654 matrix.h
655 /usr/local/include/opencv4/opencv2/flann/matrix.h
656 result_set.h
657 /usr/local/include/opencv4/opencv2/flann/result_set.h
658 heap.h
659 /usr/local/include/opencv4/opencv2/flann/heap.h
660 allocator.h
661 /usr/local/include/opencv4/opencv2/flann/allocator.h
662 random.h
663 /usr/local/include/opencv4/opencv2/flann/random.h
664 saving.h
665 /usr/local/include/opencv4/opencv2/flann/saving.h
666
667 /usr/local/include/opencv4/opencv2/flann/kmeans_index.h
668 algorithm
669 -
670 map
671 -
672 limits
673 -
674 cmath
675 -
676 general.h
677 /usr/local/include/opencv4/opencv2/flann/general.h
678 nn_index.h
679 /usr/local/include/opencv4/opencv2/flann/nn_index.h
680 dist.h
681 /usr/local/include/opencv4/opencv2/flann/dist.h
682 matrix.h
683 /usr/local/include/opencv4/opencv2/flann/matrix.h
684 result_set.h
685 /usr/local/include/opencv4/opencv2/flann/result_set.h
686 heap.h
687 /usr/local/include/opencv4/opencv2/flann/heap.h
688 allocator.h
689 /usr/local/include/opencv4/opencv2/flann/allocator.h
690 random.h
691 /usr/local/include/opencv4/opencv2/flann/random.h
692 saving.h
693 /usr/local/include/opencv4/opencv2/flann/saving.h
694 logger.h
695 /usr/local/include/opencv4/opencv2/flann/logger.h
696
697 /usr/local/include/opencv4/opencv2/flann/linear_index.h
698 nn_index.h
699 /usr/local/include/opencv4/opencv2/flann/nn_index.h
700
701 /usr/local/include/opencv4/opencv2/flann/logger.h
702 stdio.h
703 -
704 stdarg.h
705 -
706 defines.h
707 /usr/local/include/opencv4/opencv2/flann/defines.h
708
709 /usr/local/include/opencv4/opencv2/flann/lsh_index.h
710 algorithm
711 -
712 cstring
713 -
714 map
715 -
716 vector
717 -
718 nn_index.h
719 /usr/local/include/opencv4/opencv2/flann/nn_index.h
720 matrix.h
721 /usr/local/include/opencv4/opencv2/flann/matrix.h
722 result_set.h
723 /usr/local/include/opencv4/opencv2/flann/result_set.h
724 heap.h
725 /usr/local/include/opencv4/opencv2/flann/heap.h
726 lsh_table.h
727 /usr/local/include/opencv4/opencv2/flann/lsh_table.h
728 allocator.h
729 /usr/local/include/opencv4/opencv2/flann/allocator.h
730 random.h
731 /usr/local/include/opencv4/opencv2/flann/random.h
732 saving.h
733 /usr/local/include/opencv4/opencv2/flann/saving.h
734
735 /usr/local/include/opencv4/opencv2/flann/lsh_table.h
736 algorithm
737 -
738 iostream
739 -
740 iomanip
741 -
742 limits.h
743 -
744 unordered_map
745 -
746 map
747 -
748 math.h
749 -
750 stddef.h
751 -
752 dynamic_bitset.h
753 /usr/local/include/opencv4/opencv2/flann/dynamic_bitset.h
754 matrix.h
755 /usr/local/include/opencv4/opencv2/flann/matrix.h
756
757 /usr/local/include/opencv4/opencv2/flann/matrix.h
758 stdio.h
759 -
760
761 /usr/local/include/opencv4/opencv2/flann/miniflann.hpp
762 opencv2/core.hpp
763 /usr/local/include/opencv4/opencv2/flann/opencv2/core.hpp
764 opencv2/flann/defines.h
765 /usr/local/include/opencv4/opencv2/flann/opencv2/flann/defines.h
766
767 /usr/local/include/opencv4/opencv2/flann/nn_index.h
768 matrix.h
769 /usr/local/include/opencv4/opencv2/flann/matrix.h
770 result_set.h
771 /usr/local/include/opencv4/opencv2/flann/result_set.h
772 params.h
773 /usr/local/include/opencv4/opencv2/flann/params.h
774
775 /usr/local/include/opencv4/opencv2/flann/params.h
776 any.h
777 /usr/local/include/opencv4/opencv2/flann/any.h
778 general.h
779 /usr/local/include/opencv4/opencv2/flann/general.h
780 iostream
781 -
782 map
783 -
784
785 /usr/local/include/opencv4/opencv2/flann/random.h
786 algorithm
787 -
788 cstdlib
789 -
790 vector
791 -
792
793 /usr/local/include/opencv4/opencv2/flann/result_set.h
794 algorithm
795 -
796 cstring
797 -
798 iostream
799 -
800 limits
801 -
802 set
803 -
804 vector
805 -
806
807 /usr/local/include/opencv4/opencv2/flann/sampling.h
808 matrix.h
809 /usr/local/include/opencv4/opencv2/flann/matrix.h
810 random.h
811 /usr/local/include/opencv4/opencv2/flann/random.h
812
813 /usr/local/include/opencv4/opencv2/flann/saving.h
814 cstring
815 -
816 vector
817 -
818 general.h
819 /usr/local/include/opencv4/opencv2/flann/general.h
820 nn_index.h
821 /usr/local/include/opencv4/opencv2/flann/nn_index.h
822
823 /usr/local/include/opencv4/opencv2/flann/timer.h
824 time.h
825 -
826 opencv2/core.hpp
827 /usr/local/include/opencv4/opencv2/flann/opencv2/core.hpp
828 opencv2/core/utility.hpp
829 /usr/local/include/opencv4/opencv2/flann/opencv2/core/utility.hpp
830
831 /usr/local/include/opencv4/opencv2/highgui.hpp
832 opencv2/core.hpp
833 /usr/local/include/opencv4/opencv2/opencv2/core.hpp
834 opencv2/imgcodecs.hpp
835 /usr/local/include/opencv4/opencv2/opencv2/imgcodecs.hpp
836 opencv2/videoio.hpp
837 /usr/local/include/opencv4/opencv2/opencv2/videoio.hpp
838
839 /usr/local/include/opencv4/opencv2/imgcodecs.hpp
840 opencv2/core.hpp
841 /usr/local/include/opencv4/opencv2/opencv2/core.hpp
842
843 /usr/local/include/opencv4/opencv2/imgproc.hpp
844 opencv2/core.hpp
845 /usr/local/include/opencv4/opencv2/opencv2/core.hpp
846 ./imgproc/segmentation.hpp
847 /usr/local/include/opencv4/opencv2/./imgproc/segmentation.hpp
848
849 /usr/local/include/opencv4/opencv2/ml.hpp
850 opencv2/core.hpp
851 /usr/local/include/opencv4/opencv2/opencv2/core.hpp
852 float.h
853 -
854 map
855 -
856 iostream
857 -
858 opencv2/ml/ml.inl.hpp
859 -
860
861 /usr/local/include/opencv4/opencv2/ml/ml.inl.hpp
862
863 /usr/local/include/opencv4/opencv2/objdetect.hpp
864 opencv2/core.hpp
865 /usr/local/include/opencv4/opencv2/opencv2/core.hpp
866 opencv2/objdetect/detection_based_tracker.hpp
867 /usr/local/include/opencv4/opencv2/opencv2/objdetect/detection_based_tracker.hpp
868 opencv2/objdetect/face.hpp
869 /usr/local/include/opencv4/opencv2/opencv2/objdetect/face.hpp
870
871 /usr/local/include/opencv4/opencv2/objdetect/detection_based_tracker.hpp
872 opencv2/core.hpp
873 -
874 vector
875 -
876
877 /usr/local/include/opencv4/opencv2/objdetect/face.hpp
878 opencv2/core.hpp
879 -
880
881 /usr/local/include/opencv4/opencv2/opencv.hpp
882 opencv2/opencv_modules.hpp
883 /usr/local/include/opencv4/opencv2/opencv2/opencv_modules.hpp
884 opencv2/core.hpp
885 /usr/local/include/opencv4/opencv2/opencv2/core.hpp
886 opencv2/calib3d.hpp
887 /usr/local/include/opencv4/opencv2/opencv2/calib3d.hpp
888 opencv2/features2d.hpp
889 /usr/local/include/opencv4/opencv2/opencv2/features2d.hpp
890 opencv2/dnn.hpp
891 /usr/local/include/opencv4/opencv2/opencv2/dnn.hpp
892 opencv2/flann.hpp
893 /usr/local/include/opencv4/opencv2/opencv2/flann.hpp
894 opencv2/highgui.hpp
895 /usr/local/include/opencv4/opencv2/opencv2/highgui.hpp
896 opencv2/imgcodecs.hpp
897 /usr/local/include/opencv4/opencv2/opencv2/imgcodecs.hpp
898 opencv2/imgproc.hpp
899 /usr/local/include/opencv4/opencv2/opencv2/imgproc.hpp
900 opencv2/ml.hpp
901 /usr/local/include/opencv4/opencv2/opencv2/ml.hpp
902 opencv2/objdetect.hpp
903 /usr/local/include/opencv4/opencv2/opencv2/objdetect.hpp
904 opencv2/photo.hpp
905 /usr/local/include/opencv4/opencv2/opencv2/photo.hpp
906 opencv2/stitching.hpp
907 /usr/local/include/opencv4/opencv2/opencv2/stitching.hpp
908 opencv2/video.hpp
909 /usr/local/include/opencv4/opencv2/opencv2/video.hpp
910 opencv2/videoio.hpp
911 /usr/local/include/opencv4/opencv2/opencv2/videoio.hpp
912
913 /usr/local/include/opencv4/opencv2/opencv_modules.hpp
914
915 /usr/local/include/opencv4/opencv2/photo.hpp
916 opencv2/core.hpp
917 /usr/local/include/opencv4/opencv2/opencv2/core.hpp
918 opencv2/imgproc.hpp
919 /usr/local/include/opencv4/opencv2/opencv2/imgproc.hpp
920
921 /usr/local/include/opencv4/opencv2/stitching.hpp
922 opencv2/core.hpp
923 /usr/local/include/opencv4/opencv2/opencv2/core.hpp
924 opencv2/features2d.hpp
925 /usr/local/include/opencv4/opencv2/opencv2/features2d.hpp
926 opencv2/stitching/warpers.hpp
927 /usr/local/include/opencv4/opencv2/opencv2/stitching/warpers.hpp
928 opencv2/stitching/detail/matchers.hpp
929 /usr/local/include/opencv4/opencv2/opencv2/stitching/detail/matchers.hpp
930 opencv2/stitching/detail/motion_estimators.hpp
931 /usr/local/include/opencv4/opencv2/opencv2/stitching/detail/motion_estimators.hpp
932 opencv2/stitching/detail/exposure_compensate.hpp
933 /usr/local/include/opencv4/opencv2/opencv2/stitching/detail/exposure_compensate.hpp
934 opencv2/stitching/detail/seam_finders.hpp
935 /usr/local/include/opencv4/opencv2/opencv2/stitching/detail/seam_finders.hpp
936 opencv2/stitching/detail/blenders.hpp
937 /usr/local/include/opencv4/opencv2/opencv2/stitching/detail/blenders.hpp
938 opencv2/stitching/detail/camera.hpp
939 /usr/local/include/opencv4/opencv2/opencv2/stitching/detail/camera.hpp
940
941 /usr/local/include/opencv4/opencv2/stitching/detail/blenders.hpp
942 opencv2/core.hpp
943 /usr/local/include/opencv4/opencv2/stitching/detail/opencv2/core.hpp
944 opencv2/core/cuda.hpp
945 /usr/local/include/opencv4/opencv2/stitching/detail/opencv2/core/cuda.hpp
946
947 /usr/local/include/opencv4/opencv2/stitching/detail/camera.hpp
948 opencv2/core.hpp
949 /usr/local/include/opencv4/opencv2/stitching/detail/opencv2/core.hpp
950
951 /usr/local/include/opencv4/opencv2/stitching/detail/exposure_compensate.hpp
952 opencv2/core.hpp
953 /usr/local/include/opencv4/opencv2/stitching/detail/opencv2/core.hpp
954
955 /usr/local/include/opencv4/opencv2/stitching/detail/matchers.hpp
956 opencv2/core.hpp
957 /usr/local/include/opencv4/opencv2/stitching/detail/opencv2/core.hpp
958 opencv2/features2d.hpp
959 /usr/local/include/opencv4/opencv2/stitching/detail/opencv2/features2d.hpp
960 opencv2/opencv_modules.hpp
961 /usr/local/include/opencv4/opencv2/stitching/detail/opencv2/opencv_modules.hpp
962
963 /usr/local/include/opencv4/opencv2/stitching/detail/motion_estimators.hpp
964 opencv2/core.hpp
965 /usr/local/include/opencv4/opencv2/stitching/detail/opencv2/core.hpp
966 matchers.hpp
967 /usr/local/include/opencv4/opencv2/stitching/detail/matchers.hpp
968 util.hpp
969 /usr/local/include/opencv4/opencv2/stitching/detail/util.hpp
970 camera.hpp
971 /usr/local/include/opencv4/opencv2/stitching/detail/camera.hpp
972
973 /usr/local/include/opencv4/opencv2/stitching/detail/seam_finders.hpp
974 set
975 -
976 opencv2/core.hpp
977 /usr/local/include/opencv4/opencv2/stitching/detail/opencv2/core.hpp
978 opencv2/opencv_modules.hpp
979 /usr/local/include/opencv4/opencv2/stitching/detail/opencv2/opencv_modules.hpp
980
981 /usr/local/include/opencv4/opencv2/stitching/detail/util.hpp
982 list
983 -
984 opencv2/core.hpp
985 /usr/local/include/opencv4/opencv2/stitching/detail/opencv2/core.hpp
986 util_inl.hpp
987 /usr/local/include/opencv4/opencv2/stitching/detail/util_inl.hpp
988
989 /usr/local/include/opencv4/opencv2/stitching/detail/util_inl.hpp
990 queue
991 -
992 opencv2/core.hpp
993 /usr/local/include/opencv4/opencv2/stitching/detail/opencv2/core.hpp
994 util.hpp
995 /usr/local/include/opencv4/opencv2/stitching/detail/util.hpp
996
997 /usr/local/include/opencv4/opencv2/stitching/detail/warpers.hpp
998 opencv2/core.hpp
999 /usr/local/include/opencv4/opencv2/stitching/detail/opencv2/core.hpp
1000 opencv2/core/cuda.hpp
1001 /usr/local/include/opencv4/opencv2/stitching/detail/opencv2/core/cuda.hpp
1002 opencv2/imgproc.hpp
1003 /usr/local/include/opencv4/opencv2/stitching/detail/opencv2/imgproc.hpp
1004 opencv2/opencv_modules.hpp
1005 /usr/local/include/opencv4/opencv2/stitching/detail/opencv2/opencv_modules.hpp
1006 warpers_inl.hpp
1007 /usr/local/include/opencv4/opencv2/stitching/detail/warpers_inl.hpp
1008
1009 /usr/local/include/opencv4/opencv2/stitching/detail/warpers_inl.hpp
1010 opencv2/core.hpp
1011 /usr/local/include/opencv4/opencv2/stitching/detail/opencv2/core.hpp
1012 warpers.hpp
1013 /usr/local/include/opencv4/opencv2/stitching/detail/warpers.hpp
1014 limits
1015 -
1016
1017 /usr/local/include/opencv4/opencv2/stitching/warpers.hpp
1018 opencv2/stitching/detail/warpers.hpp
1019 /usr/local/include/opencv4/opencv2/stitching/opencv2/stitching/detail/warpers.hpp
1020 string
1021 -
1022
1023 /usr/local/include/opencv4/opencv2/video.hpp
1024 opencv2/video/tracking.hpp
1025 /usr/local/include/opencv4/opencv2/opencv2/video/tracking.hpp
1026 opencv2/video/background_segm.hpp
1027 /usr/local/include/opencv4/opencv2/opencv2/video/background_segm.hpp
1028
1029 /usr/local/include/opencv4/opencv2/video/background_segm.hpp
1030 opencv2/core.hpp
1031 /usr/local/include/opencv4/opencv2/video/opencv2/core.hpp
1032
1033 /usr/local/include/opencv4/opencv2/video/tracking.hpp
1034 opencv2/core.hpp
1035 /usr/local/include/opencv4/opencv2/video/opencv2/core.hpp
1036 opencv2/imgproc.hpp
1037 /usr/local/include/opencv4/opencv2/video/opencv2/imgproc.hpp
1038
1039 /usr/local/include/opencv4/opencv2/videoio.hpp
1040 opencv2/core.hpp
1041 /usr/local/include/opencv4/opencv2/opencv2/core.hpp
1042
1 # The set of languages for which implicit dependencies are needed:
2 set(CMAKE_DEPENDS_LANGUAGES
3 "CXX"
4 )
5 # The set of files for implicit dependencies of each language:
6 set(CMAKE_DEPENDS_CHECK_CXX
7 "/home/situ/qfs/sdk_project/face_recognize_c/facerecognize.cpp" "/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/facerecognize.dir/facerecognize.cpp.o"
8 "/home/situ/qfs/sdk_project/face_recognize_c/main.cpp" "/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/facerecognize.dir/main.cpp.o"
9 )
10 set(CMAKE_CXX_COMPILER_ID "GNU")
11
12 # The include file search paths:
13 set(CMAKE_CXX_TARGET_INCLUDE_PATH
14 "/usr/local/include/opencv4"
15 )
16
17 # Targets to which this target links.
18 set(CMAKE_TARGET_LINKED_INFO_FILES
19 )
20
21 # Fortran module output directory.
22 set(CMAKE_Fortran_TARGET_MODULE_DIR "")
1 # CMAKE generated file: DO NOT EDIT!
2 # Generated by "Unix Makefiles" Generator, CMake Version 3.10
3
4 # Delete rule output on recipe failure.
5 .DELETE_ON_ERROR:
6
7
8 #=============================================================================
9 # Special targets provided by cmake.
10
11 # Disable implicit rules so canonical targets will work.
12 .SUFFIXES:
13
14
15 # Remove some rules from gmake that .SUFFIXES does not remove.
16 SUFFIXES =
17
18 .SUFFIXES: .hpux_make_needs_suffix_list
19
20
21 # Suppress display of executed commands.
22 $(VERBOSE).SILENT:
23
24
25 # A target that is always out of date.
26 cmake_force:
27
28 .PHONY : cmake_force
29
30 #=============================================================================
31 # Set environment variables for the build.
32
33 # The shell in which to execute make rules.
34 SHELL = /bin/sh
35
36 # The CMake executable.
37 CMAKE_COMMAND = /usr/bin/cmake
38
39 # The command to remove a file.
40 RM = /usr/bin/cmake -E remove -f
41
42 # Escaping for special characters.
43 EQUALS = =
44
45 # The top-level source directory on which CMake was run.
46 CMAKE_SOURCE_DIR = /home/situ/qfs/sdk_project/face_recognize_c
47
48 # The top-level build directory on which CMake was run.
49 CMAKE_BINARY_DIR = /home/situ/qfs/sdk_project/face_recognize_c/build
50
51 # Include any dependencies generated for this target.
52 include CMakeFiles/facerecognize.dir/depend.make
53
54 # Include the progress variables for this target.
55 include CMakeFiles/facerecognize.dir/progress.make
56
57 # Include the compile flags for this target's objects.
58 include CMakeFiles/facerecognize.dir/flags.make
59
60 CMakeFiles/facerecognize.dir/main.cpp.o: CMakeFiles/facerecognize.dir/flags.make
61 CMakeFiles/facerecognize.dir/main.cpp.o: ../main.cpp
62 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/facerecognize.dir/main.cpp.o"
63 /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/facerecognize.dir/main.cpp.o -c /home/situ/qfs/sdk_project/face_recognize_c/main.cpp
64
65 CMakeFiles/facerecognize.dir/main.cpp.i: cmake_force
66 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/facerecognize.dir/main.cpp.i"
67 /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/situ/qfs/sdk_project/face_recognize_c/main.cpp > CMakeFiles/facerecognize.dir/main.cpp.i
68
69 CMakeFiles/facerecognize.dir/main.cpp.s: cmake_force
70 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/facerecognize.dir/main.cpp.s"
71 /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/situ/qfs/sdk_project/face_recognize_c/main.cpp -o CMakeFiles/facerecognize.dir/main.cpp.s
72
73 CMakeFiles/facerecognize.dir/main.cpp.o.requires:
74
75 .PHONY : CMakeFiles/facerecognize.dir/main.cpp.o.requires
76
77 CMakeFiles/facerecognize.dir/main.cpp.o.provides: CMakeFiles/facerecognize.dir/main.cpp.o.requires
78 $(MAKE) -f CMakeFiles/facerecognize.dir/build.make CMakeFiles/facerecognize.dir/main.cpp.o.provides.build
79 .PHONY : CMakeFiles/facerecognize.dir/main.cpp.o.provides
80
81 CMakeFiles/facerecognize.dir/main.cpp.o.provides.build: CMakeFiles/facerecognize.dir/main.cpp.o
82
83
84 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: CMakeFiles/facerecognize.dir/flags.make
85 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: ../facerecognize.cpp
86 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/facerecognize.dir/facerecognize.cpp.o"
87 /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/facerecognize.dir/facerecognize.cpp.o -c /home/situ/qfs/sdk_project/face_recognize_c/facerecognize.cpp
88
89 CMakeFiles/facerecognize.dir/facerecognize.cpp.i: cmake_force
90 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/facerecognize.dir/facerecognize.cpp.i"
91 /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/situ/qfs/sdk_project/face_recognize_c/facerecognize.cpp > CMakeFiles/facerecognize.dir/facerecognize.cpp.i
92
93 CMakeFiles/facerecognize.dir/facerecognize.cpp.s: cmake_force
94 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/facerecognize.dir/facerecognize.cpp.s"
95 /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/situ/qfs/sdk_project/face_recognize_c/facerecognize.cpp -o CMakeFiles/facerecognize.dir/facerecognize.cpp.s
96
97 CMakeFiles/facerecognize.dir/facerecognize.cpp.o.requires:
98
99 .PHONY : CMakeFiles/facerecognize.dir/facerecognize.cpp.o.requires
100
101 CMakeFiles/facerecognize.dir/facerecognize.cpp.o.provides: CMakeFiles/facerecognize.dir/facerecognize.cpp.o.requires
102 $(MAKE) -f CMakeFiles/facerecognize.dir/build.make CMakeFiles/facerecognize.dir/facerecognize.cpp.o.provides.build
103 .PHONY : CMakeFiles/facerecognize.dir/facerecognize.cpp.o.provides
104
105 CMakeFiles/facerecognize.dir/facerecognize.cpp.o.provides.build: CMakeFiles/facerecognize.dir/facerecognize.cpp.o
106
107
108 # Object files for target facerecognize
109 facerecognize_OBJECTS = \
110 "CMakeFiles/facerecognize.dir/main.cpp.o" \
111 "CMakeFiles/facerecognize.dir/facerecognize.cpp.o"
112
113 # External object files for target facerecognize
114 facerecognize_EXTERNAL_OBJECTS =
115
116 facerecognize: CMakeFiles/facerecognize.dir/main.cpp.o
117 facerecognize: CMakeFiles/facerecognize.dir/facerecognize.cpp.o
118 facerecognize: CMakeFiles/facerecognize.dir/build.make
119 facerecognize: /usr/local/lib/libopencv_gapi.so.4.5.5
120 facerecognize: /usr/local/lib/libopencv_stitching.so.4.5.5
121 facerecognize: /usr/local/lib/libopencv_aruco.so.4.5.5
122 facerecognize: /usr/local/lib/libopencv_barcode.so.4.5.5
123 facerecognize: /usr/local/lib/libopencv_bgsegm.so.4.5.5
124 facerecognize: /usr/local/lib/libopencv_bioinspired.so.4.5.5
125 facerecognize: /usr/local/lib/libopencv_ccalib.so.4.5.5
126 facerecognize: /usr/local/lib/libopencv_cudabgsegm.so.4.5.5
127 facerecognize: /usr/local/lib/libopencv_cudafeatures2d.so.4.5.5
128 facerecognize: /usr/local/lib/libopencv_cudaobjdetect.so.4.5.5
129 facerecognize: /usr/local/lib/libopencv_cudastereo.so.4.5.5
130 facerecognize: /usr/local/lib/libopencv_dnn_objdetect.so.4.5.5
131 facerecognize: /usr/local/lib/libopencv_dnn_superres.so.4.5.5
132 facerecognize: /usr/local/lib/libopencv_dpm.so.4.5.5
133 facerecognize: /usr/local/lib/libopencv_face.so.4.5.5
134 facerecognize: /usr/local/lib/libopencv_freetype.so.4.5.5
135 facerecognize: /usr/local/lib/libopencv_fuzzy.so.4.5.5
136 facerecognize: /usr/local/lib/libopencv_hfs.so.4.5.5
137 facerecognize: /usr/local/lib/libopencv_img_hash.so.4.5.5
138 facerecognize: /usr/local/lib/libopencv_intensity_transform.so.4.5.5
139 facerecognize: /usr/local/lib/libopencv_line_descriptor.so.4.5.5
140 facerecognize: /usr/local/lib/libopencv_mcc.so.4.5.5
141 facerecognize: /usr/local/lib/libopencv_quality.so.4.5.5
142 facerecognize: /usr/local/lib/libopencv_rapid.so.4.5.5
143 facerecognize: /usr/local/lib/libopencv_reg.so.4.5.5
144 facerecognize: /usr/local/lib/libopencv_rgbd.so.4.5.5
145 facerecognize: /usr/local/lib/libopencv_saliency.so.4.5.5
146 facerecognize: /usr/local/lib/libopencv_stereo.so.4.5.5
147 facerecognize: /usr/local/lib/libopencv_structured_light.so.4.5.5
148 facerecognize: /usr/local/lib/libopencv_superres.so.4.5.5
149 facerecognize: /usr/local/lib/libopencv_surface_matching.so.4.5.5
150 facerecognize: /usr/local/lib/libopencv_tracking.so.4.5.5
151 facerecognize: /usr/local/lib/libopencv_videostab.so.4.5.5
152 facerecognize: /usr/local/lib/libopencv_wechat_qrcode.so.4.5.5
153 facerecognize: /usr/local/lib/libopencv_xfeatures2d.so.4.5.5
154 facerecognize: /usr/local/lib/libopencv_xobjdetect.so.4.5.5
155 facerecognize: /usr/local/lib/libopencv_xphoto.so.4.5.5
156 facerecognize: /usr/local/lib/libopencv_shape.so.4.5.5
157 facerecognize: /usr/local/lib/libopencv_highgui.so.4.5.5
158 facerecognize: /usr/local/lib/libopencv_datasets.so.4.5.5
159 facerecognize: /usr/local/lib/libopencv_plot.so.4.5.5
160 facerecognize: /usr/local/lib/libopencv_text.so.4.5.5
161 facerecognize: /usr/local/lib/libopencv_ml.so.4.5.5
162 facerecognize: /usr/local/lib/libopencv_phase_unwrapping.so.4.5.5
163 facerecognize: /usr/local/lib/libopencv_cudacodec.so.4.5.5
164 facerecognize: /usr/local/lib/libopencv_videoio.so.4.5.5
165 facerecognize: /usr/local/lib/libopencv_cudaoptflow.so.4.5.5
166 facerecognize: /usr/local/lib/libopencv_cudalegacy.so.4.5.5
167 facerecognize: /usr/local/lib/libopencv_cudawarping.so.4.5.5
168 facerecognize: /usr/local/lib/libopencv_optflow.so.4.5.5
169 facerecognize: /usr/local/lib/libopencv_ximgproc.so.4.5.5
170 facerecognize: /usr/local/lib/libopencv_video.so.4.5.5
171 facerecognize: /usr/local/lib/libopencv_imgcodecs.so.4.5.5
172 facerecognize: /usr/local/lib/libopencv_objdetect.so.4.5.5
173 facerecognize: /usr/local/lib/libopencv_calib3d.so.4.5.5
174 facerecognize: /usr/local/lib/libopencv_dnn.so.4.5.5
175 facerecognize: /usr/local/lib/libopencv_features2d.so.4.5.5
176 facerecognize: /usr/local/lib/libopencv_flann.so.4.5.5
177 facerecognize: /usr/local/lib/libopencv_photo.so.4.5.5
178 facerecognize: /usr/local/lib/libopencv_cudaimgproc.so.4.5.5
179 facerecognize: /usr/local/lib/libopencv_cudafilters.so.4.5.5
180 facerecognize: /usr/local/lib/libopencv_imgproc.so.4.5.5
181 facerecognize: /usr/local/lib/libopencv_cudaarithm.so.4.5.5
182 facerecognize: /usr/local/lib/libopencv_core.so.4.5.5
183 facerecognize: /usr/local/lib/libopencv_cudev.so.4.5.5
184 facerecognize: CMakeFiles/facerecognize.dir/link.txt
185 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable facerecognize"
186 $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/facerecognize.dir/link.txt --verbose=$(VERBOSE)
187
188 # Rule to build all files generated by this target.
189 CMakeFiles/facerecognize.dir/build: facerecognize
190
191 .PHONY : CMakeFiles/facerecognize.dir/build
192
193 CMakeFiles/facerecognize.dir/requires: CMakeFiles/facerecognize.dir/main.cpp.o.requires
194 CMakeFiles/facerecognize.dir/requires: CMakeFiles/facerecognize.dir/facerecognize.cpp.o.requires
195
196 .PHONY : CMakeFiles/facerecognize.dir/requires
197
198 CMakeFiles/facerecognize.dir/clean:
199 $(CMAKE_COMMAND) -P CMakeFiles/facerecognize.dir/cmake_clean.cmake
200 .PHONY : CMakeFiles/facerecognize.dir/clean
201
202 CMakeFiles/facerecognize.dir/depend:
203 cd /home/situ/qfs/sdk_project/face_recognize_c/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/situ/qfs/sdk_project/face_recognize_c /home/situ/qfs/sdk_project/face_recognize_c /home/situ/qfs/sdk_project/face_recognize_c/build /home/situ/qfs/sdk_project/face_recognize_c/build /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/facerecognize.dir/DependInfo.cmake --color=$(COLOR)
204 .PHONY : CMakeFiles/facerecognize.dir/depend
205
1 file(REMOVE_RECURSE
2 "CMakeFiles/facerecognize.dir/main.cpp.o"
3 "CMakeFiles/facerecognize.dir/facerecognize.cpp.o"
4 "facerecognize.pdb"
5 "facerecognize"
6 )
7
8 # Per-language clean rules from dependency scanning.
9 foreach(lang CXX)
10 include(CMakeFiles/facerecognize.dir/cmake_clean_${lang}.cmake OPTIONAL)
11 endforeach()
1 # CMAKE generated file: DO NOT EDIT!
2 # Generated by "Unix Makefiles" Generator, CMake Version 3.10
3
4 CMakeFiles/facerecognize.dir/facerecognize.cpp.o
5 /home/situ/qfs/sdk_project/face_recognize_c/facerecognize.cpp
6 /home/situ/qfs/sdk_project/face_recognize_c/facerecognize.h
7 /usr/local/include/opencv4/opencv2/./imgproc/segmentation.hpp
8 /usr/local/include/opencv4/opencv2/calib3d.hpp
9 /usr/local/include/opencv4/opencv2/core.hpp
10 /usr/local/include/opencv4/opencv2/core/affine.hpp
11 /usr/local/include/opencv4/opencv2/core/async.hpp
12 /usr/local/include/opencv4/opencv2/core/base.hpp
13 /usr/local/include/opencv4/opencv2/core/bufferpool.hpp
14 /usr/local/include/opencv4/opencv2/core/check.hpp
15 /usr/local/include/opencv4/opencv2/core/cuda.hpp
16 /usr/local/include/opencv4/opencv2/core/cuda.inl.hpp
17 /usr/local/include/opencv4/opencv2/core/cuda_types.hpp
18 /usr/local/include/opencv4/opencv2/core/cv_cpu_dispatch.h
19 /usr/local/include/opencv4/opencv2/core/cv_cpu_helper.h
20 /usr/local/include/opencv4/opencv2/core/cvdef.h
21 /usr/local/include/opencv4/opencv2/core/cvstd.hpp
22 /usr/local/include/opencv4/opencv2/core/cvstd.inl.hpp
23 /usr/local/include/opencv4/opencv2/core/cvstd_wrapper.hpp
24 /usr/local/include/opencv4/opencv2/core/fast_math.hpp
25 /usr/local/include/opencv4/opencv2/core/hal/interface.h
26 /usr/local/include/opencv4/opencv2/core/hal/msa_macros.h
27 /usr/local/include/opencv4/opencv2/core/mat.hpp
28 /usr/local/include/opencv4/opencv2/core/mat.inl.hpp
29 /usr/local/include/opencv4/opencv2/core/matx.hpp
30 /usr/local/include/opencv4/opencv2/core/neon_utils.hpp
31 /usr/local/include/opencv4/opencv2/core/operations.hpp
32 /usr/local/include/opencv4/opencv2/core/optim.hpp
33 /usr/local/include/opencv4/opencv2/core/ovx.hpp
34 /usr/local/include/opencv4/opencv2/core/persistence.hpp
35 /usr/local/include/opencv4/opencv2/core/saturate.hpp
36 /usr/local/include/opencv4/opencv2/core/traits.hpp
37 /usr/local/include/opencv4/opencv2/core/types.hpp
38 /usr/local/include/opencv4/opencv2/core/utility.hpp
39 /usr/local/include/opencv4/opencv2/core/utils/instrumentation.hpp
40 /usr/local/include/opencv4/opencv2/core/utils/tls.hpp
41 /usr/local/include/opencv4/opencv2/core/version.hpp
42 /usr/local/include/opencv4/opencv2/core/vsx_utils.hpp
43 /usr/local/include/opencv4/opencv2/dnn.hpp
44 /usr/local/include/opencv4/opencv2/dnn/dict.hpp
45 /usr/local/include/opencv4/opencv2/dnn/dnn.hpp
46 /usr/local/include/opencv4/opencv2/dnn/dnn.inl.hpp
47 /usr/local/include/opencv4/opencv2/dnn/layer.hpp
48 /usr/local/include/opencv4/opencv2/dnn/utils/inference_engine.hpp
49 /usr/local/include/opencv4/opencv2/dnn/version.hpp
50 /usr/local/include/opencv4/opencv2/features2d.hpp
51 /usr/local/include/opencv4/opencv2/flann.hpp
52 /usr/local/include/opencv4/opencv2/flann/all_indices.h
53 /usr/local/include/opencv4/opencv2/flann/allocator.h
54 /usr/local/include/opencv4/opencv2/flann/any.h
55 /usr/local/include/opencv4/opencv2/flann/autotuned_index.h
56 /usr/local/include/opencv4/opencv2/flann/composite_index.h
57 /usr/local/include/opencv4/opencv2/flann/config.h
58 /usr/local/include/opencv4/opencv2/flann/defines.h
59 /usr/local/include/opencv4/opencv2/flann/dist.h
60 /usr/local/include/opencv4/opencv2/flann/dynamic_bitset.h
61 /usr/local/include/opencv4/opencv2/flann/flann_base.hpp
62 /usr/local/include/opencv4/opencv2/flann/general.h
63 /usr/local/include/opencv4/opencv2/flann/ground_truth.h
64 /usr/local/include/opencv4/opencv2/flann/heap.h
65 /usr/local/include/opencv4/opencv2/flann/hierarchical_clustering_index.h
66 /usr/local/include/opencv4/opencv2/flann/index_testing.h
67 /usr/local/include/opencv4/opencv2/flann/kdtree_index.h
68 /usr/local/include/opencv4/opencv2/flann/kdtree_single_index.h
69 /usr/local/include/opencv4/opencv2/flann/kmeans_index.h
70 /usr/local/include/opencv4/opencv2/flann/linear_index.h
71 /usr/local/include/opencv4/opencv2/flann/logger.h
72 /usr/local/include/opencv4/opencv2/flann/lsh_index.h
73 /usr/local/include/opencv4/opencv2/flann/lsh_table.h
74 /usr/local/include/opencv4/opencv2/flann/matrix.h
75 /usr/local/include/opencv4/opencv2/flann/miniflann.hpp
76 /usr/local/include/opencv4/opencv2/flann/nn_index.h
77 /usr/local/include/opencv4/opencv2/flann/params.h
78 /usr/local/include/opencv4/opencv2/flann/random.h
79 /usr/local/include/opencv4/opencv2/flann/result_set.h
80 /usr/local/include/opencv4/opencv2/flann/sampling.h
81 /usr/local/include/opencv4/opencv2/flann/saving.h
82 /usr/local/include/opencv4/opencv2/flann/timer.h
83 /usr/local/include/opencv4/opencv2/highgui.hpp
84 /usr/local/include/opencv4/opencv2/imgcodecs.hpp
85 /usr/local/include/opencv4/opencv2/imgproc.hpp
86 /usr/local/include/opencv4/opencv2/ml.hpp
87 /usr/local/include/opencv4/opencv2/ml/ml.inl.hpp
88 /usr/local/include/opencv4/opencv2/objdetect.hpp
89 /usr/local/include/opencv4/opencv2/objdetect/detection_based_tracker.hpp
90 /usr/local/include/opencv4/opencv2/objdetect/face.hpp
91 /usr/local/include/opencv4/opencv2/opencv.hpp
92 /usr/local/include/opencv4/opencv2/opencv_modules.hpp
93 /usr/local/include/opencv4/opencv2/photo.hpp
94 /usr/local/include/opencv4/opencv2/stitching.hpp
95 /usr/local/include/opencv4/opencv2/stitching/detail/blenders.hpp
96 /usr/local/include/opencv4/opencv2/stitching/detail/camera.hpp
97 /usr/local/include/opencv4/opencv2/stitching/detail/exposure_compensate.hpp
98 /usr/local/include/opencv4/opencv2/stitching/detail/matchers.hpp
99 /usr/local/include/opencv4/opencv2/stitching/detail/motion_estimators.hpp
100 /usr/local/include/opencv4/opencv2/stitching/detail/seam_finders.hpp
101 /usr/local/include/opencv4/opencv2/stitching/detail/util.hpp
102 /usr/local/include/opencv4/opencv2/stitching/detail/util_inl.hpp
103 /usr/local/include/opencv4/opencv2/stitching/detail/warpers.hpp
104 /usr/local/include/opencv4/opencv2/stitching/detail/warpers_inl.hpp
105 /usr/local/include/opencv4/opencv2/stitching/warpers.hpp
106 /usr/local/include/opencv4/opencv2/video.hpp
107 /usr/local/include/opencv4/opencv2/video/background_segm.hpp
108 /usr/local/include/opencv4/opencv2/video/tracking.hpp
109 /usr/local/include/opencv4/opencv2/videoio.hpp
110 CMakeFiles/facerecognize.dir/main.cpp.o
111 /home/situ/qfs/sdk_project/face_recognize_c/facerecognize.h
112 /home/situ/qfs/sdk_project/face_recognize_c/main.cpp
113 /usr/local/include/opencv4/opencv2/./imgproc/segmentation.hpp
114 /usr/local/include/opencv4/opencv2/calib3d.hpp
115 /usr/local/include/opencv4/opencv2/core.hpp
116 /usr/local/include/opencv4/opencv2/core/affine.hpp
117 /usr/local/include/opencv4/opencv2/core/async.hpp
118 /usr/local/include/opencv4/opencv2/core/base.hpp
119 /usr/local/include/opencv4/opencv2/core/bufferpool.hpp
120 /usr/local/include/opencv4/opencv2/core/check.hpp
121 /usr/local/include/opencv4/opencv2/core/cuda.hpp
122 /usr/local/include/opencv4/opencv2/core/cuda.inl.hpp
123 /usr/local/include/opencv4/opencv2/core/cuda_types.hpp
124 /usr/local/include/opencv4/opencv2/core/cv_cpu_dispatch.h
125 /usr/local/include/opencv4/opencv2/core/cv_cpu_helper.h
126 /usr/local/include/opencv4/opencv2/core/cvdef.h
127 /usr/local/include/opencv4/opencv2/core/cvstd.hpp
128 /usr/local/include/opencv4/opencv2/core/cvstd.inl.hpp
129 /usr/local/include/opencv4/opencv2/core/cvstd_wrapper.hpp
130 /usr/local/include/opencv4/opencv2/core/fast_math.hpp
131 /usr/local/include/opencv4/opencv2/core/hal/interface.h
132 /usr/local/include/opencv4/opencv2/core/hal/msa_macros.h
133 /usr/local/include/opencv4/opencv2/core/mat.hpp
134 /usr/local/include/opencv4/opencv2/core/mat.inl.hpp
135 /usr/local/include/opencv4/opencv2/core/matx.hpp
136 /usr/local/include/opencv4/opencv2/core/neon_utils.hpp
137 /usr/local/include/opencv4/opencv2/core/operations.hpp
138 /usr/local/include/opencv4/opencv2/core/optim.hpp
139 /usr/local/include/opencv4/opencv2/core/ovx.hpp
140 /usr/local/include/opencv4/opencv2/core/persistence.hpp
141 /usr/local/include/opencv4/opencv2/core/saturate.hpp
142 /usr/local/include/opencv4/opencv2/core/traits.hpp
143 /usr/local/include/opencv4/opencv2/core/types.hpp
144 /usr/local/include/opencv4/opencv2/core/utility.hpp
145 /usr/local/include/opencv4/opencv2/core/utils/instrumentation.hpp
146 /usr/local/include/opencv4/opencv2/core/utils/tls.hpp
147 /usr/local/include/opencv4/opencv2/core/version.hpp
148 /usr/local/include/opencv4/opencv2/core/vsx_utils.hpp
149 /usr/local/include/opencv4/opencv2/dnn.hpp
150 /usr/local/include/opencv4/opencv2/dnn/dict.hpp
151 /usr/local/include/opencv4/opencv2/dnn/dnn.hpp
152 /usr/local/include/opencv4/opencv2/dnn/dnn.inl.hpp
153 /usr/local/include/opencv4/opencv2/dnn/layer.hpp
154 /usr/local/include/opencv4/opencv2/dnn/utils/inference_engine.hpp
155 /usr/local/include/opencv4/opencv2/dnn/version.hpp
156 /usr/local/include/opencv4/opencv2/features2d.hpp
157 /usr/local/include/opencv4/opencv2/flann.hpp
158 /usr/local/include/opencv4/opencv2/flann/all_indices.h
159 /usr/local/include/opencv4/opencv2/flann/allocator.h
160 /usr/local/include/opencv4/opencv2/flann/any.h
161 /usr/local/include/opencv4/opencv2/flann/autotuned_index.h
162 /usr/local/include/opencv4/opencv2/flann/composite_index.h
163 /usr/local/include/opencv4/opencv2/flann/config.h
164 /usr/local/include/opencv4/opencv2/flann/defines.h
165 /usr/local/include/opencv4/opencv2/flann/dist.h
166 /usr/local/include/opencv4/opencv2/flann/dynamic_bitset.h
167 /usr/local/include/opencv4/opencv2/flann/flann_base.hpp
168 /usr/local/include/opencv4/opencv2/flann/general.h
169 /usr/local/include/opencv4/opencv2/flann/ground_truth.h
170 /usr/local/include/opencv4/opencv2/flann/heap.h
171 /usr/local/include/opencv4/opencv2/flann/hierarchical_clustering_index.h
172 /usr/local/include/opencv4/opencv2/flann/index_testing.h
173 /usr/local/include/opencv4/opencv2/flann/kdtree_index.h
174 /usr/local/include/opencv4/opencv2/flann/kdtree_single_index.h
175 /usr/local/include/opencv4/opencv2/flann/kmeans_index.h
176 /usr/local/include/opencv4/opencv2/flann/linear_index.h
177 /usr/local/include/opencv4/opencv2/flann/logger.h
178 /usr/local/include/opencv4/opencv2/flann/lsh_index.h
179 /usr/local/include/opencv4/opencv2/flann/lsh_table.h
180 /usr/local/include/opencv4/opencv2/flann/matrix.h
181 /usr/local/include/opencv4/opencv2/flann/miniflann.hpp
182 /usr/local/include/opencv4/opencv2/flann/nn_index.h
183 /usr/local/include/opencv4/opencv2/flann/params.h
184 /usr/local/include/opencv4/opencv2/flann/random.h
185 /usr/local/include/opencv4/opencv2/flann/result_set.h
186 /usr/local/include/opencv4/opencv2/flann/sampling.h
187 /usr/local/include/opencv4/opencv2/flann/saving.h
188 /usr/local/include/opencv4/opencv2/flann/timer.h
189 /usr/local/include/opencv4/opencv2/highgui.hpp
190 /usr/local/include/opencv4/opencv2/imgcodecs.hpp
191 /usr/local/include/opencv4/opencv2/imgproc.hpp
192 /usr/local/include/opencv4/opencv2/ml.hpp
193 /usr/local/include/opencv4/opencv2/ml/ml.inl.hpp
194 /usr/local/include/opencv4/opencv2/objdetect.hpp
195 /usr/local/include/opencv4/opencv2/objdetect/detection_based_tracker.hpp
196 /usr/local/include/opencv4/opencv2/objdetect/face.hpp
197 /usr/local/include/opencv4/opencv2/opencv.hpp
198 /usr/local/include/opencv4/opencv2/opencv_modules.hpp
199 /usr/local/include/opencv4/opencv2/photo.hpp
200 /usr/local/include/opencv4/opencv2/stitching.hpp
201 /usr/local/include/opencv4/opencv2/stitching/detail/blenders.hpp
202 /usr/local/include/opencv4/opencv2/stitching/detail/camera.hpp
203 /usr/local/include/opencv4/opencv2/stitching/detail/exposure_compensate.hpp
204 /usr/local/include/opencv4/opencv2/stitching/detail/matchers.hpp
205 /usr/local/include/opencv4/opencv2/stitching/detail/motion_estimators.hpp
206 /usr/local/include/opencv4/opencv2/stitching/detail/seam_finders.hpp
207 /usr/local/include/opencv4/opencv2/stitching/detail/util.hpp
208 /usr/local/include/opencv4/opencv2/stitching/detail/util_inl.hpp
209 /usr/local/include/opencv4/opencv2/stitching/detail/warpers.hpp
210 /usr/local/include/opencv4/opencv2/stitching/detail/warpers_inl.hpp
211 /usr/local/include/opencv4/opencv2/stitching/warpers.hpp
212 /usr/local/include/opencv4/opencv2/video.hpp
213 /usr/local/include/opencv4/opencv2/video/background_segm.hpp
214 /usr/local/include/opencv4/opencv2/video/tracking.hpp
215 /usr/local/include/opencv4/opencv2/videoio.hpp
1 # CMAKE generated file: DO NOT EDIT!
2 # Generated by "Unix Makefiles" Generator, CMake Version 3.10
3
4 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: ../facerecognize.cpp
5 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: ../facerecognize.h
6 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/./imgproc/segmentation.hpp
7 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/calib3d.hpp
8 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core.hpp
9 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/affine.hpp
10 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/async.hpp
11 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/base.hpp
12 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/bufferpool.hpp
13 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/check.hpp
14 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/cuda.hpp
15 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/cuda.inl.hpp
16 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/cuda_types.hpp
17 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/cv_cpu_dispatch.h
18 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/cv_cpu_helper.h
19 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/cvdef.h
20 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/cvstd.hpp
21 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/cvstd.inl.hpp
22 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/cvstd_wrapper.hpp
23 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/fast_math.hpp
24 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/hal/interface.h
25 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/hal/msa_macros.h
26 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/mat.hpp
27 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/mat.inl.hpp
28 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/matx.hpp
29 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/neon_utils.hpp
30 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/operations.hpp
31 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/optim.hpp
32 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/ovx.hpp
33 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/persistence.hpp
34 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/saturate.hpp
35 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/traits.hpp
36 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/types.hpp
37 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/utility.hpp
38 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/utils/instrumentation.hpp
39 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/utils/tls.hpp
40 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/version.hpp
41 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/core/vsx_utils.hpp
42 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/dnn.hpp
43 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/dnn/dict.hpp
44 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/dnn/dnn.hpp
45 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/dnn/dnn.inl.hpp
46 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/dnn/layer.hpp
47 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/dnn/utils/inference_engine.hpp
48 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/dnn/version.hpp
49 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/features2d.hpp
50 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann.hpp
51 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/all_indices.h
52 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/allocator.h
53 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/any.h
54 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/autotuned_index.h
55 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/composite_index.h
56 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/config.h
57 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/defines.h
58 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/dist.h
59 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/dynamic_bitset.h
60 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/flann_base.hpp
61 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/general.h
62 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/ground_truth.h
63 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/heap.h
64 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/hierarchical_clustering_index.h
65 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/index_testing.h
66 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/kdtree_index.h
67 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/kdtree_single_index.h
68 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/kmeans_index.h
69 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/linear_index.h
70 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/logger.h
71 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/lsh_index.h
72 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/lsh_table.h
73 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/matrix.h
74 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/miniflann.hpp
75 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/nn_index.h
76 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/params.h
77 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/random.h
78 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/result_set.h
79 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/sampling.h
80 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/saving.h
81 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/flann/timer.h
82 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/highgui.hpp
83 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/imgcodecs.hpp
84 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/imgproc.hpp
85 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/ml.hpp
86 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/ml/ml.inl.hpp
87 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/objdetect.hpp
88 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/objdetect/detection_based_tracker.hpp
89 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/objdetect/face.hpp
90 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/opencv.hpp
91 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/opencv_modules.hpp
92 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/photo.hpp
93 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/stitching.hpp
94 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/stitching/detail/blenders.hpp
95 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/stitching/detail/camera.hpp
96 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/stitching/detail/exposure_compensate.hpp
97 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/stitching/detail/matchers.hpp
98 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/stitching/detail/motion_estimators.hpp
99 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/stitching/detail/seam_finders.hpp
100 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/stitching/detail/util.hpp
101 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/stitching/detail/util_inl.hpp
102 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/stitching/detail/warpers.hpp
103 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/stitching/detail/warpers_inl.hpp
104 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/stitching/warpers.hpp
105 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/video.hpp
106 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/video/background_segm.hpp
107 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/video/tracking.hpp
108 CMakeFiles/facerecognize.dir/facerecognize.cpp.o: /usr/local/include/opencv4/opencv2/videoio.hpp
109
110 CMakeFiles/facerecognize.dir/main.cpp.o: ../facerecognize.h
111 CMakeFiles/facerecognize.dir/main.cpp.o: ../main.cpp
112 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/./imgproc/segmentation.hpp
113 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/calib3d.hpp
114 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core.hpp
115 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/affine.hpp
116 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/async.hpp
117 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/base.hpp
118 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/bufferpool.hpp
119 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/check.hpp
120 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/cuda.hpp
121 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/cuda.inl.hpp
122 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/cuda_types.hpp
123 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/cv_cpu_dispatch.h
124 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/cv_cpu_helper.h
125 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/cvdef.h
126 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/cvstd.hpp
127 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/cvstd.inl.hpp
128 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/cvstd_wrapper.hpp
129 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/fast_math.hpp
130 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/hal/interface.h
131 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/hal/msa_macros.h
132 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/mat.hpp
133 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/mat.inl.hpp
134 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/matx.hpp
135 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/neon_utils.hpp
136 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/operations.hpp
137 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/optim.hpp
138 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/ovx.hpp
139 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/persistence.hpp
140 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/saturate.hpp
141 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/traits.hpp
142 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/types.hpp
143 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/utility.hpp
144 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/utils/instrumentation.hpp
145 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/utils/tls.hpp
146 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/version.hpp
147 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/core/vsx_utils.hpp
148 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/dnn.hpp
149 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/dnn/dict.hpp
150 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/dnn/dnn.hpp
151 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/dnn/dnn.inl.hpp
152 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/dnn/layer.hpp
153 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/dnn/utils/inference_engine.hpp
154 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/dnn/version.hpp
155 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/features2d.hpp
156 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann.hpp
157 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/all_indices.h
158 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/allocator.h
159 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/any.h
160 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/autotuned_index.h
161 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/composite_index.h
162 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/config.h
163 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/defines.h
164 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/dist.h
165 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/dynamic_bitset.h
166 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/flann_base.hpp
167 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/general.h
168 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/ground_truth.h
169 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/heap.h
170 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/hierarchical_clustering_index.h
171 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/index_testing.h
172 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/kdtree_index.h
173 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/kdtree_single_index.h
174 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/kmeans_index.h
175 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/linear_index.h
176 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/logger.h
177 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/lsh_index.h
178 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/lsh_table.h
179 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/matrix.h
180 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/miniflann.hpp
181 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/nn_index.h
182 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/params.h
183 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/random.h
184 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/result_set.h
185 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/sampling.h
186 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/saving.h
187 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/flann/timer.h
188 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/highgui.hpp
189 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/imgcodecs.hpp
190 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/imgproc.hpp
191 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/ml.hpp
192 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/ml/ml.inl.hpp
193 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/objdetect.hpp
194 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/objdetect/detection_based_tracker.hpp
195 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/objdetect/face.hpp
196 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/opencv.hpp
197 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/opencv_modules.hpp
198 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/photo.hpp
199 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/stitching.hpp
200 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/stitching/detail/blenders.hpp
201 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/stitching/detail/camera.hpp
202 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/stitching/detail/exposure_compensate.hpp
203 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/stitching/detail/matchers.hpp
204 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/stitching/detail/motion_estimators.hpp
205 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/stitching/detail/seam_finders.hpp
206 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/stitching/detail/util.hpp
207 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/stitching/detail/util_inl.hpp
208 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/stitching/detail/warpers.hpp
209 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/stitching/detail/warpers_inl.hpp
210 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/stitching/warpers.hpp
211 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/video.hpp
212 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/video/background_segm.hpp
213 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/video/tracking.hpp
214 CMakeFiles/facerecognize.dir/main.cpp.o: /usr/local/include/opencv4/opencv2/videoio.hpp
215
1 # CMAKE generated file: DO NOT EDIT!
2 # Generated by "Unix Makefiles" Generator, CMake Version 3.10
3
4 # compile CXX with /usr/bin/c++
5 CXX_FLAGS = -std=gnu++11
6
7 CXX_DEFINES =
8
9 CXX_INCLUDES = -isystem /usr/local/include/opencv4
10
1 /usr/bin/c++ CMakeFiles/facerecognize.dir/main.cpp.o CMakeFiles/facerecognize.dir/facerecognize.cpp.o -o facerecognize -L/usr/local/cuda-10.1/lib64 -Wl,-rpath,/usr/local/cuda-10.1/lib64:/usr/local/lib /usr/local/lib/libopencv_gapi.so.4.5.5 /usr/local/lib/libopencv_stitching.so.4.5.5 /usr/local/lib/libopencv_aruco.so.4.5.5 /usr/local/lib/libopencv_barcode.so.4.5.5 /usr/local/lib/libopencv_bgsegm.so.4.5.5 /usr/local/lib/libopencv_bioinspired.so.4.5.5 /usr/local/lib/libopencv_ccalib.so.4.5.5 /usr/local/lib/libopencv_cudabgsegm.so.4.5.5 /usr/local/lib/libopencv_cudafeatures2d.so.4.5.5 /usr/local/lib/libopencv_cudaobjdetect.so.4.5.5 /usr/local/lib/libopencv_cudastereo.so.4.5.5 /usr/local/lib/libopencv_dnn_objdetect.so.4.5.5 /usr/local/lib/libopencv_dnn_superres.so.4.5.5 /usr/local/lib/libopencv_dpm.so.4.5.5 /usr/local/lib/libopencv_face.so.4.5.5 /usr/local/lib/libopencv_freetype.so.4.5.5 /usr/local/lib/libopencv_fuzzy.so.4.5.5 /usr/local/lib/libopencv_hfs.so.4.5.5 /usr/local/lib/libopencv_img_hash.so.4.5.5 /usr/local/lib/libopencv_intensity_transform.so.4.5.5 /usr/local/lib/libopencv_line_descriptor.so.4.5.5 /usr/local/lib/libopencv_mcc.so.4.5.5 /usr/local/lib/libopencv_quality.so.4.5.5 /usr/local/lib/libopencv_rapid.so.4.5.5 /usr/local/lib/libopencv_reg.so.4.5.5 /usr/local/lib/libopencv_rgbd.so.4.5.5 /usr/local/lib/libopencv_saliency.so.4.5.5 /usr/local/lib/libopencv_stereo.so.4.5.5 /usr/local/lib/libopencv_structured_light.so.4.5.5 /usr/local/lib/libopencv_superres.so.4.5.5 /usr/local/lib/libopencv_surface_matching.so.4.5.5 /usr/local/lib/libopencv_tracking.so.4.5.5 /usr/local/lib/libopencv_videostab.so.4.5.5 /usr/local/lib/libopencv_wechat_qrcode.so.4.5.5 /usr/local/lib/libopencv_xfeatures2d.so.4.5.5 /usr/local/lib/libopencv_xobjdetect.so.4.5.5 /usr/local/lib/libopencv_xphoto.so.4.5.5 /usr/local/lib/libopencv_shape.so.4.5.5 /usr/local/lib/libopencv_highgui.so.4.5.5 /usr/local/lib/libopencv_datasets.so.4.5.5 /usr/local/lib/libopencv_plot.so.4.5.5 /usr/local/lib/libopencv_text.so.4.5.5 /usr/local/lib/libopencv_ml.so.4.5.5 /usr/local/lib/libopencv_phase_unwrapping.so.4.5.5 /usr/local/lib/libopencv_cudacodec.so.4.5.5 /usr/local/lib/libopencv_videoio.so.4.5.5 /usr/local/lib/libopencv_cudaoptflow.so.4.5.5 /usr/local/lib/libopencv_cudalegacy.so.4.5.5 /usr/local/lib/libopencv_cudawarping.so.4.5.5 /usr/local/lib/libopencv_optflow.so.4.5.5 /usr/local/lib/libopencv_ximgproc.so.4.5.5 /usr/local/lib/libopencv_video.so.4.5.5 /usr/local/lib/libopencv_imgcodecs.so.4.5.5 /usr/local/lib/libopencv_objdetect.so.4.5.5 /usr/local/lib/libopencv_calib3d.so.4.5.5 /usr/local/lib/libopencv_dnn.so.4.5.5 /usr/local/lib/libopencv_features2d.so.4.5.5 /usr/local/lib/libopencv_flann.so.4.5.5 /usr/local/lib/libopencv_photo.so.4.5.5 /usr/local/lib/libopencv_cudaimgproc.so.4.5.5 /usr/local/lib/libopencv_cudafilters.so.4.5.5 /usr/local/lib/libopencv_imgproc.so.4.5.5 /usr/local/lib/libopencv_cudaarithm.so.4.5.5 /usr/local/lib/libopencv_core.so.4.5.5 /usr/local/lib/libopencv_cudev.so.4.5.5
No preview for this file type
1 CMAKE_PROGRESS_1 = 1
2 CMAKE_PROGRESS_2 = 2
3 CMAKE_PROGRESS_3 = 3
4
No preview for this file type
1
2 const char features[] = {"\n"
3 "C_FEATURE:"
4 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304
5 "1"
6 #else
7 "0"
8 #endif
9 "c_function_prototypes\n"
10 "C_FEATURE:"
11 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
12 "1"
13 #else
14 "0"
15 #endif
16 "c_restrict\n"
17 "C_FEATURE:"
18 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201000L
19 "1"
20 #else
21 "0"
22 #endif
23 "c_static_assert\n"
24 "C_FEATURE:"
25 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
26 "1"
27 #else
28 "0"
29 #endif
30 "c_variadic_macros\n"
31
32 };
33
34 int main(int argc, char** argv) { (void)argv; return features[argc]; }
1
2 const char features[] = {"\n"
3 "CXX_FEATURE:"
4 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L
5 "1"
6 #else
7 "0"
8 #endif
9 "cxx_aggregate_default_initializers\n"
10 "CXX_FEATURE:"
11 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
12 "1"
13 #else
14 "0"
15 #endif
16 "cxx_alias_templates\n"
17 "CXX_FEATURE:"
18 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
19 "1"
20 #else
21 "0"
22 #endif
23 "cxx_alignas\n"
24 "CXX_FEATURE:"
25 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
26 "1"
27 #else
28 "0"
29 #endif
30 "cxx_alignof\n"
31 "CXX_FEATURE:"
32 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
33 "1"
34 #else
35 "0"
36 #endif
37 "cxx_attributes\n"
38 "CXX_FEATURE:"
39 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
40 "1"
41 #else
42 "0"
43 #endif
44 "cxx_attribute_deprecated\n"
45 "CXX_FEATURE:"
46 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
47 "1"
48 #else
49 "0"
50 #endif
51 "cxx_auto_type\n"
52 "CXX_FEATURE:"
53 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
54 "1"
55 #else
56 "0"
57 #endif
58 "cxx_binary_literals\n"
59 "CXX_FEATURE:"
60 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
61 "1"
62 #else
63 "0"
64 #endif
65 "cxx_constexpr\n"
66 "CXX_FEATURE:"
67 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
68 "1"
69 #else
70 "0"
71 #endif
72 "cxx_contextual_conversions\n"
73 "CXX_FEATURE:"
74 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
75 "1"
76 #else
77 "0"
78 #endif
79 "cxx_decltype\n"
80 "CXX_FEATURE:"
81 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
82 "1"
83 #else
84 "0"
85 #endif
86 "cxx_decltype_auto\n"
87 "CXX_FEATURE:"
88 #if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L
89 "1"
90 #else
91 "0"
92 #endif
93 "cxx_decltype_incomplete_return_types\n"
94 "CXX_FEATURE:"
95 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
96 "1"
97 #else
98 "0"
99 #endif
100 "cxx_default_function_template_args\n"
101 "CXX_FEATURE:"
102 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
103 "1"
104 #else
105 "0"
106 #endif
107 "cxx_defaulted_functions\n"
108 "CXX_FEATURE:"
109 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
110 "1"
111 #else
112 "0"
113 #endif
114 "cxx_defaulted_move_initializers\n"
115 "CXX_FEATURE:"
116 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
117 "1"
118 #else
119 "0"
120 #endif
121 "cxx_delegating_constructors\n"
122 "CXX_FEATURE:"
123 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
124 "1"
125 #else
126 "0"
127 #endif
128 "cxx_deleted_functions\n"
129 "CXX_FEATURE:"
130 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
131 "1"
132 #else
133 "0"
134 #endif
135 "cxx_digit_separators\n"
136 "CXX_FEATURE:"
137 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
138 "1"
139 #else
140 "0"
141 #endif
142 "cxx_enum_forward_declarations\n"
143 "CXX_FEATURE:"
144 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
145 "1"
146 #else
147 "0"
148 #endif
149 "cxx_explicit_conversions\n"
150 "CXX_FEATURE:"
151 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
152 "1"
153 #else
154 "0"
155 #endif
156 "cxx_extended_friend_declarations\n"
157 "CXX_FEATURE:"
158 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
159 "1"
160 #else
161 "0"
162 #endif
163 "cxx_extern_templates\n"
164 "CXX_FEATURE:"
165 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
166 "1"
167 #else
168 "0"
169 #endif
170 "cxx_final\n"
171 "CXX_FEATURE:"
172 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
173 "1"
174 #else
175 "0"
176 #endif
177 "cxx_func_identifier\n"
178 "CXX_FEATURE:"
179 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
180 "1"
181 #else
182 "0"
183 #endif
184 "cxx_generalized_initializers\n"
185 "CXX_FEATURE:"
186 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
187 "1"
188 #else
189 "0"
190 #endif
191 "cxx_generic_lambdas\n"
192 "CXX_FEATURE:"
193 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
194 "1"
195 #else
196 "0"
197 #endif
198 "cxx_inheriting_constructors\n"
199 "CXX_FEATURE:"
200 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
201 "1"
202 #else
203 "0"
204 #endif
205 "cxx_inline_namespaces\n"
206 "CXX_FEATURE:"
207 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
208 "1"
209 #else
210 "0"
211 #endif
212 "cxx_lambdas\n"
213 "CXX_FEATURE:"
214 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
215 "1"
216 #else
217 "0"
218 #endif
219 "cxx_lambda_init_captures\n"
220 "CXX_FEATURE:"
221 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
222 "1"
223 #else
224 "0"
225 #endif
226 "cxx_local_type_template_args\n"
227 "CXX_FEATURE:"
228 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
229 "1"
230 #else
231 "0"
232 #endif
233 "cxx_long_long_type\n"
234 "CXX_FEATURE:"
235 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
236 "1"
237 #else
238 "0"
239 #endif
240 "cxx_noexcept\n"
241 "CXX_FEATURE:"
242 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
243 "1"
244 #else
245 "0"
246 #endif
247 "cxx_nonstatic_member_init\n"
248 "CXX_FEATURE:"
249 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
250 "1"
251 #else
252 "0"
253 #endif
254 "cxx_nullptr\n"
255 "CXX_FEATURE:"
256 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
257 "1"
258 #else
259 "0"
260 #endif
261 "cxx_override\n"
262 "CXX_FEATURE:"
263 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
264 "1"
265 #else
266 "0"
267 #endif
268 "cxx_range_for\n"
269 "CXX_FEATURE:"
270 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
271 "1"
272 #else
273 "0"
274 #endif
275 "cxx_raw_string_literals\n"
276 "CXX_FEATURE:"
277 #if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L
278 "1"
279 #else
280 "0"
281 #endif
282 "cxx_reference_qualified_functions\n"
283 "CXX_FEATURE:"
284 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L
285 "1"
286 #else
287 "0"
288 #endif
289 "cxx_relaxed_constexpr\n"
290 "CXX_FEATURE:"
291 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
292 "1"
293 #else
294 "0"
295 #endif
296 "cxx_return_type_deduction\n"
297 "CXX_FEATURE:"
298 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
299 "1"
300 #else
301 "0"
302 #endif
303 "cxx_right_angle_brackets\n"
304 "CXX_FEATURE:"
305 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
306 "1"
307 #else
308 "0"
309 #endif
310 "cxx_rvalue_references\n"
311 "CXX_FEATURE:"
312 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
313 "1"
314 #else
315 "0"
316 #endif
317 "cxx_sizeof_member\n"
318 "CXX_FEATURE:"
319 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
320 "1"
321 #else
322 "0"
323 #endif
324 "cxx_static_assert\n"
325 "CXX_FEATURE:"
326 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
327 "1"
328 #else
329 "0"
330 #endif
331 "cxx_strong_enums\n"
332 "CXX_FEATURE:"
333 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && __cplusplus
334 "1"
335 #else
336 "0"
337 #endif
338 "cxx_template_template_parameters\n"
339 "CXX_FEATURE:"
340 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
341 "1"
342 #else
343 "0"
344 #endif
345 "cxx_thread_local\n"
346 "CXX_FEATURE:"
347 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
348 "1"
349 #else
350 "0"
351 #endif
352 "cxx_trailing_return_types\n"
353 "CXX_FEATURE:"
354 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
355 "1"
356 #else
357 "0"
358 #endif
359 "cxx_unicode_literals\n"
360 "CXX_FEATURE:"
361 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
362 "1"
363 #else
364 "0"
365 #endif
366 "cxx_uniform_initialization\n"
367 "CXX_FEATURE:"
368 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
369 "1"
370 #else
371 "0"
372 #endif
373 "cxx_unrestricted_unions\n"
374 "CXX_FEATURE:"
375 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
376 "1"
377 #else
378 "0"
379 #endif
380 "cxx_user_literals\n"
381 "CXX_FEATURE:"
382 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L
383 "1"
384 #else
385 "0"
386 #endif
387 "cxx_variable_templates\n"
388 "CXX_FEATURE:"
389 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
390 "1"
391 #else
392 "0"
393 #endif
394 "cxx_variadic_macros\n"
395 "CXX_FEATURE:"
396 #if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
397 "1"
398 #else
399 "0"
400 #endif
401 "cxx_variadic_templates\n"
402
403 };
404
405 int main(int argc, char** argv) { (void)argv; return features[argc]; }
1 # CMAKE generated file: DO NOT EDIT!
2 # Generated by "Unix Makefiles" Generator, CMake Version 3.10
3
4 # Default target executed when no arguments are given to make.
5 default_target: all
6
7 .PHONY : default_target
8
9 # Allow only one "make -f Makefile2" at a time, but pass parallelism.
10 .NOTPARALLEL:
11
12
13 #=============================================================================
14 # Special targets provided by cmake.
15
16 # Disable implicit rules so canonical targets will work.
17 .SUFFIXES:
18
19
20 # Remove some rules from gmake that .SUFFIXES does not remove.
21 SUFFIXES =
22
23 .SUFFIXES: .hpux_make_needs_suffix_list
24
25
26 # Suppress display of executed commands.
27 $(VERBOSE).SILENT:
28
29
30 # A target that is always out of date.
31 cmake_force:
32
33 .PHONY : cmake_force
34
35 #=============================================================================
36 # Set environment variables for the build.
37
38 # The shell in which to execute make rules.
39 SHELL = /bin/sh
40
41 # The CMake executable.
42 CMAKE_COMMAND = /usr/bin/cmake
43
44 # The command to remove a file.
45 RM = /usr/bin/cmake -E remove -f
46
47 # Escaping for special characters.
48 EQUALS = =
49
50 # The top-level source directory on which CMake was run.
51 CMAKE_SOURCE_DIR = /home/situ/qfs/sdk_project/face_recognize_c
52
53 # The top-level build directory on which CMake was run.
54 CMAKE_BINARY_DIR = /home/situ/qfs/sdk_project/face_recognize_c/build
55
56 #=============================================================================
57 # Targets provided globally by CMake.
58
59 # Special rule for the target rebuild_cache
60 rebuild_cache:
61 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
62 /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
63 .PHONY : rebuild_cache
64
65 # Special rule for the target rebuild_cache
66 rebuild_cache/fast: rebuild_cache
67
68 .PHONY : rebuild_cache/fast
69
70 # Special rule for the target edit_cache
71 edit_cache:
72 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
73 /usr/bin/cmake-gui -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
74 .PHONY : edit_cache
75
76 # Special rule for the target edit_cache
77 edit_cache/fast: edit_cache
78
79 .PHONY : edit_cache/fast
80
81 # The main all target
82 all: cmake_check_build_system
83 $(CMAKE_COMMAND) -E cmake_progress_start /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles/progress.marks
84 $(MAKE) -f CMakeFiles/Makefile2 all
85 $(CMAKE_COMMAND) -E cmake_progress_start /home/situ/qfs/sdk_project/face_recognize_c/build/CMakeFiles 0
86 .PHONY : all
87
88 # The main clean target
89 clean:
90 $(MAKE) -f CMakeFiles/Makefile2 clean
91 .PHONY : clean
92
93 # The main clean target
94 clean/fast: clean
95
96 .PHONY : clean/fast
97
98 # Prepare targets for installation.
99 preinstall: all
100 $(MAKE) -f CMakeFiles/Makefile2 preinstall
101 .PHONY : preinstall
102
103 # Prepare targets for installation.
104 preinstall/fast:
105 $(MAKE) -f CMakeFiles/Makefile2 preinstall
106 .PHONY : preinstall/fast
107
108 # clear depends
109 depend:
110 $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
111 .PHONY : depend
112
113 #=============================================================================
114 # Target rules for targets named facerecognize
115
116 # Build rule for target.
117 facerecognize: cmake_check_build_system
118 $(MAKE) -f CMakeFiles/Makefile2 facerecognize
119 .PHONY : facerecognize
120
121 # fast build rule for target.
122 facerecognize/fast:
123 $(MAKE) -f CMakeFiles/facerecognize.dir/build.make CMakeFiles/facerecognize.dir/build
124 .PHONY : facerecognize/fast
125
126 facerecognize.o: facerecognize.cpp.o
127
128 .PHONY : facerecognize.o
129
130 # target to build an object file
131 facerecognize.cpp.o:
132 $(MAKE) -f CMakeFiles/facerecognize.dir/build.make CMakeFiles/facerecognize.dir/facerecognize.cpp.o
133 .PHONY : facerecognize.cpp.o
134
135 facerecognize.i: facerecognize.cpp.i
136
137 .PHONY : facerecognize.i
138
139 # target to preprocess a source file
140 facerecognize.cpp.i:
141 $(MAKE) -f CMakeFiles/facerecognize.dir/build.make CMakeFiles/facerecognize.dir/facerecognize.cpp.i
142 .PHONY : facerecognize.cpp.i
143
144 facerecognize.s: facerecognize.cpp.s
145
146 .PHONY : facerecognize.s
147
148 # target to generate assembly for a file
149 facerecognize.cpp.s:
150 $(MAKE) -f CMakeFiles/facerecognize.dir/build.make CMakeFiles/facerecognize.dir/facerecognize.cpp.s
151 .PHONY : facerecognize.cpp.s
152
153 main.o: main.cpp.o
154
155 .PHONY : main.o
156
157 # target to build an object file
158 main.cpp.o:
159 $(MAKE) -f CMakeFiles/facerecognize.dir/build.make CMakeFiles/facerecognize.dir/main.cpp.o
160 .PHONY : main.cpp.o
161
162 main.i: main.cpp.i
163
164 .PHONY : main.i
165
166 # target to preprocess a source file
167 main.cpp.i:
168 $(MAKE) -f CMakeFiles/facerecognize.dir/build.make CMakeFiles/facerecognize.dir/main.cpp.i
169 .PHONY : main.cpp.i
170
171 main.s: main.cpp.s
172
173 .PHONY : main.s
174
175 # target to generate assembly for a file
176 main.cpp.s:
177 $(MAKE) -f CMakeFiles/facerecognize.dir/build.make CMakeFiles/facerecognize.dir/main.cpp.s
178 .PHONY : main.cpp.s
179
180 # Help Target
181 help:
182 @echo "The following are some of the valid targets for this Makefile:"
183 @echo "... all (the default if no target is provided)"
184 @echo "... clean"
185 @echo "... depend"
186 @echo "... rebuild_cache"
187 @echo "... facerecognize"
188 @echo "... edit_cache"
189 @echo "... facerecognize.o"
190 @echo "... facerecognize.i"
191 @echo "... facerecognize.s"
192 @echo "... main.o"
193 @echo "... main.i"
194 @echo "... main.s"
195 .PHONY : help
196
197
198
199 #=============================================================================
200 # Special targets to cleanup operation of make.
201
202 # Special rule to run CMake to check the build system integrity.
203 # No rule that depends on this can have commands that come from listfiles
204 # because they might be regenerated.
205 cmake_check_build_system:
206 $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
207 .PHONY : cmake_check_build_system
208
1 # Install script for directory: /home/situ/qfs/sdk_project/face_recognize_c
2
3 # Set the install prefix
4 if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5 set(CMAKE_INSTALL_PREFIX "/usr/local")
6 endif()
7 string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8
9 # Set the install configuration name.
10 if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11 if(BUILD_TYPE)
12 string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13 CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14 else()
15 set(CMAKE_INSTALL_CONFIG_NAME "")
16 endif()
17 message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18 endif()
19
20 # Set the component getting installed.
21 if(NOT CMAKE_INSTALL_COMPONENT)
22 if(COMPONENT)
23 message(STATUS "Install component: \"${COMPONENT}\"")
24 set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25 else()
26 set(CMAKE_INSTALL_COMPONENT)
27 endif()
28 endif()
29
30 # Install shared libraries without execute permission?
31 if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32 set(CMAKE_INSTALL_SO_NO_EXE "1")
33 endif()
34
35 # Is this installation the result of a crosscompile?
36 if(NOT DEFINED CMAKE_CROSSCOMPILING)
37 set(CMAKE_CROSSCOMPILING "FALSE")
38 endif()
39
40 if(CMAKE_INSTALL_COMPONENT)
41 set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
42 else()
43 set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
44 endif()
45
46 string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
47 "${CMAKE_INSTALL_MANIFEST_FILES}")
48 file(WRITE "/home/situ/qfs/sdk_project/face_recognize_c/build/${CMAKE_INSTALL_MANIFEST}"
49 "${CMAKE_INSTALL_MANIFEST_CONTENT}")
No preview for this file type
...@@ -39,29 +39,29 @@ vector<vector<float>> FaceRecognize::priorBox(vector<float> image_size){ ...@@ -39,29 +39,29 @@ vector<vector<float>> FaceRecognize::priorBox(vector<float> image_size){
39 } 39 }
40 40
41 // 解析bounding box 包含置信度 41 // 解析bounding box 包含置信度
42 vector<Bbox> FaceRecognize::decode(vector<vector<float>> loc,vector<vector<float>> score,vector<vector<float>>pre,vector<vector<float>> priors,vector<float> variances){ 42 vector<Bbox> FaceRecognize::decode(Mat loc,Mat score,Mat pre,vector<vector<float>> priors,vector<float> variances){
43 vector<Bbox> boxes; 43 vector<Bbox> boxes;
44 for(int i=0;i<priors.size();++i){ 44 for(int i=0;i<priors.size();++i){
45 float b1=priors[i][0]+loc[i][0]*variances[0]*priors[i][2]; 45 float b1=priors[i][0]+loc.at<float>(i,0)*variances[0]*priors[i][2];
46 float b2=priors[i][1]+loc[i][1]*variances[0]*priors[i][3]; 46 float b2=priors[i][1]+loc.at<float>(i,1)*variances[0]*priors[i][3];
47 float b3=priors[i][2]*exp(loc[i][2]*variances[1]); 47 float b3=priors[i][2]*exp(loc.at<float>(i,2)*variances[1]);
48 float b4=priors[i][3]*exp(loc[i][3]*variances[1]); 48 float b4=priors[i][3]*exp(loc.at<float>(i,3)*variances[1]);
49 b1=b1-b3/float(2); 49 b1=b1-b3/float(2);
50 b2=b2-b4/float(2); 50 b2=b2-b4/float(2);
51 b3=b3+b1; 51 b3=b3+b1;
52 b4=b4+b2; 52 b4=b4+b2;
53 float l1=priors[i][0]+pre[i][0]*variances[0]*priors[i][2]; 53 float l1=priors[i][0]+pre.at<float>(i,0)*variances[0]*priors[i][2];
54 float l2=priors[i][1]+pre[i][1]*variances[0]*priors[i][3]; 54 float l2=priors[i][1]+pre.at<float>(i,1)*variances[0]*priors[i][3];
55 float l3=priors[i][0]+pre[i][2]*variances[0]*priors[i][2]; 55 float l3=priors[i][0]+pre.at<float>(i,2)*variances[0]*priors[i][2];
56 float l4=priors[i][1]+pre[i][3]*variances[0]*priors[i][3]; 56 float l4=priors[i][1]+pre.at<float>(i,3)*variances[0]*priors[i][3];
57 float l5=priors[i][0]+pre[i][4]*variances[0]*priors[i][2]; 57 float l5=priors[i][0]+pre.at<float>(i,4)*variances[0]*priors[i][2];
58 float l6=priors[i][1]+pre[i][5]*variances[0]*priors[i][3]; 58 float l6=priors[i][1]+pre.at<float>(i,5)*variances[0]*priors[i][3];
59 float l7=priors[i][0]+pre[i][6]*variances[0]*priors[i][2]; 59 float l7=priors[i][0]+pre.at<float>(i,6)*variances[0]*priors[i][2];
60 float l8=priors[i][1]+pre[i][7]*variances[0]*priors[i][3]; 60 float l8=priors[i][1]+pre.at<float>(i,7)*variances[0]*priors[i][3];
61 float l9=priors[i][0]+pre[i][8]*variances[0]*priors[i][2]; 61 float l9=priors[i][0]+pre.at<float>(i,8)*variances[0]*priors[i][2];
62 float l10=priors[i][1]+pre[i][9]*variances[0]*priors[i][3]; 62 float l10=priors[i][1]+pre.at<float>(i,9)*variances[0]*priors[i][3];
63 Bbox tmp_box={.xmin=b1*input_size[0]/resize_scale,.ymin=b2*input_size[1]/resize_scale,.xmax=b3*input_size[0]/resize_scale,.ymax=b4*input_size[1]/resize_scale, 63 Bbox tmp_box={.xmin=b1*input_size[0]/resize_scale,.ymin=b2*input_size[1]/resize_scale,.xmax=b3*input_size[0]/resize_scale,.ymax=b4*input_size[1]/resize_scale,
64 .score=float(score[i][0]),.x1=(l1*input_size[0])/resize_scale,.y1=l2*input_size[1]/resize_scale,.x2=l3*input_size[0]/resize_scale,.y2=l4*input_size[1]/resize_scale, 64 .score=score.at<float>(i,0),.x1=(l1*input_size[0])/resize_scale,.y1=l2*input_size[1]/resize_scale,.x2=l3*input_size[0]/resize_scale,.y2=l4*input_size[1]/resize_scale,
65 .x3=l5*input_size[0]/resize_scale,.y3=l6*input_size[1]/resize_scale,.x4=l7*input_size[0]/resize_scale,.y4=l8*input_size[1]/resize_scale,.x5=l9*input_size[0]/resize_scale,.y5=l10*input_size[1]/resize_scale}; 65 .x3=l5*input_size[0]/resize_scale,.y3=l6*input_size[1]/resize_scale,.x4=l7*input_size[0]/resize_scale,.y4=l8*input_size[1]/resize_scale,.x5=l9*input_size[0]/resize_scale,.y5=l10*input_size[1]/resize_scale};
66 boxes.push_back(tmp_box); 66 boxes.push_back(tmp_box);
67 } 67 }
...@@ -177,27 +177,18 @@ vector<Bbox> FaceRecognize::detect(string image_path){ ...@@ -177,27 +177,18 @@ vector<Bbox> FaceRecognize::detect(string image_path){
177 det_net.setInput(blob); // 设置模型输入 177 det_net.setInput(blob); // 设置模型输入
178 std::vector<cv::Mat> det_netOutputImg; 178 std::vector<cv::Mat> det_netOutputImg;
179 det_net.forward(det_netOutputImg,det_net.getUnconnectedOutLayersNames()); // 推理出结果 179 det_net.forward(det_netOutputImg,det_net.getUnconnectedOutLayersNames()); // 推理出结果
180 cv::Mat scores_ = det_netOutputImg[2].reshape(1,16800); 180 cv::Mat scores = det_netOutputImg[2].reshape(1,16800);
181 cv::Mat boxes_ = det_netOutputImg[0].reshape(1,16800); 181 cv::Mat boxes = det_netOutputImg[0].reshape(1,16800);
182 cv::Mat landms_ = det_netOutputImg[1].reshape(1,16800); 182 cv::Mat landms = det_netOutputImg[1].reshape(1,16800);
183 std::vector<vector<float>> scores,boxes,landms;
184
185 scores=mat2vector(scores_);
186 boxes=mat2vector(boxes_);
187 landms=mat2vector(landms_);
188
189 183
190 vector<vector<float>> anchors=priorBox(input_size); 184 vector<vector<float>> anchors=priorBox(input_size);
191 vector<Bbox> result_boxes=decode(boxes,scores,landms,anchors,variances); 185 vector<Bbox> result_boxes=decode(boxes,scores,landms,anchors,variances);
192 vector<Bbox> results=select_score(result_boxes,confidence_threshold,w_r,h_r); 186 vector<Bbox> results=select_score(result_boxes,confidence_threshold,w_r,h_r);
193 187
194 // vector<Bbox> result_bboxes=vec2Bbox(boxes,w_r,h_r);
195
196 nms_cpu(results,nms_threshold); 188 nms_cpu(results,nms_threshold);
197 if(is_bbox_process){ 189 if(is_bbox_process){
198 vector<Bbox> res_bboxes=bbox_process(results,input_size[0],input_size[1]); 190 vector<Bbox> res_bboxes=bbox_process(results,input_size[0],input_size[1]);
199 return res_bboxes; 191 return res_bboxes;
200
201 }else{ 192 }else{
202 return results; 193 return results;
203 } 194 }
...@@ -210,14 +201,9 @@ vector<Bbox> FaceRecognize::detect_image(Mat image){ ...@@ -210,14 +201,9 @@ vector<Bbox> FaceRecognize::detect_image(Mat image){
210 det_net.setInput(blob); // 设置模型输入 201 det_net.setInput(blob); // 设置模型输入
211 std::vector<cv::Mat> det_netOutputImg; 202 std::vector<cv::Mat> det_netOutputImg;
212 det_net.forward(det_netOutputImg,det_net.getUnconnectedOutLayersNames()); // 推理出结果 203 det_net.forward(det_netOutputImg,det_net.getUnconnectedOutLayersNames()); // 推理出结果
213 cv::Mat scores_ = det_netOutputImg[2].reshape(1,16800); 204 cv::Mat scores = det_netOutputImg[2].reshape(1,16800);
214 cv::Mat boxes_ = det_netOutputImg[0].reshape(1,16800); 205 cv::Mat boxes = det_netOutputImg[0].reshape(1,16800);
215 cv::Mat landms_ = det_netOutputImg[1].reshape(1,16800); 206 cv::Mat landms = det_netOutputImg[1].reshape(1,16800);
216 std::vector<vector<float>> scores,boxes,landms;
217
218 scores=mat2vector(scores_);
219 boxes=mat2vector(boxes_);
220 landms=mat2vector(landms_);
221 207
222 208
223 vector<vector<float>> anchors=priorBox(input_size); 209 vector<vector<float>> anchors=priorBox(input_size);
......
...@@ -42,7 +42,6 @@ class FaceRecognize{ ...@@ -42,7 +42,6 @@ class FaceRecognize{
42 double face_recongnize_thr = 0.2; //人脸相似度阈值 42 double face_recongnize_thr = 0.2; //人脸相似度阈值
43 cv::dnn::Net det_net,landm_net,rec_net; 43 cv::dnn::Net det_net,landm_net,rec_net;
44 44
45
46 public: 45 public:
47 FaceRecognize(); 46 FaceRecognize();
48 FaceRecognize(string face_det_model_path,string face_landm_model_path,string face_rec_model_path){ 47 FaceRecognize(string face_det_model_path,string face_landm_model_path,string face_rec_model_path){
...@@ -59,9 +58,11 @@ class FaceRecognize{ ...@@ -59,9 +58,11 @@ class FaceRecognize{
59 } 58 }
60 59
61 } 60 }
61
62 private:
62 //人脸检测部分 63 //人脸检测部分
63 vector<vector<float>> priorBox(vector<float> image_size); 64 vector<vector<float>> priorBox(vector<float> image_size);
64 vector<Bbox> decode(vector<vector<float>> loc,vector<vector<float>> score,vector<vector<float>>pre,vector<vector<float>> priors,vector<float> variances); 65 vector<Bbox> decode(Mat loc,Mat score,Mat pre,vector<vector<float>> priors,vector<float> variances);
65 void nms_cpu(std::vector<Bbox> &bboxes, float threshold); 66 void nms_cpu(std::vector<Bbox> &bboxes, float threshold);
66 vector<vector<float>> mat2vector(Mat mat); 67 vector<vector<float>> mat2vector(Mat mat);
67 vector<Bbox> select_score(vector<Bbox> bboxes,float threshold,float w_r,float h_r); 68 vector<Bbox> select_score(vector<Bbox> bboxes,float threshold,float w_r,float h_r);
...@@ -86,8 +87,8 @@ class FaceRecognize{ ...@@ -86,8 +87,8 @@ class FaceRecognize{
86 double cos_distance(const vector<double>& base, const vector<double>& target); 87 double cos_distance(const vector<double>& base, const vector<double>& target);
87 double get_samilar(Mat image1,Mat image2); 88 double get_samilar(Mat image1,Mat image2);
88 89
89 90 public:
90 //整体 91 //人脸识别整体推理
91 bool face_recognize(string image1_path,string image2_path); 92 bool face_recognize(string image1_path,string image2_path);
92 bool face_recognize_image(Mat image1,Mat image2); 93 bool face_recognize_image(Mat image1,Mat image2);
93 }; 94 };
......
No preview for this file type
...@@ -11,7 +11,7 @@ int main(){ ...@@ -11,7 +11,7 @@ int main(){
11 bool result=face_rec.face_recognize_image(image1,image2); 11 bool result=face_rec.face_recognize_image(image1,image2);
12 end = clock(); 12 end = clock();
13 double elapsedTime = static_cast<double>(end-start) / CLOCKS_PER_SEC ; 13 double elapsedTime = static_cast<double>(end-start) / CLOCKS_PER_SEC ;
14 14 printf("result : %d \n",result);
15 printf("PROCESSING TIME: %f",elapsedTime); 15 printf("PROCESSING TIME: %f",elapsedTime);
16 16
17 } 17 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!