Commit 8d728d0653c9e1ffea48dc7b0447acde469150f8
1 parent
82cb2aeb04
Exists in
master
add libvncserver from https://github.com/LibVNC/libvncserver
Showing
558 changed files
with
93496 additions
and
0 deletions
Show diff stats
Too many changes.
To preserve performance only 100 of 558 files displayed.
ext_dep/libvncserver/build/CMakeCache.txt
@@ -0,0 +1,1182 @@ | @@ -0,0 +1,1182 @@ | ||
1 | +# This is the CMakeCache file. | ||
2 | +# For build in directory: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build | ||
3 | +# It was generated by CMake: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/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 | +//Build shared libraries | ||
18 | +BUILD_SHARED_LIBS:BOOL=ON | ||
19 | + | ||
20 | +//Path to a program. | ||
21 | +CMAKE_ADDR2LINE:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-addr2line | ||
22 | + | ||
23 | +//Path to a program. | ||
24 | +CMAKE_AR:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-ar | ||
25 | + | ||
26 | +CMAKE_ASM_FLAGS:STRING=' -O2 -pipe -g -feliminate-unused-debug-types ' | ||
27 | + | ||
28 | +//Choose the type of build, options are: None Debug Release RelWithDebInfo | ||
29 | +// MinSizeRel ... | ||
30 | +CMAKE_BUILD_TYPE:STRING= | ||
31 | + | ||
32 | +//Enable/Disable color output during build. | ||
33 | +CMAKE_COLOR_MAKEFILE:BOOL=ON | ||
34 | + | ||
35 | +CMAKE_CXX_FLAGS:STRING=' -O2 -pipe -g -feliminate-unused-debug-types ' | ||
36 | + | ||
37 | +//C compiler | ||
38 | +CMAKE_C_COMPILER:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc | ||
39 | + | ||
40 | +//A wrapper around 'ar' adding the appropriate '--plugin' option | ||
41 | +// for the GCC compiler | ||
42 | +CMAKE_C_COMPILER_AR:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc-ar | ||
43 | + | ||
44 | +//Arguments to C compiler | ||
45 | +CMAKE_C_COMPILER_ARG1:STRING= -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux | ||
46 | + | ||
47 | +//A wrapper around 'ranlib' adding the appropriate '--plugin' option | ||
48 | +// for the GCC compiler | ||
49 | +CMAKE_C_COMPILER_RANLIB:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc-ranlib | ||
50 | + | ||
51 | +CMAKE_C_FLAGS:STRING=' -O2 -pipe -g -feliminate-unused-debug-types ' | ||
52 | + | ||
53 | +//Flags used by the C compiler during DEBUG builds. | ||
54 | +CMAKE_C_FLAGS_DEBUG:STRING=-g | ||
55 | + | ||
56 | +//Flags used by the C compiler during MINSIZEREL builds. | ||
57 | +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG | ||
58 | + | ||
59 | +//Flags used by the C compiler during RELEASE builds. | ||
60 | +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG | ||
61 | + | ||
62 | +//Flags used by the C compiler during RELWITHDEBINFO builds. | ||
63 | +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG | ||
64 | + | ||
65 | +//Path to a program. | ||
66 | +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND | ||
67 | + | ||
68 | +//Flags used by the linker during all build types. | ||
69 | +CMAKE_EXE_LINKER_FLAGS:STRING=-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now | ||
70 | + | ||
71 | +//Flags used by the linker during DEBUG builds. | ||
72 | +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= | ||
73 | + | ||
74 | +//Flags used by the linker during MINSIZEREL builds. | ||
75 | +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= | ||
76 | + | ||
77 | +//Flags used by the linker during RELEASE builds. | ||
78 | +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= | ||
79 | + | ||
80 | +//Flags used by the linker during RELWITHDEBINFO builds. | ||
81 | +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= | ||
82 | + | ||
83 | +//Enable/Disable output of compile commands during generation. | ||
84 | +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= | ||
85 | + | ||
86 | +//User executables (bin) | ||
87 | +CMAKE_INSTALL_BINDIR:PATH=bin | ||
88 | + | ||
89 | +//Read-only architecture-independent data (DATAROOTDIR) | ||
90 | +CMAKE_INSTALL_DATADIR:PATH= | ||
91 | + | ||
92 | +//Read-only architecture-independent data root (share) | ||
93 | +CMAKE_INSTALL_DATAROOTDIR:PATH=share | ||
94 | + | ||
95 | +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) | ||
96 | +CMAKE_INSTALL_DOCDIR:PATH= | ||
97 | + | ||
98 | +//C header files (include) | ||
99 | +CMAKE_INSTALL_INCLUDEDIR:PATH=include | ||
100 | + | ||
101 | +//Info documentation (DATAROOTDIR/info) | ||
102 | +CMAKE_INSTALL_INFODIR:PATH= | ||
103 | + | ||
104 | +//Object code libraries (lib) | ||
105 | +CMAKE_INSTALL_LIBDIR:PATH=lib | ||
106 | + | ||
107 | +//Program executables (libexec) | ||
108 | +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec | ||
109 | + | ||
110 | +//Locale-dependent data (DATAROOTDIR/locale) | ||
111 | +CMAKE_INSTALL_LOCALEDIR:PATH= | ||
112 | + | ||
113 | +//Modifiable single-machine data (var) | ||
114 | +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var | ||
115 | + | ||
116 | +//Man documentation (DATAROOTDIR/man) | ||
117 | +CMAKE_INSTALL_MANDIR:PATH= | ||
118 | + | ||
119 | +//C header files for non-gcc (/usr/include) | ||
120 | +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include | ||
121 | + | ||
122 | +//Install path prefix, prepended onto install directories. | ||
123 | +CMAKE_INSTALL_PREFIX:PATH=/usr/local | ||
124 | + | ||
125 | +//Run-time variable data (LOCALSTATEDIR/run) | ||
126 | +CMAKE_INSTALL_RUNSTATEDIR:PATH= | ||
127 | + | ||
128 | +//System admin executables (sbin) | ||
129 | +CMAKE_INSTALL_SBINDIR:PATH=sbin | ||
130 | + | ||
131 | +//Modifiable architecture-independent data (com) | ||
132 | +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com | ||
133 | + | ||
134 | +//Read-only single-machine data (etc) | ||
135 | +CMAKE_INSTALL_SYSCONFDIR:PATH=etc | ||
136 | + | ||
137 | +CMAKE_LDFLAGS_FLAGS:STRING=' -O2 -pipe -g -feliminate-unused-debug-types ' | ||
138 | + | ||
139 | +//Path to a program. | ||
140 | +CMAKE_LINKER:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-ld | ||
141 | + | ||
142 | +//Path to a program. | ||
143 | +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make | ||
144 | + | ||
145 | +//Flags used by the linker during the creation of modules during | ||
146 | +// all build types. | ||
147 | +CMAKE_MODULE_LINKER_FLAGS:STRING=-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now | ||
148 | + | ||
149 | +//Flags used by the linker during the creation of modules during | ||
150 | +// DEBUG builds. | ||
151 | +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= | ||
152 | + | ||
153 | +//Flags used by the linker during the creation of modules during | ||
154 | +// MINSIZEREL builds. | ||
155 | +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= | ||
156 | + | ||
157 | +//Flags used by the linker during the creation of modules during | ||
158 | +// RELEASE builds. | ||
159 | +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= | ||
160 | + | ||
161 | +//Flags used by the linker during the creation of modules during | ||
162 | +// RELWITHDEBINFO builds. | ||
163 | +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= | ||
164 | + | ||
165 | +//Path to a program. | ||
166 | +CMAKE_NM:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-nm | ||
167 | + | ||
168 | +//Path to a program. | ||
169 | +CMAKE_OBJCOPY:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-objcopy | ||
170 | + | ||
171 | +//Path to a program. | ||
172 | +CMAKE_OBJDUMP:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-objdump | ||
173 | + | ||
174 | +//Value Computed by CMake | ||
175 | +CMAKE_PROJECT_DESCRIPTION:STATIC= | ||
176 | + | ||
177 | +//Value Computed by CMake | ||
178 | +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= | ||
179 | + | ||
180 | +//Value Computed by CMake | ||
181 | +CMAKE_PROJECT_NAME:STATIC=LibVNCServer | ||
182 | + | ||
183 | +//Value Computed by CMake | ||
184 | +CMAKE_PROJECT_VERSION:STATIC=0.9.13 | ||
185 | + | ||
186 | +//Value Computed by CMake | ||
187 | +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 | ||
188 | + | ||
189 | +//Value Computed by CMake | ||
190 | +CMAKE_PROJECT_VERSION_MINOR:STATIC=9 | ||
191 | + | ||
192 | +//Value Computed by CMake | ||
193 | +CMAKE_PROJECT_VERSION_PATCH:STATIC=13 | ||
194 | + | ||
195 | +//Value Computed by CMake | ||
196 | +CMAKE_PROJECT_VERSION_TWEAK:STATIC= | ||
197 | + | ||
198 | +//Path to a program. | ||
199 | +CMAKE_RANLIB:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-ranlib | ||
200 | + | ||
201 | +//Path to a program. | ||
202 | +CMAKE_READELF:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-readelf | ||
203 | + | ||
204 | +//Flags used by the linker during the creation of shared libraries | ||
205 | +// during all build types. | ||
206 | +CMAKE_SHARED_LINKER_FLAGS:STRING=-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now | ||
207 | + | ||
208 | +//Flags used by the linker during the creation of shared libraries | ||
209 | +// during DEBUG builds. | ||
210 | +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= | ||
211 | + | ||
212 | +//Flags used by the linker during the creation of shared libraries | ||
213 | +// during MINSIZEREL builds. | ||
214 | +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= | ||
215 | + | ||
216 | +//Flags used by the linker during the creation of shared libraries | ||
217 | +// during RELEASE builds. | ||
218 | +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= | ||
219 | + | ||
220 | +//Flags used by the linker during the creation of shared libraries | ||
221 | +// during RELWITHDEBINFO builds. | ||
222 | +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= | ||
223 | + | ||
224 | +//If set, runtime paths are not added when installing shared libraries, | ||
225 | +// but are added when building. | ||
226 | +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO | ||
227 | + | ||
228 | +//If set, runtime paths are not added when using shared libraries. | ||
229 | +CMAKE_SKIP_RPATH:BOOL=NO | ||
230 | + | ||
231 | +//Flags used by the linker during the creation of static libraries | ||
232 | +// during all build types. | ||
233 | +CMAKE_STATIC_LINKER_FLAGS:STRING= | ||
234 | + | ||
235 | +//Flags used by the linker during the creation of static libraries | ||
236 | +// during DEBUG builds. | ||
237 | +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= | ||
238 | + | ||
239 | +//Flags used by the linker during the creation of static libraries | ||
240 | +// during MINSIZEREL builds. | ||
241 | +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= | ||
242 | + | ||
243 | +//Flags used by the linker during the creation of static libraries | ||
244 | +// during RELEASE builds. | ||
245 | +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= | ||
246 | + | ||
247 | +//Flags used by the linker during the creation of static libraries | ||
248 | +// during RELWITHDEBINFO builds. | ||
249 | +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= | ||
250 | + | ||
251 | +//Path to a program. | ||
252 | +CMAKE_STRIP:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-strip | ||
253 | + | ||
254 | +//The CMake toolchain file | ||
255 | +CMAKE_TOOLCHAIN_FILE:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake/OEToolchainConfig.cmake | ||
256 | + | ||
257 | +//If this value is on, makefiles will be generated without the | ||
258 | +// .SILENT directive, and all commands will be echoed to the console | ||
259 | +// during the make. This is useful for debugging only. With Visual | ||
260 | +// Studio IDE projects all commands are done without /nologo. | ||
261 | +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE | ||
262 | + | ||
263 | +//FFMPEG's avcodec include directory | ||
264 | +FFMPEG_avcodec_INCLUDE_DIR:PATH=FFMPEG_avcodec_INCLUDE_DIR-NOTFOUND | ||
265 | + | ||
266 | +//FFMPEG's avcodec library | ||
267 | +FFMPEG_avcodec_LIBRARY:FILEPATH=FFMPEG_avcodec_LIBRARY-NOTFOUND | ||
268 | + | ||
269 | +//FFMPEG's avdevice include directory | ||
270 | +FFMPEG_avdevice_INCLUDE_DIR:PATH=FFMPEG_avdevice_INCLUDE_DIR-NOTFOUND | ||
271 | + | ||
272 | +//FFMPEG's avdevice library | ||
273 | +FFMPEG_avdevice_LIBRARY:FILEPATH=FFMPEG_avdevice_LIBRARY-NOTFOUND | ||
274 | + | ||
275 | +//FFMPEG's avfilter include directory | ||
276 | +FFMPEG_avfilter_INCLUDE_DIR:PATH=FFMPEG_avfilter_INCLUDE_DIR-NOTFOUND | ||
277 | + | ||
278 | +//FFMPEG's avfilter library | ||
279 | +FFMPEG_avfilter_LIBRARY:FILEPATH=FFMPEG_avfilter_LIBRARY-NOTFOUND | ||
280 | + | ||
281 | +//FFMPEG's avformat include directory | ||
282 | +FFMPEG_avformat_INCLUDE_DIR:PATH=FFMPEG_avformat_INCLUDE_DIR-NOTFOUND | ||
283 | + | ||
284 | +//FFMPEG's avformat library | ||
285 | +FFMPEG_avformat_LIBRARY:FILEPATH=FFMPEG_avformat_LIBRARY-NOTFOUND | ||
286 | + | ||
287 | +//FFMPEG's avresample include directory | ||
288 | +FFMPEG_avresample_INCLUDE_DIR:PATH=FFMPEG_avresample_INCLUDE_DIR-NOTFOUND | ||
289 | + | ||
290 | +//FFMPEG's avresample library | ||
291 | +FFMPEG_avresample_LIBRARY:FILEPATH=FFMPEG_avresample_LIBRARY-NOTFOUND | ||
292 | + | ||
293 | +//FFMPEG's avutil include directory | ||
294 | +FFMPEG_avutil_INCLUDE_DIR:PATH=FFMPEG_avutil_INCLUDE_DIR-NOTFOUND | ||
295 | + | ||
296 | +//FFMPEG's avutil library | ||
297 | +FFMPEG_avutil_LIBRARY:FILEPATH=FFMPEG_avutil_LIBRARY-NOTFOUND | ||
298 | + | ||
299 | +//FFMPEG's swresample include directory | ||
300 | +FFMPEG_swresample_INCLUDE_DIR:PATH=FFMPEG_swresample_INCLUDE_DIR-NOTFOUND | ||
301 | + | ||
302 | +//FFMPEG's swresample library | ||
303 | +FFMPEG_swresample_LIBRARY:FILEPATH=FFMPEG_swresample_LIBRARY-NOTFOUND | ||
304 | + | ||
305 | +//FFMPEG's swscale include directory | ||
306 | +FFMPEG_swscale_INCLUDE_DIR:PATH=FFMPEG_swscale_INCLUDE_DIR-NOTFOUND | ||
307 | + | ||
308 | +//FFMPEG's swscale library | ||
309 | +FFMPEG_swscale_LIBRARY:FILEPATH=FFMPEG_swscale_LIBRARY-NOTFOUND | ||
310 | + | ||
311 | +//Path to a file. | ||
312 | +FREETYPE_INCLUDE_DIR_freetype2:PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include/freetype2 | ||
313 | + | ||
314 | +//Path to a file. | ||
315 | +FREETYPE_INCLUDE_DIR_ft2build:PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include/freetype2 | ||
316 | + | ||
317 | +//Path to a library. | ||
318 | +FREETYPE_LIBRARY_DEBUG:FILEPATH=FREETYPE_LIBRARY_DEBUG-NOTFOUND | ||
319 | + | ||
320 | +//Path to a library. | ||
321 | +FREETYPE_LIBRARY_RELEASE:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libfreetype.so | ||
322 | + | ||
323 | +//Path to a file. | ||
324 | +GNUTLS_INCLUDE_DIR:PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include | ||
325 | + | ||
326 | +//Path to a library. | ||
327 | +GNUTLS_LIBRARY:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgnutls.so | ||
328 | + | ||
329 | +//Path to a file. | ||
330 | +GTK2_ATK_INCLUDE_DIR:PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include/atk-1.0 | ||
331 | + | ||
332 | +//Path to a library. | ||
333 | +GTK2_ATK_LIBRARY_DEBUG:FILEPATH=GTK2_ATK_LIBRARY_DEBUG-NOTFOUND | ||
334 | + | ||
335 | +//Path to a library. | ||
336 | +GTK2_ATK_LIBRARY_RELEASE:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libatk-1.0.so | ||
337 | + | ||
338 | +//Path to a file. | ||
339 | +GTK2_CAIRO_INCLUDE_DIR:PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include/cairo | ||
340 | + | ||
341 | +//Path to a library. | ||
342 | +GTK2_CAIRO_LIBRARY_DEBUG:FILEPATH=GTK2_CAIRO_LIBRARY_DEBUG-NOTFOUND | ||
343 | + | ||
344 | +//Path to a library. | ||
345 | +GTK2_CAIRO_LIBRARY_RELEASE:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libcairo.so | ||
346 | + | ||
347 | +//Path to a file. | ||
348 | +GTK2_FONTCONFIG_INCLUDE_DIR:PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include | ||
349 | + | ||
350 | +//Path to a file. | ||
351 | +GTK2_GDKCONFIG_INCLUDE_DIR:PATH=GTK2_GDKCONFIG_INCLUDE_DIR-NOTFOUND | ||
352 | + | ||
353 | +//Path to a file. | ||
354 | +GTK2_GDK_INCLUDE_DIR:PATH=GTK2_GDK_INCLUDE_DIR-NOTFOUND | ||
355 | + | ||
356 | +//Path to a library. | ||
357 | +GTK2_GDK_LIBRARY_DEBUG:FILEPATH=GTK2_GDK_LIBRARY_DEBUG-NOTFOUND | ||
358 | + | ||
359 | +//Path to a library. | ||
360 | +GTK2_GDK_LIBRARY_RELEASE:FILEPATH=GTK2_GDK_LIBRARY_RELEASE-NOTFOUND | ||
361 | + | ||
362 | +//Path to a file. | ||
363 | +GTK2_GDK_PIXBUF_INCLUDE_DIR:PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include/gdk-pixbuf-2.0 | ||
364 | + | ||
365 | +//Path to a library. | ||
366 | +GTK2_GDK_PIXBUF_LIBRARY_DEBUG:FILEPATH=GTK2_GDK_PIXBUF_LIBRARY_DEBUG-NOTFOUND | ||
367 | + | ||
368 | +//Path to a library. | ||
369 | +GTK2_GDK_PIXBUF_LIBRARY_RELEASE:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgdk_pixbuf-2.0.so | ||
370 | + | ||
371 | +//Path to a library. | ||
372 | +GTK2_GIO_LIBRARY_DEBUG:FILEPATH=GTK2_GIO_LIBRARY_DEBUG-NOTFOUND | ||
373 | + | ||
374 | +//Path to a library. | ||
375 | +GTK2_GIO_LIBRARY_RELEASE:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgio-2.0.so | ||
376 | + | ||
377 | +//Path to a file. | ||
378 | +GTK2_GLIBCONFIG_INCLUDE_DIR:PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/glib-2.0/include | ||
379 | + | ||
380 | +//Path to a file. | ||
381 | +GTK2_GLIB_INCLUDE_DIR:PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include/glib-2.0 | ||
382 | + | ||
383 | +//Path to a library. | ||
384 | +GTK2_GLIB_LIBRARY_DEBUG:FILEPATH=GTK2_GLIB_LIBRARY_DEBUG-NOTFOUND | ||
385 | + | ||
386 | +//Path to a library. | ||
387 | +GTK2_GLIB_LIBRARY_RELEASE:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libglib-2.0.so | ||
388 | + | ||
389 | +//Path to a library. | ||
390 | +GTK2_GMODULE_LIBRARY_DEBUG:FILEPATH=GTK2_GMODULE_LIBRARY_DEBUG-NOTFOUND | ||
391 | + | ||
392 | +//Path to a library. | ||
393 | +GTK2_GMODULE_LIBRARY_RELEASE:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgmodule-2.0.so | ||
394 | + | ||
395 | +//Path to a file. | ||
396 | +GTK2_GOBJECT_INCLUDE_DIR:PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include/glib-2.0 | ||
397 | + | ||
398 | +//Path to a library. | ||
399 | +GTK2_GOBJECT_LIBRARY_DEBUG:FILEPATH=GTK2_GOBJECT_LIBRARY_DEBUG-NOTFOUND | ||
400 | + | ||
401 | +//Path to a library. | ||
402 | +GTK2_GOBJECT_LIBRARY_RELEASE:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgobject-2.0.so | ||
403 | + | ||
404 | +//Path to a library. | ||
405 | +GTK2_GTHREAD_LIBRARY_DEBUG:FILEPATH=GTK2_GTHREAD_LIBRARY_DEBUG-NOTFOUND | ||
406 | + | ||
407 | +//Path to a library. | ||
408 | +GTK2_GTHREAD_LIBRARY_RELEASE:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgthread-2.0.so | ||
409 | + | ||
410 | +//Path to a file. | ||
411 | +GTK2_GTK_INCLUDE_DIR:PATH=GTK2_GTK_INCLUDE_DIR-NOTFOUND | ||
412 | + | ||
413 | +//Path to a library. | ||
414 | +GTK2_GTK_LIBRARY_DEBUG:FILEPATH=GTK2_GTK_LIBRARY_DEBUG-NOTFOUND | ||
415 | + | ||
416 | +//Path to a library. | ||
417 | +GTK2_GTK_LIBRARY_RELEASE:FILEPATH=GTK2_GTK_LIBRARY_RELEASE-NOTFOUND | ||
418 | + | ||
419 | +//Path to a file. | ||
420 | +GTK2_HARFBUZZ_INCLUDE_DIR:PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include/harfbuzz | ||
421 | + | ||
422 | +//Path to a library. | ||
423 | +GTK2_HARFBUZZ_LIBRARY_DEBUG:FILEPATH=GTK2_HARFBUZZ_LIBRARY_DEBUG-NOTFOUND | ||
424 | + | ||
425 | +//Path to a library. | ||
426 | +GTK2_HARFBUZZ_LIBRARY_RELEASE:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libharfbuzz.so | ||
427 | + | ||
428 | +//Path to a library. | ||
429 | +GTK2_PANGOCAIRO_LIBRARY_DEBUG:FILEPATH=GTK2_PANGOCAIRO_LIBRARY_DEBUG-NOTFOUND | ||
430 | + | ||
431 | +//Path to a library. | ||
432 | +GTK2_PANGOCAIRO_LIBRARY_RELEASE:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpangocairo-1.0.so | ||
433 | + | ||
434 | +//Path to a library. | ||
435 | +GTK2_PANGOFT2_LIBRARY_DEBUG:FILEPATH=GTK2_PANGOFT2_LIBRARY_DEBUG-NOTFOUND | ||
436 | + | ||
437 | +//Path to a library. | ||
438 | +GTK2_PANGOFT2_LIBRARY_RELEASE:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpangoft2-1.0.so | ||
439 | + | ||
440 | +//Path to a library. | ||
441 | +GTK2_PANGOXFT_LIBRARY_DEBUG:FILEPATH=GTK2_PANGOXFT_LIBRARY_DEBUG-NOTFOUND | ||
442 | + | ||
443 | +//Path to a library. | ||
444 | +GTK2_PANGOXFT_LIBRARY_RELEASE:FILEPATH=GTK2_PANGOXFT_LIBRARY_RELEASE-NOTFOUND | ||
445 | + | ||
446 | +//Path to a file. | ||
447 | +GTK2_PANGO_INCLUDE_DIR:PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include/pango-1.0 | ||
448 | + | ||
449 | +//Path to a library. | ||
450 | +GTK2_PANGO_LIBRARY_DEBUG:FILEPATH=GTK2_PANGO_LIBRARY_DEBUG-NOTFOUND | ||
451 | + | ||
452 | +//Path to a library. | ||
453 | +GTK2_PANGO_LIBRARY_RELEASE:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpango-1.0.so | ||
454 | + | ||
455 | +//Path to a file. | ||
456 | +GTK2_X11_INCLUDE_DIR:PATH=GTK2_X11_INCLUDE_DIR-NOTFOUND | ||
457 | + | ||
458 | +//Path to a file. | ||
459 | +JPEG_INCLUDE_DIR:PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include | ||
460 | + | ||
461 | +//Path to a library. | ||
462 | +JPEG_LIBRARY_DEBUG:FILEPATH=JPEG_LIBRARY_DEBUG-NOTFOUND | ||
463 | + | ||
464 | +//Path to a library. | ||
465 | +JPEG_LIBRARY_RELEASE:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so | ||
466 | + | ||
467 | +//Path to a library. | ||
468 | +LIBGCRYPT_LIBRARIES:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgcrypt.so | ||
469 | + | ||
470 | +//Path to a library. | ||
471 | +LIBSASL2_LIBRARIES:FILEPATH=LIBSASL2_LIBRARIES-NOTFOUND | ||
472 | + | ||
473 | +//Generate installation target | ||
474 | +LIBVNCSERVER_INSTALL:BOOL=ON | ||
475 | + | ||
476 | +//Path to a file. | ||
477 | +LZO_INCLUDE_DIR:PATH=LZO_INCLUDE_DIR-NOTFOUND | ||
478 | + | ||
479 | +//Value Computed by CMake | ||
480 | +LibVNCServer_BINARY_DIR:STATIC=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build | ||
481 | + | ||
482 | +//Value Computed by CMake | ||
483 | +LibVNCServer_SOURCE_DIR:STATIC=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master | ||
484 | + | ||
485 | +//Path to a library. | ||
486 | +OPENSSL_CRYPTO_LIBRARY:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libcrypto.so | ||
487 | + | ||
488 | +//Path to a file. | ||
489 | +OPENSSL_INCLUDE_DIR:PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include | ||
490 | + | ||
491 | +//Path to a library. | ||
492 | +OPENSSL_SSL_LIBRARY:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libssl.so | ||
493 | + | ||
494 | +//pkg-config executable | ||
495 | +PKG_CONFIG_EXECUTABLE:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/pkg-config | ||
496 | + | ||
497 | +//Path to a library. | ||
498 | +PNG_LIBRARY_DEBUG:FILEPATH=PNG_LIBRARY_DEBUG-NOTFOUND | ||
499 | + | ||
500 | +//Path to a library. | ||
501 | +PNG_LIBRARY_RELEASE:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpng.so | ||
502 | + | ||
503 | +//Path to a file. | ||
504 | +PNG_PNG_INCLUDE_DIR:PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include | ||
505 | + | ||
506 | +//When searching for a threading library, prefer win32 threads | ||
507 | +// if they are found | ||
508 | +PREFER_WIN32THREADS:BOOL=OFF | ||
509 | + | ||
510 | +//Path to a file. | ||
511 | +SASL2_INCLUDE_DIR:PATH=SASL2_INCLUDE_DIR-NOTFOUND | ||
512 | + | ||
513 | +//Path to a library. | ||
514 | +SDL2MAIN_LIBRARY:FILEPATH=SDL2MAIN_LIBRARY-NOTFOUND | ||
515 | + | ||
516 | +//Path to a file. | ||
517 | +SDL2_INCLUDE_DIR:PATH=SDL2_INCLUDE_DIR-NOTFOUND | ||
518 | + | ||
519 | +//Path to a library. | ||
520 | +SDL2_LIBRARY_TEMP:FILEPATH=SDL2_LIBRARY_TEMP-NOTFOUND | ||
521 | + | ||
522 | +//Allow 24 bpp | ||
523 | +WITH_24BPP:BOOL=ON | ||
524 | + | ||
525 | +//Build examples | ||
526 | +WITH_EXAMPLES:BOOL=ON | ||
527 | + | ||
528 | +//Search for FFMPEG to build an example VNC to MPEG encoder | ||
529 | +WITH_FFMPEG:BOOL=ON | ||
530 | + | ||
531 | +//Search for Libgcrypt to use as crypto backend | ||
532 | +WITH_GCRYPT:BOOL=ON | ||
533 | + | ||
534 | +//Search for the GnuTLS secure communications library to support | ||
535 | +// TLS | ||
536 | +WITH_GNUTLS:BOOL=ON | ||
537 | + | ||
538 | +//Search for the GTK library to build an example GTK vnc client | ||
539 | +WITH_GTK:BOOL=ON | ||
540 | + | ||
541 | +//Enable IPv6 Support | ||
542 | +WITH_IPv6:BOOL=ON | ||
543 | + | ||
544 | +//Search for the libjpeg compression library to support additional | ||
545 | +// encodings | ||
546 | +WITH_JPEG:BOOL=ON | ||
547 | + | ||
548 | +//Search for the LZO compression library to omit internal miniLZO | ||
549 | +// implementation | ||
550 | +WITH_LZO:BOOL=ON | ||
551 | + | ||
552 | +//Search for the OpenSSL cryptography library to support TLS and | ||
553 | +// use as crypto backend | ||
554 | +WITH_OPENSSL:BOOL=ON | ||
555 | + | ||
556 | +//Search for the PNG compression library to support additional | ||
557 | +// encodings | ||
558 | +WITH_PNG:BOOL=ON | ||
559 | + | ||
560 | +//Build with SASL support | ||
561 | +WITH_SASL:BOOL=ON | ||
562 | + | ||
563 | +//Search for the Simple Direct Media Layer library to build an | ||
564 | +// example SDL vnc client | ||
565 | +WITH_SDL:BOOL=ON | ||
566 | + | ||
567 | +//Search for libsystemd to build with systemd socket activation | ||
568 | +// support | ||
569 | +WITH_SYSTEMD:BOOL=ON | ||
570 | + | ||
571 | +//Build tests | ||
572 | +WITH_TESTS:BOOL=ON | ||
573 | + | ||
574 | +//Search for a threading library to build with multithreading support | ||
575 | +WITH_THREADS:BOOL=ON | ||
576 | + | ||
577 | +//Enable filetransfer if there is pthreads support | ||
578 | +WITH_TIGHTVNC_FILETRANSFER:BOOL=ON | ||
579 | + | ||
580 | +//Build with websockets support | ||
581 | +WITH_WEBSOCKETS:BOOL=ON | ||
582 | + | ||
583 | +//Search for the zlib compression library to support additional | ||
584 | +// encodings | ||
585 | +WITH_ZLIB:BOOL=ON | ||
586 | + | ||
587 | +//Path to a file. | ||
588 | +ZLIB_INCLUDE_DIR:PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include | ||
589 | + | ||
590 | +//Path to a library. | ||
591 | +ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND | ||
592 | + | ||
593 | +//Path to a library. | ||
594 | +ZLIB_LIBRARY_RELEASE:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so | ||
595 | + | ||
596 | +//Path to a library. | ||
597 | +pkgcfg_lib_PC_GNUTLS_gnutls:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgnutls.so | ||
598 | + | ||
599 | +//Path to a library. | ||
600 | +pkgcfg_lib_SYSTEMD_systemd:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/lib/libsystemd.so | ||
601 | + | ||
602 | +//Path to a library. | ||
603 | +pkgcfg_lib__OPENSSL_crypto:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libcrypto.so | ||
604 | + | ||
605 | +//Path to a library. | ||
606 | +pkgcfg_lib__OPENSSL_ssl:FILEPATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libssl.so | ||
607 | + | ||
608 | +//Dependencies for the target | ||
609 | +vncclient_LIB_DEPENDS:STATIC=general;-lpthread;general;systemd;general;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so;general;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so;general;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgcrypt.so;general;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgnutls.so;general;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libssl.so;general;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libcrypto.so; | ||
610 | + | ||
611 | +//Dependencies for the target | ||
612 | +vncserver_LIB_DEPENDS:STATIC=general;-lpthread;general;systemd;general;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so;general;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so;general;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpng.so;general;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so;general;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgcrypt.so;general;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgnutls.so;general;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libssl.so;general;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libcrypto.so; | ||
613 | + | ||
614 | + | ||
615 | +######################## | ||
616 | +# INTERNAL cache entries | ||
617 | +######################## | ||
618 | + | ||
619 | +//ADVANCED property for variable: CMAKE_ADDR2LINE | ||
620 | +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 | ||
621 | +//ADVANCED property for variable: CMAKE_AR | ||
622 | +CMAKE_AR-ADVANCED:INTERNAL=1 | ||
623 | +//This is the directory where this CMakeCache.txt was created | ||
624 | +CMAKE_CACHEFILE_DIR:INTERNAL=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build | ||
625 | +//Major version of cmake used to create the current loaded cache | ||
626 | +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 | ||
627 | +//Minor version of cmake used to create the current loaded cache | ||
628 | +CMAKE_CACHE_MINOR_VERSION:INTERNAL=19 | ||
629 | +//Patch version of cmake used to create the current loaded cache | ||
630 | +CMAKE_CACHE_PATCH_VERSION:INTERNAL=5 | ||
631 | +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE | ||
632 | +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 | ||
633 | +//Path to CMake executable. | ||
634 | +CMAKE_COMMAND:INTERNAL=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake | ||
635 | +//Path to cpack program executable. | ||
636 | +CMAKE_CPACK_COMMAND:INTERNAL=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cpack | ||
637 | +//Path to ctest program executable. | ||
638 | +CMAKE_CTEST_COMMAND:INTERNAL=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/ctest | ||
639 | +//ADVANCED property for variable: CMAKE_C_COMPILER | ||
640 | +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 | ||
641 | +//ADVANCED property for variable: CMAKE_C_COMPILER_AR | ||
642 | +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 | ||
643 | +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB | ||
644 | +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 | ||
645 | +//ADVANCED property for variable: CMAKE_C_FLAGS | ||
646 | +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 | ||
647 | +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG | ||
648 | +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | ||
649 | +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL | ||
650 | +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | ||
651 | +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE | ||
652 | +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | ||
653 | +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO | ||
654 | +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | ||
655 | +//ADVANCED property for variable: CMAKE_DLLTOOL | ||
656 | +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 | ||
657 | +//Executable file format | ||
658 | +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF | ||
659 | +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS | ||
660 | +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 | ||
661 | +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG | ||
662 | +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | ||
663 | +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL | ||
664 | +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | ||
665 | +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE | ||
666 | +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | ||
667 | +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO | ||
668 | +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | ||
669 | +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS | ||
670 | +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 | ||
671 | +//Name of external makefile project generator. | ||
672 | +CMAKE_EXTRA_GENERATOR:INTERNAL= | ||
673 | +//Name of generator. | ||
674 | +CMAKE_GENERATOR:INTERNAL=Unix Makefiles | ||
675 | +//Generator instance identifier. | ||
676 | +CMAKE_GENERATOR_INSTANCE:INTERNAL= | ||
677 | +//Name of generator platform. | ||
678 | +CMAKE_GENERATOR_PLATFORM:INTERNAL= | ||
679 | +//Name of generator toolset. | ||
680 | +CMAKE_GENERATOR_TOOLSET:INTERNAL= | ||
681 | +//Test CMAKE_HAVE_LIBC_PTHREAD | ||
682 | +CMAKE_HAVE_LIBC_PTHREAD:INTERNAL= | ||
683 | +//Have library pthreads | ||
684 | +CMAKE_HAVE_PTHREADS_CREATE:INTERNAL= | ||
685 | +//Have library pthread | ||
686 | +CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1 | ||
687 | +//Have include pthread.h | ||
688 | +CMAKE_HAVE_PTHREAD_H:INTERNAL=1 | ||
689 | +//Source directory with the top level CMakeLists.txt file for this | ||
690 | +// project | ||
691 | +CMAKE_HOME_DIRECTORY:INTERNAL=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master | ||
692 | +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR | ||
693 | +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 | ||
694 | +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR | ||
695 | +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 | ||
696 | +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR | ||
697 | +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 | ||
698 | +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR | ||
699 | +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 | ||
700 | +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR | ||
701 | +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 | ||
702 | +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR | ||
703 | +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 | ||
704 | +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR | ||
705 | +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 | ||
706 | +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR | ||
707 | +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 | ||
708 | +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR | ||
709 | +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 | ||
710 | +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR | ||
711 | +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 | ||
712 | +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR | ||
713 | +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 | ||
714 | +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR | ||
715 | +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 | ||
716 | +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR | ||
717 | +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 | ||
718 | +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR | ||
719 | +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 | ||
720 | +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR | ||
721 | +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 | ||
722 | +//Install .so files without execute permission. | ||
723 | +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 | ||
724 | +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR | ||
725 | +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 | ||
726 | +//ADVANCED property for variable: CMAKE_LINKER | ||
727 | +CMAKE_LINKER-ADVANCED:INTERNAL=1 | ||
728 | +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM | ||
729 | +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 | ||
730 | +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS | ||
731 | +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 | ||
732 | +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG | ||
733 | +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | ||
734 | +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL | ||
735 | +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | ||
736 | +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE | ||
737 | +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | ||
738 | +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO | ||
739 | +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | ||
740 | +//ADVANCED property for variable: CMAKE_NM | ||
741 | +CMAKE_NM-ADVANCED:INTERNAL=1 | ||
742 | +//number of local generators | ||
743 | +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 | ||
744 | +//ADVANCED property for variable: CMAKE_OBJCOPY | ||
745 | +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 | ||
746 | +//ADVANCED property for variable: CMAKE_OBJDUMP | ||
747 | +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 | ||
748 | +//Platform information initialized | ||
749 | +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 | ||
750 | +//ADVANCED property for variable: CMAKE_RANLIB | ||
751 | +CMAKE_RANLIB-ADVANCED:INTERNAL=1 | ||
752 | +//ADVANCED property for variable: CMAKE_READELF | ||
753 | +CMAKE_READELF-ADVANCED:INTERNAL=1 | ||
754 | +//Path to CMake installation. | ||
755 | +CMAKE_ROOT:INTERNAL=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19 | ||
756 | +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS | ||
757 | +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 | ||
758 | +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG | ||
759 | +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | ||
760 | +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL | ||
761 | +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | ||
762 | +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE | ||
763 | +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | ||
764 | +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO | ||
765 | +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | ||
766 | +//CHECK_TYPE_SIZE: sizeof(unsigned short) | ||
767 | +CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=2 | ||
768 | +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH | ||
769 | +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 | ||
770 | +//ADVANCED property for variable: CMAKE_SKIP_RPATH | ||
771 | +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 | ||
772 | +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS | ||
773 | +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 | ||
774 | +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG | ||
775 | +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | ||
776 | +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL | ||
777 | +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | ||
778 | +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE | ||
779 | +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | ||
780 | +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO | ||
781 | +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | ||
782 | +//ADVANCED property for variable: CMAKE_STRIP | ||
783 | +CMAKE_STRIP-ADVANCED:INTERNAL=1 | ||
784 | +//uname command | ||
785 | +CMAKE_UNAME:INTERNAL=/bin/uname | ||
786 | +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE | ||
787 | +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 | ||
788 | +//ADVANCED property for variable: FFMPEG_avcodec_INCLUDE_DIR | ||
789 | +FFMPEG_avcodec_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
790 | +//ADVANCED property for variable: FFMPEG_avcodec_LIBRARY | ||
791 | +FFMPEG_avcodec_LIBRARY-ADVANCED:INTERNAL=1 | ||
792 | +//ADVANCED property for variable: FFMPEG_avdevice_INCLUDE_DIR | ||
793 | +FFMPEG_avdevice_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
794 | +//ADVANCED property for variable: FFMPEG_avdevice_LIBRARY | ||
795 | +FFMPEG_avdevice_LIBRARY-ADVANCED:INTERNAL=1 | ||
796 | +//ADVANCED property for variable: FFMPEG_avfilter_INCLUDE_DIR | ||
797 | +FFMPEG_avfilter_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
798 | +//ADVANCED property for variable: FFMPEG_avfilter_LIBRARY | ||
799 | +FFMPEG_avfilter_LIBRARY-ADVANCED:INTERNAL=1 | ||
800 | +//ADVANCED property for variable: FFMPEG_avformat_INCLUDE_DIR | ||
801 | +FFMPEG_avformat_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
802 | +//ADVANCED property for variable: FFMPEG_avformat_LIBRARY | ||
803 | +FFMPEG_avformat_LIBRARY-ADVANCED:INTERNAL=1 | ||
804 | +//ADVANCED property for variable: FFMPEG_avresample_INCLUDE_DIR | ||
805 | +FFMPEG_avresample_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
806 | +//ADVANCED property for variable: FFMPEG_avresample_LIBRARY | ||
807 | +FFMPEG_avresample_LIBRARY-ADVANCED:INTERNAL=1 | ||
808 | +//ADVANCED property for variable: FFMPEG_avutil_INCLUDE_DIR | ||
809 | +FFMPEG_avutil_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
810 | +//ADVANCED property for variable: FFMPEG_avutil_LIBRARY | ||
811 | +FFMPEG_avutil_LIBRARY-ADVANCED:INTERNAL=1 | ||
812 | +//ADVANCED property for variable: FFMPEG_swresample_INCLUDE_DIR | ||
813 | +FFMPEG_swresample_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
814 | +//ADVANCED property for variable: FFMPEG_swresample_LIBRARY | ||
815 | +FFMPEG_swresample_LIBRARY-ADVANCED:INTERNAL=1 | ||
816 | +//ADVANCED property for variable: FFMPEG_swscale_INCLUDE_DIR | ||
817 | +FFMPEG_swscale_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
818 | +//ADVANCED property for variable: FFMPEG_swscale_LIBRARY | ||
819 | +FFMPEG_swscale_LIBRARY-ADVANCED:INTERNAL=1 | ||
820 | +//Details about finding GnuTLS | ||
821 | +FIND_PACKAGE_MESSAGE_DETAILS_GnuTLS:INTERNAL=[/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgnutls.so][/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include][v3.7.1()] | ||
822 | +//Details about finding JPEG | ||
823 | +FIND_PACKAGE_MESSAGE_DETAILS_JPEG:INTERNAL=[/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so][/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include][v62()] | ||
824 | +//Details about finding OpenSSL | ||
825 | +FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL:INTERNAL=[/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libcrypto.so][/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include][c ][v1.1.1k()] | ||
826 | +//Details about finding PNG | ||
827 | +FIND_PACKAGE_MESSAGE_DETAILS_PNG:INTERNAL=[/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpng.so][/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include][v1.6.37()] | ||
828 | +//Details about finding PkgConfig | ||
829 | +FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/pkg-config][v0.29.2()] | ||
830 | +//Details about finding Threads | ||
831 | +FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] | ||
832 | +//Details about finding ZLIB | ||
833 | +FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so][/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include][v1.2.11()] | ||
834 | +//Test FOUND_LIBJPEG_TURBO | ||
835 | +FOUND_LIBJPEG_TURBO:INTERNAL=1 | ||
836 | +//ADVANCED property for variable: FREETYPE_INCLUDE_DIR_freetype2 | ||
837 | +FREETYPE_INCLUDE_DIR_freetype2-ADVANCED:INTERNAL=1 | ||
838 | +//ADVANCED property for variable: FREETYPE_INCLUDE_DIR_ft2build | ||
839 | +FREETYPE_INCLUDE_DIR_ft2build-ADVANCED:INTERNAL=1 | ||
840 | +//ADVANCED property for variable: FREETYPE_LIBRARY_DEBUG | ||
841 | +FREETYPE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | ||
842 | +//ADVANCED property for variable: FREETYPE_LIBRARY_RELEASE | ||
843 | +FREETYPE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | ||
844 | +//ADVANCED property for variable: GNUTLS_INCLUDE_DIR | ||
845 | +GNUTLS_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
846 | +//ADVANCED property for variable: GNUTLS_LIBRARY | ||
847 | +GNUTLS_LIBRARY-ADVANCED:INTERNAL=1 | ||
848 | +//ADVANCED property for variable: GTK2_ATK_INCLUDE_DIR | ||
849 | +GTK2_ATK_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
850 | +//ADVANCED property for variable: GTK2_ATK_LIBRARY_DEBUG | ||
851 | +GTK2_ATK_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | ||
852 | +//ADVANCED property for variable: GTK2_ATK_LIBRARY_RELEASE | ||
853 | +GTK2_ATK_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | ||
854 | +//ADVANCED property for variable: GTK2_CAIRO_INCLUDE_DIR | ||
855 | +GTK2_CAIRO_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
856 | +//ADVANCED property for variable: GTK2_CAIRO_LIBRARY_DEBUG | ||
857 | +GTK2_CAIRO_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | ||
858 | +//ADVANCED property for variable: GTK2_CAIRO_LIBRARY_RELEASE | ||
859 | +GTK2_CAIRO_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | ||
860 | +//ADVANCED property for variable: GTK2_FONTCONFIG_INCLUDE_DIR | ||
861 | +GTK2_FONTCONFIG_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
862 | +//ADVANCED property for variable: GTK2_GDKCONFIG_INCLUDE_DIR | ||
863 | +GTK2_GDKCONFIG_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
864 | +//ADVANCED property for variable: GTK2_GDK_INCLUDE_DIR | ||
865 | +GTK2_GDK_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
866 | +//ADVANCED property for variable: GTK2_GDK_LIBRARY_DEBUG | ||
867 | +GTK2_GDK_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | ||
868 | +//ADVANCED property for variable: GTK2_GDK_LIBRARY_RELEASE | ||
869 | +GTK2_GDK_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | ||
870 | +//ADVANCED property for variable: GTK2_GDK_PIXBUF_INCLUDE_DIR | ||
871 | +GTK2_GDK_PIXBUF_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
872 | +//ADVANCED property for variable: GTK2_GDK_PIXBUF_LIBRARY_DEBUG | ||
873 | +GTK2_GDK_PIXBUF_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | ||
874 | +//ADVANCED property for variable: GTK2_GDK_PIXBUF_LIBRARY_RELEASE | ||
875 | +GTK2_GDK_PIXBUF_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | ||
876 | +//ADVANCED property for variable: GTK2_GIO_LIBRARY_DEBUG | ||
877 | +GTK2_GIO_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | ||
878 | +//ADVANCED property for variable: GTK2_GIO_LIBRARY_RELEASE | ||
879 | +GTK2_GIO_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | ||
880 | +//ADVANCED property for variable: GTK2_GLIBCONFIG_INCLUDE_DIR | ||
881 | +GTK2_GLIBCONFIG_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
882 | +//ADVANCED property for variable: GTK2_GLIB_INCLUDE_DIR | ||
883 | +GTK2_GLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
884 | +//ADVANCED property for variable: GTK2_GLIB_LIBRARY_DEBUG | ||
885 | +GTK2_GLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | ||
886 | +//ADVANCED property for variable: GTK2_GLIB_LIBRARY_RELEASE | ||
887 | +GTK2_GLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | ||
888 | +//ADVANCED property for variable: GTK2_GMODULE_LIBRARY_DEBUG | ||
889 | +GTK2_GMODULE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | ||
890 | +//ADVANCED property for variable: GTK2_GMODULE_LIBRARY_RELEASE | ||
891 | +GTK2_GMODULE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | ||
892 | +//ADVANCED property for variable: GTK2_GOBJECT_INCLUDE_DIR | ||
893 | +GTK2_GOBJECT_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
894 | +//ADVANCED property for variable: GTK2_GOBJECT_LIBRARY_DEBUG | ||
895 | +GTK2_GOBJECT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | ||
896 | +//ADVANCED property for variable: GTK2_GOBJECT_LIBRARY_RELEASE | ||
897 | +GTK2_GOBJECT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | ||
898 | +//ADVANCED property for variable: GTK2_GTHREAD_LIBRARY_DEBUG | ||
899 | +GTK2_GTHREAD_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | ||
900 | +//ADVANCED property for variable: GTK2_GTHREAD_LIBRARY_RELEASE | ||
901 | +GTK2_GTHREAD_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | ||
902 | +//ADVANCED property for variable: GTK2_GTK_INCLUDE_DIR | ||
903 | +GTK2_GTK_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
904 | +//ADVANCED property for variable: GTK2_GTK_LIBRARY_DEBUG | ||
905 | +GTK2_GTK_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | ||
906 | +//ADVANCED property for variable: GTK2_GTK_LIBRARY_RELEASE | ||
907 | +GTK2_GTK_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | ||
908 | +//ADVANCED property for variable: GTK2_HARFBUZZ_INCLUDE_DIR | ||
909 | +GTK2_HARFBUZZ_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
910 | +//ADVANCED property for variable: GTK2_HARFBUZZ_LIBRARY_DEBUG | ||
911 | +GTK2_HARFBUZZ_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | ||
912 | +//ADVANCED property for variable: GTK2_HARFBUZZ_LIBRARY_RELEASE | ||
913 | +GTK2_HARFBUZZ_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | ||
914 | +//ADVANCED property for variable: GTK2_PANGOCAIRO_LIBRARY_DEBUG | ||
915 | +GTK2_PANGOCAIRO_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | ||
916 | +//ADVANCED property for variable: GTK2_PANGOCAIRO_LIBRARY_RELEASE | ||
917 | +GTK2_PANGOCAIRO_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | ||
918 | +//ADVANCED property for variable: GTK2_PANGOFT2_LIBRARY_DEBUG | ||
919 | +GTK2_PANGOFT2_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | ||
920 | +//ADVANCED property for variable: GTK2_PANGOFT2_LIBRARY_RELEASE | ||
921 | +GTK2_PANGOFT2_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | ||
922 | +//ADVANCED property for variable: GTK2_PANGOXFT_LIBRARY_DEBUG | ||
923 | +GTK2_PANGOXFT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | ||
924 | +//ADVANCED property for variable: GTK2_PANGOXFT_LIBRARY_RELEASE | ||
925 | +GTK2_PANGOXFT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | ||
926 | +//ADVANCED property for variable: GTK2_PANGO_INCLUDE_DIR | ||
927 | +GTK2_PANGO_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
928 | +//ADVANCED property for variable: GTK2_PANGO_LIBRARY_DEBUG | ||
929 | +GTK2_PANGO_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | ||
930 | +//ADVANCED property for variable: GTK2_PANGO_LIBRARY_RELEASE | ||
931 | +GTK2_PANGO_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | ||
932 | +//ADVANCED property for variable: GTK2_X11_INCLUDE_DIR | ||
933 | +GTK2_X11_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
934 | +//Have include arpa/inet.h | ||
935 | +HAVE_ARPA_INET_H:INTERNAL=1 | ||
936 | +//Result of TRY_COMPILE | ||
937 | +HAVE_CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=TRUE | ||
938 | +//Result of TRY_COMPILE | ||
939 | +HAVE_LIBVNCSERVER_IN_ADDR_T:INTERNAL=TRUE | ||
940 | +//Result of TRY_COMPILE | ||
941 | +HAVE_LIBVNCSERVER_PID_T:INTERNAL=TRUE | ||
942 | +//Result of TRY_COMPILE | ||
943 | +HAVE_LIBVNCSERVER_SIZE_T:INTERNAL=TRUE | ||
944 | +//Result of TRY_COMPILE | ||
945 | +HAVE_LIBVNCSERVER_SOCKLEN_T:INTERNAL=TRUE | ||
946 | +//Result of TRY_COMPILE | ||
947 | +HAVE_LIBVNCSERVER_WORDS_BIGENDIAN:INTERNAL=TRUE | ||
948 | +//Have include stddef.h | ||
949 | +HAVE_STDDEF_H:INTERNAL=1 | ||
950 | +//Have include stdint.h | ||
951 | +HAVE_STDINT_H:INTERNAL=1 | ||
952 | +//Have include sys/types.h | ||
953 | +HAVE_SYS_TYPES_H:INTERNAL=1 | ||
954 | +//ADVANCED property for variable: JPEG_INCLUDE_DIR | ||
955 | +JPEG_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
956 | +//ADVANCED property for variable: JPEG_LIBRARY_DEBUG | ||
957 | +JPEG_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | ||
958 | +//ADVANCED property for variable: JPEG_LIBRARY_RELEASE | ||
959 | +JPEG_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | ||
960 | +//Have include dirent.h | ||
961 | +LIBVNCSERVER_HAVE_DIRENT_H:INTERNAL=1 | ||
962 | +//Have include endian.h | ||
963 | +LIBVNCSERVER_HAVE_ENDIAN_H:INTERNAL=1 | ||
964 | +//Have include fcntl.h | ||
965 | +LIBVNCSERVER_HAVE_FCNTL_H:INTERNAL=1 | ||
966 | +//Have function fork | ||
967 | +LIBVNCSERVER_HAVE_FORK:INTERNAL=1 | ||
968 | +//Have function ftime | ||
969 | +LIBVNCSERVER_HAVE_FTIME:INTERNAL=1 | ||
970 | +//Have function gethostbyname | ||
971 | +LIBVNCSERVER_HAVE_GETHOSTBYNAME:INTERNAL=1 | ||
972 | +//Have function gethostname | ||
973 | +LIBVNCSERVER_HAVE_GETHOSTNAME:INTERNAL=1 | ||
974 | +//Have function gettimeofday | ||
975 | +LIBVNCSERVER_HAVE_GETTIMEOFDAY:INTERNAL=1 | ||
976 | +//Have symbol htobe64 | ||
977 | +LIBVNCSERVER_HAVE_HTOBE64:INTERNAL=1 | ||
978 | +//Have function inet_ntoa | ||
979 | +LIBVNCSERVER_HAVE_INET_NTOA:INTERNAL=1 | ||
980 | +//Have function memmove | ||
981 | +LIBVNCSERVER_HAVE_MEMMOVE:INTERNAL=1 | ||
982 | +//Have function memset | ||
983 | +LIBVNCSERVER_HAVE_MEMSET:INTERNAL=1 | ||
984 | +//Have function mkfifo | ||
985 | +LIBVNCSERVER_HAVE_MKFIFO:INTERNAL=1 | ||
986 | +//Have function mmap | ||
987 | +LIBVNCSERVER_HAVE_MMAP:INTERNAL=1 | ||
988 | +//Have include netinet/in.h | ||
989 | +LIBVNCSERVER_HAVE_NETINET_IN_H:INTERNAL=1 | ||
990 | +//Have symbol OSSwapHostToBigInt64 | ||
991 | +LIBVNCSERVER_HAVE_OSSWAPHOSTTOBIGINT64:INTERNAL= | ||
992 | +//Have function select | ||
993 | +LIBVNCSERVER_HAVE_SELECT:INTERNAL=1 | ||
994 | +//Have function socket | ||
995 | +LIBVNCSERVER_HAVE_SOCKET:INTERNAL=1 | ||
996 | +//Have function strchr | ||
997 | +LIBVNCSERVER_HAVE_STRCHR:INTERNAL=1 | ||
998 | +//Have function strcspn | ||
999 | +LIBVNCSERVER_HAVE_STRCSPN:INTERNAL=1 | ||
1000 | +//Have function strdup | ||
1001 | +LIBVNCSERVER_HAVE_STRDUP:INTERNAL=1 | ||
1002 | +//Have function strerror | ||
1003 | +LIBVNCSERVER_HAVE_STRERROR:INTERNAL=1 | ||
1004 | +//Have function strstr | ||
1005 | +LIBVNCSERVER_HAVE_STRSTR:INTERNAL=1 | ||
1006 | +//Have include sys/endian.h | ||
1007 | +LIBVNCSERVER_HAVE_SYS_ENDIAN_H:INTERNAL= | ||
1008 | +//Have include sys/resource.h | ||
1009 | +LIBVNCSERVER_HAVE_SYS_RESOURCE_H:INTERNAL=1 | ||
1010 | +//Have include sys/socket.h | ||
1011 | +LIBVNCSERVER_HAVE_SYS_SOCKET_H:INTERNAL=1 | ||
1012 | +//Have include sys/stat.h | ||
1013 | +LIBVNCSERVER_HAVE_SYS_STAT_H:INTERNAL=1 | ||
1014 | +//Have include sys/time.h | ||
1015 | +LIBVNCSERVER_HAVE_SYS_TIME_H:INTERNAL=1 | ||
1016 | +//Have include sys/types.h | ||
1017 | +LIBVNCSERVER_HAVE_SYS_TYPES_H:INTERNAL=1 | ||
1018 | +//Have include sys/wait.h | ||
1019 | +LIBVNCSERVER_HAVE_SYS_WAIT_H:INTERNAL=1 | ||
1020 | +//Have include unistd.h | ||
1021 | +LIBVNCSERVER_HAVE_UNISTD_H:INTERNAL=1 | ||
1022 | +//Have function vfork | ||
1023 | +LIBVNCSERVER_HAVE_VFORK:INTERNAL=1 | ||
1024 | +//Have include vfork.h | ||
1025 | +LIBVNCSERVER_HAVE_VFORK_H:INTERNAL= | ||
1026 | +//Have function vprintf | ||
1027 | +LIBVNCSERVER_HAVE_VPRINTF:INTERNAL=1 | ||
1028 | +//Have include ws2tcpip.h | ||
1029 | +LIBVNCSERVER_HAVE_WS2TCPIP_H:INTERNAL= | ||
1030 | +//CHECK_TYPE_SIZE: sizeof(in_addr_t) | ||
1031 | +LIBVNCSERVER_IN_ADDR_T:INTERNAL=4 | ||
1032 | +//CHECK_TYPE_SIZE: sizeof(pid_t) | ||
1033 | +LIBVNCSERVER_PID_T:INTERNAL=4 | ||
1034 | +//CHECK_TYPE_SIZE: sizeof(size_t) | ||
1035 | +LIBVNCSERVER_SIZE_T:INTERNAL=8 | ||
1036 | +//CHECK_TYPE_SIZE: sizeof(socklen_t) | ||
1037 | +LIBVNCSERVER_SOCKLEN_T:INTERNAL=4 | ||
1038 | +//Result of TEST_BIG_ENDIAN | ||
1039 | +LIBVNCSERVER_WORDS_BIGENDIAN:INTERNAL=0 | ||
1040 | +//ADVANCED property for variable: OPENSSL_CRYPTO_LIBRARY | ||
1041 | +OPENSSL_CRYPTO_LIBRARY-ADVANCED:INTERNAL=1 | ||
1042 | +//ADVANCED property for variable: OPENSSL_INCLUDE_DIR | ||
1043 | +OPENSSL_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
1044 | +//ADVANCED property for variable: OPENSSL_SSL_LIBRARY | ||
1045 | +OPENSSL_SSL_LIBRARY-ADVANCED:INTERNAL=1 | ||
1046 | +PC_GNUTLS_CFLAGS:INTERNAL= | ||
1047 | +PC_GNUTLS_CFLAGS_I:INTERNAL= | ||
1048 | +PC_GNUTLS_CFLAGS_OTHER:INTERNAL= | ||
1049 | +PC_GNUTLS_FOUND:INTERNAL=1 | ||
1050 | +PC_GNUTLS_INCLUDEDIR:INTERNAL=/usr/include | ||
1051 | +PC_GNUTLS_INCLUDE_DIRS:INTERNAL= | ||
1052 | +PC_GNUTLS_LDFLAGS:INTERNAL=-lgnutls | ||
1053 | +PC_GNUTLS_LDFLAGS_OTHER:INTERNAL= | ||
1054 | +PC_GNUTLS_LIBDIR:INTERNAL=/usr/lib | ||
1055 | +PC_GNUTLS_LIBRARIES:INTERNAL=gnutls | ||
1056 | +PC_GNUTLS_LIBRARY_DIRS:INTERNAL= | ||
1057 | +PC_GNUTLS_LIBS:INTERNAL= | ||
1058 | +PC_GNUTLS_LIBS_L:INTERNAL= | ||
1059 | +PC_GNUTLS_LIBS_OTHER:INTERNAL= | ||
1060 | +PC_GNUTLS_LIBS_PATHS:INTERNAL= | ||
1061 | +PC_GNUTLS_MODULE_NAME:INTERNAL=gnutls | ||
1062 | +PC_GNUTLS_PREFIX:INTERNAL=/usr | ||
1063 | +PC_GNUTLS_STATIC_CFLAGS:INTERNAL= | ||
1064 | +PC_GNUTLS_STATIC_CFLAGS_I:INTERNAL= | ||
1065 | +PC_GNUTLS_STATIC_CFLAGS_OTHER:INTERNAL= | ||
1066 | +PC_GNUTLS_STATIC_INCLUDE_DIRS:INTERNAL= | ||
1067 | +PC_GNUTLS_STATIC_LDFLAGS:INTERNAL=-lgnutls;-pthread;-lgmp;-lunistring;-latomic;-lhogweed;-lgmp;-lnettle;-lidn2;-lunistring | ||
1068 | +PC_GNUTLS_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread | ||
1069 | +PC_GNUTLS_STATIC_LIBDIR:INTERNAL= | ||
1070 | +PC_GNUTLS_STATIC_LIBRARIES:INTERNAL=gnutls;gmp;unistring;atomic;hogweed;gmp;nettle;idn2;unistring | ||
1071 | +PC_GNUTLS_STATIC_LIBRARY_DIRS:INTERNAL= | ||
1072 | +PC_GNUTLS_STATIC_LIBS:INTERNAL= | ||
1073 | +PC_GNUTLS_STATIC_LIBS_L:INTERNAL= | ||
1074 | +PC_GNUTLS_STATIC_LIBS_OTHER:INTERNAL= | ||
1075 | +PC_GNUTLS_STATIC_LIBS_PATHS:INTERNAL= | ||
1076 | +PC_GNUTLS_VERSION:INTERNAL=3.7.1 | ||
1077 | +PC_GNUTLS_gnutls_INCLUDEDIR:INTERNAL= | ||
1078 | +PC_GNUTLS_gnutls_LIBDIR:INTERNAL= | ||
1079 | +PC_GNUTLS_gnutls_PREFIX:INTERNAL= | ||
1080 | +PC_GNUTLS_gnutls_VERSION:INTERNAL= | ||
1081 | +//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE | ||
1082 | +PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 | ||
1083 | +//ADVANCED property for variable: PNG_LIBRARY_DEBUG | ||
1084 | +PNG_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | ||
1085 | +//ADVANCED property for variable: PNG_LIBRARY_RELEASE | ||
1086 | +PNG_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | ||
1087 | +//ADVANCED property for variable: PNG_PNG_INCLUDE_DIR | ||
1088 | +PNG_PNG_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
1089 | +SYSTEMD_CFLAGS:INTERNAL= | ||
1090 | +SYSTEMD_CFLAGS_I:INTERNAL= | ||
1091 | +SYSTEMD_CFLAGS_OTHER:INTERNAL= | ||
1092 | +SYSTEMD_FOUND:INTERNAL=1 | ||
1093 | +SYSTEMD_INCLUDEDIR:INTERNAL=/usr/include | ||
1094 | +SYSTEMD_INCLUDE_DIRS:INTERNAL= | ||
1095 | +SYSTEMD_LDFLAGS:INTERNAL=-lsystemd | ||
1096 | +SYSTEMD_LDFLAGS_OTHER:INTERNAL= | ||
1097 | +SYSTEMD_LIBDIR:INTERNAL=/lib | ||
1098 | +SYSTEMD_LIBRARIES:INTERNAL=systemd | ||
1099 | +SYSTEMD_LIBRARY_DIRS:INTERNAL= | ||
1100 | +SYSTEMD_LIBS:INTERNAL= | ||
1101 | +SYSTEMD_LIBS_L:INTERNAL= | ||
1102 | +SYSTEMD_LIBS_OTHER:INTERNAL= | ||
1103 | +SYSTEMD_LIBS_PATHS:INTERNAL= | ||
1104 | +SYSTEMD_MODULE_NAME:INTERNAL=libsystemd | ||
1105 | +SYSTEMD_PREFIX:INTERNAL=/usr | ||
1106 | +SYSTEMD_STATIC_CFLAGS:INTERNAL= | ||
1107 | +SYSTEMD_STATIC_CFLAGS_I:INTERNAL= | ||
1108 | +SYSTEMD_STATIC_CFLAGS_OTHER:INTERNAL= | ||
1109 | +SYSTEMD_STATIC_INCLUDE_DIRS:INTERNAL= | ||
1110 | +SYSTEMD_STATIC_LDFLAGS:INTERNAL=-lsystemd | ||
1111 | +SYSTEMD_STATIC_LDFLAGS_OTHER:INTERNAL= | ||
1112 | +SYSTEMD_STATIC_LIBDIR:INTERNAL= | ||
1113 | +SYSTEMD_STATIC_LIBRARIES:INTERNAL=systemd | ||
1114 | +SYSTEMD_STATIC_LIBRARY_DIRS:INTERNAL= | ||
1115 | +SYSTEMD_STATIC_LIBS:INTERNAL= | ||
1116 | +SYSTEMD_STATIC_LIBS_L:INTERNAL= | ||
1117 | +SYSTEMD_STATIC_LIBS_OTHER:INTERNAL= | ||
1118 | +SYSTEMD_STATIC_LIBS_PATHS:INTERNAL= | ||
1119 | +SYSTEMD_VERSION:INTERNAL=247 | ||
1120 | +SYSTEMD_libsystemd_INCLUDEDIR:INTERNAL= | ||
1121 | +SYSTEMD_libsystemd_LIBDIR:INTERNAL= | ||
1122 | +SYSTEMD_libsystemd_PREFIX:INTERNAL= | ||
1123 | +SYSTEMD_libsystemd_VERSION:INTERNAL= | ||
1124 | +//ADVANCED property for variable: ZLIB_INCLUDE_DIR | ||
1125 | +ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||
1126 | +//ADVANCED property for variable: ZLIB_LIBRARY_DEBUG | ||
1127 | +ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | ||
1128 | +//ADVANCED property for variable: ZLIB_LIBRARY_RELEASE | ||
1129 | +ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | ||
1130 | +//CMAKE_INSTALL_PREFIX during last run | ||
1131 | +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local | ||
1132 | +_OPENSSL_CFLAGS:INTERNAL= | ||
1133 | +_OPENSSL_CFLAGS_I:INTERNAL= | ||
1134 | +_OPENSSL_CFLAGS_OTHER:INTERNAL= | ||
1135 | +_OPENSSL_FOUND:INTERNAL=1 | ||
1136 | +_OPENSSL_INCLUDEDIR:INTERNAL=/usr/include | ||
1137 | +_OPENSSL_INCLUDE_DIRS:INTERNAL= | ||
1138 | +_OPENSSL_LDFLAGS:INTERNAL=-lssl;-lcrypto | ||
1139 | +_OPENSSL_LDFLAGS_OTHER:INTERNAL= | ||
1140 | +_OPENSSL_LIBDIR:INTERNAL=/usr/lib | ||
1141 | +_OPENSSL_LIBRARIES:INTERNAL=ssl;crypto | ||
1142 | +_OPENSSL_LIBRARY_DIRS:INTERNAL= | ||
1143 | +_OPENSSL_LIBS:INTERNAL= | ||
1144 | +_OPENSSL_LIBS_L:INTERNAL= | ||
1145 | +_OPENSSL_LIBS_OTHER:INTERNAL= | ||
1146 | +_OPENSSL_LIBS_PATHS:INTERNAL= | ||
1147 | +_OPENSSL_MODULE_NAME:INTERNAL=openssl | ||
1148 | +_OPENSSL_PREFIX:INTERNAL=/usr | ||
1149 | +_OPENSSL_STATIC_CFLAGS:INTERNAL= | ||
1150 | +_OPENSSL_STATIC_CFLAGS_I:INTERNAL= | ||
1151 | +_OPENSSL_STATIC_CFLAGS_OTHER:INTERNAL= | ||
1152 | +_OPENSSL_STATIC_INCLUDE_DIRS:INTERNAL= | ||
1153 | +_OPENSSL_STATIC_LDFLAGS:INTERNAL=-lssl;-lcrypto;-ldl;-pthread | ||
1154 | +_OPENSSL_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread | ||
1155 | +_OPENSSL_STATIC_LIBDIR:INTERNAL= | ||
1156 | +_OPENSSL_STATIC_LIBRARIES:INTERNAL=ssl;crypto;dl | ||
1157 | +_OPENSSL_STATIC_LIBRARY_DIRS:INTERNAL= | ||
1158 | +_OPENSSL_STATIC_LIBS:INTERNAL= | ||
1159 | +_OPENSSL_STATIC_LIBS_L:INTERNAL= | ||
1160 | +_OPENSSL_STATIC_LIBS_OTHER:INTERNAL= | ||
1161 | +_OPENSSL_STATIC_LIBS_PATHS:INTERNAL= | ||
1162 | +_OPENSSL_VERSION:INTERNAL=1.1.1k | ||
1163 | +_OPENSSL_openssl_INCLUDEDIR:INTERNAL= | ||
1164 | +_OPENSSL_openssl_LIBDIR:INTERNAL= | ||
1165 | +_OPENSSL_openssl_PREFIX:INTERNAL= | ||
1166 | +_OPENSSL_openssl_VERSION:INTERNAL= | ||
1167 | +__pkg_config_arguments_PC_GNUTLS:INTERNAL=QUIET;gnutls | ||
1168 | +__pkg_config_arguments_SYSTEMD:INTERNAL=libsystemd | ||
1169 | +__pkg_config_arguments__OPENSSL:INTERNAL=QUIET;openssl | ||
1170 | +__pkg_config_checked_PC_GNUTLS:INTERNAL=1 | ||
1171 | +__pkg_config_checked_SYSTEMD:INTERNAL=1 | ||
1172 | +__pkg_config_checked__OPENSSL:INTERNAL=1 | ||
1173 | +//ADVANCED property for variable: pkgcfg_lib_PC_GNUTLS_gnutls | ||
1174 | +pkgcfg_lib_PC_GNUTLS_gnutls-ADVANCED:INTERNAL=1 | ||
1175 | +//ADVANCED property for variable: pkgcfg_lib_SYSTEMD_systemd | ||
1176 | +pkgcfg_lib_SYSTEMD_systemd-ADVANCED:INTERNAL=1 | ||
1177 | +//ADVANCED property for variable: pkgcfg_lib__OPENSSL_crypto | ||
1178 | +pkgcfg_lib__OPENSSL_crypto-ADVANCED:INTERNAL=1 | ||
1179 | +//ADVANCED property for variable: pkgcfg_lib__OPENSSL_ssl | ||
1180 | +pkgcfg_lib__OPENSSL_ssl-ADVANCED:INTERNAL=1 | ||
1181 | +prefix_result:INTERNAL=/lib | ||
1182 | + |
ext_dep/libvncserver/build/CMakeFiles/3.19.5/CMakeCCompiler.cmake
@@ -0,0 +1,77 @@ | @@ -0,0 +1,77 @@ | ||
1 | +set(CMAKE_C_COMPILER "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc") | ||
2 | +set(CMAKE_C_COMPILER_ARG1 " -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux") | ||
3 | +set(CMAKE_C_COMPILER_ID "GNU") | ||
4 | +set(CMAKE_C_COMPILER_VERSION "10.2.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_COMPILER_FRONTEND_VARIANT "") | ||
16 | +set(CMAKE_C_SIMULATE_VERSION "") | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | +set(CMAKE_AR "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-ar") | ||
22 | +set(CMAKE_C_COMPILER_AR "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc-ar") | ||
23 | +set(CMAKE_RANLIB "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-ranlib") | ||
24 | +set(CMAKE_C_COMPILER_RANLIB "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc-ranlib") | ||
25 | +set(CMAKE_LINKER "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-ld") | ||
26 | +set(CMAKE_MT "") | ||
27 | +set(CMAKE_COMPILER_IS_GNUCC 1) | ||
28 | +set(CMAKE_C_COMPILER_LOADED 1) | ||
29 | +set(CMAKE_C_COMPILER_WORKS TRUE) | ||
30 | +set(CMAKE_C_ABI_COMPILED TRUE) | ||
31 | +set(CMAKE_COMPILER_IS_MINGW ) | ||
32 | +set(CMAKE_COMPILER_IS_CYGWIN ) | ||
33 | +if(CMAKE_COMPILER_IS_CYGWIN) | ||
34 | + set(CYGWIN 1) | ||
35 | + set(UNIX 1) | ||
36 | +endif() | ||
37 | + | ||
38 | +set(CMAKE_C_COMPILER_ENV_VAR "CC") | ||
39 | + | ||
40 | +if(CMAKE_COMPILER_IS_MINGW) | ||
41 | + set(MINGW 1) | ||
42 | +endif() | ||
43 | +set(CMAKE_C_COMPILER_ID_RUN 1) | ||
44 | +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) | ||
45 | +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) | ||
46 | +set(CMAKE_C_LINKER_PREFERENCE 10) | ||
47 | + | ||
48 | +# Save compiler ABI information. | ||
49 | +set(CMAKE_C_SIZEOF_DATA_PTR "8") | ||
50 | +set(CMAKE_C_COMPILER_ABI "ELF") | ||
51 | +set(CMAKE_C_LIBRARY_ARCHITECTURE "") | ||
52 | + | ||
53 | +if(CMAKE_C_SIZEOF_DATA_PTR) | ||
54 | + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") | ||
55 | +endif() | ||
56 | + | ||
57 | +if(CMAKE_C_COMPILER_ABI) | ||
58 | + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") | ||
59 | +endif() | ||
60 | + | ||
61 | +if(CMAKE_C_LIBRARY_ARCHITECTURE) | ||
62 | + set(CMAKE_LIBRARY_ARCHITECTURE "") | ||
63 | +endif() | ||
64 | + | ||
65 | +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") | ||
66 | +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) | ||
67 | + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") | ||
68 | +endif() | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/include;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include-fixed;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include") | ||
75 | +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") | ||
76 | +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/lib;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib") | ||
77 | +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") |
ext_dep/libvncserver/build/CMakeFiles/3.19.5/CMakeDetermineCompilerABI_C.bin
No preview for this file type
ext_dep/libvncserver/build/CMakeFiles/3.19.5/CMakeSystem.cmake
@@ -0,0 +1,15 @@ | @@ -0,0 +1,15 @@ | ||
1 | +set(CMAKE_HOST_SYSTEM "Linux-5.4.0-122-generic") | ||
2 | +set(CMAKE_HOST_SYSTEM_NAME "Linux") | ||
3 | +set(CMAKE_HOST_SYSTEM_VERSION "5.4.0-122-generic") | ||
4 | +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") | ||
5 | + | ||
6 | +include("/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake/OEToolchainConfig.cmake") | ||
7 | + | ||
8 | +set(CMAKE_SYSTEM "Linux") | ||
9 | +set(CMAKE_SYSTEM_NAME "Linux") | ||
10 | +set(CMAKE_SYSTEM_VERSION "") | ||
11 | +set(CMAKE_SYSTEM_PROCESSOR "cortexa53-crypto") | ||
12 | + | ||
13 | +set(CMAKE_CROSSCOMPILING "TRUE") | ||
14 | + | ||
15 | +set(CMAKE_SYSTEM_LOADED 1) |
ext_dep/libvncserver/build/CMakeFiles/3.19.5/CompilerIdC/CMakeCCompilerId.c
@@ -0,0 +1,691 @@ | @@ -0,0 +1,691 @@ | ||
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 | +# if defined(__GNUC__) | ||
24 | +# define SIMULATE_ID "GNU" | ||
25 | +# endif | ||
26 | + /* __INTEL_COMPILER = VRP */ | ||
27 | +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) | ||
28 | +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) | ||
29 | +# if defined(__INTEL_COMPILER_UPDATE) | ||
30 | +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) | ||
31 | +# else | ||
32 | +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) | ||
33 | +# endif | ||
34 | +# if defined(__INTEL_COMPILER_BUILD_DATE) | ||
35 | + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | ||
36 | +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) | ||
37 | +# endif | ||
38 | +# if defined(_MSC_VER) | ||
39 | + /* _MSC_VER = VVRR */ | ||
40 | +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||
41 | +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||
42 | +# endif | ||
43 | +# if defined(__GNUC__) | ||
44 | +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | ||
45 | +# elif defined(__GNUG__) | ||
46 | +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | ||
47 | +# endif | ||
48 | +# if defined(__GNUC_MINOR__) | ||
49 | +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | ||
50 | +# endif | ||
51 | +# if defined(__GNUC_PATCHLEVEL__) | ||
52 | +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | ||
53 | +# endif | ||
54 | + | ||
55 | +#elif defined(__PATHCC__) | ||
56 | +# define COMPILER_ID "PathScale" | ||
57 | +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) | ||
58 | +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) | ||
59 | +# if defined(__PATHCC_PATCHLEVEL__) | ||
60 | +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) | ||
61 | +# endif | ||
62 | + | ||
63 | +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) | ||
64 | +# define COMPILER_ID "Embarcadero" | ||
65 | +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) | ||
66 | +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) | ||
67 | +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) | ||
68 | + | ||
69 | +#elif defined(__BORLANDC__) | ||
70 | +# define COMPILER_ID "Borland" | ||
71 | + /* __BORLANDC__ = 0xVRR */ | ||
72 | +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) | ||
73 | +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) | ||
74 | + | ||
75 | +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 | ||
76 | +# define COMPILER_ID "Watcom" | ||
77 | + /* __WATCOMC__ = VVRR */ | ||
78 | +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) | ||
79 | +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | ||
80 | +# if (__WATCOMC__ % 10) > 0 | ||
81 | +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | ||
82 | +# endif | ||
83 | + | ||
84 | +#elif defined(__WATCOMC__) | ||
85 | +# define COMPILER_ID "OpenWatcom" | ||
86 | + /* __WATCOMC__ = VVRP + 1100 */ | ||
87 | +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) | ||
88 | +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | ||
89 | +# if (__WATCOMC__ % 10) > 0 | ||
90 | +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | ||
91 | +# endif | ||
92 | + | ||
93 | +#elif defined(__SUNPRO_C) | ||
94 | +# define COMPILER_ID "SunPro" | ||
95 | +# if __SUNPRO_C >= 0x5100 | ||
96 | + /* __SUNPRO_C = 0xVRRP */ | ||
97 | +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) | ||
98 | +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) | ||
99 | +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) | ||
100 | +# else | ||
101 | + /* __SUNPRO_CC = 0xVRP */ | ||
102 | +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) | ||
103 | +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) | ||
104 | +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) | ||
105 | +# endif | ||
106 | + | ||
107 | +#elif defined(__HP_cc) | ||
108 | +# define COMPILER_ID "HP" | ||
109 | + /* __HP_cc = VVRRPP */ | ||
110 | +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) | ||
111 | +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) | ||
112 | +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) | ||
113 | + | ||
114 | +#elif defined(__DECC) | ||
115 | +# define COMPILER_ID "Compaq" | ||
116 | + /* __DECC_VER = VVRRTPPPP */ | ||
117 | +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) | ||
118 | +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) | ||
119 | +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) | ||
120 | + | ||
121 | +#elif defined(__IBMC__) && defined(__COMPILER_VER__) | ||
122 | +# define COMPILER_ID "zOS" | ||
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(__ibmxl__) && defined(__clang__) | ||
129 | +# define COMPILER_ID "XLClang" | ||
130 | +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) | ||
131 | +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) | ||
132 | +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) | ||
133 | +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) | ||
134 | + | ||
135 | + | ||
136 | +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 | ||
137 | +# define COMPILER_ID "XL" | ||
138 | + /* __IBMC__ = VRP */ | ||
139 | +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | ||
140 | +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | ||
141 | +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) | ||
142 | + | ||
143 | +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 | ||
144 | +# define COMPILER_ID "VisualAge" | ||
145 | + /* __IBMC__ = VRP */ | ||
146 | +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | ||
147 | +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | ||
148 | +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) | ||
149 | + | ||
150 | +#elif defined(__PGI) | ||
151 | +# define COMPILER_ID "PGI" | ||
152 | +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) | ||
153 | +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) | ||
154 | +# if defined(__PGIC_PATCHLEVEL__) | ||
155 | +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) | ||
156 | +# endif | ||
157 | + | ||
158 | +#elif defined(_CRAYC) | ||
159 | +# define COMPILER_ID "Cray" | ||
160 | +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) | ||
161 | +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) | ||
162 | + | ||
163 | +#elif defined(__TI_COMPILER_VERSION__) | ||
164 | +# define COMPILER_ID "TI" | ||
165 | + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | ||
166 | +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) | ||
167 | +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) | ||
168 | +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) | ||
169 | + | ||
170 | +#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) | ||
171 | +# define COMPILER_ID "Fujitsu" | ||
172 | + | ||
173 | +#elif defined(__ghs__) | ||
174 | +# define COMPILER_ID "GHS" | ||
175 | +/* __GHS_VERSION_NUMBER = VVVVRP */ | ||
176 | +# ifdef __GHS_VERSION_NUMBER | ||
177 | +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) | ||
178 | +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) | ||
179 | +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) | ||
180 | +# endif | ||
181 | + | ||
182 | +#elif defined(__TINYC__) | ||
183 | +# define COMPILER_ID "TinyCC" | ||
184 | + | ||
185 | +#elif defined(__BCC__) | ||
186 | +# define COMPILER_ID "Bruce" | ||
187 | + | ||
188 | +#elif defined(__SCO_VERSION__) | ||
189 | +# define COMPILER_ID "SCO" | ||
190 | + | ||
191 | +#elif defined(__ARMCC_VERSION) && !defined(__clang__) | ||
192 | +# define COMPILER_ID "ARMCC" | ||
193 | +#if __ARMCC_VERSION >= 1000000 | ||
194 | + /* __ARMCC_VERSION = VRRPPPP */ | ||
195 | + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) | ||
196 | + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) | ||
197 | + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) | ||
198 | +#else | ||
199 | + /* __ARMCC_VERSION = VRPPPP */ | ||
200 | + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) | ||
201 | + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) | ||
202 | + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) | ||
203 | +#endif | ||
204 | + | ||
205 | + | ||
206 | +#elif defined(__clang__) && defined(__apple_build_version__) | ||
207 | +# define COMPILER_ID "AppleClang" | ||
208 | +# if defined(_MSC_VER) | ||
209 | +# define SIMULATE_ID "MSVC" | ||
210 | +# endif | ||
211 | +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) | ||
212 | +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) | ||
213 | +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | ||
214 | +# if defined(_MSC_VER) | ||
215 | + /* _MSC_VER = VVRR */ | ||
216 | +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||
217 | +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||
218 | +# endif | ||
219 | +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) | ||
220 | + | ||
221 | +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) | ||
222 | +# define COMPILER_ID "ARMClang" | ||
223 | + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) | ||
224 | + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) | ||
225 | + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) | ||
226 | +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) | ||
227 | + | ||
228 | +#elif defined(__clang__) | ||
229 | +# define COMPILER_ID "Clang" | ||
230 | +# if defined(_MSC_VER) | ||
231 | +# define SIMULATE_ID "MSVC" | ||
232 | +# endif | ||
233 | +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) | ||
234 | +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) | ||
235 | +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | ||
236 | +# if defined(_MSC_VER) | ||
237 | + /* _MSC_VER = VVRR */ | ||
238 | +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||
239 | +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||
240 | +# endif | ||
241 | + | ||
242 | +#elif defined(__GNUC__) | ||
243 | +# define COMPILER_ID "GNU" | ||
244 | +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) | ||
245 | +# if defined(__GNUC_MINOR__) | ||
246 | +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) | ||
247 | +# endif | ||
248 | +# if defined(__GNUC_PATCHLEVEL__) | ||
249 | +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | ||
250 | +# endif | ||
251 | + | ||
252 | +#elif defined(_MSC_VER) | ||
253 | +# define COMPILER_ID "MSVC" | ||
254 | + /* _MSC_VER = VVRR */ | ||
255 | +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) | ||
256 | +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) | ||
257 | +# if defined(_MSC_FULL_VER) | ||
258 | +# if _MSC_VER >= 1400 | ||
259 | + /* _MSC_FULL_VER = VVRRPPPPP */ | ||
260 | +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) | ||
261 | +# else | ||
262 | + /* _MSC_FULL_VER = VVRRPPPP */ | ||
263 | +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) | ||
264 | +# endif | ||
265 | +# endif | ||
266 | +# if defined(_MSC_BUILD) | ||
267 | +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) | ||
268 | +# endif | ||
269 | + | ||
270 | +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) | ||
271 | +# define COMPILER_ID "ADSP" | ||
272 | +#if defined(__VISUALDSPVERSION__) | ||
273 | + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ | ||
274 | +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) | ||
275 | +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) | ||
276 | +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) | ||
277 | +#endif | ||
278 | + | ||
279 | +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | ||
280 | +# define COMPILER_ID "IAR" | ||
281 | +# if defined(__VER__) && defined(__ICCARM__) | ||
282 | +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) | ||
283 | +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) | ||
284 | +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) | ||
285 | +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | ||
286 | +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__)) | ||
287 | +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) | ||
288 | +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) | ||
289 | +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) | ||
290 | +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | ||
291 | +# endif | ||
292 | + | ||
293 | +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) | ||
294 | +# define COMPILER_ID "SDCC" | ||
295 | +# if defined(__SDCC_VERSION_MAJOR) | ||
296 | +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) | ||
297 | +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) | ||
298 | +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) | ||
299 | +# else | ||
300 | + /* SDCC = VRP */ | ||
301 | +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) | ||
302 | +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) | ||
303 | +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) | ||
304 | +# endif | ||
305 | + | ||
306 | + | ||
307 | +/* These compilers are either not known or too old to define an | ||
308 | + identification macro. Try to identify the platform and guess that | ||
309 | + it is the native compiler. */ | ||
310 | +#elif defined(__hpux) || defined(__hpua) | ||
311 | +# define COMPILER_ID "HP" | ||
312 | + | ||
313 | +#else /* unknown compiler */ | ||
314 | +# define COMPILER_ID "" | ||
315 | +#endif | ||
316 | + | ||
317 | +/* Construct the string literal in pieces to prevent the source from | ||
318 | + getting matched. Store it in a pointer rather than an array | ||
319 | + because some compilers will just produce instructions to fill the | ||
320 | + array rather than assigning a pointer to a static array. */ | ||
321 | +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; | ||
322 | +#ifdef SIMULATE_ID | ||
323 | +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; | ||
324 | +#endif | ||
325 | + | ||
326 | +#ifdef __QNXNTO__ | ||
327 | +char const* qnxnto = "INFO" ":" "qnxnto[]"; | ||
328 | +#endif | ||
329 | + | ||
330 | +#if defined(_CRAYC) || defined(__cray__) | ||
331 | +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; | ||
332 | +#endif | ||
333 | + | ||
334 | +#define STRINGIFY_HELPER(X) #X | ||
335 | +#define STRINGIFY(X) STRINGIFY_HELPER(X) | ||
336 | + | ||
337 | +/* Identify known platforms by name. */ | ||
338 | +#if defined(__linux) || defined(__linux__) || defined(linux) | ||
339 | +# define PLATFORM_ID "Linux" | ||
340 | + | ||
341 | +#elif defined(__CYGWIN__) | ||
342 | +# define PLATFORM_ID "Cygwin" | ||
343 | + | ||
344 | +#elif defined(__MINGW32__) | ||
345 | +# define PLATFORM_ID "MinGW" | ||
346 | + | ||
347 | +#elif defined(__APPLE__) | ||
348 | +# define PLATFORM_ID "Darwin" | ||
349 | + | ||
350 | +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) | ||
351 | +# define PLATFORM_ID "Windows" | ||
352 | + | ||
353 | +#elif defined(__FreeBSD__) || defined(__FreeBSD) | ||
354 | +# define PLATFORM_ID "FreeBSD" | ||
355 | + | ||
356 | +#elif defined(__NetBSD__) || defined(__NetBSD) | ||
357 | +# define PLATFORM_ID "NetBSD" | ||
358 | + | ||
359 | +#elif defined(__OpenBSD__) || defined(__OPENBSD) | ||
360 | +# define PLATFORM_ID "OpenBSD" | ||
361 | + | ||
362 | +#elif defined(__sun) || defined(sun) | ||
363 | +# define PLATFORM_ID "SunOS" | ||
364 | + | ||
365 | +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) | ||
366 | +# define PLATFORM_ID "AIX" | ||
367 | + | ||
368 | +#elif defined(__hpux) || defined(__hpux__) | ||
369 | +# define PLATFORM_ID "HP-UX" | ||
370 | + | ||
371 | +#elif defined(__HAIKU__) | ||
372 | +# define PLATFORM_ID "Haiku" | ||
373 | + | ||
374 | +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) | ||
375 | +# define PLATFORM_ID "BeOS" | ||
376 | + | ||
377 | +#elif defined(__QNX__) || defined(__QNXNTO__) | ||
378 | +# define PLATFORM_ID "QNX" | ||
379 | + | ||
380 | +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) | ||
381 | +# define PLATFORM_ID "Tru64" | ||
382 | + | ||
383 | +#elif defined(__riscos) || defined(__riscos__) | ||
384 | +# define PLATFORM_ID "RISCos" | ||
385 | + | ||
386 | +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) | ||
387 | +# define PLATFORM_ID "SINIX" | ||
388 | + | ||
389 | +#elif defined(__UNIX_SV__) | ||
390 | +# define PLATFORM_ID "UNIX_SV" | ||
391 | + | ||
392 | +#elif defined(__bsdos__) | ||
393 | +# define PLATFORM_ID "BSDOS" | ||
394 | + | ||
395 | +#elif defined(_MPRAS) || defined(MPRAS) | ||
396 | +# define PLATFORM_ID "MP-RAS" | ||
397 | + | ||
398 | +#elif defined(__osf) || defined(__osf__) | ||
399 | +# define PLATFORM_ID "OSF1" | ||
400 | + | ||
401 | +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) | ||
402 | +# define PLATFORM_ID "SCO_SV" | ||
403 | + | ||
404 | +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) | ||
405 | +# define PLATFORM_ID "ULTRIX" | ||
406 | + | ||
407 | +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) | ||
408 | +# define PLATFORM_ID "Xenix" | ||
409 | + | ||
410 | +#elif defined(__WATCOMC__) | ||
411 | +# if defined(__LINUX__) | ||
412 | +# define PLATFORM_ID "Linux" | ||
413 | + | ||
414 | +# elif defined(__DOS__) | ||
415 | +# define PLATFORM_ID "DOS" | ||
416 | + | ||
417 | +# elif defined(__OS2__) | ||
418 | +# define PLATFORM_ID "OS2" | ||
419 | + | ||
420 | +# elif defined(__WINDOWS__) | ||
421 | +# define PLATFORM_ID "Windows3x" | ||
422 | + | ||
423 | +# elif defined(__VXWORKS__) | ||
424 | +# define PLATFORM_ID "VxWorks" | ||
425 | + | ||
426 | +# else /* unknown platform */ | ||
427 | +# define PLATFORM_ID | ||
428 | +# endif | ||
429 | + | ||
430 | +#elif defined(__INTEGRITY) | ||
431 | +# if defined(INT_178B) | ||
432 | +# define PLATFORM_ID "Integrity178" | ||
433 | + | ||
434 | +# else /* regular Integrity */ | ||
435 | +# define PLATFORM_ID "Integrity" | ||
436 | +# endif | ||
437 | + | ||
438 | +#else /* unknown platform */ | ||
439 | +# define PLATFORM_ID | ||
440 | + | ||
441 | +#endif | ||
442 | + | ||
443 | +/* For windows compilers MSVC and Intel we can determine | ||
444 | + the architecture of the compiler being used. This is because | ||
445 | + the compilers do not have flags that can change the architecture, | ||
446 | + but rather depend on which compiler is being used | ||
447 | +*/ | ||
448 | +#if defined(_WIN32) && defined(_MSC_VER) | ||
449 | +# if defined(_M_IA64) | ||
450 | +# define ARCHITECTURE_ID "IA64" | ||
451 | + | ||
452 | +# elif defined(_M_X64) || defined(_M_AMD64) | ||
453 | +# define ARCHITECTURE_ID "x64" | ||
454 | + | ||
455 | +# elif defined(_M_IX86) | ||
456 | +# define ARCHITECTURE_ID "X86" | ||
457 | + | ||
458 | +# elif defined(_M_ARM64) | ||
459 | +# define ARCHITECTURE_ID "ARM64" | ||
460 | + | ||
461 | +# elif defined(_M_ARM) | ||
462 | +# if _M_ARM == 4 | ||
463 | +# define ARCHITECTURE_ID "ARMV4I" | ||
464 | +# elif _M_ARM == 5 | ||
465 | +# define ARCHITECTURE_ID "ARMV5I" | ||
466 | +# else | ||
467 | +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) | ||
468 | +# endif | ||
469 | + | ||
470 | +# elif defined(_M_MIPS) | ||
471 | +# define ARCHITECTURE_ID "MIPS" | ||
472 | + | ||
473 | +# elif defined(_M_SH) | ||
474 | +# define ARCHITECTURE_ID "SHx" | ||
475 | + | ||
476 | +# else /* unknown architecture */ | ||
477 | +# define ARCHITECTURE_ID "" | ||
478 | +# endif | ||
479 | + | ||
480 | +#elif defined(__WATCOMC__) | ||
481 | +# if defined(_M_I86) | ||
482 | +# define ARCHITECTURE_ID "I86" | ||
483 | + | ||
484 | +# elif defined(_M_IX86) | ||
485 | +# define ARCHITECTURE_ID "X86" | ||
486 | + | ||
487 | +# else /* unknown architecture */ | ||
488 | +# define ARCHITECTURE_ID "" | ||
489 | +# endif | ||
490 | + | ||
491 | +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | ||
492 | +# if defined(__ICCARM__) | ||
493 | +# define ARCHITECTURE_ID "ARM" | ||
494 | + | ||
495 | +# elif defined(__ICCRX__) | ||
496 | +# define ARCHITECTURE_ID "RX" | ||
497 | + | ||
498 | +# elif defined(__ICCRH850__) | ||
499 | +# define ARCHITECTURE_ID "RH850" | ||
500 | + | ||
501 | +# elif defined(__ICCRL78__) | ||
502 | +# define ARCHITECTURE_ID "RL78" | ||
503 | + | ||
504 | +# elif defined(__ICCRISCV__) | ||
505 | +# define ARCHITECTURE_ID "RISCV" | ||
506 | + | ||
507 | +# elif defined(__ICCAVR__) | ||
508 | +# define ARCHITECTURE_ID "AVR" | ||
509 | + | ||
510 | +# elif defined(__ICC430__) | ||
511 | +# define ARCHITECTURE_ID "MSP430" | ||
512 | + | ||
513 | +# elif defined(__ICCV850__) | ||
514 | +# define ARCHITECTURE_ID "V850" | ||
515 | + | ||
516 | +# elif defined(__ICC8051__) | ||
517 | +# define ARCHITECTURE_ID "8051" | ||
518 | + | ||
519 | +# else /* unknown architecture */ | ||
520 | +# define ARCHITECTURE_ID "" | ||
521 | +# endif | ||
522 | + | ||
523 | +#elif defined(__ghs__) | ||
524 | +# if defined(__PPC64__) | ||
525 | +# define ARCHITECTURE_ID "PPC64" | ||
526 | + | ||
527 | +# elif defined(__ppc__) | ||
528 | +# define ARCHITECTURE_ID "PPC" | ||
529 | + | ||
530 | +# elif defined(__ARM__) | ||
531 | +# define ARCHITECTURE_ID "ARM" | ||
532 | + | ||
533 | +# elif defined(__x86_64__) | ||
534 | +# define ARCHITECTURE_ID "x64" | ||
535 | + | ||
536 | +# elif defined(__i386__) | ||
537 | +# define ARCHITECTURE_ID "X86" | ||
538 | + | ||
539 | +# else /* unknown architecture */ | ||
540 | +# define ARCHITECTURE_ID "" | ||
541 | +# endif | ||
542 | + | ||
543 | +#elif defined(__TI_COMPILER_VERSION__) | ||
544 | +# if defined(__TI_ARM__) | ||
545 | +# define ARCHITECTURE_ID "ARM" | ||
546 | + | ||
547 | +# elif defined(__MSP430__) | ||
548 | +# define ARCHITECTURE_ID "MSP430" | ||
549 | + | ||
550 | +# elif defined(__TMS320C28XX__) | ||
551 | +# define ARCHITECTURE_ID "TMS320C28x" | ||
552 | + | ||
553 | +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) | ||
554 | +# define ARCHITECTURE_ID "TMS320C6x" | ||
555 | + | ||
556 | +# else /* unknown architecture */ | ||
557 | +# define ARCHITECTURE_ID "" | ||
558 | +# endif | ||
559 | + | ||
560 | +#else | ||
561 | +# define ARCHITECTURE_ID | ||
562 | +#endif | ||
563 | + | ||
564 | +/* Convert integer to decimal digit literals. */ | ||
565 | +#define DEC(n) \ | ||
566 | + ('0' + (((n) / 10000000)%10)), \ | ||
567 | + ('0' + (((n) / 1000000)%10)), \ | ||
568 | + ('0' + (((n) / 100000)%10)), \ | ||
569 | + ('0' + (((n) / 10000)%10)), \ | ||
570 | + ('0' + (((n) / 1000)%10)), \ | ||
571 | + ('0' + (((n) / 100)%10)), \ | ||
572 | + ('0' + (((n) / 10)%10)), \ | ||
573 | + ('0' + ((n) % 10)) | ||
574 | + | ||
575 | +/* Convert integer to hex digit literals. */ | ||
576 | +#define HEX(n) \ | ||
577 | + ('0' + ((n)>>28 & 0xF)), \ | ||
578 | + ('0' + ((n)>>24 & 0xF)), \ | ||
579 | + ('0' + ((n)>>20 & 0xF)), \ | ||
580 | + ('0' + ((n)>>16 & 0xF)), \ | ||
581 | + ('0' + ((n)>>12 & 0xF)), \ | ||
582 | + ('0' + ((n)>>8 & 0xF)), \ | ||
583 | + ('0' + ((n)>>4 & 0xF)), \ | ||
584 | + ('0' + ((n) & 0xF)) | ||
585 | + | ||
586 | +/* Construct a string literal encoding the version number components. */ | ||
587 | +#ifdef COMPILER_VERSION_MAJOR | ||
588 | +char const info_version[] = { | ||
589 | + 'I', 'N', 'F', 'O', ':', | ||
590 | + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', | ||
591 | + COMPILER_VERSION_MAJOR, | ||
592 | +# ifdef COMPILER_VERSION_MINOR | ||
593 | + '.', COMPILER_VERSION_MINOR, | ||
594 | +# ifdef COMPILER_VERSION_PATCH | ||
595 | + '.', COMPILER_VERSION_PATCH, | ||
596 | +# ifdef COMPILER_VERSION_TWEAK | ||
597 | + '.', COMPILER_VERSION_TWEAK, | ||
598 | +# endif | ||
599 | +# endif | ||
600 | +# endif | ||
601 | + ']','\0'}; | ||
602 | +#endif | ||
603 | + | ||
604 | +/* Construct a string literal encoding the internal version number. */ | ||
605 | +#ifdef COMPILER_VERSION_INTERNAL | ||
606 | +char const info_version_internal[] = { | ||
607 | + 'I', 'N', 'F', 'O', ':', | ||
608 | + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', | ||
609 | + 'i','n','t','e','r','n','a','l','[', | ||
610 | + COMPILER_VERSION_INTERNAL,']','\0'}; | ||
611 | +#endif | ||
612 | + | ||
613 | +/* Construct a string literal encoding the version number components. */ | ||
614 | +#ifdef SIMULATE_VERSION_MAJOR | ||
615 | +char const info_simulate_version[] = { | ||
616 | + 'I', 'N', 'F', 'O', ':', | ||
617 | + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', | ||
618 | + SIMULATE_VERSION_MAJOR, | ||
619 | +# ifdef SIMULATE_VERSION_MINOR | ||
620 | + '.', SIMULATE_VERSION_MINOR, | ||
621 | +# ifdef SIMULATE_VERSION_PATCH | ||
622 | + '.', SIMULATE_VERSION_PATCH, | ||
623 | +# ifdef SIMULATE_VERSION_TWEAK | ||
624 | + '.', SIMULATE_VERSION_TWEAK, | ||
625 | +# endif | ||
626 | +# endif | ||
627 | +# endif | ||
628 | + ']','\0'}; | ||
629 | +#endif | ||
630 | + | ||
631 | +/* Construct the string literal in pieces to prevent the source from | ||
632 | + getting matched. Store it in a pointer rather than an array | ||
633 | + because some compilers will just produce instructions to fill the | ||
634 | + array rather than assigning a pointer to a static array. */ | ||
635 | +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; | ||
636 | +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; | ||
637 | + | ||
638 | + | ||
639 | + | ||
640 | +#if !defined(__STDC__) | ||
641 | +# if (defined(_MSC_VER) && !defined(__clang__)) \ | ||
642 | + || (defined(__ibmxl__) || defined(__IBMC__)) | ||
643 | +# define C_DIALECT "90" | ||
644 | +# else | ||
645 | +# define C_DIALECT | ||
646 | +# endif | ||
647 | +#elif __STDC_VERSION__ >= 201000L | ||
648 | +# define C_DIALECT "11" | ||
649 | +#elif __STDC_VERSION__ >= 199901L | ||
650 | +# define C_DIALECT "99" | ||
651 | +#else | ||
652 | +# define C_DIALECT "90" | ||
653 | +#endif | ||
654 | +const char* info_language_dialect_default = | ||
655 | + "INFO" ":" "dialect_default[" C_DIALECT "]"; | ||
656 | + | ||
657 | +/*--------------------------------------------------------------------------*/ | ||
658 | + | ||
659 | +#ifdef ID_VOID_MAIN | ||
660 | +void main() {} | ||
661 | +#else | ||
662 | +# if defined(__CLASSIC_C__) | ||
663 | +int main(argc, argv) int argc; char *argv[]; | ||
664 | +# else | ||
665 | +int main(int argc, char* argv[]) | ||
666 | +# endif | ||
667 | +{ | ||
668 | + int require = 0; | ||
669 | + require += info_compiler[argc]; | ||
670 | + require += info_platform[argc]; | ||
671 | + require += info_arch[argc]; | ||
672 | +#ifdef COMPILER_VERSION_MAJOR | ||
673 | + require += info_version[argc]; | ||
674 | +#endif | ||
675 | +#ifdef COMPILER_VERSION_INTERNAL | ||
676 | + require += info_version_internal[argc]; | ||
677 | +#endif | ||
678 | +#ifdef SIMULATE_ID | ||
679 | + require += info_simulate[argc]; | ||
680 | +#endif | ||
681 | +#ifdef SIMULATE_VERSION_MAJOR | ||
682 | + require += info_simulate_version[argc]; | ||
683 | +#endif | ||
684 | +#if defined(_CRAYC) || defined(__cray__) | ||
685 | + require += info_cray[argc]; | ||
686 | +#endif | ||
687 | + require += info_language_dialect_default[argc]; | ||
688 | + (void)argv; | ||
689 | + return require; | ||
690 | +} | ||
691 | +#endif |
ext_dep/libvncserver/build/CMakeFiles/3.19.5/CompilerIdC/a.out
No preview for this file type
ext_dep/libvncserver/build/CMakeFiles/CMakeDirectoryInformation.cmake
@@ -0,0 +1,16 @@ | @@ -0,0 +1,16 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
3 | + | ||
4 | +# Relative path conversion top directories. | ||
5 | +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master") | ||
6 | +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/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}) |
ext_dep/libvncserver/build/CMakeFiles/CMakeError.log
@@ -0,0 +1,153 @@ | @@ -0,0 +1,153 @@ | ||
1 | +Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: | ||
2 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
3 | + | ||
4 | +Run Build Command(s):/usr/bin/make cmTC_d7134/fast && /usr/bin/make -f CMakeFiles/cmTC_d7134.dir/build.make CMakeFiles/cmTC_d7134.dir/build | ||
5 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
6 | +Building C object CMakeFiles/cmTC_d7134.dir/src.c.o | ||
7 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -DCMAKE_HAVE_LIBC_PTHREAD -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_d7134.dir/src.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/src.c | ||
8 | +Linking C executable cmTC_d7134 | ||
9 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d7134.dir/link.txt --verbose=1 | ||
10 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_d7134.dir/src.c.o -o cmTC_d7134 | ||
11 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/real-ld: CMakeFiles/cmTC_d7134.dir/src.c.o: in function `main': | ||
12 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/src.c:11: undefined reference to `pthread_create' | ||
13 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/real-ld: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/src.c:12: undefined reference to `pthread_detach' | ||
14 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/real-ld: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/src.c:13: undefined reference to `pthread_cancel' | ||
15 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/real-ld: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/src.c:14: undefined reference to `pthread_join' | ||
16 | +collect2: error: ld returned 1 exit status | ||
17 | +CMakeFiles/cmTC_d7134.dir/build.make:105: recipe for target 'cmTC_d7134' failed | ||
18 | +make[1]: *** [cmTC_d7134] Error 1 | ||
19 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
20 | +Makefile:140: recipe for target 'cmTC_d7134/fast' failed | ||
21 | +make: *** [cmTC_d7134/fast] Error 2 | ||
22 | + | ||
23 | + | ||
24 | +Source file was: | ||
25 | +#include <pthread.h> | ||
26 | + | ||
27 | +static void* test_func(void* data) | ||
28 | +{ | ||
29 | + return data; | ||
30 | +} | ||
31 | + | ||
32 | +int main(void) | ||
33 | +{ | ||
34 | + pthread_t thread; | ||
35 | + pthread_create(&thread, NULL, test_func, NULL); | ||
36 | + pthread_detach(thread); | ||
37 | + pthread_cancel(thread); | ||
38 | + pthread_join(thread, NULL); | ||
39 | + pthread_atfork(NULL, NULL, NULL); | ||
40 | + pthread_exit(NULL); | ||
41 | + | ||
42 | + return 0; | ||
43 | +} | ||
44 | + | ||
45 | +Determining if the function pthread_create exists in the pthreads failed with the following output: | ||
46 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
47 | + | ||
48 | +Run Build Command(s):/usr/bin/make cmTC_2cc8e/fast && /usr/bin/make -f CMakeFiles/cmTC_2cc8e.dir/build.make CMakeFiles/cmTC_2cc8e.dir/build | ||
49 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
50 | +Building C object CMakeFiles/cmTC_2cc8e.dir/CheckFunctionExists.c.o | ||
51 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_2cc8e.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c | ||
52 | +Linking C executable cmTC_2cc8e | ||
53 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2cc8e.dir/link.txt --verbose=1 | ||
54 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_2cc8e.dir/CheckFunctionExists.c.o -o cmTC_2cc8e -lpthreads | ||
55 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/real-ld: cannot find -lpthreads | ||
56 | +collect2: error: ld returned 1 exit status | ||
57 | +CMakeFiles/cmTC_2cc8e.dir/build.make:105: recipe for target 'cmTC_2cc8e' failed | ||
58 | +make[1]: *** [cmTC_2cc8e] Error 1 | ||
59 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
60 | +Makefile:140: recipe for target 'cmTC_2cc8e/fast' failed | ||
61 | +make: *** [cmTC_2cc8e/fast] Error 2 | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | +Determining if the include file sys/endian.h exists failed with the following output: | ||
66 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
67 | + | ||
68 | +Run Build Command(s):/usr/bin/make cmTC_6e58c/fast && /usr/bin/make -f CMakeFiles/cmTC_6e58c.dir/build.make CMakeFiles/cmTC_6e58c.dir/build | ||
69 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
70 | +Building C object CMakeFiles/cmTC_6e58c.dir/CheckIncludeFile.c.o | ||
71 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_6e58c.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | ||
72 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: sys/endian.h: No such file or directory | ||
73 | + 1 | #include <sys/endian.h> | ||
74 | + | ^~~~~~~~~~~~~~ | ||
75 | +compilation terminated. | ||
76 | +CMakeFiles/cmTC_6e58c.dir/build.make:84: recipe for target 'CMakeFiles/cmTC_6e58c.dir/CheckIncludeFile.c.o' failed | ||
77 | +make[1]: *** [CMakeFiles/cmTC_6e58c.dir/CheckIncludeFile.c.o] Error 1 | ||
78 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
79 | +Makefile:140: recipe for target 'cmTC_6e58c/fast' failed | ||
80 | +make: *** [cmTC_6e58c/fast] Error 2 | ||
81 | + | ||
82 | + | ||
83 | + | ||
84 | +Determining if the include file vfork.h exists failed with the following output: | ||
85 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
86 | + | ||
87 | +Run Build Command(s):/usr/bin/make cmTC_41cfa/fast && /usr/bin/make -f CMakeFiles/cmTC_41cfa.dir/build.make CMakeFiles/cmTC_41cfa.dir/build | ||
88 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
89 | +Building C object CMakeFiles/cmTC_41cfa.dir/CheckIncludeFile.c.o | ||
90 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_41cfa.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | ||
91 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: vfork.h: No such file or directory | ||
92 | + 1 | #include <vfork.h> | ||
93 | + | ^~~~~~~~~ | ||
94 | +compilation terminated. | ||
95 | +CMakeFiles/cmTC_41cfa.dir/build.make:84: recipe for target 'CMakeFiles/cmTC_41cfa.dir/CheckIncludeFile.c.o' failed | ||
96 | +make[1]: *** [CMakeFiles/cmTC_41cfa.dir/CheckIncludeFile.c.o] Error 1 | ||
97 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
98 | +Makefile:140: recipe for target 'cmTC_41cfa/fast' failed | ||
99 | +make: *** [cmTC_41cfa/fast] Error 2 | ||
100 | + | ||
101 | + | ||
102 | + | ||
103 | +Determining if the include file ws2tcpip.h exists failed with the following output: | ||
104 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
105 | + | ||
106 | +Run Build Command(s):/usr/bin/make cmTC_a5e1c/fast && /usr/bin/make -f CMakeFiles/cmTC_a5e1c.dir/build.make CMakeFiles/cmTC_a5e1c.dir/build | ||
107 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
108 | +Building C object CMakeFiles/cmTC_a5e1c.dir/CheckIncludeFile.c.o | ||
109 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_a5e1c.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | ||
110 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: ws2tcpip.h: No such file or directory | ||
111 | + 1 | #include <ws2tcpip.h> | ||
112 | + | ^~~~~~~~~~~~ | ||
113 | +compilation terminated. | ||
114 | +CMakeFiles/cmTC_a5e1c.dir/build.make:84: recipe for target 'CMakeFiles/cmTC_a5e1c.dir/CheckIncludeFile.c.o' failed | ||
115 | +make[1]: *** [CMakeFiles/cmTC_a5e1c.dir/CheckIncludeFile.c.o] Error 1 | ||
116 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
117 | +Makefile:140: recipe for target 'cmTC_a5e1c/fast' failed | ||
118 | +make: *** [cmTC_a5e1c/fast] Error 2 | ||
119 | + | ||
120 | + | ||
121 | + | ||
122 | +Determining if the OSSwapHostToBigInt64 exist failed with the following output: | ||
123 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
124 | + | ||
125 | +Run Build Command(s):/usr/bin/make cmTC_86439/fast && /usr/bin/make -f CMakeFiles/cmTC_86439.dir/build.make CMakeFiles/cmTC_86439.dir/build | ||
126 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
127 | +Building C object CMakeFiles/cmTC_86439.dir/CheckSymbolExists.c.o | ||
128 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_86439.dir/CheckSymbolExists.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | ||
129 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: libkern/OSByteOrder.h: No such file or directory | ||
130 | + 2 | #include <libkern/OSByteOrder.h> | ||
131 | + | ^~~~~~~~~~~~~~~~~~~~~~~ | ||
132 | +compilation terminated. | ||
133 | +CMakeFiles/cmTC_86439.dir/build.make:84: recipe for target 'CMakeFiles/cmTC_86439.dir/CheckSymbolExists.c.o' failed | ||
134 | +make[1]: *** [CMakeFiles/cmTC_86439.dir/CheckSymbolExists.c.o] Error 1 | ||
135 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
136 | +Makefile:140: recipe for target 'cmTC_86439/fast' failed | ||
137 | +make: *** [cmTC_86439/fast] Error 2 | ||
138 | + | ||
139 | + | ||
140 | +File /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | ||
141 | +/* */ | ||
142 | +#include <libkern/OSByteOrder.h> | ||
143 | + | ||
144 | +int main(int argc, char** argv) | ||
145 | +{ | ||
146 | + (void)argv; | ||
147 | +#ifndef OSSwapHostToBigInt64 | ||
148 | + return ((int*)(&OSSwapHostToBigInt64))[argc]; | ||
149 | +#else | ||
150 | + (void)argc; | ||
151 | + return 0; | ||
152 | +#endif | ||
153 | +} |
ext_dep/libvncserver/build/CMakeFiles/CMakeOutput.log
@@ -0,0 +1,928 @@ | @@ -0,0 +1,928 @@ | ||
1 | +The target system is: Linux - - cortexa53-crypto | ||
2 | +The host system is: Linux - 5.4.0-122-generic - x86_64 | ||
3 | +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. | ||
4 | +Compiler: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53;-march=armv8-a+crc+crypto;-fstack-protector-strong;-O2;-D_FORTIFY_SOURCE=2;-Wformat;-Wformat-security;-Werror=format-security;--sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux | ||
5 | +Build flags: ;-O2;-pipe;-g;-feliminate-unused-debug-types; | ||
6 | +Id flags: | ||
7 | + | ||
8 | +The output was: | ||
9 | +0 | ||
10 | + | ||
11 | + | ||
12 | +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" | ||
13 | + | ||
14 | +The C compiler identification is GNU, found in "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/3.19.5/CompilerIdC/a.out" | ||
15 | + | ||
16 | +Detecting C compiler ABI info compiled with the following output: | ||
17 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
18 | + | ||
19 | +Run Build Command(s):/usr/bin/make cmTC_85414/fast && /usr/bin/make -f CMakeFiles/cmTC_85414.dir/build.make CMakeFiles/cmTC_85414.dir/build | ||
20 | +make[1]: Entering directory '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' | ||
21 | +Building C object CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o | ||
22 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -v -o CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeCCompilerABI.c | ||
23 | +Using built-in specs. | ||
24 | +COLLECT_GCC=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc | ||
25 | +Target: aarch64-poky-linux | ||
26 | +Configured with: ../../../../../../work-shared/gcc-10.2.0-r0/gcc-10.2.0/configure --build=x86_64-linux --host=x86_64-pokysdk-linux --target=aarch64-poky-linux --prefix=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr --exec_prefix=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr --bindir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux --sbindir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux --libexecdir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux --datadir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share --sysconfdir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/etc --sharedstatedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/com --localstatedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/var --libdir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux --includedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/include --oldincludedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/include --infodir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/info --mandir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/data/junho/projects/lse/apollo-hardknott/build-apollo/tmp/work/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-aarch64/10.2.0-r0/recipe-sysroot --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --enable-multilib --enable-default-pie --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=aarch64-poky-linux- --without-local-prefix --disable-install-libiberty --disable-libssp --enable-libitm --enable-lto --disable-bootstrap --with-system-zlib --with-linker-hash-style=gnu --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --without-isl --with-gxx-include-dir=/not/exist/usr/include/c++/10.2.0 --with-build-time-tools=/data/junho/projects/lse/apollo-hardknott/build-apollo/tmp/work/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-aarch64/10.2.0-r0/recipe-sysroot-native/usr/aarch64-poky-linux/bin --with-sysroot=/not/exist --with-build-sysroot=/data/junho/projects/lse/apollo-hardknott/build-apollo/tmp/work/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-aarch64/10.2.0-r0/recipe-sysroot --enable-poison-system-directories --disable-static --enable-nls --with-glibc-version=2.28 --enable-initfini-array --enable-__cxa_atexit | ||
27 | +Thread model: posix | ||
28 | +Supported LTO compression algorithms: zlib | ||
29 | +gcc version 10.2.0 (GCC) | ||
30 | +COLLECT_GCC_OPTIONS='--sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux' '-mcpu=cortex-a53' '-march=armv8-a+crc+crypto' '-fstack-protector-strong' '-O2' '-D' '_FORTIFY_SOURCE=2' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-O2' '-pipe' '-g' '-feliminate-unused-debug-types' '-v' '-o' 'CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o' '-c' '-mlittle-endian' '-mabi=lp64' | ||
31 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/cc1 -quiet -v -isysroot /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -D _FORTIFY_SOURCE=2 /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mcpu=cortex-a53 -march=armv8-a+crc+crypto -mlittle-endian -mabi=lp64 -auxbase-strip CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o -g -O2 -O2 -Wformat=1 -Wformat-security -Werror=format-security -version -fstack-protector-strong -feliminate-unused-debug-types -o - | | ||
32 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/as -v -EL -march=armv8-a+crc+crypto -march=armv8-a+crc -mabi=lp64 -o CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o | ||
33 | +GNU assembler version 2.36.1 (aarch64-poky-linux) using BFD version (GNU Binutils) 2.36.1.20210209 | ||
34 | +GNU C17 (GCC) version 10.2.0 (aarch64-poky-linux) | ||
35 | + compiled by GNU C version 10.2.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version none | ||
36 | +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 | ||
37 | +ignoring nonexistent directory "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/local/include" | ||
38 | +ignoring nonexistent directory "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/../../../../../aarch64-poky-linux/include" | ||
39 | +#include "..." search starts here: | ||
40 | +#include <...> search starts here: | ||
41 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include | ||
42 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/include | ||
43 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include-fixed | ||
44 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include/ | ||
45 | +End of search list. | ||
46 | +GNU C17 (GCC) version 10.2.0 (aarch64-poky-linux) | ||
47 | + compiled by GNU C version 10.2.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version none | ||
48 | +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 | ||
49 | +Compiler executable checksum: 2d99253c7b1c6dd251976e903fe63449 | ||
50 | +COMPILER_PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/ | ||
51 | +LIBRARY_PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/lib/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/ | ||
52 | +COLLECT_GCC_OPTIONS='--sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux' '-mcpu=cortex-a53' '-march=armv8-a+crc+crypto' '-fstack-protector-strong' '-O2' '-D' '_FORTIFY_SOURCE=2' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-O2' '-pipe' '-g' '-feliminate-unused-debug-types' '-v' '-o' 'CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o' '-c' '-mlittle-endian' '-mabi=lp64' | ||
53 | +Linking C executable cmTC_85414 | ||
54 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_85414.dir/link.txt --verbose=1 | ||
55 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now -v CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o -o cmTC_85414 | ||
56 | +Using built-in specs. | ||
57 | +COLLECT_GCC=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc | ||
58 | +COLLECT_LTO_WRAPPER=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/lto-wrapper | ||
59 | +Target: aarch64-poky-linux | ||
60 | +Configured with: ../../../../../../work-shared/gcc-10.2.0-r0/gcc-10.2.0/configure --build=x86_64-linux --host=x86_64-pokysdk-linux --target=aarch64-poky-linux --prefix=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr --exec_prefix=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr --bindir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux --sbindir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux --libexecdir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux --datadir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share --sysconfdir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/etc --sharedstatedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/com --localstatedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/var --libdir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux --includedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/include --oldincludedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/include --infodir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/info --mandir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/data/junho/projects/lse/apollo-hardknott/build-apollo/tmp/work/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-aarch64/10.2.0-r0/recipe-sysroot --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --enable-multilib --enable-default-pie --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=aarch64-poky-linux- --without-local-prefix --disable-install-libiberty --disable-libssp --enable-libitm --enable-lto --disable-bootstrap --with-system-zlib --with-linker-hash-style=gnu --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --without-isl --with-gxx-include-dir=/not/exist/usr/include/c++/10.2.0 --with-build-time-tools=/data/junho/projects/lse/apollo-hardknott/build-apollo/tmp/work/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-aarch64/10.2.0-r0/recipe-sysroot-native/usr/aarch64-poky-linux/bin --with-sysroot=/not/exist --with-build-sysroot=/data/junho/projects/lse/apollo-hardknott/build-apollo/tmp/work/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-aarch64/10.2.0-r0/recipe-sysroot --enable-poison-system-directories --disable-static --enable-nls --with-glibc-version=2.28 --enable-initfini-array --enable-__cxa_atexit | ||
61 | +Thread model: posix | ||
62 | +Supported LTO compression algorithms: zlib | ||
63 | +gcc version 10.2.0 (GCC) | ||
64 | +COMPILER_PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/ | ||
65 | +LIBRARY_PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/lib/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/ | ||
66 | +COLLECT_GCC_OPTIONS='--sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux' '-mcpu=cortex-a53' '-march=armv8-a+crc+crypto' '-fstack-protector-strong' '-O2' '-D' '_FORTIFY_SOURCE=2' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-O2' '-pipe' '-g' '-feliminate-unused-debug-types' '-v' '-o' 'cmTC_85414' '-mlittle-endian' '-mabi=lp64' | ||
67 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/collect2 -plugin /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/liblto_plugin.so -plugin-opt=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc2Orln9.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 --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --build-id --eh-frame-hdr --hash-style=gnu -dynamic-linker /lib/ld-linux-aarch64.so.1 -X -EL -maarch64linux -pie -o cmTC_85414 /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/Scrt1.o /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/crti.o /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/crtbeginS.o -L/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0 -L/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/lib -L/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0 -L/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib -O1 --hash-style=gnu --as-needed -z relro -z now CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/crtendS.o /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/crtn.o | ||
68 | +COLLECT_GCC_OPTIONS='--sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux' '-mcpu=cortex-a53' '-march=armv8-a+crc+crypto' '-fstack-protector-strong' '-O2' '-D' '_FORTIFY_SOURCE=2' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-O2' '-pipe' '-g' '-feliminate-unused-debug-types' '-v' '-o' 'cmTC_85414' '-mlittle-endian' '-mabi=lp64' | ||
69 | +make[1]: Leaving directory '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | +Parsed C implicit include dir info from above output: rv=done | ||
74 | + found start of include info | ||
75 | + found start of implicit include info | ||
76 | + add: [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include] | ||
77 | + add: [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/include] | ||
78 | + add: [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include-fixed] | ||
79 | + add: [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include/] | ||
80 | + end of search list found | ||
81 | + collapse include dir [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include] ==> [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include] | ||
82 | + collapse include dir [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/include] ==> [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/include] | ||
83 | + collapse include dir [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include-fixed] ==> [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include-fixed] | ||
84 | + collapse include dir [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include/] ==> [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include] | ||
85 | + implicit include dirs: [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/include;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include-fixed;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include] | ||
86 | + | ||
87 | + | ||
88 | +Parsed C implicit link information from above output: | ||
89 | + link line regex: [^( *|.*[/\])(aarch64-poky-linux-ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] | ||
90 | + ignore line: [Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp] | ||
91 | + ignore line: [] | ||
92 | + ignore line: [Run Build Command(s):/usr/bin/make cmTC_85414/fast && /usr/bin/make -f CMakeFiles/cmTC_85414.dir/build.make CMakeFiles/cmTC_85414.dir/build] | ||
93 | + ignore line: [make[1]: Entering directory '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp'] | ||
94 | + ignore line: [Building C object CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o] | ||
95 | + ignore line: [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -v -o CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeCCompilerABI.c] | ||
96 | + ignore line: [Using built-in specs.] | ||
97 | + ignore line: [COLLECT_GCC=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc] | ||
98 | + ignore line: [Target: aarch64-poky-linux] | ||
99 | + ignore line: [Configured with: ../../../../../../work-shared/gcc-10.2.0-r0/gcc-10.2.0/configure --build=x86_64-linux --host=x86_64-pokysdk-linux --target=aarch64-poky-linux --prefix=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr --exec_prefix=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr --bindir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux --sbindir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux --libexecdir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux --datadir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share --sysconfdir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/etc --sharedstatedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/com --localstatedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/var --libdir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux --includedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/include --oldincludedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/include --infodir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/info --mandir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/data/junho/projects/lse/apollo-hardknott/build-apollo/tmp/work/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-aarch64/10.2.0-r0/recipe-sysroot --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --enable-multilib --enable-default-pie --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=aarch64-poky-linux- --without-local-prefix --disable-install-libiberty --disable-libssp --enable-libitm --enable-lto --disable-bootstrap --with-system-zlib --with-linker-hash-style=gnu --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --without-isl --with-gxx-include-dir=/not/exist/usr/include/c++/10.2.0 --with-build-time-tools=/data/junho/projects/lse/apollo-hardknott/build-apollo/tmp/work/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-aarch64/10.2.0-r0/recipe-sysroot-native/usr/aarch64-poky-linux/bin --with-sysroot=/not/exist --with-build-sysroot=/data/junho/projects/lse/apollo-hardknott/build-apollo/tmp/work/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-aarch64/10.2.0-r0/recipe-sysroot --enable-poison-system-directories --disable-static --enable-nls --with-glibc-version=2.28 --enable-initfini-array --enable-__cxa_atexit] | ||
100 | + ignore line: [Thread model: posix] | ||
101 | + ignore line: [Supported LTO compression algorithms: zlib] | ||
102 | + ignore line: [gcc version 10.2.0 (GCC) ] | ||
103 | + ignore line: [COLLECT_GCC_OPTIONS='--sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux' '-mcpu=cortex-a53' '-march=armv8-a+crc+crypto' '-fstack-protector-strong' '-O2' '-D' '_FORTIFY_SOURCE=2' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-O2' '-pipe' '-g' '-feliminate-unused-debug-types' '-v' '-o' 'CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o' '-c' '-mlittle-endian' '-mabi=lp64'] | ||
104 | + ignore line: [ /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/cc1 -quiet -v -isysroot /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -D _FORTIFY_SOURCE=2 /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mcpu=cortex-a53 -march=armv8-a+crc+crypto -mlittle-endian -mabi=lp64 -auxbase-strip CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o -g -O2 -O2 -Wformat=1 -Wformat-security -Werror=format-security -version -fstack-protector-strong -feliminate-unused-debug-types -o - |] | ||
105 | + ignore line: [ /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/as -v -EL -march=armv8-a+crc+crypto -march=armv8-a+crc -mabi=lp64 -o CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o] | ||
106 | + ignore line: [GNU assembler version 2.36.1 (aarch64-poky-linux) using BFD version (GNU Binutils) 2.36.1.20210209] | ||
107 | + ignore line: [GNU C17 (GCC) version 10.2.0 (aarch64-poky-linux)] | ||
108 | + ignore line: [ compiled by GNU C version 10.2.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version none] | ||
109 | + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] | ||
110 | + ignore line: [ignoring nonexistent directory "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/local/include"] | ||
111 | + ignore line: [ignoring nonexistent directory "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/../../../../../aarch64-poky-linux/include"] | ||
112 | + ignore line: [#include "..." search starts here:] | ||
113 | + ignore line: [#include <...> search starts here:] | ||
114 | + ignore line: [ /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include] | ||
115 | + ignore line: [ /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/include] | ||
116 | + ignore line: [ /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include-fixed] | ||
117 | + ignore line: [ /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include/] | ||
118 | + ignore line: [End of search list.] | ||
119 | + ignore line: [GNU C17 (GCC) version 10.2.0 (aarch64-poky-linux)] | ||
120 | + ignore line: [ compiled by GNU C version 10.2.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version none] | ||
121 | + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] | ||
122 | + ignore line: [Compiler executable checksum: 2d99253c7b1c6dd251976e903fe63449] | ||
123 | + ignore line: [COMPILER_PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/] | ||
124 | + ignore line: [LIBRARY_PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/lib/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/] | ||
125 | + ignore line: [COLLECT_GCC_OPTIONS='--sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux' '-mcpu=cortex-a53' '-march=armv8-a+crc+crypto' '-fstack-protector-strong' '-O2' '-D' '_FORTIFY_SOURCE=2' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-O2' '-pipe' '-g' '-feliminate-unused-debug-types' '-v' '-o' 'CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o' '-c' '-mlittle-endian' '-mabi=lp64'] | ||
126 | + ignore line: [Linking C executable cmTC_85414] | ||
127 | + ignore line: [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_85414.dir/link.txt --verbose=1] | ||
128 | + ignore line: [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl -O1 -Wl --hash-style=gnu -Wl --as-needed -Wl -z relro -z now -v CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o -o cmTC_85414 ] | ||
129 | + ignore line: [Using built-in specs.] | ||
130 | + ignore line: [COLLECT_GCC=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc] | ||
131 | + ignore line: [COLLECT_LTO_WRAPPER=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/lto-wrapper] | ||
132 | + ignore line: [Target: aarch64-poky-linux] | ||
133 | + ignore line: [Configured with: ../../../../../../work-shared/gcc-10.2.0-r0/gcc-10.2.0/configure --build=x86_64-linux --host=x86_64-pokysdk-linux --target=aarch64-poky-linux --prefix=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr --exec_prefix=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr --bindir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux --sbindir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux --libexecdir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux --datadir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share --sysconfdir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/etc --sharedstatedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/com --localstatedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/var --libdir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux --includedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/include --oldincludedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/include --infodir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/info --mandir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/data/junho/projects/lse/apollo-hardknott/build-apollo/tmp/work/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-aarch64/10.2.0-r0/recipe-sysroot --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --enable-multilib --enable-default-pie --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=aarch64-poky-linux- --without-local-prefix --disable-install-libiberty --disable-libssp --enable-libitm --enable-lto --disable-bootstrap --with-system-zlib --with-linker-hash-style=gnu --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --without-isl --with-gxx-include-dir=/not/exist/usr/include/c++/10.2.0 --with-build-time-tools=/data/junho/projects/lse/apollo-hardknott/build-apollo/tmp/work/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-aarch64/10.2.0-r0/recipe-sysroot-native/usr/aarch64-poky-linux/bin --with-sysroot=/not/exist --with-build-sysroot=/data/junho/projects/lse/apollo-hardknott/build-apollo/tmp/work/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-aarch64/10.2.0-r0/recipe-sysroot --enable-poison-system-directories --disable-static --enable-nls --with-glibc-version=2.28 --enable-initfini-array --enable-__cxa_atexit] | ||
134 | + ignore line: [Thread model: posix] | ||
135 | + ignore line: [Supported LTO compression algorithms: zlib] | ||
136 | + ignore line: [gcc version 10.2.0 (GCC) ] | ||
137 | + ignore line: [COMPILER_PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/] | ||
138 | + ignore line: [LIBRARY_PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/lib/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/] | ||
139 | + ignore line: [COLLECT_GCC_OPTIONS='--sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux' '-mcpu=cortex-a53' '-march=armv8-a+crc+crypto' '-fstack-protector-strong' '-O2' '-D' '_FORTIFY_SOURCE=2' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-O2' '-pipe' '-g' '-feliminate-unused-debug-types' '-v' '-o' 'cmTC_85414' '-mlittle-endian' '-mabi=lp64'] | ||
140 | + link line: [ /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/collect2 -plugin /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/liblto_plugin.so -plugin-opt=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc2Orln9.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 --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --build-id --eh-frame-hdr --hash-style=gnu -dynamic-linker /lib/ld-linux-aarch64.so.1 -X -EL -maarch64linux -pie -o cmTC_85414 /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/Scrt1.o /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/crti.o /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/crtbeginS.o -L/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0 -L/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/lib -L/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0 -L/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib -O1 --hash-style=gnu --as-needed -z relro -z now CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/crtendS.o /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/crtn.o] | ||
141 | + arg [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/collect2] ==> ignore | ||
142 | + arg [-plugin] ==> ignore | ||
143 | + arg [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/liblto_plugin.so] ==> ignore | ||
144 | + arg [-plugin-opt=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/lto-wrapper] ==> ignore | ||
145 | + arg [-plugin-opt=-fresolution=/tmp/cc2Orln9.res] ==> ignore | ||
146 | + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore | ||
147 | + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore | ||
148 | + arg [-plugin-opt=-pass-through=-lc] ==> ignore | ||
149 | + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore | ||
150 | + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore | ||
151 | + arg [--sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux] ==> ignore | ||
152 | + arg [--build-id] ==> ignore | ||
153 | + arg [--eh-frame-hdr] ==> ignore | ||
154 | + arg [--hash-style=gnu] ==> ignore | ||
155 | + arg [-dynamic-linker] ==> ignore | ||
156 | + arg [/lib/ld-linux-aarch64.so.1] ==> ignore | ||
157 | + arg [-X] ==> ignore | ||
158 | + arg [-EL] ==> ignore | ||
159 | + arg [-maarch64linux] ==> ignore | ||
160 | + arg [-pie] ==> ignore | ||
161 | + arg [-o] ==> ignore | ||
162 | + arg [cmTC_85414] ==> ignore | ||
163 | + arg [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/Scrt1.o] ==> ignore | ||
164 | + arg [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/crti.o] ==> ignore | ||
165 | + arg [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/crtbeginS.o] ==> ignore | ||
166 | + arg [-L/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0] ==> dir [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0] | ||
167 | + arg [-L/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/lib] ==> dir [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/lib] | ||
168 | + arg [-L/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0] ==> dir [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0] | ||
169 | + arg [-L/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib] ==> dir [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib] | ||
170 | + arg [-O1] ==> ignore | ||
171 | + arg [--hash-style=gnu] ==> ignore | ||
172 | + arg [--as-needed] ==> ignore | ||
173 | + arg [-zrelro] ==> ignore | ||
174 | + arg [-znow] ==> ignore | ||
175 | + arg [CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o] ==> ignore | ||
176 | + arg [-lgcc] ==> lib [gcc] | ||
177 | + arg [--push-state] ==> ignore | ||
178 | + arg [--as-needed] ==> ignore | ||
179 | + arg [-lgcc_s] ==> lib [gcc_s] | ||
180 | + arg [--pop-state] ==> ignore | ||
181 | + arg [-lc] ==> lib [c] | ||
182 | + arg [-lgcc] ==> lib [gcc] | ||
183 | + arg [--push-state] ==> ignore | ||
184 | + arg [--as-needed] ==> ignore | ||
185 | + arg [-lgcc_s] ==> lib [gcc_s] | ||
186 | + arg [--pop-state] ==> ignore | ||
187 | + arg [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/crtendS.o] ==> ignore | ||
188 | + arg [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/crtn.o] ==> ignore | ||
189 | + collapse library dir [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0] ==> [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0] | ||
190 | + collapse library dir [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/lib] ==> [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/lib] | ||
191 | + collapse library dir [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0] ==> [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0] | ||
192 | + collapse library dir [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib] ==> [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib] | ||
193 | + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] | ||
194 | + implicit dirs: [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/lib;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib] | ||
195 | + implicit fwks: [] | ||
196 | + | ||
197 | + | ||
198 | +Performing C SOURCE FILE Test FOUND_LIBJPEG_TURBO succeeded with the following output: | ||
199 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
200 | + | ||
201 | +Run Build Command(s):/usr/bin/make cmTC_690ca/fast && /usr/bin/make -f CMakeFiles/cmTC_690ca.dir/build.make CMakeFiles/cmTC_690ca.dir/build | ||
202 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
203 | +Building C object CMakeFiles/cmTC_690ca.dir/src.c.o | ||
204 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -DFOUND_LIBJPEG_TURBO -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_690ca.dir/src.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/src.c | ||
205 | +Linking C executable cmTC_690ca | ||
206 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_690ca.dir/link.txt --verbose=1 | ||
207 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_690ca.dir/src.c.o -o cmTC_690ca /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so | ||
208 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
209 | + | ||
210 | + | ||
211 | +Source file was: | ||
212 | + | ||
213 | + | ||
214 | + #include <stdio.h> | ||
215 | + | ||
216 | + #include <jpeglib.h> | ||
217 | + | ||
218 | + int main(void) { | ||
219 | + | ||
220 | + struct jpeg_compress_struct cinfo; | ||
221 | + | ||
222 | + struct jpeg_error_mgr jerr; | ||
223 | + | ||
224 | + cinfo.err=jpeg_std_error(&jerr); | ||
225 | + | ||
226 | + jpeg_create_compress(&cinfo); | ||
227 | + | ||
228 | + cinfo.input_components = 3; | ||
229 | + | ||
230 | + jpeg_set_defaults(&cinfo); | ||
231 | + | ||
232 | + cinfo.in_color_space = JCS_EXT_RGB; | ||
233 | + | ||
234 | + jpeg_default_colorspace(&cinfo); | ||
235 | + | ||
236 | + return 0; | ||
237 | + | ||
238 | + } | ||
239 | +Determining if the include file pthread.h exists passed with the following output: | ||
240 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
241 | + | ||
242 | +Run Build Command(s):/usr/bin/make cmTC_f0e31/fast && /usr/bin/make -f CMakeFiles/cmTC_f0e31.dir/build.make CMakeFiles/cmTC_f0e31.dir/build | ||
243 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
244 | +Building C object CMakeFiles/cmTC_f0e31.dir/CheckIncludeFile.c.o | ||
245 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_f0e31.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | ||
246 | +Linking C executable cmTC_f0e31 | ||
247 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f0e31.dir/link.txt --verbose=1 | ||
248 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_f0e31.dir/CheckIncludeFile.c.o -o cmTC_f0e31 | ||
249 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
250 | + | ||
251 | + | ||
252 | + | ||
253 | +Determining if the function pthread_create exists in the pthread passed with the following output: | ||
254 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
255 | + | ||
256 | +Run Build Command(s):/usr/bin/make cmTC_58264/fast && /usr/bin/make -f CMakeFiles/cmTC_58264.dir/build.make CMakeFiles/cmTC_58264.dir/build | ||
257 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
258 | +Building C object CMakeFiles/cmTC_58264.dir/CheckFunctionExists.c.o | ||
259 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_58264.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c | ||
260 | +Linking C executable cmTC_58264 | ||
261 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_58264.dir/link.txt --verbose=1 | ||
262 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_58264.dir/CheckFunctionExists.c.o -o cmTC_58264 -lpthread | ||
263 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
264 | + | ||
265 | + | ||
266 | + | ||
267 | +Determining if the include file dirent.h exists passed with the following output: | ||
268 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
269 | + | ||
270 | +Run Build Command(s):/usr/bin/make cmTC_563b6/fast && /usr/bin/make -f CMakeFiles/cmTC_563b6.dir/build.make CMakeFiles/cmTC_563b6.dir/build | ||
271 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
272 | +Building C object CMakeFiles/cmTC_563b6.dir/CheckIncludeFile.c.o | ||
273 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_563b6.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | ||
274 | +Linking C executable cmTC_563b6 | ||
275 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_563b6.dir/link.txt --verbose=1 | ||
276 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_563b6.dir/CheckIncludeFile.c.o -o cmTC_563b6 | ||
277 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
278 | + | ||
279 | + | ||
280 | + | ||
281 | +Determining if the include file endian.h exists passed with the following output: | ||
282 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
283 | + | ||
284 | +Run Build Command(s):/usr/bin/make cmTC_902f5/fast && /usr/bin/make -f CMakeFiles/cmTC_902f5.dir/build.make CMakeFiles/cmTC_902f5.dir/build | ||
285 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
286 | +Building C object CMakeFiles/cmTC_902f5.dir/CheckIncludeFile.c.o | ||
287 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_902f5.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | ||
288 | +Linking C executable cmTC_902f5 | ||
289 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_902f5.dir/link.txt --verbose=1 | ||
290 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_902f5.dir/CheckIncludeFile.c.o -o cmTC_902f5 | ||
291 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
292 | + | ||
293 | + | ||
294 | + | ||
295 | +Determining if the include file fcntl.h exists passed with the following output: | ||
296 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
297 | + | ||
298 | +Run Build Command(s):/usr/bin/make cmTC_6f96f/fast && /usr/bin/make -f CMakeFiles/cmTC_6f96f.dir/build.make CMakeFiles/cmTC_6f96f.dir/build | ||
299 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
300 | +Building C object CMakeFiles/cmTC_6f96f.dir/CheckIncludeFile.c.o | ||
301 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_6f96f.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | ||
302 | +Linking C executable cmTC_6f96f | ||
303 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6f96f.dir/link.txt --verbose=1 | ||
304 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_6f96f.dir/CheckIncludeFile.c.o -o cmTC_6f96f | ||
305 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
306 | + | ||
307 | + | ||
308 | + | ||
309 | +Determining if the include file netinet/in.h exists passed with the following output: | ||
310 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
311 | + | ||
312 | +Run Build Command(s):/usr/bin/make cmTC_a94d4/fast && /usr/bin/make -f CMakeFiles/cmTC_a94d4.dir/build.make CMakeFiles/cmTC_a94d4.dir/build | ||
313 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
314 | +Building C object CMakeFiles/cmTC_a94d4.dir/CheckIncludeFile.c.o | ||
315 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_a94d4.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | ||
316 | +Linking C executable cmTC_a94d4 | ||
317 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a94d4.dir/link.txt --verbose=1 | ||
318 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_a94d4.dir/CheckIncludeFile.c.o -o cmTC_a94d4 | ||
319 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
320 | + | ||
321 | + | ||
322 | + | ||
323 | +Determining if the include file sys/socket.h exists passed with the following output: | ||
324 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
325 | + | ||
326 | +Run Build Command(s):/usr/bin/make cmTC_9d6e2/fast && /usr/bin/make -f CMakeFiles/cmTC_9d6e2.dir/build.make CMakeFiles/cmTC_9d6e2.dir/build | ||
327 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
328 | +Building C object CMakeFiles/cmTC_9d6e2.dir/CheckIncludeFile.c.o | ||
329 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_9d6e2.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | ||
330 | +Linking C executable cmTC_9d6e2 | ||
331 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9d6e2.dir/link.txt --verbose=1 | ||
332 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_9d6e2.dir/CheckIncludeFile.c.o -o cmTC_9d6e2 | ||
333 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
334 | + | ||
335 | + | ||
336 | + | ||
337 | +Determining if the include file sys/stat.h exists passed with the following output: | ||
338 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
339 | + | ||
340 | +Run Build Command(s):/usr/bin/make cmTC_94fea/fast && /usr/bin/make -f CMakeFiles/cmTC_94fea.dir/build.make CMakeFiles/cmTC_94fea.dir/build | ||
341 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
342 | +Building C object CMakeFiles/cmTC_94fea.dir/CheckIncludeFile.c.o | ||
343 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_94fea.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | ||
344 | +Linking C executable cmTC_94fea | ||
345 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_94fea.dir/link.txt --verbose=1 | ||
346 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_94fea.dir/CheckIncludeFile.c.o -o cmTC_94fea | ||
347 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
348 | + | ||
349 | + | ||
350 | + | ||
351 | +Determining if the include file sys/time.h exists passed with the following output: | ||
352 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
353 | + | ||
354 | +Run Build Command(s):/usr/bin/make cmTC_e8e85/fast && /usr/bin/make -f CMakeFiles/cmTC_e8e85.dir/build.make CMakeFiles/cmTC_e8e85.dir/build | ||
355 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
356 | +Building C object CMakeFiles/cmTC_e8e85.dir/CheckIncludeFile.c.o | ||
357 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_e8e85.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | ||
358 | +Linking C executable cmTC_e8e85 | ||
359 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e8e85.dir/link.txt --verbose=1 | ||
360 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_e8e85.dir/CheckIncludeFile.c.o -o cmTC_e8e85 | ||
361 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
362 | + | ||
363 | + | ||
364 | + | ||
365 | +Determining if the include file sys/types.h exists passed with the following output: | ||
366 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
367 | + | ||
368 | +Run Build Command(s):/usr/bin/make cmTC_0b4ea/fast && /usr/bin/make -f CMakeFiles/cmTC_0b4ea.dir/build.make CMakeFiles/cmTC_0b4ea.dir/build | ||
369 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
370 | +Building C object CMakeFiles/cmTC_0b4ea.dir/CheckIncludeFile.c.o | ||
371 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_0b4ea.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | ||
372 | +Linking C executable cmTC_0b4ea | ||
373 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0b4ea.dir/link.txt --verbose=1 | ||
374 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_0b4ea.dir/CheckIncludeFile.c.o -o cmTC_0b4ea | ||
375 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
376 | + | ||
377 | + | ||
378 | + | ||
379 | +Determining if the include file sys/wait.h exists passed with the following output: | ||
380 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
381 | + | ||
382 | +Run Build Command(s):/usr/bin/make cmTC_124eb/fast && /usr/bin/make -f CMakeFiles/cmTC_124eb.dir/build.make CMakeFiles/cmTC_124eb.dir/build | ||
383 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
384 | +Building C object CMakeFiles/cmTC_124eb.dir/CheckIncludeFile.c.o | ||
385 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_124eb.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | ||
386 | +Linking C executable cmTC_124eb | ||
387 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_124eb.dir/link.txt --verbose=1 | ||
388 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_124eb.dir/CheckIncludeFile.c.o -o cmTC_124eb | ||
389 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
390 | + | ||
391 | + | ||
392 | + | ||
393 | +Determining if the include file unistd.h exists passed with the following output: | ||
394 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
395 | + | ||
396 | +Run Build Command(s):/usr/bin/make cmTC_04187/fast && /usr/bin/make -f CMakeFiles/cmTC_04187.dir/build.make CMakeFiles/cmTC_04187.dir/build | ||
397 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
398 | +Building C object CMakeFiles/cmTC_04187.dir/CheckIncludeFile.c.o | ||
399 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_04187.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | ||
400 | +Linking C executable cmTC_04187 | ||
401 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_04187.dir/link.txt --verbose=1 | ||
402 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_04187.dir/CheckIncludeFile.c.o -o cmTC_04187 | ||
403 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
404 | + | ||
405 | + | ||
406 | + | ||
407 | +Determining if the include file sys/resource.h exists passed with the following output: | ||
408 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
409 | + | ||
410 | +Run Build Command(s):/usr/bin/make cmTC_a18a1/fast && /usr/bin/make -f CMakeFiles/cmTC_a18a1.dir/build.make CMakeFiles/cmTC_a18a1.dir/build | ||
411 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
412 | +Building C object CMakeFiles/cmTC_a18a1.dir/CheckIncludeFile.c.o | ||
413 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_a18a1.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | ||
414 | +Linking C executable cmTC_a18a1 | ||
415 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a18a1.dir/link.txt --verbose=1 | ||
416 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_a18a1.dir/CheckIncludeFile.c.o -o cmTC_a18a1 | ||
417 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
418 | + | ||
419 | + | ||
420 | + | ||
421 | +Determining if the include file arpa/inet.h exists passed with the following output: | ||
422 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
423 | + | ||
424 | +Run Build Command(s):/usr/bin/make cmTC_0ca0d/fast && /usr/bin/make -f CMakeFiles/cmTC_0ca0d.dir/build.make CMakeFiles/cmTC_0ca0d.dir/build | ||
425 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
426 | +Building C object CMakeFiles/cmTC_0ca0d.dir/CheckIncludeFile.c.o | ||
427 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_0ca0d.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | ||
428 | +Linking C executable cmTC_0ca0d | ||
429 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0ca0d.dir/link.txt --verbose=1 | ||
430 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_0ca0d.dir/CheckIncludeFile.c.o -o cmTC_0ca0d | ||
431 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
432 | + | ||
433 | + | ||
434 | + | ||
435 | +Determining if the include file stdint.h exists passed with the following output: | ||
436 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
437 | + | ||
438 | +Run Build Command(s):/usr/bin/make cmTC_1eb75/fast && /usr/bin/make -f CMakeFiles/cmTC_1eb75.dir/build.make CMakeFiles/cmTC_1eb75.dir/build | ||
439 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
440 | +Building C object CMakeFiles/cmTC_1eb75.dir/CheckIncludeFile.c.o | ||
441 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_1eb75.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | ||
442 | +Linking C executable cmTC_1eb75 | ||
443 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1eb75.dir/link.txt --verbose=1 | ||
444 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_1eb75.dir/CheckIncludeFile.c.o -o cmTC_1eb75 | ||
445 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
446 | + | ||
447 | + | ||
448 | + | ||
449 | +Determining if the include file stddef.h exists passed with the following output: | ||
450 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
451 | + | ||
452 | +Run Build Command(s):/usr/bin/make cmTC_3028b/fast && /usr/bin/make -f CMakeFiles/cmTC_3028b.dir/build.make CMakeFiles/cmTC_3028b.dir/build | ||
453 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
454 | +Building C object CMakeFiles/cmTC_3028b.dir/CheckIncludeFile.c.o | ||
455 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_3028b.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | ||
456 | +Linking C executable cmTC_3028b | ||
457 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3028b.dir/link.txt --verbose=1 | ||
458 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_3028b.dir/CheckIncludeFile.c.o -o cmTC_3028b | ||
459 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
460 | + | ||
461 | + | ||
462 | + | ||
463 | +Determining if the include file sys/types.h exists passed with the following output: | ||
464 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
465 | + | ||
466 | +Run Build Command(s):/usr/bin/make cmTC_51915/fast && /usr/bin/make -f CMakeFiles/cmTC_51915.dir/build.make CMakeFiles/cmTC_51915.dir/build | ||
467 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
468 | +Building C object CMakeFiles/cmTC_51915.dir/CheckIncludeFile.c.o | ||
469 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_51915.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | ||
470 | +Linking C executable cmTC_51915 | ||
471 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_51915.dir/link.txt --verbose=1 | ||
472 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_51915.dir/CheckIncludeFile.c.o -o cmTC_51915 | ||
473 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
474 | + | ||
475 | + | ||
476 | + | ||
477 | +Determining if the function gettimeofday exists passed with the following output: | ||
478 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
479 | + | ||
480 | +Run Build Command(s):/usr/bin/make cmTC_44eae/fast && /usr/bin/make -f CMakeFiles/cmTC_44eae.dir/build.make CMakeFiles/cmTC_44eae.dir/build | ||
481 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
482 | +Building C object CMakeFiles/cmTC_44eae.dir/CheckFunctionExists.c.o | ||
483 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=gettimeofday -o CMakeFiles/cmTC_44eae.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c | ||
484 | +Linking C executable cmTC_44eae | ||
485 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_44eae.dir/link.txt --verbose=1 | ||
486 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=gettimeofday -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_44eae.dir/CheckFunctionExists.c.o -o cmTC_44eae | ||
487 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
488 | + | ||
489 | + | ||
490 | + | ||
491 | +Determining if the function vfork exists passed with the following output: | ||
492 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
493 | + | ||
494 | +Run Build Command(s):/usr/bin/make cmTC_edf93/fast && /usr/bin/make -f CMakeFiles/cmTC_edf93.dir/build.make CMakeFiles/cmTC_edf93.dir/build | ||
495 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
496 | +Building C object CMakeFiles/cmTC_edf93.dir/CheckFunctionExists.c.o | ||
497 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=vfork -o CMakeFiles/cmTC_edf93.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c | ||
498 | +Linking C executable cmTC_edf93 | ||
499 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_edf93.dir/link.txt --verbose=1 | ||
500 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=vfork -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_edf93.dir/CheckFunctionExists.c.o -o cmTC_edf93 | ||
501 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
502 | + | ||
503 | + | ||
504 | + | ||
505 | +Determining if the function vprintf exists passed with the following output: | ||
506 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
507 | + | ||
508 | +Run Build Command(s):/usr/bin/make cmTC_9dd63/fast && /usr/bin/make -f CMakeFiles/cmTC_9dd63.dir/build.make CMakeFiles/cmTC_9dd63.dir/build | ||
509 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
510 | +Building C object CMakeFiles/cmTC_9dd63.dir/CheckFunctionExists.c.o | ||
511 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=vprintf -o CMakeFiles/cmTC_9dd63.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c | ||
512 | +<command-line>: warning: conflicting types for built-in function ‘vprintf’; expected ‘int(const char *, __va_list)’ [-Wbuiltin-declaration-mismatch] | ||
513 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’ | ||
514 | + 7 | CHECK_FUNCTION_EXISTS(void); | ||
515 | + | ^~~~~~~~~~~~~~~~~~~~~ | ||
516 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:1:1: note: ‘vprintf’ is declared in header ‘<stdio.h>’ | ||
517 | + +++ |+#include <stdio.h> | ||
518 | + 1 | #ifdef CHECK_FUNCTION_EXISTS | ||
519 | +Linking C executable cmTC_9dd63 | ||
520 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9dd63.dir/link.txt --verbose=1 | ||
521 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=vprintf -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_9dd63.dir/CheckFunctionExists.c.o -o cmTC_9dd63 | ||
522 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
523 | + | ||
524 | + | ||
525 | + | ||
526 | +Determining if the function mmap exists passed with the following output: | ||
527 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
528 | + | ||
529 | +Run Build Command(s):/usr/bin/make cmTC_67674/fast && /usr/bin/make -f CMakeFiles/cmTC_67674.dir/build.make CMakeFiles/cmTC_67674.dir/build | ||
530 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
531 | +Building C object CMakeFiles/cmTC_67674.dir/CheckFunctionExists.c.o | ||
532 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=mmap -o CMakeFiles/cmTC_67674.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c | ||
533 | +Linking C executable cmTC_67674 | ||
534 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_67674.dir/link.txt --verbose=1 | ||
535 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=mmap -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_67674.dir/CheckFunctionExists.c.o -o cmTC_67674 | ||
536 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
537 | + | ||
538 | + | ||
539 | + | ||
540 | +Determining if the function fork exists passed with the following output: | ||
541 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
542 | + | ||
543 | +Run Build Command(s):/usr/bin/make cmTC_be37c/fast && /usr/bin/make -f CMakeFiles/cmTC_be37c.dir/build.make CMakeFiles/cmTC_be37c.dir/build | ||
544 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
545 | +Building C object CMakeFiles/cmTC_be37c.dir/CheckFunctionExists.c.o | ||
546 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=fork -o CMakeFiles/cmTC_be37c.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c | ||
547 | +<command-line>: warning: conflicting types for built-in function ‘fork’; expected ‘int(void)’ [-Wbuiltin-declaration-mismatch] | ||
548 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’ | ||
549 | + 7 | CHECK_FUNCTION_EXISTS(void); | ||
550 | + | ^~~~~~~~~~~~~~~~~~~~~ | ||
551 | +Linking C executable cmTC_be37c | ||
552 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_be37c.dir/link.txt --verbose=1 | ||
553 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=fork -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_be37c.dir/CheckFunctionExists.c.o -o cmTC_be37c | ||
554 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
555 | + | ||
556 | + | ||
557 | + | ||
558 | +Determining if the function ftime exists passed with the following output: | ||
559 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
560 | + | ||
561 | +Run Build Command(s):/usr/bin/make cmTC_e29e6/fast && /usr/bin/make -f CMakeFiles/cmTC_e29e6.dir/build.make CMakeFiles/cmTC_e29e6.dir/build | ||
562 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
563 | +Building C object CMakeFiles/cmTC_e29e6.dir/CheckFunctionExists.c.o | ||
564 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=ftime -o CMakeFiles/cmTC_e29e6.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c | ||
565 | +Linking C executable cmTC_e29e6 | ||
566 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e29e6.dir/link.txt --verbose=1 | ||
567 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=ftime -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_e29e6.dir/CheckFunctionExists.c.o -o cmTC_e29e6 | ||
568 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
569 | + | ||
570 | + | ||
571 | + | ||
572 | +Determining if the function gethostbyname exists passed with the following output: | ||
573 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
574 | + | ||
575 | +Run Build Command(s):/usr/bin/make cmTC_38be0/fast && /usr/bin/make -f CMakeFiles/cmTC_38be0.dir/build.make CMakeFiles/cmTC_38be0.dir/build | ||
576 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
577 | +Building C object CMakeFiles/cmTC_38be0.dir/CheckFunctionExists.c.o | ||
578 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=gethostbyname -o CMakeFiles/cmTC_38be0.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c | ||
579 | +Linking C executable cmTC_38be0 | ||
580 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_38be0.dir/link.txt --verbose=1 | ||
581 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=gethostbyname -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_38be0.dir/CheckFunctionExists.c.o -o cmTC_38be0 | ||
582 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
583 | + | ||
584 | + | ||
585 | + | ||
586 | +Determining if the function gethostname exists passed with the following output: | ||
587 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
588 | + | ||
589 | +Run Build Command(s):/usr/bin/make cmTC_8d2fc/fast && /usr/bin/make -f CMakeFiles/cmTC_8d2fc.dir/build.make CMakeFiles/cmTC_8d2fc.dir/build | ||
590 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
591 | +Building C object CMakeFiles/cmTC_8d2fc.dir/CheckFunctionExists.c.o | ||
592 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=gethostname -o CMakeFiles/cmTC_8d2fc.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c | ||
593 | +Linking C executable cmTC_8d2fc | ||
594 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8d2fc.dir/link.txt --verbose=1 | ||
595 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=gethostname -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_8d2fc.dir/CheckFunctionExists.c.o -o cmTC_8d2fc | ||
596 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
597 | + | ||
598 | + | ||
599 | + | ||
600 | +Determining if the function inet_ntoa exists passed with the following output: | ||
601 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
602 | + | ||
603 | +Run Build Command(s):/usr/bin/make cmTC_8dd54/fast && /usr/bin/make -f CMakeFiles/cmTC_8dd54.dir/build.make CMakeFiles/cmTC_8dd54.dir/build | ||
604 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
605 | +Building C object CMakeFiles/cmTC_8dd54.dir/CheckFunctionExists.c.o | ||
606 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=inet_ntoa -o CMakeFiles/cmTC_8dd54.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c | ||
607 | +Linking C executable cmTC_8dd54 | ||
608 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8dd54.dir/link.txt --verbose=1 | ||
609 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=inet_ntoa -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_8dd54.dir/CheckFunctionExists.c.o -o cmTC_8dd54 | ||
610 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
611 | + | ||
612 | + | ||
613 | + | ||
614 | +Determining if the function memmove exists passed with the following output: | ||
615 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
616 | + | ||
617 | +Run Build Command(s):/usr/bin/make cmTC_7848e/fast && /usr/bin/make -f CMakeFiles/cmTC_7848e.dir/build.make CMakeFiles/cmTC_7848e.dir/build | ||
618 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
619 | +Building C object CMakeFiles/cmTC_7848e.dir/CheckFunctionExists.c.o | ||
620 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=memmove -o CMakeFiles/cmTC_7848e.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c | ||
621 | +<command-line>: warning: conflicting types for built-in function ‘memmove’; expected ‘void *(void *, const void *, long unsigned int)’ [-Wbuiltin-declaration-mismatch] | ||
622 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’ | ||
623 | + 7 | CHECK_FUNCTION_EXISTS(void); | ||
624 | + | ^~~~~~~~~~~~~~~~~~~~~ | ||
625 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:1:1: note: ‘memmove’ is declared in header ‘<string.h>’ | ||
626 | + +++ |+#include <string.h> | ||
627 | + 1 | #ifdef CHECK_FUNCTION_EXISTS | ||
628 | +Linking C executable cmTC_7848e | ||
629 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7848e.dir/link.txt --verbose=1 | ||
630 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=memmove -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_7848e.dir/CheckFunctionExists.c.o -o cmTC_7848e | ||
631 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
632 | + | ||
633 | + | ||
634 | + | ||
635 | +Determining if the function memset exists passed with the following output: | ||
636 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
637 | + | ||
638 | +Run Build Command(s):/usr/bin/make cmTC_462c4/fast && /usr/bin/make -f CMakeFiles/cmTC_462c4.dir/build.make CMakeFiles/cmTC_462c4.dir/build | ||
639 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
640 | +Building C object CMakeFiles/cmTC_462c4.dir/CheckFunctionExists.c.o | ||
641 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=memset -o CMakeFiles/cmTC_462c4.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c | ||
642 | +<command-line>: warning: conflicting types for built-in function ‘memset’; expected ‘void *(void *, int, long unsigned int)’ [-Wbuiltin-declaration-mismatch] | ||
643 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’ | ||
644 | + 7 | CHECK_FUNCTION_EXISTS(void); | ||
645 | + | ^~~~~~~~~~~~~~~~~~~~~ | ||
646 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:1:1: note: ‘memset’ is declared in header ‘<string.h>’ | ||
647 | + +++ |+#include <string.h> | ||
648 | + 1 | #ifdef CHECK_FUNCTION_EXISTS | ||
649 | +Linking C executable cmTC_462c4 | ||
650 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_462c4.dir/link.txt --verbose=1 | ||
651 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=memset -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_462c4.dir/CheckFunctionExists.c.o -o cmTC_462c4 | ||
652 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
653 | + | ||
654 | + | ||
655 | + | ||
656 | +Determining if the function mkfifo exists passed with the following output: | ||
657 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
658 | + | ||
659 | +Run Build Command(s):/usr/bin/make cmTC_5c6ea/fast && /usr/bin/make -f CMakeFiles/cmTC_5c6ea.dir/build.make CMakeFiles/cmTC_5c6ea.dir/build | ||
660 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
661 | +Building C object CMakeFiles/cmTC_5c6ea.dir/CheckFunctionExists.c.o | ||
662 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=mkfifo -o CMakeFiles/cmTC_5c6ea.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c | ||
663 | +Linking C executable cmTC_5c6ea | ||
664 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5c6ea.dir/link.txt --verbose=1 | ||
665 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=mkfifo -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_5c6ea.dir/CheckFunctionExists.c.o -o cmTC_5c6ea | ||
666 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
667 | + | ||
668 | + | ||
669 | + | ||
670 | +Determining if the function select exists passed with the following output: | ||
671 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
672 | + | ||
673 | +Run Build Command(s):/usr/bin/make cmTC_21b82/fast && /usr/bin/make -f CMakeFiles/cmTC_21b82.dir/build.make CMakeFiles/cmTC_21b82.dir/build | ||
674 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
675 | +Building C object CMakeFiles/cmTC_21b82.dir/CheckFunctionExists.c.o | ||
676 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=select -o CMakeFiles/cmTC_21b82.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c | ||
677 | +Linking C executable cmTC_21b82 | ||
678 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_21b82.dir/link.txt --verbose=1 | ||
679 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=select -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_21b82.dir/CheckFunctionExists.c.o -o cmTC_21b82 | ||
680 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
681 | + | ||
682 | + | ||
683 | + | ||
684 | +Determining if the function socket exists passed with the following output: | ||
685 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
686 | + | ||
687 | +Run Build Command(s):/usr/bin/make cmTC_3e7ce/fast && /usr/bin/make -f CMakeFiles/cmTC_3e7ce.dir/build.make CMakeFiles/cmTC_3e7ce.dir/build | ||
688 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
689 | +Building C object CMakeFiles/cmTC_3e7ce.dir/CheckFunctionExists.c.o | ||
690 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=socket -o CMakeFiles/cmTC_3e7ce.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c | ||
691 | +Linking C executable cmTC_3e7ce | ||
692 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3e7ce.dir/link.txt --verbose=1 | ||
693 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=socket -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_3e7ce.dir/CheckFunctionExists.c.o -o cmTC_3e7ce | ||
694 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
695 | + | ||
696 | + | ||
697 | + | ||
698 | +Determining if the function strchr exists passed with the following output: | ||
699 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
700 | + | ||
701 | +Run Build Command(s):/usr/bin/make cmTC_63e97/fast && /usr/bin/make -f CMakeFiles/cmTC_63e97.dir/build.make CMakeFiles/cmTC_63e97.dir/build | ||
702 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
703 | +Building C object CMakeFiles/cmTC_63e97.dir/CheckFunctionExists.c.o | ||
704 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=strchr -o CMakeFiles/cmTC_63e97.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c | ||
705 | +<command-line>: warning: conflicting types for built-in function ‘strchr’; expected ‘char *(const char *, int)’ [-Wbuiltin-declaration-mismatch] | ||
706 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’ | ||
707 | + 7 | CHECK_FUNCTION_EXISTS(void); | ||
708 | + | ^~~~~~~~~~~~~~~~~~~~~ | ||
709 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:1:1: note: ‘strchr’ is declared in header ‘<string.h>’ | ||
710 | + +++ |+#include <string.h> | ||
711 | + 1 | #ifdef CHECK_FUNCTION_EXISTS | ||
712 | +Linking C executable cmTC_63e97 | ||
713 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_63e97.dir/link.txt --verbose=1 | ||
714 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=strchr -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_63e97.dir/CheckFunctionExists.c.o -o cmTC_63e97 | ||
715 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
716 | + | ||
717 | + | ||
718 | + | ||
719 | +Determining if the function strcspn exists passed with the following output: | ||
720 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
721 | + | ||
722 | +Run Build Command(s):/usr/bin/make cmTC_661f3/fast && /usr/bin/make -f CMakeFiles/cmTC_661f3.dir/build.make CMakeFiles/cmTC_661f3.dir/build | ||
723 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
724 | +Building C object CMakeFiles/cmTC_661f3.dir/CheckFunctionExists.c.o | ||
725 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=strcspn -o CMakeFiles/cmTC_661f3.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c | ||
726 | +<command-line>: warning: conflicting types for built-in function ‘strcspn’; expected ‘long unsigned int(const char *, const char *)’ [-Wbuiltin-declaration-mismatch] | ||
727 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’ | ||
728 | + 7 | CHECK_FUNCTION_EXISTS(void); | ||
729 | + | ^~~~~~~~~~~~~~~~~~~~~ | ||
730 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:1:1: note: ‘strcspn’ is declared in header ‘<string.h>’ | ||
731 | + +++ |+#include <string.h> | ||
732 | + 1 | #ifdef CHECK_FUNCTION_EXISTS | ||
733 | +Linking C executable cmTC_661f3 | ||
734 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_661f3.dir/link.txt --verbose=1 | ||
735 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=strcspn -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_661f3.dir/CheckFunctionExists.c.o -o cmTC_661f3 | ||
736 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
737 | + | ||
738 | + | ||
739 | + | ||
740 | +Determining if the function strdup exists passed with the following output: | ||
741 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
742 | + | ||
743 | +Run Build Command(s):/usr/bin/make cmTC_8ffa4/fast && /usr/bin/make -f CMakeFiles/cmTC_8ffa4.dir/build.make CMakeFiles/cmTC_8ffa4.dir/build | ||
744 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
745 | +Building C object CMakeFiles/cmTC_8ffa4.dir/CheckFunctionExists.c.o | ||
746 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=strdup -o CMakeFiles/cmTC_8ffa4.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c | ||
747 | +<command-line>: warning: conflicting types for built-in function ‘strdup’; expected ‘char *(const char *)’ [-Wbuiltin-declaration-mismatch] | ||
748 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’ | ||
749 | + 7 | CHECK_FUNCTION_EXISTS(void); | ||
750 | + | ^~~~~~~~~~~~~~~~~~~~~ | ||
751 | +Linking C executable cmTC_8ffa4 | ||
752 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8ffa4.dir/link.txt --verbose=1 | ||
753 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=strdup -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_8ffa4.dir/CheckFunctionExists.c.o -o cmTC_8ffa4 | ||
754 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
755 | + | ||
756 | + | ||
757 | + | ||
758 | +Determining if the function strerror exists passed with the following output: | ||
759 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
760 | + | ||
761 | +Run Build Command(s):/usr/bin/make cmTC_be9c3/fast && /usr/bin/make -f CMakeFiles/cmTC_be9c3.dir/build.make CMakeFiles/cmTC_be9c3.dir/build | ||
762 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
763 | +Building C object CMakeFiles/cmTC_be9c3.dir/CheckFunctionExists.c.o | ||
764 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=strerror -o CMakeFiles/cmTC_be9c3.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c | ||
765 | +Linking C executable cmTC_be9c3 | ||
766 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_be9c3.dir/link.txt --verbose=1 | ||
767 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=strerror -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_be9c3.dir/CheckFunctionExists.c.o -o cmTC_be9c3 | ||
768 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
769 | + | ||
770 | + | ||
771 | + | ||
772 | +Determining if the function strstr exists passed with the following output: | ||
773 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
774 | + | ||
775 | +Run Build Command(s):/usr/bin/make cmTC_84792/fast && /usr/bin/make -f CMakeFiles/cmTC_84792.dir/build.make CMakeFiles/cmTC_84792.dir/build | ||
776 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
777 | +Building C object CMakeFiles/cmTC_84792.dir/CheckFunctionExists.c.o | ||
778 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=strstr -o CMakeFiles/cmTC_84792.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c | ||
779 | +<command-line>: warning: conflicting types for built-in function ‘strstr’; expected ‘char *(const char *, const char *)’ [-Wbuiltin-declaration-mismatch] | ||
780 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’ | ||
781 | + 7 | CHECK_FUNCTION_EXISTS(void); | ||
782 | + | ^~~~~~~~~~~~~~~~~~~~~ | ||
783 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:1:1: note: ‘strstr’ is declared in header ‘<string.h>’ | ||
784 | + +++ |+#include <string.h> | ||
785 | + 1 | #ifdef CHECK_FUNCTION_EXISTS | ||
786 | +Linking C executable cmTC_84792 | ||
787 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_84792.dir/link.txt --verbose=1 | ||
788 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=strstr -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_84792.dir/CheckFunctionExists.c.o -o cmTC_84792 | ||
789 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
790 | + | ||
791 | + | ||
792 | + | ||
793 | +Determining if the htobe64 exist passed with the following output: | ||
794 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
795 | + | ||
796 | +Run Build Command(s):/usr/bin/make cmTC_9f034/fast && /usr/bin/make -f CMakeFiles/cmTC_9f034.dir/build.make CMakeFiles/cmTC_9f034.dir/build | ||
797 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
798 | +Building C object CMakeFiles/cmTC_9f034.dir/CheckSymbolExists.c.o | ||
799 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_9f034.dir/CheckSymbolExists.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | ||
800 | +Linking C executable cmTC_9f034 | ||
801 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9f034.dir/link.txt --verbose=1 | ||
802 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_9f034.dir/CheckSymbolExists.c.o -o cmTC_9f034 | ||
803 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
804 | + | ||
805 | + | ||
806 | +File /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | ||
807 | +/* */ | ||
808 | +#include <endian.h> | ||
809 | + | ||
810 | +int main(int argc, char** argv) | ||
811 | +{ | ||
812 | + (void)argv; | ||
813 | +#ifndef htobe64 | ||
814 | + return ((int*)(&htobe64))[argc]; | ||
815 | +#else | ||
816 | + (void)argc; | ||
817 | + return 0; | ||
818 | +#endif | ||
819 | +} | ||
820 | +Determining size of pid_t passed with the following output: | ||
821 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
822 | + | ||
823 | +Run Build Command(s):/usr/bin/make cmTC_8b2cb/fast && /usr/bin/make -f CMakeFiles/cmTC_8b2cb.dir/build.make CMakeFiles/cmTC_8b2cb.dir/build | ||
824 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
825 | +Building C object CMakeFiles/cmTC_8b2cb.dir/LIBVNCSERVER_PID_T.c.o | ||
826 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_8b2cb.dir/LIBVNCSERVER_PID_T.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CheckTypeSize/LIBVNCSERVER_PID_T.c | ||
827 | +Linking C executable cmTC_8b2cb | ||
828 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8b2cb.dir/link.txt --verbose=1 | ||
829 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_8b2cb.dir/LIBVNCSERVER_PID_T.c.o -o cmTC_8b2cb | ||
830 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
831 | + | ||
832 | + | ||
833 | + | ||
834 | +Determining size of size_t passed with the following output: | ||
835 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
836 | + | ||
837 | +Run Build Command(s):/usr/bin/make cmTC_ea842/fast && /usr/bin/make -f CMakeFiles/cmTC_ea842.dir/build.make CMakeFiles/cmTC_ea842.dir/build | ||
838 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
839 | +Building C object CMakeFiles/cmTC_ea842.dir/LIBVNCSERVER_SIZE_T.c.o | ||
840 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_ea842.dir/LIBVNCSERVER_SIZE_T.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CheckTypeSize/LIBVNCSERVER_SIZE_T.c | ||
841 | +Linking C executable cmTC_ea842 | ||
842 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ea842.dir/link.txt --verbose=1 | ||
843 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_ea842.dir/LIBVNCSERVER_SIZE_T.c.o -o cmTC_ea842 | ||
844 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
845 | + | ||
846 | + | ||
847 | + | ||
848 | +Determining size of socklen_t passed with the following output: | ||
849 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
850 | + | ||
851 | +Run Build Command(s):/usr/bin/make cmTC_1cdfe/fast && /usr/bin/make -f CMakeFiles/cmTC_1cdfe.dir/build.make CMakeFiles/cmTC_1cdfe.dir/build | ||
852 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
853 | +Building C object CMakeFiles/cmTC_1cdfe.dir/LIBVNCSERVER_SOCKLEN_T.c.o | ||
854 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_1cdfe.dir/LIBVNCSERVER_SOCKLEN_T.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CheckTypeSize/LIBVNCSERVER_SOCKLEN_T.c | ||
855 | +Linking C executable cmTC_1cdfe | ||
856 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1cdfe.dir/link.txt --verbose=1 | ||
857 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_1cdfe.dir/LIBVNCSERVER_SOCKLEN_T.c.o -o cmTC_1cdfe | ||
858 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
859 | + | ||
860 | + | ||
861 | + | ||
862 | +Determining size of in_addr_t passed with the following output: | ||
863 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
864 | + | ||
865 | +Run Build Command(s):/usr/bin/make cmTC_8cd55/fast && /usr/bin/make -f CMakeFiles/cmTC_8cd55.dir/build.make CMakeFiles/cmTC_8cd55.dir/build | ||
866 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
867 | +Building C object CMakeFiles/cmTC_8cd55.dir/LIBVNCSERVER_IN_ADDR_T.c.o | ||
868 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_8cd55.dir/LIBVNCSERVER_IN_ADDR_T.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CheckTypeSize/LIBVNCSERVER_IN_ADDR_T.c | ||
869 | +Linking C executable cmTC_8cd55 | ||
870 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8cd55.dir/link.txt --verbose=1 | ||
871 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_8cd55.dir/LIBVNCSERVER_IN_ADDR_T.c.o -o cmTC_8cd55 | ||
872 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
873 | + | ||
874 | + | ||
875 | + | ||
876 | +Determining size of unsigned short passed with the following output: | ||
877 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
878 | + | ||
879 | +Run Build Command(s):/usr/bin/make cmTC_29e02/fast && /usr/bin/make -f CMakeFiles/cmTC_29e02.dir/build.make CMakeFiles/cmTC_29e02.dir/build | ||
880 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
881 | +Building C object CMakeFiles/cmTC_29e02.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o | ||
882 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_29e02.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_SHORT.c | ||
883 | +Linking C executable cmTC_29e02 | ||
884 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_29e02.dir/link.txt --verbose=1 | ||
885 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_29e02.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -o cmTC_29e02 | ||
886 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
887 | + | ||
888 | + | ||
889 | + | ||
890 | +Determining if the system is big endian passed with the following output: | ||
891 | +Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp | ||
892 | + | ||
893 | +Run Build Command(s):/usr/bin/make cmTC_3668a/fast && /usr/bin/make -f CMakeFiles/cmTC_3668a.dir/build.make CMakeFiles/cmTC_3668a.dir/build | ||
894 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감 | ||
895 | +Building C object CMakeFiles/cmTC_3668a.dir/TestEndianess.c.o | ||
896 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_3668a.dir/TestEndianess.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/TestEndianess.c | ||
897 | +Linking C executable cmTC_3668a | ||
898 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3668a.dir/link.txt --verbose=1 | ||
899 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_3668a.dir/TestEndianess.c.o -o cmTC_3668a | ||
900 | +make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감 | ||
901 | + | ||
902 | + | ||
903 | +TestEndianess.c: | ||
904 | +/* A 16 bit integer is required. */ | ||
905 | +typedef unsigned short cmakeint16; | ||
906 | + | ||
907 | +/* On a little endian machine, these 16bit ints will give "THIS IS LITTLE ENDIAN." | ||
908 | + On a big endian machine the characters will be exchanged pairwise. */ | ||
909 | +const cmakeint16 info_little[] = {0x4854, 0x5349, 0x4920, 0x2053, 0x494c, 0x5454, 0x454c, 0x4520, 0x444e, 0x4149, 0x2e4e, 0x0000}; | ||
910 | + | ||
911 | +/* on a big endian machine, these 16bit ints will give "THIS IS BIG ENDIAN." | ||
912 | + On a little endian machine the characters will be exchanged pairwise. */ | ||
913 | +const cmakeint16 info_big[] = {0x5448, 0x4953, 0x2049, 0x5320, 0x4249, 0x4720, 0x454e, 0x4449, 0x414e, 0x2e2e, 0x0000}; | ||
914 | + | ||
915 | +#ifdef __CLASSIC_C__ | ||
916 | +int main(argc, argv) int argc; char *argv[]; | ||
917 | +#else | ||
918 | +int main(int argc, char *argv[]) | ||
919 | +#endif | ||
920 | +{ | ||
921 | + int require = 0; | ||
922 | + require += info_little[argc]; | ||
923 | + require += info_big[argc]; | ||
924 | + (void)argv; | ||
925 | + return require; | ||
926 | +} | ||
927 | + | ||
928 | + |
ext_dep/libvncserver/build/CMakeFiles/CMakeRuleHashes.txt
ext_dep/libvncserver/build/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_SHORT.bin
No preview for this file type
ext_dep/libvncserver/build/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_SHORT.c
@@ -0,0 +1,52 @@ | @@ -0,0 +1,52 @@ | ||
1 | +#include <sys/types.h> | ||
2 | +#include <stdint.h> | ||
3 | +#include <stddef.h> | ||
4 | +#include "sys/socket.h" | ||
5 | +#include "arpa/inet.h" | ||
6 | + | ||
7 | + | ||
8 | +#undef KEY | ||
9 | +#if defined(__i386) | ||
10 | +# define KEY '_','_','i','3','8','6' | ||
11 | +#elif defined(__x86_64) | ||
12 | +# define KEY '_','_','x','8','6','_','6','4' | ||
13 | +#elif defined(__PPC64__) | ||
14 | +# define KEY '_','_','P','P','C','6','4','_','_' | ||
15 | +#elif defined(__ppc64__) | ||
16 | +# define KEY '_','_','p','p','c','6','4','_','_' | ||
17 | +#elif defined(__PPC__) | ||
18 | +# define KEY '_','_','P','P','C','_','_' | ||
19 | +#elif defined(__ppc__) | ||
20 | +# define KEY '_','_','p','p','c','_','_' | ||
21 | +#elif defined(__aarch64__) | ||
22 | +# define KEY '_','_','a','a','r','c','h','6','4','_','_' | ||
23 | +#elif defined(__ARM_ARCH_7A__) | ||
24 | +# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' | ||
25 | +#elif defined(__ARM_ARCH_7S__) | ||
26 | +# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' | ||
27 | +#endif | ||
28 | + | ||
29 | +#define SIZE (sizeof(unsigned short)) | ||
30 | +static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', | ||
31 | + ('0' + ((SIZE / 10000)%10)), | ||
32 | + ('0' + ((SIZE / 1000)%10)), | ||
33 | + ('0' + ((SIZE / 100)%10)), | ||
34 | + ('0' + ((SIZE / 10)%10)), | ||
35 | + ('0' + (SIZE % 10)), | ||
36 | + ']', | ||
37 | +#ifdef KEY | ||
38 | + ' ','k','e','y','[', KEY, ']', | ||
39 | +#endif | ||
40 | + '\0'}; | ||
41 | + | ||
42 | +#ifdef __CLASSIC_C__ | ||
43 | +int main(argc, argv) int argc; char *argv[]; | ||
44 | +#else | ||
45 | +int main(int argc, char *argv[]) | ||
46 | +#endif | ||
47 | +{ | ||
48 | + int require = 0; | ||
49 | + require += info_size[argc]; | ||
50 | + (void)argv; | ||
51 | + return require; | ||
52 | +} |
ext_dep/libvncserver/build/CMakeFiles/CheckTypeSize/LIBVNCSERVER_IN_ADDR_T.bin
No preview for this file type
ext_dep/libvncserver/build/CMakeFiles/CheckTypeSize/LIBVNCSERVER_IN_ADDR_T.c
@@ -0,0 +1,52 @@ | @@ -0,0 +1,52 @@ | ||
1 | +#include <sys/types.h> | ||
2 | +#include <stdint.h> | ||
3 | +#include <stddef.h> | ||
4 | +#include "sys/socket.h" | ||
5 | +#include "arpa/inet.h" | ||
6 | + | ||
7 | + | ||
8 | +#undef KEY | ||
9 | +#if defined(__i386) | ||
10 | +# define KEY '_','_','i','3','8','6' | ||
11 | +#elif defined(__x86_64) | ||
12 | +# define KEY '_','_','x','8','6','_','6','4' | ||
13 | +#elif defined(__PPC64__) | ||
14 | +# define KEY '_','_','P','P','C','6','4','_','_' | ||
15 | +#elif defined(__ppc64__) | ||
16 | +# define KEY '_','_','p','p','c','6','4','_','_' | ||
17 | +#elif defined(__PPC__) | ||
18 | +# define KEY '_','_','P','P','C','_','_' | ||
19 | +#elif defined(__ppc__) | ||
20 | +# define KEY '_','_','p','p','c','_','_' | ||
21 | +#elif defined(__aarch64__) | ||
22 | +# define KEY '_','_','a','a','r','c','h','6','4','_','_' | ||
23 | +#elif defined(__ARM_ARCH_7A__) | ||
24 | +# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' | ||
25 | +#elif defined(__ARM_ARCH_7S__) | ||
26 | +# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' | ||
27 | +#endif | ||
28 | + | ||
29 | +#define SIZE (sizeof(in_addr_t)) | ||
30 | +static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', | ||
31 | + ('0' + ((SIZE / 10000)%10)), | ||
32 | + ('0' + ((SIZE / 1000)%10)), | ||
33 | + ('0' + ((SIZE / 100)%10)), | ||
34 | + ('0' + ((SIZE / 10)%10)), | ||
35 | + ('0' + (SIZE % 10)), | ||
36 | + ']', | ||
37 | +#ifdef KEY | ||
38 | + ' ','k','e','y','[', KEY, ']', | ||
39 | +#endif | ||
40 | + '\0'}; | ||
41 | + | ||
42 | +#ifdef __CLASSIC_C__ | ||
43 | +int main(argc, argv) int argc; char *argv[]; | ||
44 | +#else | ||
45 | +int main(int argc, char *argv[]) | ||
46 | +#endif | ||
47 | +{ | ||
48 | + int require = 0; | ||
49 | + require += info_size[argc]; | ||
50 | + (void)argv; | ||
51 | + return require; | ||
52 | +} |
ext_dep/libvncserver/build/CMakeFiles/CheckTypeSize/LIBVNCSERVER_PID_T.bin
No preview for this file type
ext_dep/libvncserver/build/CMakeFiles/CheckTypeSize/LIBVNCSERVER_PID_T.c
@@ -0,0 +1,52 @@ | @@ -0,0 +1,52 @@ | ||
1 | +#include <sys/types.h> | ||
2 | +#include <stdint.h> | ||
3 | +#include <stddef.h> | ||
4 | +#include "sys/socket.h" | ||
5 | +#include "arpa/inet.h" | ||
6 | + | ||
7 | + | ||
8 | +#undef KEY | ||
9 | +#if defined(__i386) | ||
10 | +# define KEY '_','_','i','3','8','6' | ||
11 | +#elif defined(__x86_64) | ||
12 | +# define KEY '_','_','x','8','6','_','6','4' | ||
13 | +#elif defined(__PPC64__) | ||
14 | +# define KEY '_','_','P','P','C','6','4','_','_' | ||
15 | +#elif defined(__ppc64__) | ||
16 | +# define KEY '_','_','p','p','c','6','4','_','_' | ||
17 | +#elif defined(__PPC__) | ||
18 | +# define KEY '_','_','P','P','C','_','_' | ||
19 | +#elif defined(__ppc__) | ||
20 | +# define KEY '_','_','p','p','c','_','_' | ||
21 | +#elif defined(__aarch64__) | ||
22 | +# define KEY '_','_','a','a','r','c','h','6','4','_','_' | ||
23 | +#elif defined(__ARM_ARCH_7A__) | ||
24 | +# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' | ||
25 | +#elif defined(__ARM_ARCH_7S__) | ||
26 | +# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' | ||
27 | +#endif | ||
28 | + | ||
29 | +#define SIZE (sizeof(pid_t)) | ||
30 | +static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', | ||
31 | + ('0' + ((SIZE / 10000)%10)), | ||
32 | + ('0' + ((SIZE / 1000)%10)), | ||
33 | + ('0' + ((SIZE / 100)%10)), | ||
34 | + ('0' + ((SIZE / 10)%10)), | ||
35 | + ('0' + (SIZE % 10)), | ||
36 | + ']', | ||
37 | +#ifdef KEY | ||
38 | + ' ','k','e','y','[', KEY, ']', | ||
39 | +#endif | ||
40 | + '\0'}; | ||
41 | + | ||
42 | +#ifdef __CLASSIC_C__ | ||
43 | +int main(argc, argv) int argc; char *argv[]; | ||
44 | +#else | ||
45 | +int main(int argc, char *argv[]) | ||
46 | +#endif | ||
47 | +{ | ||
48 | + int require = 0; | ||
49 | + require += info_size[argc]; | ||
50 | + (void)argv; | ||
51 | + return require; | ||
52 | +} |
ext_dep/libvncserver/build/CMakeFiles/CheckTypeSize/LIBVNCSERVER_SIZE_T.bin
No preview for this file type
ext_dep/libvncserver/build/CMakeFiles/CheckTypeSize/LIBVNCSERVER_SIZE_T.c
@@ -0,0 +1,52 @@ | @@ -0,0 +1,52 @@ | ||
1 | +#include <sys/types.h> | ||
2 | +#include <stdint.h> | ||
3 | +#include <stddef.h> | ||
4 | +#include "sys/socket.h" | ||
5 | +#include "arpa/inet.h" | ||
6 | + | ||
7 | + | ||
8 | +#undef KEY | ||
9 | +#if defined(__i386) | ||
10 | +# define KEY '_','_','i','3','8','6' | ||
11 | +#elif defined(__x86_64) | ||
12 | +# define KEY '_','_','x','8','6','_','6','4' | ||
13 | +#elif defined(__PPC64__) | ||
14 | +# define KEY '_','_','P','P','C','6','4','_','_' | ||
15 | +#elif defined(__ppc64__) | ||
16 | +# define KEY '_','_','p','p','c','6','4','_','_' | ||
17 | +#elif defined(__PPC__) | ||
18 | +# define KEY '_','_','P','P','C','_','_' | ||
19 | +#elif defined(__ppc__) | ||
20 | +# define KEY '_','_','p','p','c','_','_' | ||
21 | +#elif defined(__aarch64__) | ||
22 | +# define KEY '_','_','a','a','r','c','h','6','4','_','_' | ||
23 | +#elif defined(__ARM_ARCH_7A__) | ||
24 | +# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' | ||
25 | +#elif defined(__ARM_ARCH_7S__) | ||
26 | +# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' | ||
27 | +#endif | ||
28 | + | ||
29 | +#define SIZE (sizeof(size_t)) | ||
30 | +static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', | ||
31 | + ('0' + ((SIZE / 10000)%10)), | ||
32 | + ('0' + ((SIZE / 1000)%10)), | ||
33 | + ('0' + ((SIZE / 100)%10)), | ||
34 | + ('0' + ((SIZE / 10)%10)), | ||
35 | + ('0' + (SIZE % 10)), | ||
36 | + ']', | ||
37 | +#ifdef KEY | ||
38 | + ' ','k','e','y','[', KEY, ']', | ||
39 | +#endif | ||
40 | + '\0'}; | ||
41 | + | ||
42 | +#ifdef __CLASSIC_C__ | ||
43 | +int main(argc, argv) int argc; char *argv[]; | ||
44 | +#else | ||
45 | +int main(int argc, char *argv[]) | ||
46 | +#endif | ||
47 | +{ | ||
48 | + int require = 0; | ||
49 | + require += info_size[argc]; | ||
50 | + (void)argv; | ||
51 | + return require; | ||
52 | +} |
ext_dep/libvncserver/build/CMakeFiles/CheckTypeSize/LIBVNCSERVER_SOCKLEN_T.bin
No preview for this file type
ext_dep/libvncserver/build/CMakeFiles/CheckTypeSize/LIBVNCSERVER_SOCKLEN_T.c
@@ -0,0 +1,52 @@ | @@ -0,0 +1,52 @@ | ||
1 | +#include <sys/types.h> | ||
2 | +#include <stdint.h> | ||
3 | +#include <stddef.h> | ||
4 | +#include "sys/socket.h" | ||
5 | +#include "arpa/inet.h" | ||
6 | + | ||
7 | + | ||
8 | +#undef KEY | ||
9 | +#if defined(__i386) | ||
10 | +# define KEY '_','_','i','3','8','6' | ||
11 | +#elif defined(__x86_64) | ||
12 | +# define KEY '_','_','x','8','6','_','6','4' | ||
13 | +#elif defined(__PPC64__) | ||
14 | +# define KEY '_','_','P','P','C','6','4','_','_' | ||
15 | +#elif defined(__ppc64__) | ||
16 | +# define KEY '_','_','p','p','c','6','4','_','_' | ||
17 | +#elif defined(__PPC__) | ||
18 | +# define KEY '_','_','P','P','C','_','_' | ||
19 | +#elif defined(__ppc__) | ||
20 | +# define KEY '_','_','p','p','c','_','_' | ||
21 | +#elif defined(__aarch64__) | ||
22 | +# define KEY '_','_','a','a','r','c','h','6','4','_','_' | ||
23 | +#elif defined(__ARM_ARCH_7A__) | ||
24 | +# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' | ||
25 | +#elif defined(__ARM_ARCH_7S__) | ||
26 | +# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' | ||
27 | +#endif | ||
28 | + | ||
29 | +#define SIZE (sizeof(socklen_t)) | ||
30 | +static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', | ||
31 | + ('0' + ((SIZE / 10000)%10)), | ||
32 | + ('0' + ((SIZE / 1000)%10)), | ||
33 | + ('0' + ((SIZE / 100)%10)), | ||
34 | + ('0' + ((SIZE / 10)%10)), | ||
35 | + ('0' + (SIZE % 10)), | ||
36 | + ']', | ||
37 | +#ifdef KEY | ||
38 | + ' ','k','e','y','[', KEY, ']', | ||
39 | +#endif | ||
40 | + '\0'}; | ||
41 | + | ||
42 | +#ifdef __CLASSIC_C__ | ||
43 | +int main(argc, argv) int argc; char *argv[]; | ||
44 | +#else | ||
45 | +int main(int argc, char *argv[]) | ||
46 | +#endif | ||
47 | +{ | ||
48 | + int require = 0; | ||
49 | + require += info_size[argc]; | ||
50 | + (void)argv; | ||
51 | + return require; | ||
52 | +} |
ext_dep/libvncserver/build/CMakeFiles/Export/lib/cmake/LibVNCServer/LibVNCServerTargets-noconfig.cmake
@@ -0,0 +1,29 @@ | @@ -0,0 +1,29 @@ | ||
1 | +#---------------------------------------------------------------- | ||
2 | +# Generated CMake target import file. | ||
3 | +#---------------------------------------------------------------- | ||
4 | + | ||
5 | +# Commands may need to know the format version. | ||
6 | +set(CMAKE_IMPORT_FILE_VERSION 1) | ||
7 | + | ||
8 | +# Import target "LibVNCServer::vncclient" for configuration "" | ||
9 | +set_property(TARGET LibVNCServer::vncclient APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) | ||
10 | +set_target_properties(LibVNCServer::vncclient PROPERTIES | ||
11 | + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libvncclient.so.0.9.13" | ||
12 | + IMPORTED_SONAME_NOCONFIG "libvncclient.so.1" | ||
13 | + ) | ||
14 | + | ||
15 | +list(APPEND _IMPORT_CHECK_TARGETS LibVNCServer::vncclient ) | ||
16 | +list(APPEND _IMPORT_CHECK_FILES_FOR_LibVNCServer::vncclient "${_IMPORT_PREFIX}/lib/libvncclient.so.0.9.13" ) | ||
17 | + | ||
18 | +# Import target "LibVNCServer::vncserver" for configuration "" | ||
19 | +set_property(TARGET LibVNCServer::vncserver APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) | ||
20 | +set_target_properties(LibVNCServer::vncserver PROPERTIES | ||
21 | + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libvncserver.so.0.9.13" | ||
22 | + IMPORTED_SONAME_NOCONFIG "libvncserver.so.1" | ||
23 | + ) | ||
24 | + | ||
25 | +list(APPEND _IMPORT_CHECK_TARGETS LibVNCServer::vncserver ) | ||
26 | +list(APPEND _IMPORT_CHECK_FILES_FOR_LibVNCServer::vncserver "${_IMPORT_PREFIX}/lib/libvncserver.so.0.9.13" ) | ||
27 | + | ||
28 | +# Commands beyond this point should not need to know the version. | ||
29 | +set(CMAKE_IMPORT_FILE_VERSION) |
ext_dep/libvncserver/build/CMakeFiles/Export/lib/cmake/LibVNCServer/LibVNCServerTargets.cmake
@@ -0,0 +1,107 @@ | @@ -0,0 +1,107 @@ | ||
1 | +# Generated by CMake | ||
2 | + | ||
3 | +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5) | ||
4 | + message(FATAL_ERROR "CMake >= 2.6.0 required") | ||
5 | +endif() | ||
6 | +cmake_policy(PUSH) | ||
7 | +cmake_policy(VERSION 2.6...3.17) | ||
8 | +#---------------------------------------------------------------- | ||
9 | +# Generated CMake target import file. | ||
10 | +#---------------------------------------------------------------- | ||
11 | + | ||
12 | +# Commands may need to know the format version. | ||
13 | +set(CMAKE_IMPORT_FILE_VERSION 1) | ||
14 | + | ||
15 | +# Protect against multiple inclusion, which would fail when already imported targets are added once more. | ||
16 | +set(_targetsDefined) | ||
17 | +set(_targetsNotDefined) | ||
18 | +set(_expectedTargets) | ||
19 | +foreach(_expectedTarget LibVNCServer::vncclient LibVNCServer::vncserver) | ||
20 | + list(APPEND _expectedTargets ${_expectedTarget}) | ||
21 | + if(NOT TARGET ${_expectedTarget}) | ||
22 | + list(APPEND _targetsNotDefined ${_expectedTarget}) | ||
23 | + endif() | ||
24 | + if(TARGET ${_expectedTarget}) | ||
25 | + list(APPEND _targetsDefined ${_expectedTarget}) | ||
26 | + endif() | ||
27 | +endforeach() | ||
28 | +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") | ||
29 | + unset(_targetsDefined) | ||
30 | + unset(_targetsNotDefined) | ||
31 | + unset(_expectedTargets) | ||
32 | + set(CMAKE_IMPORT_FILE_VERSION) | ||
33 | + cmake_policy(POP) | ||
34 | + return() | ||
35 | +endif() | ||
36 | +if(NOT "${_targetsDefined}" STREQUAL "") | ||
37 | + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") | ||
38 | +endif() | ||
39 | +unset(_targetsDefined) | ||
40 | +unset(_targetsNotDefined) | ||
41 | +unset(_expectedTargets) | ||
42 | + | ||
43 | + | ||
44 | +# Compute the installation prefix relative to this file. | ||
45 | +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) | ||
46 | +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) | ||
47 | +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) | ||
48 | +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) | ||
49 | +if(_IMPORT_PREFIX STREQUAL "/") | ||
50 | + set(_IMPORT_PREFIX "") | ||
51 | +endif() | ||
52 | + | ||
53 | +# Create imported target LibVNCServer::vncclient | ||
54 | +add_library(LibVNCServer::vncclient SHARED IMPORTED) | ||
55 | + | ||
56 | +set_target_properties(LibVNCServer::vncclient PROPERTIES | ||
57 | + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" | ||
58 | + INTERFACE_LINK_LIBRARIES "-lpthread;systemd;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgcrypt.so;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgnutls.so;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libssl.so;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libcrypto.so" | ||
59 | +) | ||
60 | + | ||
61 | +# Create imported target LibVNCServer::vncserver | ||
62 | +add_library(LibVNCServer::vncserver SHARED IMPORTED) | ||
63 | + | ||
64 | +set_target_properties(LibVNCServer::vncserver PROPERTIES | ||
65 | + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" | ||
66 | + INTERFACE_LINK_LIBRARIES "-lpthread;systemd;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpng.so;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgcrypt.so;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgnutls.so;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libssl.so;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libcrypto.so" | ||
67 | +) | ||
68 | + | ||
69 | +if(CMAKE_VERSION VERSION_LESS 2.8.12) | ||
70 | + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") | ||
71 | +endif() | ||
72 | + | ||
73 | +# Load information for each installed configuration. | ||
74 | +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) | ||
75 | +file(GLOB CONFIG_FILES "${_DIR}/LibVNCServerTargets-*.cmake") | ||
76 | +foreach(f ${CONFIG_FILES}) | ||
77 | + include(${f}) | ||
78 | +endforeach() | ||
79 | + | ||
80 | +# Cleanup temporary variables. | ||
81 | +set(_IMPORT_PREFIX) | ||
82 | + | ||
83 | +# Loop over all imported files and verify that they actually exist | ||
84 | +foreach(target ${_IMPORT_CHECK_TARGETS} ) | ||
85 | + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) | ||
86 | + if(NOT EXISTS "${file}" ) | ||
87 | + message(FATAL_ERROR "The imported target \"${target}\" references the file | ||
88 | + \"${file}\" | ||
89 | +but this file does not exist. Possible reasons include: | ||
90 | +* The file was deleted, renamed, or moved to another location. | ||
91 | +* An install or uninstall procedure did not complete successfully. | ||
92 | +* The installation package was faulty and contained | ||
93 | + \"${CMAKE_CURRENT_LIST_FILE}\" | ||
94 | +but not all the files it references. | ||
95 | +") | ||
96 | + endif() | ||
97 | + endforeach() | ||
98 | + unset(_IMPORT_CHECK_FILES_FOR_${target}) | ||
99 | +endforeach() | ||
100 | +unset(_IMPORT_CHECK_TARGETS) | ||
101 | + | ||
102 | +# This file does not depend on other imported targets which have | ||
103 | +# been exported from the same project but in a separate export set. | ||
104 | + | ||
105 | +# Commands beyond this point should not need to know the version. | ||
106 | +set(CMAKE_IMPORT_FILE_VERSION) | ||
107 | +cmake_policy(POP) |
ext_dep/libvncserver/build/CMakeFiles/Makefile.cmake
@@ -0,0 +1,180 @@ | @@ -0,0 +1,180 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
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 | + "CMakeFiles/3.19.5/CMakeCCompiler.cmake" | ||
11 | + "CMakeFiles/3.19.5/CMakeSystem.cmake" | ||
12 | + "CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_SHORT.c" | ||
13 | + "CMakeFiles/CheckTypeSize/LIBVNCSERVER_IN_ADDR_T.c" | ||
14 | + "CMakeFiles/CheckTypeSize/LIBVNCSERVER_PID_T.c" | ||
15 | + "CMakeFiles/CheckTypeSize/LIBVNCSERVER_SIZE_T.c" | ||
16 | + "CMakeFiles/CheckTypeSize/LIBVNCSERVER_SOCKLEN_T.c" | ||
17 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/CMakeLists.txt" | ||
18 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/cmake/Modules/FindFFMPEG.cmake" | ||
19 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/cmake/Modules/FindLZO.cmake" | ||
20 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/cmake/Modules/FindSDL2.cmake" | ||
21 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/cmake/Modules/LibVNCServerConfig.cmake.in" | ||
22 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncclient.pc.cmakein" | ||
23 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver.pc.cmakein" | ||
24 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbconfig.h.cmakein" | ||
25 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in" | ||
26 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeCCompiler.cmake.in" | ||
27 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeCCompilerABI.c" | ||
28 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeCInformation.cmake" | ||
29 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeCommonLanguageInclude.cmake" | ||
30 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeCompilerIdDetection.cmake" | ||
31 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeConfigurableFile.in" | ||
32 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeDetermineCCompiler.cmake" | ||
33 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeDetermineCompileFeatures.cmake" | ||
34 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeDetermineCompiler.cmake" | ||
35 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeDetermineCompilerABI.cmake" | ||
36 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeDetermineCompilerId.cmake" | ||
37 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeDetermineSystem.cmake" | ||
38 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeFindBinUtils.cmake" | ||
39 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeGenericSystem.cmake" | ||
40 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeInitializeConfigs.cmake" | ||
41 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeLanguageInformation.cmake" | ||
42 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakePackageConfigHelpers.cmake" | ||
43 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeParseImplicitIncludeInfo.cmake" | ||
44 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeParseImplicitLinkInfo.cmake" | ||
45 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeSystem.cmake.in" | ||
46 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeSystemSpecificInformation.cmake" | ||
47 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeSystemSpecificInitialize.cmake" | ||
48 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeTestCCompiler.cmake" | ||
49 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeTestCompilerCommon.cmake" | ||
50 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeUnixFindMake.cmake" | ||
51 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckCSourceCompiles.cmake" | ||
52 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckCSourceRuns.cmake" | ||
53 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c" | ||
54 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.cmake" | ||
55 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckIncludeFile.c.in" | ||
56 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckIncludeFile.cmake" | ||
57 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckIncludeFileCXX.cmake" | ||
58 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckLibraryExists.cmake" | ||
59 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckSymbolExists.cmake" | ||
60 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckTypeSize.c.in" | ||
61 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckTypeSize.cmake" | ||
62 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/ADSP-DetermineCompiler.cmake" | ||
63 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/ARMCC-DetermineCompiler.cmake" | ||
64 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/ARMClang-DetermineCompiler.cmake" | ||
65 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/AppleClang-DetermineCompiler.cmake" | ||
66 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/Borland-DetermineCompiler.cmake" | ||
67 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" | ||
68 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/CMakeCommonCompilerMacros.cmake" | ||
69 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/Clang-DetermineCompiler.cmake" | ||
70 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" | ||
71 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" | ||
72 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/Cray-DetermineCompiler.cmake" | ||
73 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" | ||
74 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" | ||
75 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/GHS-DetermineCompiler.cmake" | ||
76 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/GNU-C-DetermineCompiler.cmake" | ||
77 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/GNU-C.cmake" | ||
78 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/GNU-FindBinUtils.cmake" | ||
79 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/GNU.cmake" | ||
80 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/HP-C-DetermineCompiler.cmake" | ||
81 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/IAR-DetermineCompiler.cmake" | ||
82 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" | ||
83 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/Intel-DetermineCompiler.cmake" | ||
84 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/MSVC-DetermineCompiler.cmake" | ||
85 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" | ||
86 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" | ||
87 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/PGI-DetermineCompiler.cmake" | ||
88 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/PathScale-DetermineCompiler.cmake" | ||
89 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/SCO-DetermineCompiler.cmake" | ||
90 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" | ||
91 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" | ||
92 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/TI-DetermineCompiler.cmake" | ||
93 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" | ||
94 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" | ||
95 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/Watcom-DetermineCompiler.cmake" | ||
96 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/XL-C-DetermineCompiler.cmake" | ||
97 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/XLClang-C-DetermineCompiler.cmake" | ||
98 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Compiler/zOS-C-DetermineCompiler.cmake" | ||
99 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/FindFreetype.cmake" | ||
100 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/FindGTK2.cmake" | ||
101 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/FindGnuTLS.cmake" | ||
102 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/FindJPEG.cmake" | ||
103 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/FindOpenSSL.cmake" | ||
104 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/FindPNG.cmake" | ||
105 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake" | ||
106 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/FindPackageMessage.cmake" | ||
107 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/FindPkgConfig.cmake" | ||
108 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/FindThreads.cmake" | ||
109 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/FindZLIB.cmake" | ||
110 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/GNUInstallDirs.cmake" | ||
111 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Internal/CheckSourceCompiles.cmake" | ||
112 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Internal/CheckSourceRuns.cmake" | ||
113 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Internal/FeatureTesting.cmake" | ||
114 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Platform/Linux-GNU-C.cmake" | ||
115 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Platform/Linux-GNU.cmake" | ||
116 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Platform/Linux.cmake" | ||
117 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/Platform/UnixPaths.cmake" | ||
118 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/SelectLibraryConfigurations.cmake" | ||
119 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/TestBigEndian.cmake" | ||
120 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/TestEndianess.c.in" | ||
121 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/WriteBasicConfigVersionFile.cmake" | ||
122 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake/OEToolchainConfig.cmake" | ||
123 | + "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake/OEToolchainConfig.cmake.d/OEQt5Toolchain.cmake" | ||
124 | + ) | ||
125 | + | ||
126 | +# The corresponding makefile is: | ||
127 | +set(CMAKE_MAKEFILE_OUTPUTS | ||
128 | + "Makefile" | ||
129 | + "CMakeFiles/cmake.check_cache" | ||
130 | + ) | ||
131 | + | ||
132 | +# Byproducts of CMake generate step: | ||
133 | +set(CMAKE_MAKEFILE_PRODUCTS | ||
134 | + "CMakeFiles/3.19.5/CMakeSystem.cmake" | ||
135 | + "CMakeFiles/3.19.5/CMakeCCompiler.cmake" | ||
136 | + "CMakeFiles/3.19.5/CMakeCCompiler.cmake" | ||
137 | + "CMakeFiles/CheckTypeSize/LIBVNCSERVER_PID_T.c" | ||
138 | + "CMakeFiles/CheckTypeSize/LIBVNCSERVER_SIZE_T.c" | ||
139 | + "CMakeFiles/CheckTypeSize/LIBVNCSERVER_SOCKLEN_T.c" | ||
140 | + "CMakeFiles/CheckTypeSize/LIBVNCSERVER_IN_ADDR_T.c" | ||
141 | + "CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_SHORT.c" | ||
142 | + "rfb/rfbconfig.h" | ||
143 | + "libvncserver.pc" | ||
144 | + "libvncclient.pc" | ||
145 | + "LibVNCServerConfig.cmake" | ||
146 | + "LibVNCServerConfigVersion.cmake" | ||
147 | + "CMakeFiles/CMakeDirectoryInformation.cmake" | ||
148 | + ) | ||
149 | + | ||
150 | +# Dependency information for all targets: | ||
151 | +set(CMAKE_DEPEND_INFO_FILES | ||
152 | + "CMakeFiles/examples_pnmshow.dir/DependInfo.cmake" | ||
153 | + "CMakeFiles/examples_example.dir/DependInfo.cmake" | ||
154 | + "CMakeFiles/examples_blooptest.dir/DependInfo.cmake" | ||
155 | + "CMakeFiles/examples_repeater.dir/DependInfo.cmake" | ||
156 | + "CMakeFiles/test_copyrecttest.dir/DependInfo.cmake" | ||
157 | + "CMakeFiles/examples_fontsel.dir/DependInfo.cmake" | ||
158 | + "CMakeFiles/examples_colourmaptest.dir/DependInfo.cmake" | ||
159 | + "CMakeFiles/examples_cursors.dir/DependInfo.cmake" | ||
160 | + "CMakeFiles/examples_vncev.dir/DependInfo.cmake" | ||
161 | + "CMakeFiles/examples_backchannel.dir/DependInfo.cmake" | ||
162 | + "CMakeFiles/test_cargstest.dir/DependInfo.cmake" | ||
163 | + "CMakeFiles/vncserver.dir/DependInfo.cmake" | ||
164 | + "CMakeFiles/copy-compile-commands.dir/DependInfo.cmake" | ||
165 | + "CMakeFiles/examples_simple.dir/DependInfo.cmake" | ||
166 | + "CMakeFiles/vncclient.dir/DependInfo.cmake" | ||
167 | + "CMakeFiles/examples_rotate.dir/DependInfo.cmake" | ||
168 | + "CMakeFiles/examples_storepasswd.dir/DependInfo.cmake" | ||
169 | + "CMakeFiles/client_examples_backchannel.dir/DependInfo.cmake" | ||
170 | + "CMakeFiles/examples_regiontest.dir/DependInfo.cmake" | ||
171 | + "CMakeFiles/client_examples_ppmtest.dir/DependInfo.cmake" | ||
172 | + "CMakeFiles/examples_pnmshow24.dir/DependInfo.cmake" | ||
173 | + "CMakeFiles/test_encodingstest.dir/DependInfo.cmake" | ||
174 | + "CMakeFiles/examples_simple15.dir/DependInfo.cmake" | ||
175 | + "CMakeFiles/test_tjunittest.dir/DependInfo.cmake" | ||
176 | + "CMakeFiles/test_tjbench.dir/DependInfo.cmake" | ||
177 | + "CMakeFiles/test_wstest.dir/DependInfo.cmake" | ||
178 | + "CMakeFiles/examples_camera.dir/DependInfo.cmake" | ||
179 | + "CMakeFiles/examples_filetransfer.dir/DependInfo.cmake" | ||
180 | + ) |
ext_dep/libvncserver/build/CMakeFiles/Makefile2
@@ -0,0 +1,914 @@ | @@ -0,0 +1,914 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
3 | + | ||
4 | +# Default target executed when no arguments are given to make. | ||
5 | +default_target: all | ||
6 | + | ||
7 | +.PHONY : default_target | ||
8 | + | ||
9 | +#============================================================================= | ||
10 | +# Special targets provided by cmake. | ||
11 | + | ||
12 | +# Disable implicit rules so canonical targets will work. | ||
13 | +.SUFFIXES: | ||
14 | + | ||
15 | + | ||
16 | +# Disable VCS-based implicit rules. | ||
17 | +% : %,v | ||
18 | + | ||
19 | + | ||
20 | +# Disable VCS-based implicit rules. | ||
21 | +% : RCS/% | ||
22 | + | ||
23 | + | ||
24 | +# Disable VCS-based implicit rules. | ||
25 | +% : RCS/%,v | ||
26 | + | ||
27 | + | ||
28 | +# Disable VCS-based implicit rules. | ||
29 | +% : SCCS/s.% | ||
30 | + | ||
31 | + | ||
32 | +# Disable VCS-based implicit rules. | ||
33 | +% : s.% | ||
34 | + | ||
35 | + | ||
36 | +.SUFFIXES: .hpux_make_needs_suffix_list | ||
37 | + | ||
38 | + | ||
39 | +# Command-line flag to silence nested $(MAKE). | ||
40 | +$(VERBOSE)MAKESILENT = -s | ||
41 | + | ||
42 | +#Suppress display of executed commands. | ||
43 | +$(VERBOSE).SILENT: | ||
44 | + | ||
45 | +# A target that is always out of date. | ||
46 | +cmake_force: | ||
47 | + | ||
48 | +.PHONY : cmake_force | ||
49 | + | ||
50 | +#============================================================================= | ||
51 | +# Set environment variables for the build. | ||
52 | + | ||
53 | +# The shell in which to execute make rules. | ||
54 | +SHELL = /bin/sh | ||
55 | + | ||
56 | +# The CMake executable. | ||
57 | +CMAKE_COMMAND = /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake | ||
58 | + | ||
59 | +# The command to remove a file. | ||
60 | +RM = /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E rm -f | ||
61 | + | ||
62 | +# Escaping for special characters. | ||
63 | +EQUALS = = | ||
64 | + | ||
65 | +# The top-level source directory on which CMake was run. | ||
66 | +CMAKE_SOURCE_DIR = /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master | ||
67 | + | ||
68 | +# The top-level build directory on which CMake was run. | ||
69 | +CMAKE_BINARY_DIR = /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build | ||
70 | + | ||
71 | +#============================================================================= | ||
72 | +# Directory level rules for the build root directory | ||
73 | + | ||
74 | +# The main recursive "all" target. | ||
75 | +all: CMakeFiles/examples_pnmshow.dir/all | ||
76 | +all: CMakeFiles/examples_example.dir/all | ||
77 | +all: CMakeFiles/examples_blooptest.dir/all | ||
78 | +all: CMakeFiles/examples_repeater.dir/all | ||
79 | +all: CMakeFiles/test_copyrecttest.dir/all | ||
80 | +all: CMakeFiles/examples_fontsel.dir/all | ||
81 | +all: CMakeFiles/examples_colourmaptest.dir/all | ||
82 | +all: CMakeFiles/examples_cursors.dir/all | ||
83 | +all: CMakeFiles/examples_vncev.dir/all | ||
84 | +all: CMakeFiles/examples_backchannel.dir/all | ||
85 | +all: CMakeFiles/test_cargstest.dir/all | ||
86 | +all: CMakeFiles/vncserver.dir/all | ||
87 | +all: CMakeFiles/copy-compile-commands.dir/all | ||
88 | +all: CMakeFiles/examples_simple.dir/all | ||
89 | +all: CMakeFiles/vncclient.dir/all | ||
90 | +all: CMakeFiles/examples_rotate.dir/all | ||
91 | +all: CMakeFiles/examples_storepasswd.dir/all | ||
92 | +all: CMakeFiles/client_examples_backchannel.dir/all | ||
93 | +all: CMakeFiles/examples_regiontest.dir/all | ||
94 | +all: CMakeFiles/client_examples_ppmtest.dir/all | ||
95 | +all: CMakeFiles/examples_pnmshow24.dir/all | ||
96 | +all: CMakeFiles/test_encodingstest.dir/all | ||
97 | +all: CMakeFiles/examples_simple15.dir/all | ||
98 | +all: CMakeFiles/test_tjunittest.dir/all | ||
99 | +all: CMakeFiles/test_tjbench.dir/all | ||
100 | +all: CMakeFiles/test_wstest.dir/all | ||
101 | +all: CMakeFiles/examples_camera.dir/all | ||
102 | +all: CMakeFiles/examples_filetransfer.dir/all | ||
103 | + | ||
104 | +.PHONY : all | ||
105 | + | ||
106 | +# The main recursive "preinstall" target. | ||
107 | +preinstall: | ||
108 | + | ||
109 | +.PHONY : preinstall | ||
110 | + | ||
111 | +# The main recursive "clean" target. | ||
112 | +clean: CMakeFiles/examples_pnmshow.dir/clean | ||
113 | +clean: CMakeFiles/examples_example.dir/clean | ||
114 | +clean: CMakeFiles/examples_blooptest.dir/clean | ||
115 | +clean: CMakeFiles/examples_repeater.dir/clean | ||
116 | +clean: CMakeFiles/test_copyrecttest.dir/clean | ||
117 | +clean: CMakeFiles/examples_fontsel.dir/clean | ||
118 | +clean: CMakeFiles/examples_colourmaptest.dir/clean | ||
119 | +clean: CMakeFiles/examples_cursors.dir/clean | ||
120 | +clean: CMakeFiles/examples_vncev.dir/clean | ||
121 | +clean: CMakeFiles/examples_backchannel.dir/clean | ||
122 | +clean: CMakeFiles/test_cargstest.dir/clean | ||
123 | +clean: CMakeFiles/vncserver.dir/clean | ||
124 | +clean: CMakeFiles/copy-compile-commands.dir/clean | ||
125 | +clean: CMakeFiles/examples_simple.dir/clean | ||
126 | +clean: CMakeFiles/vncclient.dir/clean | ||
127 | +clean: CMakeFiles/examples_rotate.dir/clean | ||
128 | +clean: CMakeFiles/examples_storepasswd.dir/clean | ||
129 | +clean: CMakeFiles/client_examples_backchannel.dir/clean | ||
130 | +clean: CMakeFiles/examples_regiontest.dir/clean | ||
131 | +clean: CMakeFiles/client_examples_ppmtest.dir/clean | ||
132 | +clean: CMakeFiles/examples_pnmshow24.dir/clean | ||
133 | +clean: CMakeFiles/test_encodingstest.dir/clean | ||
134 | +clean: CMakeFiles/examples_simple15.dir/clean | ||
135 | +clean: CMakeFiles/test_tjunittest.dir/clean | ||
136 | +clean: CMakeFiles/test_tjbench.dir/clean | ||
137 | +clean: CMakeFiles/test_wstest.dir/clean | ||
138 | +clean: CMakeFiles/examples_camera.dir/clean | ||
139 | +clean: CMakeFiles/examples_filetransfer.dir/clean | ||
140 | + | ||
141 | +.PHONY : clean | ||
142 | + | ||
143 | +#============================================================================= | ||
144 | +# Target rules for target CMakeFiles/examples_pnmshow.dir | ||
145 | + | ||
146 | +# All Build rule for target. | ||
147 | +CMakeFiles/examples_pnmshow.dir/all: CMakeFiles/vncserver.dir/all | ||
148 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_pnmshow.dir/build.make CMakeFiles/examples_pnmshow.dir/depend | ||
149 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_pnmshow.dir/build.make CMakeFiles/examples_pnmshow.dir/build | ||
150 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=20,21 "Built target examples_pnmshow" | ||
151 | +.PHONY : CMakeFiles/examples_pnmshow.dir/all | ||
152 | + | ||
153 | +# Build rule for subdir invocation for target. | ||
154 | +CMakeFiles/examples_pnmshow.dir/rule: cmake_check_build_system | ||
155 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 39 | ||
156 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/examples_pnmshow.dir/all | ||
157 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
158 | +.PHONY : CMakeFiles/examples_pnmshow.dir/rule | ||
159 | + | ||
160 | +# Convenience name for target. | ||
161 | +examples_pnmshow: CMakeFiles/examples_pnmshow.dir/rule | ||
162 | + | ||
163 | +.PHONY : examples_pnmshow | ||
164 | + | ||
165 | +# clean rule for target. | ||
166 | +CMakeFiles/examples_pnmshow.dir/clean: | ||
167 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_pnmshow.dir/build.make CMakeFiles/examples_pnmshow.dir/clean | ||
168 | +.PHONY : CMakeFiles/examples_pnmshow.dir/clean | ||
169 | + | ||
170 | +#============================================================================= | ||
171 | +# Target rules for target CMakeFiles/examples_example.dir | ||
172 | + | ||
173 | +# All Build rule for target. | ||
174 | +CMakeFiles/examples_example.dir/all: CMakeFiles/vncserver.dir/all | ||
175 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_example.dir/build.make CMakeFiles/examples_example.dir/depend | ||
176 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_example.dir/build.make CMakeFiles/examples_example.dir/build | ||
177 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=14,15 "Built target examples_example" | ||
178 | +.PHONY : CMakeFiles/examples_example.dir/all | ||
179 | + | ||
180 | +# Build rule for subdir invocation for target. | ||
181 | +CMakeFiles/examples_example.dir/rule: cmake_check_build_system | ||
182 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 39 | ||
183 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/examples_example.dir/all | ||
184 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
185 | +.PHONY : CMakeFiles/examples_example.dir/rule | ||
186 | + | ||
187 | +# Convenience name for target. | ||
188 | +examples_example: CMakeFiles/examples_example.dir/rule | ||
189 | + | ||
190 | +.PHONY : examples_example | ||
191 | + | ||
192 | +# clean rule for target. | ||
193 | +CMakeFiles/examples_example.dir/clean: | ||
194 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_example.dir/build.make CMakeFiles/examples_example.dir/clean | ||
195 | +.PHONY : CMakeFiles/examples_example.dir/clean | ||
196 | + | ||
197 | +#============================================================================= | ||
198 | +# Target rules for target CMakeFiles/examples_blooptest.dir | ||
199 | + | ||
200 | +# All Build rule for target. | ||
201 | +CMakeFiles/examples_blooptest.dir/all: CMakeFiles/vncserver.dir/all | ||
202 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_blooptest.dir/build.make CMakeFiles/examples_blooptest.dir/depend | ||
203 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_blooptest.dir/build.make CMakeFiles/examples_blooptest.dir/build | ||
204 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=6,7 "Built target examples_blooptest" | ||
205 | +.PHONY : CMakeFiles/examples_blooptest.dir/all | ||
206 | + | ||
207 | +# Build rule for subdir invocation for target. | ||
208 | +CMakeFiles/examples_blooptest.dir/rule: cmake_check_build_system | ||
209 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 39 | ||
210 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/examples_blooptest.dir/all | ||
211 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
212 | +.PHONY : CMakeFiles/examples_blooptest.dir/rule | ||
213 | + | ||
214 | +# Convenience name for target. | ||
215 | +examples_blooptest: CMakeFiles/examples_blooptest.dir/rule | ||
216 | + | ||
217 | +.PHONY : examples_blooptest | ||
218 | + | ||
219 | +# clean rule for target. | ||
220 | +CMakeFiles/examples_blooptest.dir/clean: | ||
221 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_blooptest.dir/build.make CMakeFiles/examples_blooptest.dir/clean | ||
222 | +.PHONY : CMakeFiles/examples_blooptest.dir/clean | ||
223 | + | ||
224 | +#============================================================================= | ||
225 | +# Target rules for target CMakeFiles/examples_repeater.dir | ||
226 | + | ||
227 | +# All Build rule for target. | ||
228 | +CMakeFiles/examples_repeater.dir/all: CMakeFiles/vncserver.dir/all | ||
229 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_repeater.dir/build.make CMakeFiles/examples_repeater.dir/depend | ||
230 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_repeater.dir/build.make CMakeFiles/examples_repeater.dir/build | ||
231 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=26,27 "Built target examples_repeater" | ||
232 | +.PHONY : CMakeFiles/examples_repeater.dir/all | ||
233 | + | ||
234 | +# Build rule for subdir invocation for target. | ||
235 | +CMakeFiles/examples_repeater.dir/rule: cmake_check_build_system | ||
236 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 39 | ||
237 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/examples_repeater.dir/all | ||
238 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
239 | +.PHONY : CMakeFiles/examples_repeater.dir/rule | ||
240 | + | ||
241 | +# Convenience name for target. | ||
242 | +examples_repeater: CMakeFiles/examples_repeater.dir/rule | ||
243 | + | ||
244 | +.PHONY : examples_repeater | ||
245 | + | ||
246 | +# clean rule for target. | ||
247 | +CMakeFiles/examples_repeater.dir/clean: | ||
248 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_repeater.dir/build.make CMakeFiles/examples_repeater.dir/clean | ||
249 | +.PHONY : CMakeFiles/examples_repeater.dir/clean | ||
250 | + | ||
251 | +#============================================================================= | ||
252 | +# Target rules for target CMakeFiles/test_copyrecttest.dir | ||
253 | + | ||
254 | +# All Build rule for target. | ||
255 | +CMakeFiles/test_copyrecttest.dir/all: CMakeFiles/vncserver.dir/all | ||
256 | +CMakeFiles/test_copyrecttest.dir/all: CMakeFiles/vncclient.dir/all | ||
257 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_copyrecttest.dir/build.make CMakeFiles/test_copyrecttest.dir/depend | ||
258 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_copyrecttest.dir/build.make CMakeFiles/test_copyrecttest.dir/build | ||
259 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=40,41 "Built target test_copyrecttest" | ||
260 | +.PHONY : CMakeFiles/test_copyrecttest.dir/all | ||
261 | + | ||
262 | +# Build rule for subdir invocation for target. | ||
263 | +CMakeFiles/test_copyrecttest.dir/rule: cmake_check_build_system | ||
264 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 49 | ||
265 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/test_copyrecttest.dir/all | ||
266 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
267 | +.PHONY : CMakeFiles/test_copyrecttest.dir/rule | ||
268 | + | ||
269 | +# Convenience name for target. | ||
270 | +test_copyrecttest: CMakeFiles/test_copyrecttest.dir/rule | ||
271 | + | ||
272 | +.PHONY : test_copyrecttest | ||
273 | + | ||
274 | +# clean rule for target. | ||
275 | +CMakeFiles/test_copyrecttest.dir/clean: | ||
276 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_copyrecttest.dir/build.make CMakeFiles/test_copyrecttest.dir/clean | ||
277 | +.PHONY : CMakeFiles/test_copyrecttest.dir/clean | ||
278 | + | ||
279 | +#============================================================================= | ||
280 | +# Target rules for target CMakeFiles/examples_fontsel.dir | ||
281 | + | ||
282 | +# All Build rule for target. | ||
283 | +CMakeFiles/examples_fontsel.dir/all: CMakeFiles/vncserver.dir/all | ||
284 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_fontsel.dir/build.make CMakeFiles/examples_fontsel.dir/depend | ||
285 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_fontsel.dir/build.make CMakeFiles/examples_fontsel.dir/build | ||
286 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=18,19 "Built target examples_fontsel" | ||
287 | +.PHONY : CMakeFiles/examples_fontsel.dir/all | ||
288 | + | ||
289 | +# Build rule for subdir invocation for target. | ||
290 | +CMakeFiles/examples_fontsel.dir/rule: cmake_check_build_system | ||
291 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 39 | ||
292 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/examples_fontsel.dir/all | ||
293 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
294 | +.PHONY : CMakeFiles/examples_fontsel.dir/rule | ||
295 | + | ||
296 | +# Convenience name for target. | ||
297 | +examples_fontsel: CMakeFiles/examples_fontsel.dir/rule | ||
298 | + | ||
299 | +.PHONY : examples_fontsel | ||
300 | + | ||
301 | +# clean rule for target. | ||
302 | +CMakeFiles/examples_fontsel.dir/clean: | ||
303 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_fontsel.dir/build.make CMakeFiles/examples_fontsel.dir/clean | ||
304 | +.PHONY : CMakeFiles/examples_fontsel.dir/clean | ||
305 | + | ||
306 | +#============================================================================= | ||
307 | +# Target rules for target CMakeFiles/examples_colourmaptest.dir | ||
308 | + | ||
309 | +# All Build rule for target. | ||
310 | +CMakeFiles/examples_colourmaptest.dir/all: CMakeFiles/vncserver.dir/all | ||
311 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_colourmaptest.dir/build.make CMakeFiles/examples_colourmaptest.dir/depend | ||
312 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_colourmaptest.dir/build.make CMakeFiles/examples_colourmaptest.dir/build | ||
313 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=10,11 "Built target examples_colourmaptest" | ||
314 | +.PHONY : CMakeFiles/examples_colourmaptest.dir/all | ||
315 | + | ||
316 | +# Build rule for subdir invocation for target. | ||
317 | +CMakeFiles/examples_colourmaptest.dir/rule: cmake_check_build_system | ||
318 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 39 | ||
319 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/examples_colourmaptest.dir/all | ||
320 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
321 | +.PHONY : CMakeFiles/examples_colourmaptest.dir/rule | ||
322 | + | ||
323 | +# Convenience name for target. | ||
324 | +examples_colourmaptest: CMakeFiles/examples_colourmaptest.dir/rule | ||
325 | + | ||
326 | +.PHONY : examples_colourmaptest | ||
327 | + | ||
328 | +# clean rule for target. | ||
329 | +CMakeFiles/examples_colourmaptest.dir/clean: | ||
330 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_colourmaptest.dir/build.make CMakeFiles/examples_colourmaptest.dir/clean | ||
331 | +.PHONY : CMakeFiles/examples_colourmaptest.dir/clean | ||
332 | + | ||
333 | +#============================================================================= | ||
334 | +# Target rules for target CMakeFiles/examples_cursors.dir | ||
335 | + | ||
336 | +# All Build rule for target. | ||
337 | +CMakeFiles/examples_cursors.dir/all: CMakeFiles/vncserver.dir/all | ||
338 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_cursors.dir/build.make CMakeFiles/examples_cursors.dir/depend | ||
339 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_cursors.dir/build.make CMakeFiles/examples_cursors.dir/build | ||
340 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=12,13 "Built target examples_cursors" | ||
341 | +.PHONY : CMakeFiles/examples_cursors.dir/all | ||
342 | + | ||
343 | +# Build rule for subdir invocation for target. | ||
344 | +CMakeFiles/examples_cursors.dir/rule: cmake_check_build_system | ||
345 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 39 | ||
346 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/examples_cursors.dir/all | ||
347 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
348 | +.PHONY : CMakeFiles/examples_cursors.dir/rule | ||
349 | + | ||
350 | +# Convenience name for target. | ||
351 | +examples_cursors: CMakeFiles/examples_cursors.dir/rule | ||
352 | + | ||
353 | +.PHONY : examples_cursors | ||
354 | + | ||
355 | +# clean rule for target. | ||
356 | +CMakeFiles/examples_cursors.dir/clean: | ||
357 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_cursors.dir/build.make CMakeFiles/examples_cursors.dir/clean | ||
358 | +.PHONY : CMakeFiles/examples_cursors.dir/clean | ||
359 | + | ||
360 | +#============================================================================= | ||
361 | +# Target rules for target CMakeFiles/examples_vncev.dir | ||
362 | + | ||
363 | +# All Build rule for target. | ||
364 | +CMakeFiles/examples_vncev.dir/all: CMakeFiles/vncserver.dir/all | ||
365 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_vncev.dir/build.make CMakeFiles/examples_vncev.dir/depend | ||
366 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_vncev.dir/build.make CMakeFiles/examples_vncev.dir/build | ||
367 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=36,37 "Built target examples_vncev" | ||
368 | +.PHONY : CMakeFiles/examples_vncev.dir/all | ||
369 | + | ||
370 | +# Build rule for subdir invocation for target. | ||
371 | +CMakeFiles/examples_vncev.dir/rule: cmake_check_build_system | ||
372 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 39 | ||
373 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/examples_vncev.dir/all | ||
374 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
375 | +.PHONY : CMakeFiles/examples_vncev.dir/rule | ||
376 | + | ||
377 | +# Convenience name for target. | ||
378 | +examples_vncev: CMakeFiles/examples_vncev.dir/rule | ||
379 | + | ||
380 | +.PHONY : examples_vncev | ||
381 | + | ||
382 | +# clean rule for target. | ||
383 | +CMakeFiles/examples_vncev.dir/clean: | ||
384 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_vncev.dir/build.make CMakeFiles/examples_vncev.dir/clean | ||
385 | +.PHONY : CMakeFiles/examples_vncev.dir/clean | ||
386 | + | ||
387 | +#============================================================================= | ||
388 | +# Target rules for target CMakeFiles/examples_backchannel.dir | ||
389 | + | ||
390 | +# All Build rule for target. | ||
391 | +CMakeFiles/examples_backchannel.dir/all: CMakeFiles/vncserver.dir/all | ||
392 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_backchannel.dir/build.make CMakeFiles/examples_backchannel.dir/depend | ||
393 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_backchannel.dir/build.make CMakeFiles/examples_backchannel.dir/build | ||
394 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=4,5 "Built target examples_backchannel" | ||
395 | +.PHONY : CMakeFiles/examples_backchannel.dir/all | ||
396 | + | ||
397 | +# Build rule for subdir invocation for target. | ||
398 | +CMakeFiles/examples_backchannel.dir/rule: cmake_check_build_system | ||
399 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 39 | ||
400 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/examples_backchannel.dir/all | ||
401 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
402 | +.PHONY : CMakeFiles/examples_backchannel.dir/rule | ||
403 | + | ||
404 | +# Convenience name for target. | ||
405 | +examples_backchannel: CMakeFiles/examples_backchannel.dir/rule | ||
406 | + | ||
407 | +.PHONY : examples_backchannel | ||
408 | + | ||
409 | +# clean rule for target. | ||
410 | +CMakeFiles/examples_backchannel.dir/clean: | ||
411 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_backchannel.dir/build.make CMakeFiles/examples_backchannel.dir/clean | ||
412 | +.PHONY : CMakeFiles/examples_backchannel.dir/clean | ||
413 | + | ||
414 | +#============================================================================= | ||
415 | +# Target rules for target CMakeFiles/test_cargstest.dir | ||
416 | + | ||
417 | +# All Build rule for target. | ||
418 | +CMakeFiles/test_cargstest.dir/all: CMakeFiles/vncserver.dir/all | ||
419 | +CMakeFiles/test_cargstest.dir/all: CMakeFiles/vncclient.dir/all | ||
420 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_cargstest.dir/build.make CMakeFiles/test_cargstest.dir/depend | ||
421 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_cargstest.dir/build.make CMakeFiles/test_cargstest.dir/build | ||
422 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=38,39 "Built target test_cargstest" | ||
423 | +.PHONY : CMakeFiles/test_cargstest.dir/all | ||
424 | + | ||
425 | +# Build rule for subdir invocation for target. | ||
426 | +CMakeFiles/test_cargstest.dir/rule: cmake_check_build_system | ||
427 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 49 | ||
428 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/test_cargstest.dir/all | ||
429 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
430 | +.PHONY : CMakeFiles/test_cargstest.dir/rule | ||
431 | + | ||
432 | +# Convenience name for target. | ||
433 | +test_cargstest: CMakeFiles/test_cargstest.dir/rule | ||
434 | + | ||
435 | +.PHONY : test_cargstest | ||
436 | + | ||
437 | +# clean rule for target. | ||
438 | +CMakeFiles/test_cargstest.dir/clean: | ||
439 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_cargstest.dir/build.make CMakeFiles/test_cargstest.dir/clean | ||
440 | +.PHONY : CMakeFiles/test_cargstest.dir/clean | ||
441 | + | ||
442 | +#============================================================================= | ||
443 | +# Target rules for target CMakeFiles/vncserver.dir | ||
444 | + | ||
445 | +# All Build rule for target. | ||
446 | +CMakeFiles/vncserver.dir/all: | ||
447 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/vncserver.dir/build.make CMakeFiles/vncserver.dir/depend | ||
448 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/vncserver.dir/build.make CMakeFiles/vncserver.dir/build | ||
449 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100 "Built target vncserver" | ||
450 | +.PHONY : CMakeFiles/vncserver.dir/all | ||
451 | + | ||
452 | +# Build rule for subdir invocation for target. | ||
453 | +CMakeFiles/vncserver.dir/rule: cmake_check_build_system | ||
454 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 37 | ||
455 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/vncserver.dir/all | ||
456 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
457 | +.PHONY : CMakeFiles/vncserver.dir/rule | ||
458 | + | ||
459 | +# Convenience name for target. | ||
460 | +vncserver: CMakeFiles/vncserver.dir/rule | ||
461 | + | ||
462 | +.PHONY : vncserver | ||
463 | + | ||
464 | +# clean rule for target. | ||
465 | +CMakeFiles/vncserver.dir/clean: | ||
466 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/vncserver.dir/build.make CMakeFiles/vncserver.dir/clean | ||
467 | +.PHONY : CMakeFiles/vncserver.dir/clean | ||
468 | + | ||
469 | +#============================================================================= | ||
470 | +# Target rules for target CMakeFiles/copy-compile-commands.dir | ||
471 | + | ||
472 | +# All Build rule for target. | ||
473 | +CMakeFiles/copy-compile-commands.dir/all: | ||
474 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/copy-compile-commands.dir/build.make CMakeFiles/copy-compile-commands.dir/depend | ||
475 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/copy-compile-commands.dir/build.make CMakeFiles/copy-compile-commands.dir/build | ||
476 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num= "Built target copy-compile-commands" | ||
477 | +.PHONY : CMakeFiles/copy-compile-commands.dir/all | ||
478 | + | ||
479 | +# Build rule for subdir invocation for target. | ||
480 | +CMakeFiles/copy-compile-commands.dir/rule: cmake_check_build_system | ||
481 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
482 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/copy-compile-commands.dir/all | ||
483 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
484 | +.PHONY : CMakeFiles/copy-compile-commands.dir/rule | ||
485 | + | ||
486 | +# Convenience name for target. | ||
487 | +copy-compile-commands: CMakeFiles/copy-compile-commands.dir/rule | ||
488 | + | ||
489 | +.PHONY : copy-compile-commands | ||
490 | + | ||
491 | +# clean rule for target. | ||
492 | +CMakeFiles/copy-compile-commands.dir/clean: | ||
493 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/copy-compile-commands.dir/build.make CMakeFiles/copy-compile-commands.dir/clean | ||
494 | +.PHONY : CMakeFiles/copy-compile-commands.dir/clean | ||
495 | + | ||
496 | +#============================================================================= | ||
497 | +# Target rules for target CMakeFiles/examples_simple.dir | ||
498 | + | ||
499 | +# All Build rule for target. | ||
500 | +CMakeFiles/examples_simple.dir/all: CMakeFiles/vncserver.dir/all | ||
501 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_simple.dir/build.make CMakeFiles/examples_simple.dir/depend | ||
502 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_simple.dir/build.make CMakeFiles/examples_simple.dir/build | ||
503 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=30,31 "Built target examples_simple" | ||
504 | +.PHONY : CMakeFiles/examples_simple.dir/all | ||
505 | + | ||
506 | +# Build rule for subdir invocation for target. | ||
507 | +CMakeFiles/examples_simple.dir/rule: cmake_check_build_system | ||
508 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 39 | ||
509 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/examples_simple.dir/all | ||
510 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
511 | +.PHONY : CMakeFiles/examples_simple.dir/rule | ||
512 | + | ||
513 | +# Convenience name for target. | ||
514 | +examples_simple: CMakeFiles/examples_simple.dir/rule | ||
515 | + | ||
516 | +.PHONY : examples_simple | ||
517 | + | ||
518 | +# clean rule for target. | ||
519 | +CMakeFiles/examples_simple.dir/clean: | ||
520 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_simple.dir/build.make CMakeFiles/examples_simple.dir/clean | ||
521 | +.PHONY : CMakeFiles/examples_simple.dir/clean | ||
522 | + | ||
523 | +#============================================================================= | ||
524 | +# Target rules for target CMakeFiles/vncclient.dir | ||
525 | + | ||
526 | +# All Build rule for target. | ||
527 | +CMakeFiles/vncclient.dir/all: | ||
528 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/vncclient.dir/build.make CMakeFiles/vncclient.dir/depend | ||
529 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/vncclient.dir/build.make CMakeFiles/vncclient.dir/build | ||
530 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=54,55,56,57,58,59,60,61,62,63 "Built target vncclient" | ||
531 | +.PHONY : CMakeFiles/vncclient.dir/all | ||
532 | + | ||
533 | +# Build rule for subdir invocation for target. | ||
534 | +CMakeFiles/vncclient.dir/rule: cmake_check_build_system | ||
535 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 10 | ||
536 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/vncclient.dir/all | ||
537 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
538 | +.PHONY : CMakeFiles/vncclient.dir/rule | ||
539 | + | ||
540 | +# Convenience name for target. | ||
541 | +vncclient: CMakeFiles/vncclient.dir/rule | ||
542 | + | ||
543 | +.PHONY : vncclient | ||
544 | + | ||
545 | +# clean rule for target. | ||
546 | +CMakeFiles/vncclient.dir/clean: | ||
547 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/vncclient.dir/build.make CMakeFiles/vncclient.dir/clean | ||
548 | +.PHONY : CMakeFiles/vncclient.dir/clean | ||
549 | + | ||
550 | +#============================================================================= | ||
551 | +# Target rules for target CMakeFiles/examples_rotate.dir | ||
552 | + | ||
553 | +# All Build rule for target. | ||
554 | +CMakeFiles/examples_rotate.dir/all: CMakeFiles/vncserver.dir/all | ||
555 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_rotate.dir/build.make CMakeFiles/examples_rotate.dir/depend | ||
556 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_rotate.dir/build.make CMakeFiles/examples_rotate.dir/build | ||
557 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=28,29 "Built target examples_rotate" | ||
558 | +.PHONY : CMakeFiles/examples_rotate.dir/all | ||
559 | + | ||
560 | +# Build rule for subdir invocation for target. | ||
561 | +CMakeFiles/examples_rotate.dir/rule: cmake_check_build_system | ||
562 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 39 | ||
563 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/examples_rotate.dir/all | ||
564 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
565 | +.PHONY : CMakeFiles/examples_rotate.dir/rule | ||
566 | + | ||
567 | +# Convenience name for target. | ||
568 | +examples_rotate: CMakeFiles/examples_rotate.dir/rule | ||
569 | + | ||
570 | +.PHONY : examples_rotate | ||
571 | + | ||
572 | +# clean rule for target. | ||
573 | +CMakeFiles/examples_rotate.dir/clean: | ||
574 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_rotate.dir/build.make CMakeFiles/examples_rotate.dir/clean | ||
575 | +.PHONY : CMakeFiles/examples_rotate.dir/clean | ||
576 | + | ||
577 | +#============================================================================= | ||
578 | +# Target rules for target CMakeFiles/examples_storepasswd.dir | ||
579 | + | ||
580 | +# All Build rule for target. | ||
581 | +CMakeFiles/examples_storepasswd.dir/all: CMakeFiles/vncserver.dir/all | ||
582 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_storepasswd.dir/build.make CMakeFiles/examples_storepasswd.dir/depend | ||
583 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_storepasswd.dir/build.make CMakeFiles/examples_storepasswd.dir/build | ||
584 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=34,35 "Built target examples_storepasswd" | ||
585 | +.PHONY : CMakeFiles/examples_storepasswd.dir/all | ||
586 | + | ||
587 | +# Build rule for subdir invocation for target. | ||
588 | +CMakeFiles/examples_storepasswd.dir/rule: cmake_check_build_system | ||
589 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 39 | ||
590 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/examples_storepasswd.dir/all | ||
591 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
592 | +.PHONY : CMakeFiles/examples_storepasswd.dir/rule | ||
593 | + | ||
594 | +# Convenience name for target. | ||
595 | +examples_storepasswd: CMakeFiles/examples_storepasswd.dir/rule | ||
596 | + | ||
597 | +.PHONY : examples_storepasswd | ||
598 | + | ||
599 | +# clean rule for target. | ||
600 | +CMakeFiles/examples_storepasswd.dir/clean: | ||
601 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_storepasswd.dir/build.make CMakeFiles/examples_storepasswd.dir/clean | ||
602 | +.PHONY : CMakeFiles/examples_storepasswd.dir/clean | ||
603 | + | ||
604 | +#============================================================================= | ||
605 | +# Target rules for target CMakeFiles/client_examples_backchannel.dir | ||
606 | + | ||
607 | +# All Build rule for target. | ||
608 | +CMakeFiles/client_examples_backchannel.dir/all: CMakeFiles/vncclient.dir/all | ||
609 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/client_examples_backchannel.dir/build.make CMakeFiles/client_examples_backchannel.dir/depend | ||
610 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/client_examples_backchannel.dir/build.make CMakeFiles/client_examples_backchannel.dir/build | ||
611 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=1 "Built target client_examples_backchannel" | ||
612 | +.PHONY : CMakeFiles/client_examples_backchannel.dir/all | ||
613 | + | ||
614 | +# Build rule for subdir invocation for target. | ||
615 | +CMakeFiles/client_examples_backchannel.dir/rule: cmake_check_build_system | ||
616 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 11 | ||
617 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/client_examples_backchannel.dir/all | ||
618 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
619 | +.PHONY : CMakeFiles/client_examples_backchannel.dir/rule | ||
620 | + | ||
621 | +# Convenience name for target. | ||
622 | +client_examples_backchannel: CMakeFiles/client_examples_backchannel.dir/rule | ||
623 | + | ||
624 | +.PHONY : client_examples_backchannel | ||
625 | + | ||
626 | +# clean rule for target. | ||
627 | +CMakeFiles/client_examples_backchannel.dir/clean: | ||
628 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/client_examples_backchannel.dir/build.make CMakeFiles/client_examples_backchannel.dir/clean | ||
629 | +.PHONY : CMakeFiles/client_examples_backchannel.dir/clean | ||
630 | + | ||
631 | +#============================================================================= | ||
632 | +# Target rules for target CMakeFiles/examples_regiontest.dir | ||
633 | + | ||
634 | +# All Build rule for target. | ||
635 | +CMakeFiles/examples_regiontest.dir/all: CMakeFiles/vncserver.dir/all | ||
636 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_regiontest.dir/build.make CMakeFiles/examples_regiontest.dir/depend | ||
637 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_regiontest.dir/build.make CMakeFiles/examples_regiontest.dir/build | ||
638 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=24,25 "Built target examples_regiontest" | ||
639 | +.PHONY : CMakeFiles/examples_regiontest.dir/all | ||
640 | + | ||
641 | +# Build rule for subdir invocation for target. | ||
642 | +CMakeFiles/examples_regiontest.dir/rule: cmake_check_build_system | ||
643 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 39 | ||
644 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/examples_regiontest.dir/all | ||
645 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
646 | +.PHONY : CMakeFiles/examples_regiontest.dir/rule | ||
647 | + | ||
648 | +# Convenience name for target. | ||
649 | +examples_regiontest: CMakeFiles/examples_regiontest.dir/rule | ||
650 | + | ||
651 | +.PHONY : examples_regiontest | ||
652 | + | ||
653 | +# clean rule for target. | ||
654 | +CMakeFiles/examples_regiontest.dir/clean: | ||
655 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_regiontest.dir/build.make CMakeFiles/examples_regiontest.dir/clean | ||
656 | +.PHONY : CMakeFiles/examples_regiontest.dir/clean | ||
657 | + | ||
658 | +#============================================================================= | ||
659 | +# Target rules for target CMakeFiles/client_examples_ppmtest.dir | ||
660 | + | ||
661 | +# All Build rule for target. | ||
662 | +CMakeFiles/client_examples_ppmtest.dir/all: CMakeFiles/vncclient.dir/all | ||
663 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/client_examples_ppmtest.dir/build.make CMakeFiles/client_examples_ppmtest.dir/depend | ||
664 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/client_examples_ppmtest.dir/build.make CMakeFiles/client_examples_ppmtest.dir/build | ||
665 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=2,3 "Built target client_examples_ppmtest" | ||
666 | +.PHONY : CMakeFiles/client_examples_ppmtest.dir/all | ||
667 | + | ||
668 | +# Build rule for subdir invocation for target. | ||
669 | +CMakeFiles/client_examples_ppmtest.dir/rule: cmake_check_build_system | ||
670 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 12 | ||
671 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/client_examples_ppmtest.dir/all | ||
672 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
673 | +.PHONY : CMakeFiles/client_examples_ppmtest.dir/rule | ||
674 | + | ||
675 | +# Convenience name for target. | ||
676 | +client_examples_ppmtest: CMakeFiles/client_examples_ppmtest.dir/rule | ||
677 | + | ||
678 | +.PHONY : client_examples_ppmtest | ||
679 | + | ||
680 | +# clean rule for target. | ||
681 | +CMakeFiles/client_examples_ppmtest.dir/clean: | ||
682 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/client_examples_ppmtest.dir/build.make CMakeFiles/client_examples_ppmtest.dir/clean | ||
683 | +.PHONY : CMakeFiles/client_examples_ppmtest.dir/clean | ||
684 | + | ||
685 | +#============================================================================= | ||
686 | +# Target rules for target CMakeFiles/examples_pnmshow24.dir | ||
687 | + | ||
688 | +# All Build rule for target. | ||
689 | +CMakeFiles/examples_pnmshow24.dir/all: CMakeFiles/vncserver.dir/all | ||
690 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_pnmshow24.dir/build.make CMakeFiles/examples_pnmshow24.dir/depend | ||
691 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_pnmshow24.dir/build.make CMakeFiles/examples_pnmshow24.dir/build | ||
692 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=22,23 "Built target examples_pnmshow24" | ||
693 | +.PHONY : CMakeFiles/examples_pnmshow24.dir/all | ||
694 | + | ||
695 | +# Build rule for subdir invocation for target. | ||
696 | +CMakeFiles/examples_pnmshow24.dir/rule: cmake_check_build_system | ||
697 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 39 | ||
698 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/examples_pnmshow24.dir/all | ||
699 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
700 | +.PHONY : CMakeFiles/examples_pnmshow24.dir/rule | ||
701 | + | ||
702 | +# Convenience name for target. | ||
703 | +examples_pnmshow24: CMakeFiles/examples_pnmshow24.dir/rule | ||
704 | + | ||
705 | +.PHONY : examples_pnmshow24 | ||
706 | + | ||
707 | +# clean rule for target. | ||
708 | +CMakeFiles/examples_pnmshow24.dir/clean: | ||
709 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_pnmshow24.dir/build.make CMakeFiles/examples_pnmshow24.dir/clean | ||
710 | +.PHONY : CMakeFiles/examples_pnmshow24.dir/clean | ||
711 | + | ||
712 | +#============================================================================= | ||
713 | +# Target rules for target CMakeFiles/test_encodingstest.dir | ||
714 | + | ||
715 | +# All Build rule for target. | ||
716 | +CMakeFiles/test_encodingstest.dir/all: CMakeFiles/vncserver.dir/all | ||
717 | +CMakeFiles/test_encodingstest.dir/all: CMakeFiles/vncclient.dir/all | ||
718 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_encodingstest.dir/build.make CMakeFiles/test_encodingstest.dir/depend | ||
719 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_encodingstest.dir/build.make CMakeFiles/test_encodingstest.dir/build | ||
720 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=42,43 "Built target test_encodingstest" | ||
721 | +.PHONY : CMakeFiles/test_encodingstest.dir/all | ||
722 | + | ||
723 | +# Build rule for subdir invocation for target. | ||
724 | +CMakeFiles/test_encodingstest.dir/rule: cmake_check_build_system | ||
725 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 49 | ||
726 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/test_encodingstest.dir/all | ||
727 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
728 | +.PHONY : CMakeFiles/test_encodingstest.dir/rule | ||
729 | + | ||
730 | +# Convenience name for target. | ||
731 | +test_encodingstest: CMakeFiles/test_encodingstest.dir/rule | ||
732 | + | ||
733 | +.PHONY : test_encodingstest | ||
734 | + | ||
735 | +# clean rule for target. | ||
736 | +CMakeFiles/test_encodingstest.dir/clean: | ||
737 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_encodingstest.dir/build.make CMakeFiles/test_encodingstest.dir/clean | ||
738 | +.PHONY : CMakeFiles/test_encodingstest.dir/clean | ||
739 | + | ||
740 | +#============================================================================= | ||
741 | +# Target rules for target CMakeFiles/examples_simple15.dir | ||
742 | + | ||
743 | +# All Build rule for target. | ||
744 | +CMakeFiles/examples_simple15.dir/all: CMakeFiles/vncserver.dir/all | ||
745 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_simple15.dir/build.make CMakeFiles/examples_simple15.dir/depend | ||
746 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_simple15.dir/build.make CMakeFiles/examples_simple15.dir/build | ||
747 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=32,33 "Built target examples_simple15" | ||
748 | +.PHONY : CMakeFiles/examples_simple15.dir/all | ||
749 | + | ||
750 | +# Build rule for subdir invocation for target. | ||
751 | +CMakeFiles/examples_simple15.dir/rule: cmake_check_build_system | ||
752 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 39 | ||
753 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/examples_simple15.dir/all | ||
754 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
755 | +.PHONY : CMakeFiles/examples_simple15.dir/rule | ||
756 | + | ||
757 | +# Convenience name for target. | ||
758 | +examples_simple15: CMakeFiles/examples_simple15.dir/rule | ||
759 | + | ||
760 | +.PHONY : examples_simple15 | ||
761 | + | ||
762 | +# clean rule for target. | ||
763 | +CMakeFiles/examples_simple15.dir/clean: | ||
764 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_simple15.dir/build.make CMakeFiles/examples_simple15.dir/clean | ||
765 | +.PHONY : CMakeFiles/examples_simple15.dir/clean | ||
766 | + | ||
767 | +#============================================================================= | ||
768 | +# Target rules for target CMakeFiles/test_tjunittest.dir | ||
769 | + | ||
770 | +# All Build rule for target. | ||
771 | +CMakeFiles/test_tjunittest.dir/all: CMakeFiles/vncserver.dir/all | ||
772 | +CMakeFiles/test_tjunittest.dir/all: CMakeFiles/vncclient.dir/all | ||
773 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_tjunittest.dir/build.make CMakeFiles/test_tjunittest.dir/depend | ||
774 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_tjunittest.dir/build.make CMakeFiles/test_tjunittest.dir/build | ||
775 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=49,50,51 "Built target test_tjunittest" | ||
776 | +.PHONY : CMakeFiles/test_tjunittest.dir/all | ||
777 | + | ||
778 | +# Build rule for subdir invocation for target. | ||
779 | +CMakeFiles/test_tjunittest.dir/rule: cmake_check_build_system | ||
780 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 50 | ||
781 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/test_tjunittest.dir/all | ||
782 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
783 | +.PHONY : CMakeFiles/test_tjunittest.dir/rule | ||
784 | + | ||
785 | +# Convenience name for target. | ||
786 | +test_tjunittest: CMakeFiles/test_tjunittest.dir/rule | ||
787 | + | ||
788 | +.PHONY : test_tjunittest | ||
789 | + | ||
790 | +# clean rule for target. | ||
791 | +CMakeFiles/test_tjunittest.dir/clean: | ||
792 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_tjunittest.dir/build.make CMakeFiles/test_tjunittest.dir/clean | ||
793 | +.PHONY : CMakeFiles/test_tjunittest.dir/clean | ||
794 | + | ||
795 | +#============================================================================= | ||
796 | +# Target rules for target CMakeFiles/test_tjbench.dir | ||
797 | + | ||
798 | +# All Build rule for target. | ||
799 | +CMakeFiles/test_tjbench.dir/all: CMakeFiles/vncserver.dir/all | ||
800 | +CMakeFiles/test_tjbench.dir/all: CMakeFiles/vncclient.dir/all | ||
801 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_tjbench.dir/build.make CMakeFiles/test_tjbench.dir/depend | ||
802 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_tjbench.dir/build.make CMakeFiles/test_tjbench.dir/build | ||
803 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=44,45,46,47,48 "Built target test_tjbench" | ||
804 | +.PHONY : CMakeFiles/test_tjbench.dir/all | ||
805 | + | ||
806 | +# Build rule for subdir invocation for target. | ||
807 | +CMakeFiles/test_tjbench.dir/rule: cmake_check_build_system | ||
808 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 52 | ||
809 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/test_tjbench.dir/all | ||
810 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
811 | +.PHONY : CMakeFiles/test_tjbench.dir/rule | ||
812 | + | ||
813 | +# Convenience name for target. | ||
814 | +test_tjbench: CMakeFiles/test_tjbench.dir/rule | ||
815 | + | ||
816 | +.PHONY : test_tjbench | ||
817 | + | ||
818 | +# clean rule for target. | ||
819 | +CMakeFiles/test_tjbench.dir/clean: | ||
820 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_tjbench.dir/build.make CMakeFiles/test_tjbench.dir/clean | ||
821 | +.PHONY : CMakeFiles/test_tjbench.dir/clean | ||
822 | + | ||
823 | +#============================================================================= | ||
824 | +# Target rules for target CMakeFiles/test_wstest.dir | ||
825 | + | ||
826 | +# All Build rule for target. | ||
827 | +CMakeFiles/test_wstest.dir/all: CMakeFiles/vncserver.dir/all | ||
828 | +CMakeFiles/test_wstest.dir/all: CMakeFiles/vncclient.dir/all | ||
829 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_wstest.dir/build.make CMakeFiles/test_wstest.dir/depend | ||
830 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_wstest.dir/build.make CMakeFiles/test_wstest.dir/build | ||
831 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=52,53 "Built target test_wstest" | ||
832 | +.PHONY : CMakeFiles/test_wstest.dir/all | ||
833 | + | ||
834 | +# Build rule for subdir invocation for target. | ||
835 | +CMakeFiles/test_wstest.dir/rule: cmake_check_build_system | ||
836 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 49 | ||
837 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/test_wstest.dir/all | ||
838 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
839 | +.PHONY : CMakeFiles/test_wstest.dir/rule | ||
840 | + | ||
841 | +# Convenience name for target. | ||
842 | +test_wstest: CMakeFiles/test_wstest.dir/rule | ||
843 | + | ||
844 | +.PHONY : test_wstest | ||
845 | + | ||
846 | +# clean rule for target. | ||
847 | +CMakeFiles/test_wstest.dir/clean: | ||
848 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_wstest.dir/build.make CMakeFiles/test_wstest.dir/clean | ||
849 | +.PHONY : CMakeFiles/test_wstest.dir/clean | ||
850 | + | ||
851 | +#============================================================================= | ||
852 | +# Target rules for target CMakeFiles/examples_camera.dir | ||
853 | + | ||
854 | +# All Build rule for target. | ||
855 | +CMakeFiles/examples_camera.dir/all: CMakeFiles/vncserver.dir/all | ||
856 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_camera.dir/build.make CMakeFiles/examples_camera.dir/depend | ||
857 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_camera.dir/build.make CMakeFiles/examples_camera.dir/build | ||
858 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=8,9 "Built target examples_camera" | ||
859 | +.PHONY : CMakeFiles/examples_camera.dir/all | ||
860 | + | ||
861 | +# Build rule for subdir invocation for target. | ||
862 | +CMakeFiles/examples_camera.dir/rule: cmake_check_build_system | ||
863 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 39 | ||
864 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/examples_camera.dir/all | ||
865 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
866 | +.PHONY : CMakeFiles/examples_camera.dir/rule | ||
867 | + | ||
868 | +# Convenience name for target. | ||
869 | +examples_camera: CMakeFiles/examples_camera.dir/rule | ||
870 | + | ||
871 | +.PHONY : examples_camera | ||
872 | + | ||
873 | +# clean rule for target. | ||
874 | +CMakeFiles/examples_camera.dir/clean: | ||
875 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_camera.dir/build.make CMakeFiles/examples_camera.dir/clean | ||
876 | +.PHONY : CMakeFiles/examples_camera.dir/clean | ||
877 | + | ||
878 | +#============================================================================= | ||
879 | +# Target rules for target CMakeFiles/examples_filetransfer.dir | ||
880 | + | ||
881 | +# All Build rule for target. | ||
882 | +CMakeFiles/examples_filetransfer.dir/all: CMakeFiles/vncserver.dir/all | ||
883 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_filetransfer.dir/build.make CMakeFiles/examples_filetransfer.dir/depend | ||
884 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_filetransfer.dir/build.make CMakeFiles/examples_filetransfer.dir/build | ||
885 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=16,17 "Built target examples_filetransfer" | ||
886 | +.PHONY : CMakeFiles/examples_filetransfer.dir/all | ||
887 | + | ||
888 | +# Build rule for subdir invocation for target. | ||
889 | +CMakeFiles/examples_filetransfer.dir/rule: cmake_check_build_system | ||
890 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 39 | ||
891 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/examples_filetransfer.dir/all | ||
892 | + $(CMAKE_COMMAND) -E cmake_progress_start /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles 0 | ||
893 | +.PHONY : CMakeFiles/examples_filetransfer.dir/rule | ||
894 | + | ||
895 | +# Convenience name for target. | ||
896 | +examples_filetransfer: CMakeFiles/examples_filetransfer.dir/rule | ||
897 | + | ||
898 | +.PHONY : examples_filetransfer | ||
899 | + | ||
900 | +# clean rule for target. | ||
901 | +CMakeFiles/examples_filetransfer.dir/clean: | ||
902 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/examples_filetransfer.dir/build.make CMakeFiles/examples_filetransfer.dir/clean | ||
903 | +.PHONY : CMakeFiles/examples_filetransfer.dir/clean | ||
904 | + | ||
905 | +#============================================================================= | ||
906 | +# Special targets to cleanup operation of make. | ||
907 | + | ||
908 | +# Special rule to run CMake to check the build system integrity. | ||
909 | +# No rule that depends on this can have commands that come from listfiles | ||
910 | +# because they might be regenerated. | ||
911 | +cmake_check_build_system: | ||
912 | + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 | ||
913 | +.PHONY : cmake_check_build_system | ||
914 | + |
ext_dep/libvncserver/build/CMakeFiles/TargetDirectories.txt
@@ -0,0 +1,35 @@ | @@ -0,0 +1,35 @@ | ||
1 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/install/local.dir | ||
2 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/list_install_components.dir | ||
3 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/rebuild_cache.dir | ||
4 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/edit_cache.dir | ||
5 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_pnmshow.dir | ||
6 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_example.dir | ||
7 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_blooptest.dir | ||
8 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_repeater.dir | ||
9 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/test_copyrecttest.dir | ||
10 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_fontsel.dir | ||
11 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/install/strip.dir | ||
12 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_colourmaptest.dir | ||
13 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_cursors.dir | ||
14 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_vncev.dir | ||
15 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_backchannel.dir | ||
16 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/test_cargstest.dir | ||
17 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/vncserver.dir | ||
18 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/copy-compile-commands.dir | ||
19 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_simple.dir | ||
20 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/install.dir | ||
21 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/vncclient.dir | ||
22 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_rotate.dir | ||
23 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_storepasswd.dir | ||
24 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/client_examples_backchannel.dir | ||
25 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_regiontest.dir | ||
26 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/client_examples_ppmtest.dir | ||
27 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_pnmshow24.dir | ||
28 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/test_encodingstest.dir | ||
29 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_simple15.dir | ||
30 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/test_tjunittest.dir | ||
31 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/test_tjbench.dir | ||
32 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/test_wstest.dir | ||
33 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_camera.dir | ||
34 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_filetransfer.dir | ||
35 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/test.dir |
ext_dep/libvncserver/build/CMakeFiles/TestEndianess.bin
No preview for this file type
ext_dep/libvncserver/build/CMakeFiles/client_examples_backchannel.dir/C.includecache
@@ -0,0 +1,74 @@ | @@ -0,0 +1,74 @@ | ||
1 | +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) | ||
2 | + | ||
3 | +#IncludeRegexScan: ^.*$ | ||
4 | + | ||
5 | +#IncludeRegexComplain: ^$ | ||
6 | + | ||
7 | +#IncludeRegexTransform: | ||
8 | + | ||
9 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/client_examples/backchannel.c | ||
10 | +stdio.h | ||
11 | +- | ||
12 | +stdlib.h | ||
13 | +- | ||
14 | +time.h | ||
15 | +- | ||
16 | +errno.h | ||
17 | +- | ||
18 | +rfb/rfbclient.h | ||
19 | +- | ||
20 | + | ||
21 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/keysym.h | ||
22 | + | ||
23 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbclient.h | ||
24 | +arpa/inet.h | ||
25 | +- | ||
26 | +sys/select.h | ||
27 | +- | ||
28 | +stdio.h | ||
29 | +- | ||
30 | +stdlib.h | ||
31 | +- | ||
32 | +string.h | ||
33 | +- | ||
34 | +sys/time.h | ||
35 | +- | ||
36 | +unistd.h | ||
37 | +- | ||
38 | +rfb/rfbproto.h | ||
39 | +- | ||
40 | +rfb/keysym.h | ||
41 | +- | ||
42 | +rfb/threading.h | ||
43 | +- | ||
44 | +sasl/sasl.h | ||
45 | +- | ||
46 | + | ||
47 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbproto.h | ||
48 | +stdint.h | ||
49 | +- | ||
50 | +sys/timeb.h | ||
51 | +- | ||
52 | +winsock2.h | ||
53 | +- | ||
54 | +rfb/rfbconfig.h | ||
55 | +- | ||
56 | +zlib.h | ||
57 | +- | ||
58 | +endian.h | ||
59 | +- | ||
60 | +sys/time.h | ||
61 | +- | ||
62 | +netinet/in.h | ||
63 | +- | ||
64 | + | ||
65 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/threading.h | ||
66 | +rfb/rfbconfig.h | ||
67 | +- | ||
68 | +pthread.h | ||
69 | +- | ||
70 | +process.h | ||
71 | +- | ||
72 | + | ||
73 | +rfb/rfbconfig.h | ||
74 | + |
ext_dep/libvncserver/build/CMakeFiles/client_examples_backchannel.dir/DependInfo.cmake
@@ -0,0 +1,34 @@ | @@ -0,0 +1,34 @@ | ||
1 | +# The set of languages for which implicit dependencies are needed: | ||
2 | +set(CMAKE_DEPENDS_LANGUAGES | ||
3 | + "C" | ||
4 | + ) | ||
5 | +# The set of files for implicit dependencies of each language: | ||
6 | +set(CMAKE_DEPENDS_CHECK_C | ||
7 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/client_examples/backchannel.c" "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/client_examples_backchannel.dir/client_examples/backchannel.c.o" | ||
8 | + ) | ||
9 | +set(CMAKE_C_COMPILER_ID "GNU") | ||
10 | + | ||
11 | +# Preprocessor definitions for this target. | ||
12 | +set(CMAKE_TARGET_DEFINITIONS_C | ||
13 | + "LIBVNCSERVER_HAVE_LIBJPEG" | ||
14 | + "LIBVNCSERVER_HAVE_LIBPNG" | ||
15 | + "LIBVNCSERVER_HAVE_LIBZ" | ||
16 | + "LIBVNCSERVER_WITH_SYSTEMD" | ||
17 | + "LIBVNCSERVER_WITH_WEBSOCKETS" | ||
18 | + ) | ||
19 | + | ||
20 | +# The include file search paths: | ||
21 | +set(CMAKE_C_TARGET_INCLUDE_PATH | ||
22 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master" | ||
23 | + "." | ||
24 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver" | ||
25 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/common" | ||
26 | + ) | ||
27 | + | ||
28 | +# Targets to which this target links. | ||
29 | +set(CMAKE_TARGET_LINKED_INFO_FILES | ||
30 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/vncclient.dir/DependInfo.cmake" | ||
31 | + ) | ||
32 | + | ||
33 | +# Fortran module output directory. | ||
34 | +set(CMAKE_Fortran_TARGET_MODULE_DIR "") |
ext_dep/libvncserver/build/CMakeFiles/client_examples_backchannel.dir/build.make
@@ -0,0 +1,124 @@ | @@ -0,0 +1,124 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
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 | +# Disable VCS-based implicit rules. | ||
16 | +% : %,v | ||
17 | + | ||
18 | + | ||
19 | +# Disable VCS-based implicit rules. | ||
20 | +% : RCS/% | ||
21 | + | ||
22 | + | ||
23 | +# Disable VCS-based implicit rules. | ||
24 | +% : RCS/%,v | ||
25 | + | ||
26 | + | ||
27 | +# Disable VCS-based implicit rules. | ||
28 | +% : SCCS/s.% | ||
29 | + | ||
30 | + | ||
31 | +# Disable VCS-based implicit rules. | ||
32 | +% : s.% | ||
33 | + | ||
34 | + | ||
35 | +.SUFFIXES: .hpux_make_needs_suffix_list | ||
36 | + | ||
37 | + | ||
38 | +# Command-line flag to silence nested $(MAKE). | ||
39 | +$(VERBOSE)MAKESILENT = -s | ||
40 | + | ||
41 | +#Suppress display of executed commands. | ||
42 | +$(VERBOSE).SILENT: | ||
43 | + | ||
44 | +# A target that is always out of date. | ||
45 | +cmake_force: | ||
46 | + | ||
47 | +.PHONY : cmake_force | ||
48 | + | ||
49 | +#============================================================================= | ||
50 | +# Set environment variables for the build. | ||
51 | + | ||
52 | +# The shell in which to execute make rules. | ||
53 | +SHELL = /bin/sh | ||
54 | + | ||
55 | +# The CMake executable. | ||
56 | +CMAKE_COMMAND = /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake | ||
57 | + | ||
58 | +# The command to remove a file. | ||
59 | +RM = /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E rm -f | ||
60 | + | ||
61 | +# Escaping for special characters. | ||
62 | +EQUALS = = | ||
63 | + | ||
64 | +# The top-level source directory on which CMake was run. | ||
65 | +CMAKE_SOURCE_DIR = /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master | ||
66 | + | ||
67 | +# The top-level build directory on which CMake was run. | ||
68 | +CMAKE_BINARY_DIR = /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build | ||
69 | + | ||
70 | +# Include any dependencies generated for this target. | ||
71 | +include CMakeFiles/client_examples_backchannel.dir/depend.make | ||
72 | + | ||
73 | +# Include the progress variables for this target. | ||
74 | +include CMakeFiles/client_examples_backchannel.dir/progress.make | ||
75 | + | ||
76 | +# Include the compile flags for this target's objects. | ||
77 | +include CMakeFiles/client_examples_backchannel.dir/flags.make | ||
78 | + | ||
79 | +CMakeFiles/client_examples_backchannel.dir/client_examples/backchannel.c.o: CMakeFiles/client_examples_backchannel.dir/flags.make | ||
80 | +CMakeFiles/client_examples_backchannel.dir/client_examples/backchannel.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/client_examples/backchannel.c | ||
81 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/client_examples_backchannel.dir/client_examples/backchannel.c.o" | ||
82 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/client_examples_backchannel.dir/client_examples/backchannel.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/client_examples/backchannel.c | ||
83 | + | ||
84 | +CMakeFiles/client_examples_backchannel.dir/client_examples/backchannel.c.i: cmake_force | ||
85 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/client_examples_backchannel.dir/client_examples/backchannel.c.i" | ||
86 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/client_examples/backchannel.c > CMakeFiles/client_examples_backchannel.dir/client_examples/backchannel.c.i | ||
87 | + | ||
88 | +CMakeFiles/client_examples_backchannel.dir/client_examples/backchannel.c.s: cmake_force | ||
89 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/client_examples_backchannel.dir/client_examples/backchannel.c.s" | ||
90 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/client_examples/backchannel.c -o CMakeFiles/client_examples_backchannel.dir/client_examples/backchannel.c.s | ||
91 | + | ||
92 | +# Object files for target client_examples_backchannel | ||
93 | +client_examples_backchannel_OBJECTS = \ | ||
94 | +"CMakeFiles/client_examples_backchannel.dir/client_examples/backchannel.c.o" | ||
95 | + | ||
96 | +# External object files for target client_examples_backchannel | ||
97 | +client_examples_backchannel_EXTERNAL_OBJECTS = | ||
98 | + | ||
99 | +client_examples/backchannel: CMakeFiles/client_examples_backchannel.dir/client_examples/backchannel.c.o | ||
100 | +client_examples/backchannel: CMakeFiles/client_examples_backchannel.dir/build.make | ||
101 | +client_examples/backchannel: libvncclient.so.0.9.13 | ||
102 | +client_examples/backchannel: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so | ||
103 | +client_examples/backchannel: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so | ||
104 | +client_examples/backchannel: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgcrypt.so | ||
105 | +client_examples/backchannel: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgnutls.so | ||
106 | +client_examples/backchannel: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libssl.so | ||
107 | +client_examples/backchannel: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libcrypto.so | ||
108 | +client_examples/backchannel: CMakeFiles/client_examples_backchannel.dir/link.txt | ||
109 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable client_examples/backchannel" | ||
110 | + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/client_examples_backchannel.dir/link.txt --verbose=$(VERBOSE) | ||
111 | + | ||
112 | +# Rule to build all files generated by this target. | ||
113 | +CMakeFiles/client_examples_backchannel.dir/build: client_examples/backchannel | ||
114 | + | ||
115 | +.PHONY : CMakeFiles/client_examples_backchannel.dir/build | ||
116 | + | ||
117 | +CMakeFiles/client_examples_backchannel.dir/clean: | ||
118 | + $(CMAKE_COMMAND) -P CMakeFiles/client_examples_backchannel.dir/cmake_clean.cmake | ||
119 | +.PHONY : CMakeFiles/client_examples_backchannel.dir/clean | ||
120 | + | ||
121 | +CMakeFiles/client_examples_backchannel.dir/depend: | ||
122 | + cd /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/client_examples_backchannel.dir/DependInfo.cmake --color=$(COLOR) | ||
123 | +.PHONY : CMakeFiles/client_examples_backchannel.dir/depend | ||
124 | + |
ext_dep/libvncserver/build/CMakeFiles/client_examples_backchannel.dir/client_examples/backchannel.c.o
No preview for this file type
ext_dep/libvncserver/build/CMakeFiles/client_examples_backchannel.dir/cmake_clean.cmake
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +file(REMOVE_RECURSE | ||
2 | + "CMakeFiles/client_examples_backchannel.dir/client_examples/backchannel.c.o" | ||
3 | + "client_examples/backchannel" | ||
4 | + "client_examples/backchannel.pdb" | ||
5 | +) | ||
6 | + | ||
7 | +# Per-language clean rules from dependency scanning. | ||
8 | +foreach(lang C) | ||
9 | + include(CMakeFiles/client_examples_backchannel.dir/cmake_clean_${lang}.cmake OPTIONAL) | ||
10 | +endforeach() |
ext_dep/libvncserver/build/CMakeFiles/client_examples_backchannel.dir/depend.internal
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
3 | + | ||
4 | +CMakeFiles/client_examples_backchannel.dir/client_examples/backchannel.c.o | ||
5 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/client_examples/backchannel.c | ||
6 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/keysym.h | ||
7 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbclient.h | ||
8 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbproto.h | ||
9 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/threading.h | ||
10 | + rfb/rfbconfig.h |
ext_dep/libvncserver/build/CMakeFiles/client_examples_backchannel.dir/depend.make
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
3 | + | ||
4 | +CMakeFiles/client_examples_backchannel.dir/client_examples/backchannel.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/client_examples/backchannel.c | ||
5 | +CMakeFiles/client_examples_backchannel.dir/client_examples/backchannel.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/keysym.h | ||
6 | +CMakeFiles/client_examples_backchannel.dir/client_examples/backchannel.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbclient.h | ||
7 | +CMakeFiles/client_examples_backchannel.dir/client_examples/backchannel.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbproto.h | ||
8 | +CMakeFiles/client_examples_backchannel.dir/client_examples/backchannel.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/threading.h | ||
9 | +CMakeFiles/client_examples_backchannel.dir/client_examples/backchannel.c.o: rfb/rfbconfig.h | ||
10 | + |
ext_dep/libvncserver/build/CMakeFiles/client_examples_backchannel.dir/flags.make
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
3 | + | ||
4 | +# compile C with /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc | ||
5 | +C_DEFINES = -DLIBVNCSERVER_HAVE_LIBJPEG -DLIBVNCSERVER_HAVE_LIBPNG -DLIBVNCSERVER_HAVE_LIBZ -DLIBVNCSERVER_WITH_SYSTEMD -DLIBVNCSERVER_WITH_WEBSOCKETS | ||
6 | + | ||
7 | +C_INCLUDES = -I/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master -I/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build -I/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver -I/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/common | ||
8 | + | ||
9 | +C_FLAGS = -O2 -pipe -g -feliminate-unused-debug-types | ||
10 | + |
ext_dep/libvncserver/build/CMakeFiles/client_examples_backchannel.dir/link.txt
@@ -0,0 +1 @@ | @@ -0,0 +1 @@ | ||
1 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/client_examples_backchannel.dir/client_examples/backchannel.c.o -o client_examples/backchannel -Wl,-rpath,/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build libvncclient.so.0.9.13 -lpthread -lsystemd /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgcrypt.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgnutls.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libssl.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libcrypto.so |
ext_dep/libvncserver/build/CMakeFiles/client_examples_backchannel.dir/progress.make
ext_dep/libvncserver/build/CMakeFiles/client_examples_ppmtest.dir/C.includecache
@@ -0,0 +1,74 @@ | @@ -0,0 +1,74 @@ | ||
1 | +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) | ||
2 | + | ||
3 | +#IncludeRegexScan: ^.*$ | ||
4 | + | ||
5 | +#IncludeRegexComplain: ^$ | ||
6 | + | ||
7 | +#IncludeRegexTransform: | ||
8 | + | ||
9 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/client_examples/ppmtest.c | ||
10 | +stdio.h | ||
11 | +- | ||
12 | +stdlib.h | ||
13 | +- | ||
14 | +time.h | ||
15 | +- | ||
16 | +errno.h | ||
17 | +- | ||
18 | +rfb/rfbclient.h | ||
19 | +- | ||
20 | + | ||
21 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/keysym.h | ||
22 | + | ||
23 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbclient.h | ||
24 | +arpa/inet.h | ||
25 | +- | ||
26 | +sys/select.h | ||
27 | +- | ||
28 | +stdio.h | ||
29 | +- | ||
30 | +stdlib.h | ||
31 | +- | ||
32 | +string.h | ||
33 | +- | ||
34 | +sys/time.h | ||
35 | +- | ||
36 | +unistd.h | ||
37 | +- | ||
38 | +rfb/rfbproto.h | ||
39 | +- | ||
40 | +rfb/keysym.h | ||
41 | +- | ||
42 | +rfb/threading.h | ||
43 | +- | ||
44 | +sasl/sasl.h | ||
45 | +- | ||
46 | + | ||
47 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbproto.h | ||
48 | +stdint.h | ||
49 | +- | ||
50 | +sys/timeb.h | ||
51 | +- | ||
52 | +winsock2.h | ||
53 | +- | ||
54 | +rfb/rfbconfig.h | ||
55 | +- | ||
56 | +zlib.h | ||
57 | +- | ||
58 | +endian.h | ||
59 | +- | ||
60 | +sys/time.h | ||
61 | +- | ||
62 | +netinet/in.h | ||
63 | +- | ||
64 | + | ||
65 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/threading.h | ||
66 | +rfb/rfbconfig.h | ||
67 | +- | ||
68 | +pthread.h | ||
69 | +- | ||
70 | +process.h | ||
71 | +- | ||
72 | + | ||
73 | +rfb/rfbconfig.h | ||
74 | + |
ext_dep/libvncserver/build/CMakeFiles/client_examples_ppmtest.dir/DependInfo.cmake
@@ -0,0 +1,34 @@ | @@ -0,0 +1,34 @@ | ||
1 | +# The set of languages for which implicit dependencies are needed: | ||
2 | +set(CMAKE_DEPENDS_LANGUAGES | ||
3 | + "C" | ||
4 | + ) | ||
5 | +# The set of files for implicit dependencies of each language: | ||
6 | +set(CMAKE_DEPENDS_CHECK_C | ||
7 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/client_examples/ppmtest.c" "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/client_examples_ppmtest.dir/client_examples/ppmtest.c.o" | ||
8 | + ) | ||
9 | +set(CMAKE_C_COMPILER_ID "GNU") | ||
10 | + | ||
11 | +# Preprocessor definitions for this target. | ||
12 | +set(CMAKE_TARGET_DEFINITIONS_C | ||
13 | + "LIBVNCSERVER_HAVE_LIBJPEG" | ||
14 | + "LIBVNCSERVER_HAVE_LIBPNG" | ||
15 | + "LIBVNCSERVER_HAVE_LIBZ" | ||
16 | + "LIBVNCSERVER_WITH_SYSTEMD" | ||
17 | + "LIBVNCSERVER_WITH_WEBSOCKETS" | ||
18 | + ) | ||
19 | + | ||
20 | +# The include file search paths: | ||
21 | +set(CMAKE_C_TARGET_INCLUDE_PATH | ||
22 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master" | ||
23 | + "." | ||
24 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver" | ||
25 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/common" | ||
26 | + ) | ||
27 | + | ||
28 | +# Targets to which this target links. | ||
29 | +set(CMAKE_TARGET_LINKED_INFO_FILES | ||
30 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/vncclient.dir/DependInfo.cmake" | ||
31 | + ) | ||
32 | + | ||
33 | +# Fortran module output directory. | ||
34 | +set(CMAKE_Fortran_TARGET_MODULE_DIR "") |
ext_dep/libvncserver/build/CMakeFiles/client_examples_ppmtest.dir/build.make
@@ -0,0 +1,124 @@ | @@ -0,0 +1,124 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
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 | +# Disable VCS-based implicit rules. | ||
16 | +% : %,v | ||
17 | + | ||
18 | + | ||
19 | +# Disable VCS-based implicit rules. | ||
20 | +% : RCS/% | ||
21 | + | ||
22 | + | ||
23 | +# Disable VCS-based implicit rules. | ||
24 | +% : RCS/%,v | ||
25 | + | ||
26 | + | ||
27 | +# Disable VCS-based implicit rules. | ||
28 | +% : SCCS/s.% | ||
29 | + | ||
30 | + | ||
31 | +# Disable VCS-based implicit rules. | ||
32 | +% : s.% | ||
33 | + | ||
34 | + | ||
35 | +.SUFFIXES: .hpux_make_needs_suffix_list | ||
36 | + | ||
37 | + | ||
38 | +# Command-line flag to silence nested $(MAKE). | ||
39 | +$(VERBOSE)MAKESILENT = -s | ||
40 | + | ||
41 | +#Suppress display of executed commands. | ||
42 | +$(VERBOSE).SILENT: | ||
43 | + | ||
44 | +# A target that is always out of date. | ||
45 | +cmake_force: | ||
46 | + | ||
47 | +.PHONY : cmake_force | ||
48 | + | ||
49 | +#============================================================================= | ||
50 | +# Set environment variables for the build. | ||
51 | + | ||
52 | +# The shell in which to execute make rules. | ||
53 | +SHELL = /bin/sh | ||
54 | + | ||
55 | +# The CMake executable. | ||
56 | +CMAKE_COMMAND = /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake | ||
57 | + | ||
58 | +# The command to remove a file. | ||
59 | +RM = /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E rm -f | ||
60 | + | ||
61 | +# Escaping for special characters. | ||
62 | +EQUALS = = | ||
63 | + | ||
64 | +# The top-level source directory on which CMake was run. | ||
65 | +CMAKE_SOURCE_DIR = /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master | ||
66 | + | ||
67 | +# The top-level build directory on which CMake was run. | ||
68 | +CMAKE_BINARY_DIR = /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build | ||
69 | + | ||
70 | +# Include any dependencies generated for this target. | ||
71 | +include CMakeFiles/client_examples_ppmtest.dir/depend.make | ||
72 | + | ||
73 | +# Include the progress variables for this target. | ||
74 | +include CMakeFiles/client_examples_ppmtest.dir/progress.make | ||
75 | + | ||
76 | +# Include the compile flags for this target's objects. | ||
77 | +include CMakeFiles/client_examples_ppmtest.dir/flags.make | ||
78 | + | ||
79 | +CMakeFiles/client_examples_ppmtest.dir/client_examples/ppmtest.c.o: CMakeFiles/client_examples_ppmtest.dir/flags.make | ||
80 | +CMakeFiles/client_examples_ppmtest.dir/client_examples/ppmtest.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/client_examples/ppmtest.c | ||
81 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/client_examples_ppmtest.dir/client_examples/ppmtest.c.o" | ||
82 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/client_examples_ppmtest.dir/client_examples/ppmtest.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/client_examples/ppmtest.c | ||
83 | + | ||
84 | +CMakeFiles/client_examples_ppmtest.dir/client_examples/ppmtest.c.i: cmake_force | ||
85 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/client_examples_ppmtest.dir/client_examples/ppmtest.c.i" | ||
86 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/client_examples/ppmtest.c > CMakeFiles/client_examples_ppmtest.dir/client_examples/ppmtest.c.i | ||
87 | + | ||
88 | +CMakeFiles/client_examples_ppmtest.dir/client_examples/ppmtest.c.s: cmake_force | ||
89 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/client_examples_ppmtest.dir/client_examples/ppmtest.c.s" | ||
90 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/client_examples/ppmtest.c -o CMakeFiles/client_examples_ppmtest.dir/client_examples/ppmtest.c.s | ||
91 | + | ||
92 | +# Object files for target client_examples_ppmtest | ||
93 | +client_examples_ppmtest_OBJECTS = \ | ||
94 | +"CMakeFiles/client_examples_ppmtest.dir/client_examples/ppmtest.c.o" | ||
95 | + | ||
96 | +# External object files for target client_examples_ppmtest | ||
97 | +client_examples_ppmtest_EXTERNAL_OBJECTS = | ||
98 | + | ||
99 | +client_examples/ppmtest: CMakeFiles/client_examples_ppmtest.dir/client_examples/ppmtest.c.o | ||
100 | +client_examples/ppmtest: CMakeFiles/client_examples_ppmtest.dir/build.make | ||
101 | +client_examples/ppmtest: libvncclient.so.0.9.13 | ||
102 | +client_examples/ppmtest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so | ||
103 | +client_examples/ppmtest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so | ||
104 | +client_examples/ppmtest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgcrypt.so | ||
105 | +client_examples/ppmtest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgnutls.so | ||
106 | +client_examples/ppmtest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libssl.so | ||
107 | +client_examples/ppmtest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libcrypto.so | ||
108 | +client_examples/ppmtest: CMakeFiles/client_examples_ppmtest.dir/link.txt | ||
109 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable client_examples/ppmtest" | ||
110 | + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/client_examples_ppmtest.dir/link.txt --verbose=$(VERBOSE) | ||
111 | + | ||
112 | +# Rule to build all files generated by this target. | ||
113 | +CMakeFiles/client_examples_ppmtest.dir/build: client_examples/ppmtest | ||
114 | + | ||
115 | +.PHONY : CMakeFiles/client_examples_ppmtest.dir/build | ||
116 | + | ||
117 | +CMakeFiles/client_examples_ppmtest.dir/clean: | ||
118 | + $(CMAKE_COMMAND) -P CMakeFiles/client_examples_ppmtest.dir/cmake_clean.cmake | ||
119 | +.PHONY : CMakeFiles/client_examples_ppmtest.dir/clean | ||
120 | + | ||
121 | +CMakeFiles/client_examples_ppmtest.dir/depend: | ||
122 | + cd /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/client_examples_ppmtest.dir/DependInfo.cmake --color=$(COLOR) | ||
123 | +.PHONY : CMakeFiles/client_examples_ppmtest.dir/depend | ||
124 | + |
ext_dep/libvncserver/build/CMakeFiles/client_examples_ppmtest.dir/client_examples/ppmtest.c.o
No preview for this file type
ext_dep/libvncserver/build/CMakeFiles/client_examples_ppmtest.dir/cmake_clean.cmake
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +file(REMOVE_RECURSE | ||
2 | + "CMakeFiles/client_examples_ppmtest.dir/client_examples/ppmtest.c.o" | ||
3 | + "client_examples/ppmtest" | ||
4 | + "client_examples/ppmtest.pdb" | ||
5 | +) | ||
6 | + | ||
7 | +# Per-language clean rules from dependency scanning. | ||
8 | +foreach(lang C) | ||
9 | + include(CMakeFiles/client_examples_ppmtest.dir/cmake_clean_${lang}.cmake OPTIONAL) | ||
10 | +endforeach() |
ext_dep/libvncserver/build/CMakeFiles/client_examples_ppmtest.dir/depend.internal
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
3 | + | ||
4 | +CMakeFiles/client_examples_ppmtest.dir/client_examples/ppmtest.c.o | ||
5 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/client_examples/ppmtest.c | ||
6 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/keysym.h | ||
7 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbclient.h | ||
8 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbproto.h | ||
9 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/threading.h | ||
10 | + rfb/rfbconfig.h |
ext_dep/libvncserver/build/CMakeFiles/client_examples_ppmtest.dir/depend.make
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
3 | + | ||
4 | +CMakeFiles/client_examples_ppmtest.dir/client_examples/ppmtest.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/client_examples/ppmtest.c | ||
5 | +CMakeFiles/client_examples_ppmtest.dir/client_examples/ppmtest.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/keysym.h | ||
6 | +CMakeFiles/client_examples_ppmtest.dir/client_examples/ppmtest.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbclient.h | ||
7 | +CMakeFiles/client_examples_ppmtest.dir/client_examples/ppmtest.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbproto.h | ||
8 | +CMakeFiles/client_examples_ppmtest.dir/client_examples/ppmtest.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/threading.h | ||
9 | +CMakeFiles/client_examples_ppmtest.dir/client_examples/ppmtest.c.o: rfb/rfbconfig.h | ||
10 | + |
ext_dep/libvncserver/build/CMakeFiles/client_examples_ppmtest.dir/flags.make
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
3 | + | ||
4 | +# compile C with /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc | ||
5 | +C_DEFINES = -DLIBVNCSERVER_HAVE_LIBJPEG -DLIBVNCSERVER_HAVE_LIBPNG -DLIBVNCSERVER_HAVE_LIBZ -DLIBVNCSERVER_WITH_SYSTEMD -DLIBVNCSERVER_WITH_WEBSOCKETS | ||
6 | + | ||
7 | +C_INCLUDES = -I/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master -I/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build -I/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver -I/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/common | ||
8 | + | ||
9 | +C_FLAGS = -O2 -pipe -g -feliminate-unused-debug-types | ||
10 | + |
ext_dep/libvncserver/build/CMakeFiles/client_examples_ppmtest.dir/link.txt
@@ -0,0 +1 @@ | @@ -0,0 +1 @@ | ||
1 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/client_examples_ppmtest.dir/client_examples/ppmtest.c.o -o client_examples/ppmtest -Wl,-rpath,/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build libvncclient.so.0.9.13 -lpthread -lsystemd /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgcrypt.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgnutls.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libssl.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libcrypto.so |
ext_dep/libvncserver/build/CMakeFiles/client_examples_ppmtest.dir/progress.make
ext_dep/libvncserver/build/CMakeFiles/cmake.check_cache
@@ -0,0 +1 @@ | @@ -0,0 +1 @@ | ||
1 | +# This file is generated by cmake for dependency checking of the CMakeCache.txt file |
ext_dep/libvncserver/build/CMakeFiles/copy-compile-commands.dir/DependInfo.cmake
@@ -0,0 +1,11 @@ | @@ -0,0 +1,11 @@ | ||
1 | +# The set of languages for which implicit dependencies are needed: | ||
2 | +set(CMAKE_DEPENDS_LANGUAGES | ||
3 | + ) | ||
4 | +# The set of files for implicit dependencies of each language: | ||
5 | + | ||
6 | +# Targets to which this target links. | ||
7 | +set(CMAKE_TARGET_LINKED_INFO_FILES | ||
8 | + ) | ||
9 | + | ||
10 | +# Fortran module output directory. | ||
11 | +set(CMAKE_Fortran_TARGET_MODULE_DIR "") |
ext_dep/libvncserver/build/CMakeFiles/copy-compile-commands.dir/build.make
@@ -0,0 +1,95 @@ | @@ -0,0 +1,95 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
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 | +# Disable VCS-based implicit rules. | ||
16 | +% : %,v | ||
17 | + | ||
18 | + | ||
19 | +# Disable VCS-based implicit rules. | ||
20 | +% : RCS/% | ||
21 | + | ||
22 | + | ||
23 | +# Disable VCS-based implicit rules. | ||
24 | +% : RCS/%,v | ||
25 | + | ||
26 | + | ||
27 | +# Disable VCS-based implicit rules. | ||
28 | +% : SCCS/s.% | ||
29 | + | ||
30 | + | ||
31 | +# Disable VCS-based implicit rules. | ||
32 | +% : s.% | ||
33 | + | ||
34 | + | ||
35 | +.SUFFIXES: .hpux_make_needs_suffix_list | ||
36 | + | ||
37 | + | ||
38 | +# Command-line flag to silence nested $(MAKE). | ||
39 | +$(VERBOSE)MAKESILENT = -s | ||
40 | + | ||
41 | +#Suppress display of executed commands. | ||
42 | +$(VERBOSE).SILENT: | ||
43 | + | ||
44 | +# A target that is always out of date. | ||
45 | +cmake_force: | ||
46 | + | ||
47 | +.PHONY : cmake_force | ||
48 | + | ||
49 | +#============================================================================= | ||
50 | +# Set environment variables for the build. | ||
51 | + | ||
52 | +# The shell in which to execute make rules. | ||
53 | +SHELL = /bin/sh | ||
54 | + | ||
55 | +# The CMake executable. | ||
56 | +CMAKE_COMMAND = /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake | ||
57 | + | ||
58 | +# The command to remove a file. | ||
59 | +RM = /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E rm -f | ||
60 | + | ||
61 | +# Escaping for special characters. | ||
62 | +EQUALS = = | ||
63 | + | ||
64 | +# The top-level source directory on which CMake was run. | ||
65 | +CMAKE_SOURCE_DIR = /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master | ||
66 | + | ||
67 | +# The top-level build directory on which CMake was run. | ||
68 | +CMAKE_BINARY_DIR = /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build | ||
69 | + | ||
70 | +# Utility rule file for copy-compile-commands. | ||
71 | + | ||
72 | +# Include the progress variables for this target. | ||
73 | +include CMakeFiles/copy-compile-commands.dir/progress.make | ||
74 | + | ||
75 | +CMakeFiles/copy-compile-commands: | ||
76 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E copy_if_different /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/compile_commands.json /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master | ||
77 | + | ||
78 | +copy-compile-commands: CMakeFiles/copy-compile-commands | ||
79 | +copy-compile-commands: CMakeFiles/copy-compile-commands.dir/build.make | ||
80 | + | ||
81 | +.PHONY : copy-compile-commands | ||
82 | + | ||
83 | +# Rule to build all files generated by this target. | ||
84 | +CMakeFiles/copy-compile-commands.dir/build: copy-compile-commands | ||
85 | + | ||
86 | +.PHONY : CMakeFiles/copy-compile-commands.dir/build | ||
87 | + | ||
88 | +CMakeFiles/copy-compile-commands.dir/clean: | ||
89 | + $(CMAKE_COMMAND) -P CMakeFiles/copy-compile-commands.dir/cmake_clean.cmake | ||
90 | +.PHONY : CMakeFiles/copy-compile-commands.dir/clean | ||
91 | + | ||
92 | +CMakeFiles/copy-compile-commands.dir/depend: | ||
93 | + cd /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/copy-compile-commands.dir/DependInfo.cmake --color=$(COLOR) | ||
94 | +.PHONY : CMakeFiles/copy-compile-commands.dir/depend | ||
95 | + |
ext_dep/libvncserver/build/CMakeFiles/copy-compile-commands.dir/cmake_clean.cmake
ext_dep/libvncserver/build/CMakeFiles/copy-compile-commands.dir/depend.internal
ext_dep/libvncserver/build/CMakeFiles/copy-compile-commands.dir/depend.make
ext_dep/libvncserver/build/CMakeFiles/copy-compile-commands.dir/progress.make
No preview for this file type
ext_dep/libvncserver/build/CMakeFiles/examples_backchannel.dir/C.includecache
@@ -0,0 +1,62 @@ | @@ -0,0 +1,62 @@ | ||
1 | +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) | ||
2 | + | ||
3 | +#IncludeRegexScan: ^.*$ | ||
4 | + | ||
5 | +#IncludeRegexComplain: ^$ | ||
6 | + | ||
7 | +#IncludeRegexTransform: | ||
8 | + | ||
9 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/backchannel.c | ||
10 | +rfb/rfb.h | ||
11 | +- | ||
12 | + | ||
13 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfb.h | ||
14 | +stdio.h | ||
15 | +- | ||
16 | +stdlib.h | ||
17 | +- | ||
18 | +string.h | ||
19 | +- | ||
20 | +rfb/rfbproto.h | ||
21 | +- | ||
22 | +arpa/inet.h | ||
23 | +- | ||
24 | +sys/select.h | ||
25 | +- | ||
26 | +sys/types.h | ||
27 | +- | ||
28 | +winsock2.h | ||
29 | +- | ||
30 | +ws2tcpip.h | ||
31 | +- | ||
32 | +rfb/threading.h | ||
33 | +- | ||
34 | + | ||
35 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbproto.h | ||
36 | +stdint.h | ||
37 | +- | ||
38 | +sys/timeb.h | ||
39 | +- | ||
40 | +winsock2.h | ||
41 | +- | ||
42 | +rfb/rfbconfig.h | ||
43 | +- | ||
44 | +zlib.h | ||
45 | +- | ||
46 | +endian.h | ||
47 | +- | ||
48 | +sys/time.h | ||
49 | +- | ||
50 | +netinet/in.h | ||
51 | +- | ||
52 | + | ||
53 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/threading.h | ||
54 | +rfb/rfbconfig.h | ||
55 | +- | ||
56 | +pthread.h | ||
57 | +- | ||
58 | +process.h | ||
59 | +- | ||
60 | + | ||
61 | +rfb/rfbconfig.h | ||
62 | + |
ext_dep/libvncserver/build/CMakeFiles/examples_backchannel.dir/DependInfo.cmake
@@ -0,0 +1,34 @@ | @@ -0,0 +1,34 @@ | ||
1 | +# The set of languages for which implicit dependencies are needed: | ||
2 | +set(CMAKE_DEPENDS_LANGUAGES | ||
3 | + "C" | ||
4 | + ) | ||
5 | +# The set of files for implicit dependencies of each language: | ||
6 | +set(CMAKE_DEPENDS_CHECK_C | ||
7 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/backchannel.c" "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_backchannel.dir/examples/backchannel.c.o" | ||
8 | + ) | ||
9 | +set(CMAKE_C_COMPILER_ID "GNU") | ||
10 | + | ||
11 | +# Preprocessor definitions for this target. | ||
12 | +set(CMAKE_TARGET_DEFINITIONS_C | ||
13 | + "LIBVNCSERVER_HAVE_LIBJPEG" | ||
14 | + "LIBVNCSERVER_HAVE_LIBPNG" | ||
15 | + "LIBVNCSERVER_HAVE_LIBZ" | ||
16 | + "LIBVNCSERVER_WITH_SYSTEMD" | ||
17 | + "LIBVNCSERVER_WITH_WEBSOCKETS" | ||
18 | + ) | ||
19 | + | ||
20 | +# The include file search paths: | ||
21 | +set(CMAKE_C_TARGET_INCLUDE_PATH | ||
22 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master" | ||
23 | + "." | ||
24 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver" | ||
25 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/common" | ||
26 | + ) | ||
27 | + | ||
28 | +# Targets to which this target links. | ||
29 | +set(CMAKE_TARGET_LINKED_INFO_FILES | ||
30 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/vncserver.dir/DependInfo.cmake" | ||
31 | + ) | ||
32 | + | ||
33 | +# Fortran module output directory. | ||
34 | +set(CMAKE_Fortran_TARGET_MODULE_DIR "") |
ext_dep/libvncserver/build/CMakeFiles/examples_backchannel.dir/build.make
@@ -0,0 +1,128 @@ | @@ -0,0 +1,128 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
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 | +# Disable VCS-based implicit rules. | ||
16 | +% : %,v | ||
17 | + | ||
18 | + | ||
19 | +# Disable VCS-based implicit rules. | ||
20 | +% : RCS/% | ||
21 | + | ||
22 | + | ||
23 | +# Disable VCS-based implicit rules. | ||
24 | +% : RCS/%,v | ||
25 | + | ||
26 | + | ||
27 | +# Disable VCS-based implicit rules. | ||
28 | +% : SCCS/s.% | ||
29 | + | ||
30 | + | ||
31 | +# Disable VCS-based implicit rules. | ||
32 | +% : s.% | ||
33 | + | ||
34 | + | ||
35 | +.SUFFIXES: .hpux_make_needs_suffix_list | ||
36 | + | ||
37 | + | ||
38 | +# Command-line flag to silence nested $(MAKE). | ||
39 | +$(VERBOSE)MAKESILENT = -s | ||
40 | + | ||
41 | +#Suppress display of executed commands. | ||
42 | +$(VERBOSE).SILENT: | ||
43 | + | ||
44 | +# A target that is always out of date. | ||
45 | +cmake_force: | ||
46 | + | ||
47 | +.PHONY : cmake_force | ||
48 | + | ||
49 | +#============================================================================= | ||
50 | +# Set environment variables for the build. | ||
51 | + | ||
52 | +# The shell in which to execute make rules. | ||
53 | +SHELL = /bin/sh | ||
54 | + | ||
55 | +# The CMake executable. | ||
56 | +CMAKE_COMMAND = /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake | ||
57 | + | ||
58 | +# The command to remove a file. | ||
59 | +RM = /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E rm -f | ||
60 | + | ||
61 | +# Escaping for special characters. | ||
62 | +EQUALS = = | ||
63 | + | ||
64 | +# The top-level source directory on which CMake was run. | ||
65 | +CMAKE_SOURCE_DIR = /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master | ||
66 | + | ||
67 | +# The top-level build directory on which CMake was run. | ||
68 | +CMAKE_BINARY_DIR = /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build | ||
69 | + | ||
70 | +# Include any dependencies generated for this target. | ||
71 | +include CMakeFiles/examples_backchannel.dir/depend.make | ||
72 | + | ||
73 | +# Include the progress variables for this target. | ||
74 | +include CMakeFiles/examples_backchannel.dir/progress.make | ||
75 | + | ||
76 | +# Include the compile flags for this target's objects. | ||
77 | +include CMakeFiles/examples_backchannel.dir/flags.make | ||
78 | + | ||
79 | +CMakeFiles/examples_backchannel.dir/examples/backchannel.c.o: CMakeFiles/examples_backchannel.dir/flags.make | ||
80 | +CMakeFiles/examples_backchannel.dir/examples/backchannel.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/backchannel.c | ||
81 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/examples_backchannel.dir/examples/backchannel.c.o" | ||
82 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/examples_backchannel.dir/examples/backchannel.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/backchannel.c | ||
83 | + | ||
84 | +CMakeFiles/examples_backchannel.dir/examples/backchannel.c.i: cmake_force | ||
85 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/examples_backchannel.dir/examples/backchannel.c.i" | ||
86 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/backchannel.c > CMakeFiles/examples_backchannel.dir/examples/backchannel.c.i | ||
87 | + | ||
88 | +CMakeFiles/examples_backchannel.dir/examples/backchannel.c.s: cmake_force | ||
89 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/examples_backchannel.dir/examples/backchannel.c.s" | ||
90 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/backchannel.c -o CMakeFiles/examples_backchannel.dir/examples/backchannel.c.s | ||
91 | + | ||
92 | +# Object files for target examples_backchannel | ||
93 | +examples_backchannel_OBJECTS = \ | ||
94 | +"CMakeFiles/examples_backchannel.dir/examples/backchannel.c.o" | ||
95 | + | ||
96 | +# External object files for target examples_backchannel | ||
97 | +examples_backchannel_EXTERNAL_OBJECTS = | ||
98 | + | ||
99 | +examples/backchannel: CMakeFiles/examples_backchannel.dir/examples/backchannel.c.o | ||
100 | +examples/backchannel: CMakeFiles/examples_backchannel.dir/build.make | ||
101 | +examples/backchannel: libvncserver.so.0.9.13 | ||
102 | +examples/backchannel: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so | ||
103 | +examples/backchannel: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so | ||
104 | +examples/backchannel: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpng.so | ||
105 | +examples/backchannel: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so | ||
106 | +examples/backchannel: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so | ||
107 | +examples/backchannel: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpng.so | ||
108 | +examples/backchannel: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgcrypt.so | ||
109 | +examples/backchannel: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgnutls.so | ||
110 | +examples/backchannel: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libssl.so | ||
111 | +examples/backchannel: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libcrypto.so | ||
112 | +examples/backchannel: CMakeFiles/examples_backchannel.dir/link.txt | ||
113 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable examples/backchannel" | ||
114 | + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/examples_backchannel.dir/link.txt --verbose=$(VERBOSE) | ||
115 | + | ||
116 | +# Rule to build all files generated by this target. | ||
117 | +CMakeFiles/examples_backchannel.dir/build: examples/backchannel | ||
118 | + | ||
119 | +.PHONY : CMakeFiles/examples_backchannel.dir/build | ||
120 | + | ||
121 | +CMakeFiles/examples_backchannel.dir/clean: | ||
122 | + $(CMAKE_COMMAND) -P CMakeFiles/examples_backchannel.dir/cmake_clean.cmake | ||
123 | +.PHONY : CMakeFiles/examples_backchannel.dir/clean | ||
124 | + | ||
125 | +CMakeFiles/examples_backchannel.dir/depend: | ||
126 | + cd /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_backchannel.dir/DependInfo.cmake --color=$(COLOR) | ||
127 | +.PHONY : CMakeFiles/examples_backchannel.dir/depend | ||
128 | + |
ext_dep/libvncserver/build/CMakeFiles/examples_backchannel.dir/cmake_clean.cmake
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +file(REMOVE_RECURSE | ||
2 | + "CMakeFiles/examples_backchannel.dir/examples/backchannel.c.o" | ||
3 | + "examples/backchannel" | ||
4 | + "examples/backchannel.pdb" | ||
5 | +) | ||
6 | + | ||
7 | +# Per-language clean rules from dependency scanning. | ||
8 | +foreach(lang C) | ||
9 | + include(CMakeFiles/examples_backchannel.dir/cmake_clean_${lang}.cmake OPTIONAL) | ||
10 | +endforeach() |
ext_dep/libvncserver/build/CMakeFiles/examples_backchannel.dir/depend.internal
@@ -0,0 +1,9 @@ | @@ -0,0 +1,9 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
3 | + | ||
4 | +CMakeFiles/examples_backchannel.dir/examples/backchannel.c.o | ||
5 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/backchannel.c | ||
6 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfb.h | ||
7 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbproto.h | ||
8 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/threading.h | ||
9 | + rfb/rfbconfig.h |
ext_dep/libvncserver/build/CMakeFiles/examples_backchannel.dir/depend.make
@@ -0,0 +1,9 @@ | @@ -0,0 +1,9 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
3 | + | ||
4 | +CMakeFiles/examples_backchannel.dir/examples/backchannel.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/backchannel.c | ||
5 | +CMakeFiles/examples_backchannel.dir/examples/backchannel.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfb.h | ||
6 | +CMakeFiles/examples_backchannel.dir/examples/backchannel.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbproto.h | ||
7 | +CMakeFiles/examples_backchannel.dir/examples/backchannel.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/threading.h | ||
8 | +CMakeFiles/examples_backchannel.dir/examples/backchannel.c.o: rfb/rfbconfig.h | ||
9 | + |
ext_dep/libvncserver/build/CMakeFiles/examples_backchannel.dir/examples/backchannel.c.o
No preview for this file type
ext_dep/libvncserver/build/CMakeFiles/examples_backchannel.dir/flags.make
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
3 | + | ||
4 | +# compile C with /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc | ||
5 | +C_DEFINES = -DLIBVNCSERVER_HAVE_LIBJPEG -DLIBVNCSERVER_HAVE_LIBPNG -DLIBVNCSERVER_HAVE_LIBZ -DLIBVNCSERVER_WITH_SYSTEMD -DLIBVNCSERVER_WITH_WEBSOCKETS | ||
6 | + | ||
7 | +C_INCLUDES = -I/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master -I/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build -I/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver -I/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/common | ||
8 | + | ||
9 | +C_FLAGS = -O2 -pipe -g -feliminate-unused-debug-types | ||
10 | + |
ext_dep/libvncserver/build/CMakeFiles/examples_backchannel.dir/link.txt
@@ -0,0 +1 @@ | @@ -0,0 +1 @@ | ||
1 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/examples_backchannel.dir/examples/backchannel.c.o -o examples/backchannel -Wl,-rpath,/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build libvncserver.so.0.9.13 -lpthread -lsystemd /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpng.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpng.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgcrypt.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgnutls.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libssl.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libcrypto.so |
ext_dep/libvncserver/build/CMakeFiles/examples_backchannel.dir/progress.make
ext_dep/libvncserver/build/CMakeFiles/examples_blooptest.dir/C.includecache
@@ -0,0 +1,78 @@ | @@ -0,0 +1,78 @@ | ||
1 | +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) | ||
2 | + | ||
3 | +#IncludeRegexScan: ^.*$ | ||
4 | + | ||
5 | +#IncludeRegexComplain: ^$ | ||
6 | + | ||
7 | +#IncludeRegexTransform: | ||
8 | + | ||
9 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/blooptest.c | ||
10 | +example.c | ||
11 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/example.c | ||
12 | + | ||
13 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/example.c | ||
14 | +unistd.h | ||
15 | +- | ||
16 | +netdb.h | ||
17 | +- | ||
18 | +rfb/rfb.h | ||
19 | +- | ||
20 | +rfb/keysym.h | ||
21 | +- | ||
22 | +radon.h | ||
23 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/radon.h | ||
24 | + | ||
25 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/radon.h | ||
26 | + | ||
27 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/keysym.h | ||
28 | + | ||
29 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfb.h | ||
30 | +stdio.h | ||
31 | +- | ||
32 | +stdlib.h | ||
33 | +- | ||
34 | +string.h | ||
35 | +- | ||
36 | +rfb/rfbproto.h | ||
37 | +- | ||
38 | +arpa/inet.h | ||
39 | +- | ||
40 | +sys/select.h | ||
41 | +- | ||
42 | +sys/types.h | ||
43 | +- | ||
44 | +winsock2.h | ||
45 | +- | ||
46 | +ws2tcpip.h | ||
47 | +- | ||
48 | +rfb/threading.h | ||
49 | +- | ||
50 | + | ||
51 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbproto.h | ||
52 | +stdint.h | ||
53 | +- | ||
54 | +sys/timeb.h | ||
55 | +- | ||
56 | +winsock2.h | ||
57 | +- | ||
58 | +rfb/rfbconfig.h | ||
59 | +- | ||
60 | +zlib.h | ||
61 | +- | ||
62 | +endian.h | ||
63 | +- | ||
64 | +sys/time.h | ||
65 | +- | ||
66 | +netinet/in.h | ||
67 | +- | ||
68 | + | ||
69 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/threading.h | ||
70 | +rfb/rfbconfig.h | ||
71 | +- | ||
72 | +pthread.h | ||
73 | +- | ||
74 | +process.h | ||
75 | +- | ||
76 | + | ||
77 | +rfb/rfbconfig.h | ||
78 | + |
ext_dep/libvncserver/build/CMakeFiles/examples_blooptest.dir/DependInfo.cmake
@@ -0,0 +1,34 @@ | @@ -0,0 +1,34 @@ | ||
1 | +# The set of languages for which implicit dependencies are needed: | ||
2 | +set(CMAKE_DEPENDS_LANGUAGES | ||
3 | + "C" | ||
4 | + ) | ||
5 | +# The set of files for implicit dependencies of each language: | ||
6 | +set(CMAKE_DEPENDS_CHECK_C | ||
7 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/blooptest.c" "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_blooptest.dir/examples/blooptest.c.o" | ||
8 | + ) | ||
9 | +set(CMAKE_C_COMPILER_ID "GNU") | ||
10 | + | ||
11 | +# Preprocessor definitions for this target. | ||
12 | +set(CMAKE_TARGET_DEFINITIONS_C | ||
13 | + "LIBVNCSERVER_HAVE_LIBJPEG" | ||
14 | + "LIBVNCSERVER_HAVE_LIBPNG" | ||
15 | + "LIBVNCSERVER_HAVE_LIBZ" | ||
16 | + "LIBVNCSERVER_WITH_SYSTEMD" | ||
17 | + "LIBVNCSERVER_WITH_WEBSOCKETS" | ||
18 | + ) | ||
19 | + | ||
20 | +# The include file search paths: | ||
21 | +set(CMAKE_C_TARGET_INCLUDE_PATH | ||
22 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master" | ||
23 | + "." | ||
24 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver" | ||
25 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/common" | ||
26 | + ) | ||
27 | + | ||
28 | +# Targets to which this target links. | ||
29 | +set(CMAKE_TARGET_LINKED_INFO_FILES | ||
30 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/vncserver.dir/DependInfo.cmake" | ||
31 | + ) | ||
32 | + | ||
33 | +# Fortran module output directory. | ||
34 | +set(CMAKE_Fortran_TARGET_MODULE_DIR "") |
ext_dep/libvncserver/build/CMakeFiles/examples_blooptest.dir/build.make
@@ -0,0 +1,128 @@ | @@ -0,0 +1,128 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
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 | +# Disable VCS-based implicit rules. | ||
16 | +% : %,v | ||
17 | + | ||
18 | + | ||
19 | +# Disable VCS-based implicit rules. | ||
20 | +% : RCS/% | ||
21 | + | ||
22 | + | ||
23 | +# Disable VCS-based implicit rules. | ||
24 | +% : RCS/%,v | ||
25 | + | ||
26 | + | ||
27 | +# Disable VCS-based implicit rules. | ||
28 | +% : SCCS/s.% | ||
29 | + | ||
30 | + | ||
31 | +# Disable VCS-based implicit rules. | ||
32 | +% : s.% | ||
33 | + | ||
34 | + | ||
35 | +.SUFFIXES: .hpux_make_needs_suffix_list | ||
36 | + | ||
37 | + | ||
38 | +# Command-line flag to silence nested $(MAKE). | ||
39 | +$(VERBOSE)MAKESILENT = -s | ||
40 | + | ||
41 | +#Suppress display of executed commands. | ||
42 | +$(VERBOSE).SILENT: | ||
43 | + | ||
44 | +# A target that is always out of date. | ||
45 | +cmake_force: | ||
46 | + | ||
47 | +.PHONY : cmake_force | ||
48 | + | ||
49 | +#============================================================================= | ||
50 | +# Set environment variables for the build. | ||
51 | + | ||
52 | +# The shell in which to execute make rules. | ||
53 | +SHELL = /bin/sh | ||
54 | + | ||
55 | +# The CMake executable. | ||
56 | +CMAKE_COMMAND = /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake | ||
57 | + | ||
58 | +# The command to remove a file. | ||
59 | +RM = /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E rm -f | ||
60 | + | ||
61 | +# Escaping for special characters. | ||
62 | +EQUALS = = | ||
63 | + | ||
64 | +# The top-level source directory on which CMake was run. | ||
65 | +CMAKE_SOURCE_DIR = /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master | ||
66 | + | ||
67 | +# The top-level build directory on which CMake was run. | ||
68 | +CMAKE_BINARY_DIR = /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build | ||
69 | + | ||
70 | +# Include any dependencies generated for this target. | ||
71 | +include CMakeFiles/examples_blooptest.dir/depend.make | ||
72 | + | ||
73 | +# Include the progress variables for this target. | ||
74 | +include CMakeFiles/examples_blooptest.dir/progress.make | ||
75 | + | ||
76 | +# Include the compile flags for this target's objects. | ||
77 | +include CMakeFiles/examples_blooptest.dir/flags.make | ||
78 | + | ||
79 | +CMakeFiles/examples_blooptest.dir/examples/blooptest.c.o: CMakeFiles/examples_blooptest.dir/flags.make | ||
80 | +CMakeFiles/examples_blooptest.dir/examples/blooptest.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/blooptest.c | ||
81 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/examples_blooptest.dir/examples/blooptest.c.o" | ||
82 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/examples_blooptest.dir/examples/blooptest.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/blooptest.c | ||
83 | + | ||
84 | +CMakeFiles/examples_blooptest.dir/examples/blooptest.c.i: cmake_force | ||
85 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/examples_blooptest.dir/examples/blooptest.c.i" | ||
86 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/blooptest.c > CMakeFiles/examples_blooptest.dir/examples/blooptest.c.i | ||
87 | + | ||
88 | +CMakeFiles/examples_blooptest.dir/examples/blooptest.c.s: cmake_force | ||
89 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/examples_blooptest.dir/examples/blooptest.c.s" | ||
90 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/blooptest.c -o CMakeFiles/examples_blooptest.dir/examples/blooptest.c.s | ||
91 | + | ||
92 | +# Object files for target examples_blooptest | ||
93 | +examples_blooptest_OBJECTS = \ | ||
94 | +"CMakeFiles/examples_blooptest.dir/examples/blooptest.c.o" | ||
95 | + | ||
96 | +# External object files for target examples_blooptest | ||
97 | +examples_blooptest_EXTERNAL_OBJECTS = | ||
98 | + | ||
99 | +examples/blooptest: CMakeFiles/examples_blooptest.dir/examples/blooptest.c.o | ||
100 | +examples/blooptest: CMakeFiles/examples_blooptest.dir/build.make | ||
101 | +examples/blooptest: libvncserver.so.0.9.13 | ||
102 | +examples/blooptest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so | ||
103 | +examples/blooptest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so | ||
104 | +examples/blooptest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpng.so | ||
105 | +examples/blooptest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so | ||
106 | +examples/blooptest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so | ||
107 | +examples/blooptest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpng.so | ||
108 | +examples/blooptest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgcrypt.so | ||
109 | +examples/blooptest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgnutls.so | ||
110 | +examples/blooptest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libssl.so | ||
111 | +examples/blooptest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libcrypto.so | ||
112 | +examples/blooptest: CMakeFiles/examples_blooptest.dir/link.txt | ||
113 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable examples/blooptest" | ||
114 | + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/examples_blooptest.dir/link.txt --verbose=$(VERBOSE) | ||
115 | + | ||
116 | +# Rule to build all files generated by this target. | ||
117 | +CMakeFiles/examples_blooptest.dir/build: examples/blooptest | ||
118 | + | ||
119 | +.PHONY : CMakeFiles/examples_blooptest.dir/build | ||
120 | + | ||
121 | +CMakeFiles/examples_blooptest.dir/clean: | ||
122 | + $(CMAKE_COMMAND) -P CMakeFiles/examples_blooptest.dir/cmake_clean.cmake | ||
123 | +.PHONY : CMakeFiles/examples_blooptest.dir/clean | ||
124 | + | ||
125 | +CMakeFiles/examples_blooptest.dir/depend: | ||
126 | + cd /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_blooptest.dir/DependInfo.cmake --color=$(COLOR) | ||
127 | +.PHONY : CMakeFiles/examples_blooptest.dir/depend | ||
128 | + |
ext_dep/libvncserver/build/CMakeFiles/examples_blooptest.dir/cmake_clean.cmake
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +file(REMOVE_RECURSE | ||
2 | + "CMakeFiles/examples_blooptest.dir/examples/blooptest.c.o" | ||
3 | + "examples/blooptest" | ||
4 | + "examples/blooptest.pdb" | ||
5 | +) | ||
6 | + | ||
7 | +# Per-language clean rules from dependency scanning. | ||
8 | +foreach(lang C) | ||
9 | + include(CMakeFiles/examples_blooptest.dir/cmake_clean_${lang}.cmake OPTIONAL) | ||
10 | +endforeach() |
ext_dep/libvncserver/build/CMakeFiles/examples_blooptest.dir/depend.internal
@@ -0,0 +1,12 @@ | @@ -0,0 +1,12 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
3 | + | ||
4 | +CMakeFiles/examples_blooptest.dir/examples/blooptest.c.o | ||
5 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/blooptest.c | ||
6 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/example.c | ||
7 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/radon.h | ||
8 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/keysym.h | ||
9 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfb.h | ||
10 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbproto.h | ||
11 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/threading.h | ||
12 | + rfb/rfbconfig.h |
ext_dep/libvncserver/build/CMakeFiles/examples_blooptest.dir/depend.make
@@ -0,0 +1,12 @@ | @@ -0,0 +1,12 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
3 | + | ||
4 | +CMakeFiles/examples_blooptest.dir/examples/blooptest.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/blooptest.c | ||
5 | +CMakeFiles/examples_blooptest.dir/examples/blooptest.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/example.c | ||
6 | +CMakeFiles/examples_blooptest.dir/examples/blooptest.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/radon.h | ||
7 | +CMakeFiles/examples_blooptest.dir/examples/blooptest.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/keysym.h | ||
8 | +CMakeFiles/examples_blooptest.dir/examples/blooptest.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfb.h | ||
9 | +CMakeFiles/examples_blooptest.dir/examples/blooptest.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbproto.h | ||
10 | +CMakeFiles/examples_blooptest.dir/examples/blooptest.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/threading.h | ||
11 | +CMakeFiles/examples_blooptest.dir/examples/blooptest.c.o: rfb/rfbconfig.h | ||
12 | + |
ext_dep/libvncserver/build/CMakeFiles/examples_blooptest.dir/examples/blooptest.c.o
No preview for this file type
ext_dep/libvncserver/build/CMakeFiles/examples_blooptest.dir/flags.make
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
3 | + | ||
4 | +# compile C with /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc | ||
5 | +C_DEFINES = -DLIBVNCSERVER_HAVE_LIBJPEG -DLIBVNCSERVER_HAVE_LIBPNG -DLIBVNCSERVER_HAVE_LIBZ -DLIBVNCSERVER_WITH_SYSTEMD -DLIBVNCSERVER_WITH_WEBSOCKETS | ||
6 | + | ||
7 | +C_INCLUDES = -I/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master -I/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build -I/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver -I/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/common | ||
8 | + | ||
9 | +C_FLAGS = -O2 -pipe -g -feliminate-unused-debug-types | ||
10 | + |
ext_dep/libvncserver/build/CMakeFiles/examples_blooptest.dir/link.txt
@@ -0,0 +1 @@ | @@ -0,0 +1 @@ | ||
1 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/examples_blooptest.dir/examples/blooptest.c.o -o examples/blooptest -Wl,-rpath,/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build libvncserver.so.0.9.13 -lpthread -lsystemd /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpng.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpng.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgcrypt.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgnutls.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libssl.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libcrypto.so |
ext_dep/libvncserver/build/CMakeFiles/examples_blooptest.dir/progress.make
ext_dep/libvncserver/build/CMakeFiles/examples_camera.dir/C.includecache
@@ -0,0 +1,76 @@ | @@ -0,0 +1,76 @@ | ||
1 | +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) | ||
2 | + | ||
3 | +#IncludeRegexScan: ^.*$ | ||
4 | + | ||
5 | +#IncludeRegexComplain: ^$ | ||
6 | + | ||
7 | +#IncludeRegexTransform: | ||
8 | + | ||
9 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/camera.c | ||
10 | +stdio.h | ||
11 | +- | ||
12 | +stdlib.h | ||
13 | +- | ||
14 | +string.h | ||
15 | +- | ||
16 | +rfb/rfb.h | ||
17 | +- | ||
18 | +sys/time.h | ||
19 | +- | ||
20 | +fcntl.h | ||
21 | +- | ||
22 | +conio.h | ||
23 | +- | ||
24 | +sys/timeb.h | ||
25 | +- | ||
26 | + | ||
27 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfb.h | ||
28 | +stdio.h | ||
29 | +- | ||
30 | +stdlib.h | ||
31 | +- | ||
32 | +string.h | ||
33 | +- | ||
34 | +rfb/rfbproto.h | ||
35 | +- | ||
36 | +arpa/inet.h | ||
37 | +- | ||
38 | +sys/select.h | ||
39 | +- | ||
40 | +sys/types.h | ||
41 | +- | ||
42 | +winsock2.h | ||
43 | +- | ||
44 | +ws2tcpip.h | ||
45 | +- | ||
46 | +rfb/threading.h | ||
47 | +- | ||
48 | + | ||
49 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbproto.h | ||
50 | +stdint.h | ||
51 | +- | ||
52 | +sys/timeb.h | ||
53 | +- | ||
54 | +winsock2.h | ||
55 | +- | ||
56 | +rfb/rfbconfig.h | ||
57 | +- | ||
58 | +zlib.h | ||
59 | +- | ||
60 | +endian.h | ||
61 | +- | ||
62 | +sys/time.h | ||
63 | +- | ||
64 | +netinet/in.h | ||
65 | +- | ||
66 | + | ||
67 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/threading.h | ||
68 | +rfb/rfbconfig.h | ||
69 | +- | ||
70 | +pthread.h | ||
71 | +- | ||
72 | +process.h | ||
73 | +- | ||
74 | + | ||
75 | +rfb/rfbconfig.h | ||
76 | + |
ext_dep/libvncserver/build/CMakeFiles/examples_camera.dir/DependInfo.cmake
@@ -0,0 +1,34 @@ | @@ -0,0 +1,34 @@ | ||
1 | +# The set of languages for which implicit dependencies are needed: | ||
2 | +set(CMAKE_DEPENDS_LANGUAGES | ||
3 | + "C" | ||
4 | + ) | ||
5 | +# The set of files for implicit dependencies of each language: | ||
6 | +set(CMAKE_DEPENDS_CHECK_C | ||
7 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/camera.c" "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_camera.dir/examples/camera.c.o" | ||
8 | + ) | ||
9 | +set(CMAKE_C_COMPILER_ID "GNU") | ||
10 | + | ||
11 | +# Preprocessor definitions for this target. | ||
12 | +set(CMAKE_TARGET_DEFINITIONS_C | ||
13 | + "LIBVNCSERVER_HAVE_LIBJPEG" | ||
14 | + "LIBVNCSERVER_HAVE_LIBPNG" | ||
15 | + "LIBVNCSERVER_HAVE_LIBZ" | ||
16 | + "LIBVNCSERVER_WITH_SYSTEMD" | ||
17 | + "LIBVNCSERVER_WITH_WEBSOCKETS" | ||
18 | + ) | ||
19 | + | ||
20 | +# The include file search paths: | ||
21 | +set(CMAKE_C_TARGET_INCLUDE_PATH | ||
22 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master" | ||
23 | + "." | ||
24 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver" | ||
25 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/common" | ||
26 | + ) | ||
27 | + | ||
28 | +# Targets to which this target links. | ||
29 | +set(CMAKE_TARGET_LINKED_INFO_FILES | ||
30 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/vncserver.dir/DependInfo.cmake" | ||
31 | + ) | ||
32 | + | ||
33 | +# Fortran module output directory. | ||
34 | +set(CMAKE_Fortran_TARGET_MODULE_DIR "") |
ext_dep/libvncserver/build/CMakeFiles/examples_camera.dir/build.make
@@ -0,0 +1,128 @@ | @@ -0,0 +1,128 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
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 | +# Disable VCS-based implicit rules. | ||
16 | +% : %,v | ||
17 | + | ||
18 | + | ||
19 | +# Disable VCS-based implicit rules. | ||
20 | +% : RCS/% | ||
21 | + | ||
22 | + | ||
23 | +# Disable VCS-based implicit rules. | ||
24 | +% : RCS/%,v | ||
25 | + | ||
26 | + | ||
27 | +# Disable VCS-based implicit rules. | ||
28 | +% : SCCS/s.% | ||
29 | + | ||
30 | + | ||
31 | +# Disable VCS-based implicit rules. | ||
32 | +% : s.% | ||
33 | + | ||
34 | + | ||
35 | +.SUFFIXES: .hpux_make_needs_suffix_list | ||
36 | + | ||
37 | + | ||
38 | +# Command-line flag to silence nested $(MAKE). | ||
39 | +$(VERBOSE)MAKESILENT = -s | ||
40 | + | ||
41 | +#Suppress display of executed commands. | ||
42 | +$(VERBOSE).SILENT: | ||
43 | + | ||
44 | +# A target that is always out of date. | ||
45 | +cmake_force: | ||
46 | + | ||
47 | +.PHONY : cmake_force | ||
48 | + | ||
49 | +#============================================================================= | ||
50 | +# Set environment variables for the build. | ||
51 | + | ||
52 | +# The shell in which to execute make rules. | ||
53 | +SHELL = /bin/sh | ||
54 | + | ||
55 | +# The CMake executable. | ||
56 | +CMAKE_COMMAND = /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake | ||
57 | + | ||
58 | +# The command to remove a file. | ||
59 | +RM = /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E rm -f | ||
60 | + | ||
61 | +# Escaping for special characters. | ||
62 | +EQUALS = = | ||
63 | + | ||
64 | +# The top-level source directory on which CMake was run. | ||
65 | +CMAKE_SOURCE_DIR = /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master | ||
66 | + | ||
67 | +# The top-level build directory on which CMake was run. | ||
68 | +CMAKE_BINARY_DIR = /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build | ||
69 | + | ||
70 | +# Include any dependencies generated for this target. | ||
71 | +include CMakeFiles/examples_camera.dir/depend.make | ||
72 | + | ||
73 | +# Include the progress variables for this target. | ||
74 | +include CMakeFiles/examples_camera.dir/progress.make | ||
75 | + | ||
76 | +# Include the compile flags for this target's objects. | ||
77 | +include CMakeFiles/examples_camera.dir/flags.make | ||
78 | + | ||
79 | +CMakeFiles/examples_camera.dir/examples/camera.c.o: CMakeFiles/examples_camera.dir/flags.make | ||
80 | +CMakeFiles/examples_camera.dir/examples/camera.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/camera.c | ||
81 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/examples_camera.dir/examples/camera.c.o" | ||
82 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/examples_camera.dir/examples/camera.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/camera.c | ||
83 | + | ||
84 | +CMakeFiles/examples_camera.dir/examples/camera.c.i: cmake_force | ||
85 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/examples_camera.dir/examples/camera.c.i" | ||
86 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/camera.c > CMakeFiles/examples_camera.dir/examples/camera.c.i | ||
87 | + | ||
88 | +CMakeFiles/examples_camera.dir/examples/camera.c.s: cmake_force | ||
89 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/examples_camera.dir/examples/camera.c.s" | ||
90 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/camera.c -o CMakeFiles/examples_camera.dir/examples/camera.c.s | ||
91 | + | ||
92 | +# Object files for target examples_camera | ||
93 | +examples_camera_OBJECTS = \ | ||
94 | +"CMakeFiles/examples_camera.dir/examples/camera.c.o" | ||
95 | + | ||
96 | +# External object files for target examples_camera | ||
97 | +examples_camera_EXTERNAL_OBJECTS = | ||
98 | + | ||
99 | +examples/camera: CMakeFiles/examples_camera.dir/examples/camera.c.o | ||
100 | +examples/camera: CMakeFiles/examples_camera.dir/build.make | ||
101 | +examples/camera: libvncserver.so.0.9.13 | ||
102 | +examples/camera: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so | ||
103 | +examples/camera: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so | ||
104 | +examples/camera: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpng.so | ||
105 | +examples/camera: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so | ||
106 | +examples/camera: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so | ||
107 | +examples/camera: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpng.so | ||
108 | +examples/camera: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgcrypt.so | ||
109 | +examples/camera: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgnutls.so | ||
110 | +examples/camera: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libssl.so | ||
111 | +examples/camera: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libcrypto.so | ||
112 | +examples/camera: CMakeFiles/examples_camera.dir/link.txt | ||
113 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable examples/camera" | ||
114 | + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/examples_camera.dir/link.txt --verbose=$(VERBOSE) | ||
115 | + | ||
116 | +# Rule to build all files generated by this target. | ||
117 | +CMakeFiles/examples_camera.dir/build: examples/camera | ||
118 | + | ||
119 | +.PHONY : CMakeFiles/examples_camera.dir/build | ||
120 | + | ||
121 | +CMakeFiles/examples_camera.dir/clean: | ||
122 | + $(CMAKE_COMMAND) -P CMakeFiles/examples_camera.dir/cmake_clean.cmake | ||
123 | +.PHONY : CMakeFiles/examples_camera.dir/clean | ||
124 | + | ||
125 | +CMakeFiles/examples_camera.dir/depend: | ||
126 | + cd /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_camera.dir/DependInfo.cmake --color=$(COLOR) | ||
127 | +.PHONY : CMakeFiles/examples_camera.dir/depend | ||
128 | + |
ext_dep/libvncserver/build/CMakeFiles/examples_camera.dir/cmake_clean.cmake
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +file(REMOVE_RECURSE | ||
2 | + "CMakeFiles/examples_camera.dir/examples/camera.c.o" | ||
3 | + "examples/camera" | ||
4 | + "examples/camera.pdb" | ||
5 | +) | ||
6 | + | ||
7 | +# Per-language clean rules from dependency scanning. | ||
8 | +foreach(lang C) | ||
9 | + include(CMakeFiles/examples_camera.dir/cmake_clean_${lang}.cmake OPTIONAL) | ||
10 | +endforeach() |
ext_dep/libvncserver/build/CMakeFiles/examples_camera.dir/depend.internal
@@ -0,0 +1,9 @@ | @@ -0,0 +1,9 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
3 | + | ||
4 | +CMakeFiles/examples_camera.dir/examples/camera.c.o | ||
5 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/camera.c | ||
6 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfb.h | ||
7 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbproto.h | ||
8 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/threading.h | ||
9 | + rfb/rfbconfig.h |
ext_dep/libvncserver/build/CMakeFiles/examples_camera.dir/depend.make
@@ -0,0 +1,9 @@ | @@ -0,0 +1,9 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
3 | + | ||
4 | +CMakeFiles/examples_camera.dir/examples/camera.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/camera.c | ||
5 | +CMakeFiles/examples_camera.dir/examples/camera.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfb.h | ||
6 | +CMakeFiles/examples_camera.dir/examples/camera.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbproto.h | ||
7 | +CMakeFiles/examples_camera.dir/examples/camera.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/threading.h | ||
8 | +CMakeFiles/examples_camera.dir/examples/camera.c.o: rfb/rfbconfig.h | ||
9 | + |
ext_dep/libvncserver/build/CMakeFiles/examples_camera.dir/examples/camera.c.o
No preview for this file type
ext_dep/libvncserver/build/CMakeFiles/examples_camera.dir/flags.make
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
3 | + | ||
4 | +# compile C with /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc | ||
5 | +C_DEFINES = -DLIBVNCSERVER_HAVE_LIBJPEG -DLIBVNCSERVER_HAVE_LIBPNG -DLIBVNCSERVER_HAVE_LIBZ -DLIBVNCSERVER_WITH_SYSTEMD -DLIBVNCSERVER_WITH_WEBSOCKETS | ||
6 | + | ||
7 | +C_INCLUDES = -I/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master -I/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build -I/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver -I/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/common | ||
8 | + | ||
9 | +C_FLAGS = -O2 -pipe -g -feliminate-unused-debug-types | ||
10 | + |
ext_dep/libvncserver/build/CMakeFiles/examples_camera.dir/link.txt
@@ -0,0 +1 @@ | @@ -0,0 +1 @@ | ||
1 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/examples_camera.dir/examples/camera.c.o -o examples/camera -Wl,-rpath,/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build libvncserver.so.0.9.13 -lpthread -lsystemd /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpng.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpng.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgcrypt.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgnutls.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libssl.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libcrypto.so |
ext_dep/libvncserver/build/CMakeFiles/examples_camera.dir/progress.make
ext_dep/libvncserver/build/CMakeFiles/examples_colourmaptest.dir/C.includecache
@@ -0,0 +1,62 @@ | @@ -0,0 +1,62 @@ | ||
1 | +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) | ||
2 | + | ||
3 | +#IncludeRegexScan: ^.*$ | ||
4 | + | ||
5 | +#IncludeRegexComplain: ^$ | ||
6 | + | ||
7 | +#IncludeRegexTransform: | ||
8 | + | ||
9 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/colourmaptest.c | ||
10 | +rfb/rfb.h | ||
11 | +- | ||
12 | + | ||
13 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfb.h | ||
14 | +stdio.h | ||
15 | +- | ||
16 | +stdlib.h | ||
17 | +- | ||
18 | +string.h | ||
19 | +- | ||
20 | +rfb/rfbproto.h | ||
21 | +- | ||
22 | +arpa/inet.h | ||
23 | +- | ||
24 | +sys/select.h | ||
25 | +- | ||
26 | +sys/types.h | ||
27 | +- | ||
28 | +winsock2.h | ||
29 | +- | ||
30 | +ws2tcpip.h | ||
31 | +- | ||
32 | +rfb/threading.h | ||
33 | +- | ||
34 | + | ||
35 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbproto.h | ||
36 | +stdint.h | ||
37 | +- | ||
38 | +sys/timeb.h | ||
39 | +- | ||
40 | +winsock2.h | ||
41 | +- | ||
42 | +rfb/rfbconfig.h | ||
43 | +- | ||
44 | +zlib.h | ||
45 | +- | ||
46 | +endian.h | ||
47 | +- | ||
48 | +sys/time.h | ||
49 | +- | ||
50 | +netinet/in.h | ||
51 | +- | ||
52 | + | ||
53 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/threading.h | ||
54 | +rfb/rfbconfig.h | ||
55 | +- | ||
56 | +pthread.h | ||
57 | +- | ||
58 | +process.h | ||
59 | +- | ||
60 | + | ||
61 | +rfb/rfbconfig.h | ||
62 | + |
ext_dep/libvncserver/build/CMakeFiles/examples_colourmaptest.dir/DependInfo.cmake
@@ -0,0 +1,34 @@ | @@ -0,0 +1,34 @@ | ||
1 | +# The set of languages for which implicit dependencies are needed: | ||
2 | +set(CMAKE_DEPENDS_LANGUAGES | ||
3 | + "C" | ||
4 | + ) | ||
5 | +# The set of files for implicit dependencies of each language: | ||
6 | +set(CMAKE_DEPENDS_CHECK_C | ||
7 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/colourmaptest.c" "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_colourmaptest.dir/examples/colourmaptest.c.o" | ||
8 | + ) | ||
9 | +set(CMAKE_C_COMPILER_ID "GNU") | ||
10 | + | ||
11 | +# Preprocessor definitions for this target. | ||
12 | +set(CMAKE_TARGET_DEFINITIONS_C | ||
13 | + "LIBVNCSERVER_HAVE_LIBJPEG" | ||
14 | + "LIBVNCSERVER_HAVE_LIBPNG" | ||
15 | + "LIBVNCSERVER_HAVE_LIBZ" | ||
16 | + "LIBVNCSERVER_WITH_SYSTEMD" | ||
17 | + "LIBVNCSERVER_WITH_WEBSOCKETS" | ||
18 | + ) | ||
19 | + | ||
20 | +# The include file search paths: | ||
21 | +set(CMAKE_C_TARGET_INCLUDE_PATH | ||
22 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master" | ||
23 | + "." | ||
24 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver" | ||
25 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/common" | ||
26 | + ) | ||
27 | + | ||
28 | +# Targets to which this target links. | ||
29 | +set(CMAKE_TARGET_LINKED_INFO_FILES | ||
30 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/vncserver.dir/DependInfo.cmake" | ||
31 | + ) | ||
32 | + | ||
33 | +# Fortran module output directory. | ||
34 | +set(CMAKE_Fortran_TARGET_MODULE_DIR "") |
ext_dep/libvncserver/build/CMakeFiles/examples_colourmaptest.dir/build.make
@@ -0,0 +1,128 @@ | @@ -0,0 +1,128 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
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 | +# Disable VCS-based implicit rules. | ||
16 | +% : %,v | ||
17 | + | ||
18 | + | ||
19 | +# Disable VCS-based implicit rules. | ||
20 | +% : RCS/% | ||
21 | + | ||
22 | + | ||
23 | +# Disable VCS-based implicit rules. | ||
24 | +% : RCS/%,v | ||
25 | + | ||
26 | + | ||
27 | +# Disable VCS-based implicit rules. | ||
28 | +% : SCCS/s.% | ||
29 | + | ||
30 | + | ||
31 | +# Disable VCS-based implicit rules. | ||
32 | +% : s.% | ||
33 | + | ||
34 | + | ||
35 | +.SUFFIXES: .hpux_make_needs_suffix_list | ||
36 | + | ||
37 | + | ||
38 | +# Command-line flag to silence nested $(MAKE). | ||
39 | +$(VERBOSE)MAKESILENT = -s | ||
40 | + | ||
41 | +#Suppress display of executed commands. | ||
42 | +$(VERBOSE).SILENT: | ||
43 | + | ||
44 | +# A target that is always out of date. | ||
45 | +cmake_force: | ||
46 | + | ||
47 | +.PHONY : cmake_force | ||
48 | + | ||
49 | +#============================================================================= | ||
50 | +# Set environment variables for the build. | ||
51 | + | ||
52 | +# The shell in which to execute make rules. | ||
53 | +SHELL = /bin/sh | ||
54 | + | ||
55 | +# The CMake executable. | ||
56 | +CMAKE_COMMAND = /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake | ||
57 | + | ||
58 | +# The command to remove a file. | ||
59 | +RM = /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E rm -f | ||
60 | + | ||
61 | +# Escaping for special characters. | ||
62 | +EQUALS = = | ||
63 | + | ||
64 | +# The top-level source directory on which CMake was run. | ||
65 | +CMAKE_SOURCE_DIR = /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master | ||
66 | + | ||
67 | +# The top-level build directory on which CMake was run. | ||
68 | +CMAKE_BINARY_DIR = /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build | ||
69 | + | ||
70 | +# Include any dependencies generated for this target. | ||
71 | +include CMakeFiles/examples_colourmaptest.dir/depend.make | ||
72 | + | ||
73 | +# Include the progress variables for this target. | ||
74 | +include CMakeFiles/examples_colourmaptest.dir/progress.make | ||
75 | + | ||
76 | +# Include the compile flags for this target's objects. | ||
77 | +include CMakeFiles/examples_colourmaptest.dir/flags.make | ||
78 | + | ||
79 | +CMakeFiles/examples_colourmaptest.dir/examples/colourmaptest.c.o: CMakeFiles/examples_colourmaptest.dir/flags.make | ||
80 | +CMakeFiles/examples_colourmaptest.dir/examples/colourmaptest.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/colourmaptest.c | ||
81 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/examples_colourmaptest.dir/examples/colourmaptest.c.o" | ||
82 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/examples_colourmaptest.dir/examples/colourmaptest.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/colourmaptest.c | ||
83 | + | ||
84 | +CMakeFiles/examples_colourmaptest.dir/examples/colourmaptest.c.i: cmake_force | ||
85 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/examples_colourmaptest.dir/examples/colourmaptest.c.i" | ||
86 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/colourmaptest.c > CMakeFiles/examples_colourmaptest.dir/examples/colourmaptest.c.i | ||
87 | + | ||
88 | +CMakeFiles/examples_colourmaptest.dir/examples/colourmaptest.c.s: cmake_force | ||
89 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/examples_colourmaptest.dir/examples/colourmaptest.c.s" | ||
90 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/colourmaptest.c -o CMakeFiles/examples_colourmaptest.dir/examples/colourmaptest.c.s | ||
91 | + | ||
92 | +# Object files for target examples_colourmaptest | ||
93 | +examples_colourmaptest_OBJECTS = \ | ||
94 | +"CMakeFiles/examples_colourmaptest.dir/examples/colourmaptest.c.o" | ||
95 | + | ||
96 | +# External object files for target examples_colourmaptest | ||
97 | +examples_colourmaptest_EXTERNAL_OBJECTS = | ||
98 | + | ||
99 | +examples/colourmaptest: CMakeFiles/examples_colourmaptest.dir/examples/colourmaptest.c.o | ||
100 | +examples/colourmaptest: CMakeFiles/examples_colourmaptest.dir/build.make | ||
101 | +examples/colourmaptest: libvncserver.so.0.9.13 | ||
102 | +examples/colourmaptest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so | ||
103 | +examples/colourmaptest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so | ||
104 | +examples/colourmaptest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpng.so | ||
105 | +examples/colourmaptest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so | ||
106 | +examples/colourmaptest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so | ||
107 | +examples/colourmaptest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpng.so | ||
108 | +examples/colourmaptest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgcrypt.so | ||
109 | +examples/colourmaptest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgnutls.so | ||
110 | +examples/colourmaptest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libssl.so | ||
111 | +examples/colourmaptest: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libcrypto.so | ||
112 | +examples/colourmaptest: CMakeFiles/examples_colourmaptest.dir/link.txt | ||
113 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable examples/colourmaptest" | ||
114 | + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/examples_colourmaptest.dir/link.txt --verbose=$(VERBOSE) | ||
115 | + | ||
116 | +# Rule to build all files generated by this target. | ||
117 | +CMakeFiles/examples_colourmaptest.dir/build: examples/colourmaptest | ||
118 | + | ||
119 | +.PHONY : CMakeFiles/examples_colourmaptest.dir/build | ||
120 | + | ||
121 | +CMakeFiles/examples_colourmaptest.dir/clean: | ||
122 | + $(CMAKE_COMMAND) -P CMakeFiles/examples_colourmaptest.dir/cmake_clean.cmake | ||
123 | +.PHONY : CMakeFiles/examples_colourmaptest.dir/clean | ||
124 | + | ||
125 | +CMakeFiles/examples_colourmaptest.dir/depend: | ||
126 | + cd /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_colourmaptest.dir/DependInfo.cmake --color=$(COLOR) | ||
127 | +.PHONY : CMakeFiles/examples_colourmaptest.dir/depend | ||
128 | + |
ext_dep/libvncserver/build/CMakeFiles/examples_colourmaptest.dir/cmake_clean.cmake
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +file(REMOVE_RECURSE | ||
2 | + "CMakeFiles/examples_colourmaptest.dir/examples/colourmaptest.c.o" | ||
3 | + "examples/colourmaptest" | ||
4 | + "examples/colourmaptest.pdb" | ||
5 | +) | ||
6 | + | ||
7 | +# Per-language clean rules from dependency scanning. | ||
8 | +foreach(lang C) | ||
9 | + include(CMakeFiles/examples_colourmaptest.dir/cmake_clean_${lang}.cmake OPTIONAL) | ||
10 | +endforeach() |
ext_dep/libvncserver/build/CMakeFiles/examples_colourmaptest.dir/depend.internal
@@ -0,0 +1,9 @@ | @@ -0,0 +1,9 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
3 | + | ||
4 | +CMakeFiles/examples_colourmaptest.dir/examples/colourmaptest.c.o | ||
5 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/colourmaptest.c | ||
6 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfb.h | ||
7 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbproto.h | ||
8 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/threading.h | ||
9 | + rfb/rfbconfig.h |
ext_dep/libvncserver/build/CMakeFiles/examples_colourmaptest.dir/depend.make
@@ -0,0 +1,9 @@ | @@ -0,0 +1,9 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
3 | + | ||
4 | +CMakeFiles/examples_colourmaptest.dir/examples/colourmaptest.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/colourmaptest.c | ||
5 | +CMakeFiles/examples_colourmaptest.dir/examples/colourmaptest.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfb.h | ||
6 | +CMakeFiles/examples_colourmaptest.dir/examples/colourmaptest.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbproto.h | ||
7 | +CMakeFiles/examples_colourmaptest.dir/examples/colourmaptest.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/threading.h | ||
8 | +CMakeFiles/examples_colourmaptest.dir/examples/colourmaptest.c.o: rfb/rfbconfig.h | ||
9 | + |
ext_dep/libvncserver/build/CMakeFiles/examples_colourmaptest.dir/examples/colourmaptest.c.o
No preview for this file type
ext_dep/libvncserver/build/CMakeFiles/examples_colourmaptest.dir/flags.make
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
3 | + | ||
4 | +# compile C with /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc | ||
5 | +C_DEFINES = -DLIBVNCSERVER_HAVE_LIBJPEG -DLIBVNCSERVER_HAVE_LIBPNG -DLIBVNCSERVER_HAVE_LIBZ -DLIBVNCSERVER_WITH_SYSTEMD -DLIBVNCSERVER_WITH_WEBSOCKETS | ||
6 | + | ||
7 | +C_INCLUDES = -I/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master -I/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build -I/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver -I/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/common | ||
8 | + | ||
9 | +C_FLAGS = -O2 -pipe -g -feliminate-unused-debug-types | ||
10 | + |
ext_dep/libvncserver/build/CMakeFiles/examples_colourmaptest.dir/link.txt
@@ -0,0 +1 @@ | @@ -0,0 +1 @@ | ||
1 | +/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/examples_colourmaptest.dir/examples/colourmaptest.c.o -o examples/colourmaptest -Wl,-rpath,/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build libvncserver.so.0.9.13 -lpthread -lsystemd /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpng.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpng.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgcrypt.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgnutls.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libssl.so /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libcrypto.so |
ext_dep/libvncserver/build/CMakeFiles/examples_colourmaptest.dir/progress.make
ext_dep/libvncserver/build/CMakeFiles/examples_cursors.dir/C.includecache
@@ -0,0 +1,62 @@ | @@ -0,0 +1,62 @@ | ||
1 | +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) | ||
2 | + | ||
3 | +#IncludeRegexScan: ^.*$ | ||
4 | + | ||
5 | +#IncludeRegexComplain: ^$ | ||
6 | + | ||
7 | +#IncludeRegexTransform: | ||
8 | + | ||
9 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/cursors.c | ||
10 | +rfb/rfb.h | ||
11 | +- | ||
12 | + | ||
13 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfb.h | ||
14 | +stdio.h | ||
15 | +- | ||
16 | +stdlib.h | ||
17 | +- | ||
18 | +string.h | ||
19 | +- | ||
20 | +rfb/rfbproto.h | ||
21 | +- | ||
22 | +arpa/inet.h | ||
23 | +- | ||
24 | +sys/select.h | ||
25 | +- | ||
26 | +sys/types.h | ||
27 | +- | ||
28 | +winsock2.h | ||
29 | +- | ||
30 | +ws2tcpip.h | ||
31 | +- | ||
32 | +rfb/threading.h | ||
33 | +- | ||
34 | + | ||
35 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbproto.h | ||
36 | +stdint.h | ||
37 | +- | ||
38 | +sys/timeb.h | ||
39 | +- | ||
40 | +winsock2.h | ||
41 | +- | ||
42 | +rfb/rfbconfig.h | ||
43 | +- | ||
44 | +zlib.h | ||
45 | +- | ||
46 | +endian.h | ||
47 | +- | ||
48 | +sys/time.h | ||
49 | +- | ||
50 | +netinet/in.h | ||
51 | +- | ||
52 | + | ||
53 | +/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/threading.h | ||
54 | +rfb/rfbconfig.h | ||
55 | +- | ||
56 | +pthread.h | ||
57 | +- | ||
58 | +process.h | ||
59 | +- | ||
60 | + | ||
61 | +rfb/rfbconfig.h | ||
62 | + |
ext_dep/libvncserver/build/CMakeFiles/examples_cursors.dir/DependInfo.cmake
@@ -0,0 +1,34 @@ | @@ -0,0 +1,34 @@ | ||
1 | +# The set of languages for which implicit dependencies are needed: | ||
2 | +set(CMAKE_DEPENDS_LANGUAGES | ||
3 | + "C" | ||
4 | + ) | ||
5 | +# The set of files for implicit dependencies of each language: | ||
6 | +set(CMAKE_DEPENDS_CHECK_C | ||
7 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/cursors.c" "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_cursors.dir/examples/cursors.c.o" | ||
8 | + ) | ||
9 | +set(CMAKE_C_COMPILER_ID "GNU") | ||
10 | + | ||
11 | +# Preprocessor definitions for this target. | ||
12 | +set(CMAKE_TARGET_DEFINITIONS_C | ||
13 | + "LIBVNCSERVER_HAVE_LIBJPEG" | ||
14 | + "LIBVNCSERVER_HAVE_LIBPNG" | ||
15 | + "LIBVNCSERVER_HAVE_LIBZ" | ||
16 | + "LIBVNCSERVER_WITH_SYSTEMD" | ||
17 | + "LIBVNCSERVER_WITH_WEBSOCKETS" | ||
18 | + ) | ||
19 | + | ||
20 | +# The include file search paths: | ||
21 | +set(CMAKE_C_TARGET_INCLUDE_PATH | ||
22 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master" | ||
23 | + "." | ||
24 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver" | ||
25 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/common" | ||
26 | + ) | ||
27 | + | ||
28 | +# Targets to which this target links. | ||
29 | +set(CMAKE_TARGET_LINKED_INFO_FILES | ||
30 | + "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/vncserver.dir/DependInfo.cmake" | ||
31 | + ) | ||
32 | + | ||
33 | +# Fortran module output directory. | ||
34 | +set(CMAKE_Fortran_TARGET_MODULE_DIR "") |
ext_dep/libvncserver/build/CMakeFiles/examples_cursors.dir/build.make
@@ -0,0 +1,128 @@ | @@ -0,0 +1,128 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
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 | +# Disable VCS-based implicit rules. | ||
16 | +% : %,v | ||
17 | + | ||
18 | + | ||
19 | +# Disable VCS-based implicit rules. | ||
20 | +% : RCS/% | ||
21 | + | ||
22 | + | ||
23 | +# Disable VCS-based implicit rules. | ||
24 | +% : RCS/%,v | ||
25 | + | ||
26 | + | ||
27 | +# Disable VCS-based implicit rules. | ||
28 | +% : SCCS/s.% | ||
29 | + | ||
30 | + | ||
31 | +# Disable VCS-based implicit rules. | ||
32 | +% : s.% | ||
33 | + | ||
34 | + | ||
35 | +.SUFFIXES: .hpux_make_needs_suffix_list | ||
36 | + | ||
37 | + | ||
38 | +# Command-line flag to silence nested $(MAKE). | ||
39 | +$(VERBOSE)MAKESILENT = -s | ||
40 | + | ||
41 | +#Suppress display of executed commands. | ||
42 | +$(VERBOSE).SILENT: | ||
43 | + | ||
44 | +# A target that is always out of date. | ||
45 | +cmake_force: | ||
46 | + | ||
47 | +.PHONY : cmake_force | ||
48 | + | ||
49 | +#============================================================================= | ||
50 | +# Set environment variables for the build. | ||
51 | + | ||
52 | +# The shell in which to execute make rules. | ||
53 | +SHELL = /bin/sh | ||
54 | + | ||
55 | +# The CMake executable. | ||
56 | +CMAKE_COMMAND = /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake | ||
57 | + | ||
58 | +# The command to remove a file. | ||
59 | +RM = /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E rm -f | ||
60 | + | ||
61 | +# Escaping for special characters. | ||
62 | +EQUALS = = | ||
63 | + | ||
64 | +# The top-level source directory on which CMake was run. | ||
65 | +CMAKE_SOURCE_DIR = /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master | ||
66 | + | ||
67 | +# The top-level build directory on which CMake was run. | ||
68 | +CMAKE_BINARY_DIR = /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build | ||
69 | + | ||
70 | +# Include any dependencies generated for this target. | ||
71 | +include CMakeFiles/examples_cursors.dir/depend.make | ||
72 | + | ||
73 | +# Include the progress variables for this target. | ||
74 | +include CMakeFiles/examples_cursors.dir/progress.make | ||
75 | + | ||
76 | +# Include the compile flags for this target's objects. | ||
77 | +include CMakeFiles/examples_cursors.dir/flags.make | ||
78 | + | ||
79 | +CMakeFiles/examples_cursors.dir/examples/cursors.c.o: CMakeFiles/examples_cursors.dir/flags.make | ||
80 | +CMakeFiles/examples_cursors.dir/examples/cursors.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/cursors.c | ||
81 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/examples_cursors.dir/examples/cursors.c.o" | ||
82 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/examples_cursors.dir/examples/cursors.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/cursors.c | ||
83 | + | ||
84 | +CMakeFiles/examples_cursors.dir/examples/cursors.c.i: cmake_force | ||
85 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/examples_cursors.dir/examples/cursors.c.i" | ||
86 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/cursors.c > CMakeFiles/examples_cursors.dir/examples/cursors.c.i | ||
87 | + | ||
88 | +CMakeFiles/examples_cursors.dir/examples/cursors.c.s: cmake_force | ||
89 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/examples_cursors.dir/examples/cursors.c.s" | ||
90 | + /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/cursors.c -o CMakeFiles/examples_cursors.dir/examples/cursors.c.s | ||
91 | + | ||
92 | +# Object files for target examples_cursors | ||
93 | +examples_cursors_OBJECTS = \ | ||
94 | +"CMakeFiles/examples_cursors.dir/examples/cursors.c.o" | ||
95 | + | ||
96 | +# External object files for target examples_cursors | ||
97 | +examples_cursors_EXTERNAL_OBJECTS = | ||
98 | + | ||
99 | +examples/cursors: CMakeFiles/examples_cursors.dir/examples/cursors.c.o | ||
100 | +examples/cursors: CMakeFiles/examples_cursors.dir/build.make | ||
101 | +examples/cursors: libvncserver.so.0.9.13 | ||
102 | +examples/cursors: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so | ||
103 | +examples/cursors: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so | ||
104 | +examples/cursors: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpng.so | ||
105 | +examples/cursors: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so | ||
106 | +examples/cursors: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so | ||
107 | +examples/cursors: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpng.so | ||
108 | +examples/cursors: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgcrypt.so | ||
109 | +examples/cursors: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgnutls.so | ||
110 | +examples/cursors: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libssl.so | ||
111 | +examples/cursors: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libcrypto.so | ||
112 | +examples/cursors: CMakeFiles/examples_cursors.dir/link.txt | ||
113 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable examples/cursors" | ||
114 | + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/examples_cursors.dir/link.txt --verbose=$(VERBOSE) | ||
115 | + | ||
116 | +# Rule to build all files generated by this target. | ||
117 | +CMakeFiles/examples_cursors.dir/build: examples/cursors | ||
118 | + | ||
119 | +.PHONY : CMakeFiles/examples_cursors.dir/build | ||
120 | + | ||
121 | +CMakeFiles/examples_cursors.dir/clean: | ||
122 | + $(CMAKE_COMMAND) -P CMakeFiles/examples_cursors.dir/cmake_clean.cmake | ||
123 | +.PHONY : CMakeFiles/examples_cursors.dir/clean | ||
124 | + | ||
125 | +CMakeFiles/examples_cursors.dir/depend: | ||
126 | + cd /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/examples_cursors.dir/DependInfo.cmake --color=$(COLOR) | ||
127 | +.PHONY : CMakeFiles/examples_cursors.dir/depend | ||
128 | + |
ext_dep/libvncserver/build/CMakeFiles/examples_cursors.dir/cmake_clean.cmake
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +file(REMOVE_RECURSE | ||
2 | + "CMakeFiles/examples_cursors.dir/examples/cursors.c.o" | ||
3 | + "examples/cursors" | ||
4 | + "examples/cursors.pdb" | ||
5 | +) | ||
6 | + | ||
7 | +# Per-language clean rules from dependency scanning. | ||
8 | +foreach(lang C) | ||
9 | + include(CMakeFiles/examples_cursors.dir/cmake_clean_${lang}.cmake OPTIONAL) | ||
10 | +endforeach() |
ext_dep/libvncserver/build/CMakeFiles/examples_cursors.dir/depend.internal
@@ -0,0 +1,9 @@ | @@ -0,0 +1,9 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
3 | + | ||
4 | +CMakeFiles/examples_cursors.dir/examples/cursors.c.o | ||
5 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/cursors.c | ||
6 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfb.h | ||
7 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbproto.h | ||
8 | + /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/threading.h | ||
9 | + rfb/rfbconfig.h |
ext_dep/libvncserver/build/CMakeFiles/examples_cursors.dir/depend.make
@@ -0,0 +1,9 @@ | @@ -0,0 +1,9 @@ | ||
1 | +# CMAKE generated file: DO NOT EDIT! | ||
2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 | ||
3 | + | ||
4 | +CMakeFiles/examples_cursors.dir/examples/cursors.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/examples/cursors.c | ||
5 | +CMakeFiles/examples_cursors.dir/examples/cursors.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfb.h | ||
6 | +CMakeFiles/examples_cursors.dir/examples/cursors.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/rfbproto.h | ||
7 | +CMakeFiles/examples_cursors.dir/examples/cursors.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/rfb/threading.h | ||
8 | +CMakeFiles/examples_cursors.dir/examples/cursors.c.o: rfb/rfbconfig.h | ||
9 | + |
ext_dep/libvncserver/build/CMakeFiles/examples_cursors.dir/examples/cursors.c.o
No preview for this file type