build.make 108 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 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 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.19

# Delete rule output on recipe failure.
.DELETE_ON_ERROR:


#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canonical targets will work.
.SUFFIXES:


# Disable VCS-based implicit rules.
% : %,v


# Disable VCS-based implicit rules.
% : RCS/%


# Disable VCS-based implicit rules.
% : RCS/%,v


# Disable VCS-based implicit rules.
% : SCCS/s.%


# Disable VCS-based implicit rules.
% : s.%


.SUFFIXES: .hpux_make_needs_suffix_list


# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s

#Suppress display of executed commands.
$(VERBOSE).SILENT:

# A target that is always out of date.
cmake_force:

.PHONY : cmake_force

#=============================================================================
# Set environment variables for the build.

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake

# The command to remove a file.
RM = /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build

# Include any dependencies generated for this target.
include CMakeFiles/vncserver.dir/depend.make

# Include the progress variables for this target.
include CMakeFiles/vncserver.dir/progress.make

# Include the compile flags for this target's objects.
include CMakeFiles/vncserver.dir/flags.make

CMakeFiles/vncserver.dir/libvncserver/main.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/main.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/main.c
	@$(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/vncserver.dir/libvncserver/main.c.o"
	/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/vncserver.dir/libvncserver/main.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/main.c

CMakeFiles/vncserver.dir/libvncserver/main.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/main.c.i"
	/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/libvncserver/main.c > CMakeFiles/vncserver.dir/libvncserver/main.c.i

CMakeFiles/vncserver.dir/libvncserver/main.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/main.c.s"
	/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/libvncserver/main.c -o CMakeFiles/vncserver.dir/libvncserver/main.c.s

CMakeFiles/vncserver.dir/libvncserver/rfbserver.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/rfbserver.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/rfbserver.c
	@$(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_2) "Building C object CMakeFiles/vncserver.dir/libvncserver/rfbserver.c.o"
	/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/vncserver.dir/libvncserver/rfbserver.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/rfbserver.c

CMakeFiles/vncserver.dir/libvncserver/rfbserver.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/rfbserver.c.i"
	/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/libvncserver/rfbserver.c > CMakeFiles/vncserver.dir/libvncserver/rfbserver.c.i

CMakeFiles/vncserver.dir/libvncserver/rfbserver.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/rfbserver.c.s"
	/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/libvncserver/rfbserver.c -o CMakeFiles/vncserver.dir/libvncserver/rfbserver.c.s

CMakeFiles/vncserver.dir/libvncserver/rfbregion.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/rfbregion.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/rfbregion.c
	@$(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_3) "Building C object CMakeFiles/vncserver.dir/libvncserver/rfbregion.c.o"
	/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/vncserver.dir/libvncserver/rfbregion.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/rfbregion.c

CMakeFiles/vncserver.dir/libvncserver/rfbregion.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/rfbregion.c.i"
	/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/libvncserver/rfbregion.c > CMakeFiles/vncserver.dir/libvncserver/rfbregion.c.i

CMakeFiles/vncserver.dir/libvncserver/rfbregion.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/rfbregion.c.s"
	/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/libvncserver/rfbregion.c -o CMakeFiles/vncserver.dir/libvncserver/rfbregion.c.s

CMakeFiles/vncserver.dir/libvncserver/auth.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/auth.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/auth.c
	@$(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_4) "Building C object CMakeFiles/vncserver.dir/libvncserver/auth.c.o"
	/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/vncserver.dir/libvncserver/auth.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/auth.c

CMakeFiles/vncserver.dir/libvncserver/auth.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/auth.c.i"
	/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/libvncserver/auth.c > CMakeFiles/vncserver.dir/libvncserver/auth.c.i

CMakeFiles/vncserver.dir/libvncserver/auth.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/auth.c.s"
	/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/libvncserver/auth.c -o CMakeFiles/vncserver.dir/libvncserver/auth.c.s

CMakeFiles/vncserver.dir/libvncserver/sockets.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/sockets.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/sockets.c
	@$(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_5) "Building C object CMakeFiles/vncserver.dir/libvncserver/sockets.c.o"
	/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/vncserver.dir/libvncserver/sockets.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/sockets.c

CMakeFiles/vncserver.dir/libvncserver/sockets.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/sockets.c.i"
	/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/libvncserver/sockets.c > CMakeFiles/vncserver.dir/libvncserver/sockets.c.i

CMakeFiles/vncserver.dir/libvncserver/sockets.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/sockets.c.s"
	/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/libvncserver/sockets.c -o CMakeFiles/vncserver.dir/libvncserver/sockets.c.s

CMakeFiles/vncserver.dir/libvncserver/stats.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/stats.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/stats.c
	@$(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_6) "Building C object CMakeFiles/vncserver.dir/libvncserver/stats.c.o"
	/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/vncserver.dir/libvncserver/stats.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/stats.c

CMakeFiles/vncserver.dir/libvncserver/stats.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/stats.c.i"
	/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/libvncserver/stats.c > CMakeFiles/vncserver.dir/libvncserver/stats.c.i

CMakeFiles/vncserver.dir/libvncserver/stats.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/stats.c.s"
	/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/libvncserver/stats.c -o CMakeFiles/vncserver.dir/libvncserver/stats.c.s

CMakeFiles/vncserver.dir/libvncserver/corre.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/corre.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/corre.c
	@$(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_7) "Building C object CMakeFiles/vncserver.dir/libvncserver/corre.c.o"
	/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/vncserver.dir/libvncserver/corre.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/corre.c

CMakeFiles/vncserver.dir/libvncserver/corre.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/corre.c.i"
	/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/libvncserver/corre.c > CMakeFiles/vncserver.dir/libvncserver/corre.c.i

CMakeFiles/vncserver.dir/libvncserver/corre.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/corre.c.s"
	/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/libvncserver/corre.c -o CMakeFiles/vncserver.dir/libvncserver/corre.c.s

CMakeFiles/vncserver.dir/libvncserver/hextile.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/hextile.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/hextile.c
	@$(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_8) "Building C object CMakeFiles/vncserver.dir/libvncserver/hextile.c.o"
	/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/vncserver.dir/libvncserver/hextile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/hextile.c

CMakeFiles/vncserver.dir/libvncserver/hextile.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/hextile.c.i"
	/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/libvncserver/hextile.c > CMakeFiles/vncserver.dir/libvncserver/hextile.c.i

CMakeFiles/vncserver.dir/libvncserver/hextile.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/hextile.c.s"
	/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/libvncserver/hextile.c -o CMakeFiles/vncserver.dir/libvncserver/hextile.c.s

CMakeFiles/vncserver.dir/libvncserver/rre.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/rre.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/rre.c
	@$(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_9) "Building C object CMakeFiles/vncserver.dir/libvncserver/rre.c.o"
	/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/vncserver.dir/libvncserver/rre.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/rre.c

CMakeFiles/vncserver.dir/libvncserver/rre.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/rre.c.i"
	/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/libvncserver/rre.c > CMakeFiles/vncserver.dir/libvncserver/rre.c.i

CMakeFiles/vncserver.dir/libvncserver/rre.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/rre.c.s"
	/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/libvncserver/rre.c -o CMakeFiles/vncserver.dir/libvncserver/rre.c.s

CMakeFiles/vncserver.dir/libvncserver/translate.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/translate.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/translate.c
	@$(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_10) "Building C object CMakeFiles/vncserver.dir/libvncserver/translate.c.o"
	/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/vncserver.dir/libvncserver/translate.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/translate.c

CMakeFiles/vncserver.dir/libvncserver/translate.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/translate.c.i"
	/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/libvncserver/translate.c > CMakeFiles/vncserver.dir/libvncserver/translate.c.i

CMakeFiles/vncserver.dir/libvncserver/translate.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/translate.c.s"
	/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/libvncserver/translate.c -o CMakeFiles/vncserver.dir/libvncserver/translate.c.s

CMakeFiles/vncserver.dir/libvncserver/cutpaste.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/cutpaste.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/cutpaste.c
	@$(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_11) "Building C object CMakeFiles/vncserver.dir/libvncserver/cutpaste.c.o"
	/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/vncserver.dir/libvncserver/cutpaste.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/cutpaste.c

CMakeFiles/vncserver.dir/libvncserver/cutpaste.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/cutpaste.c.i"
	/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/libvncserver/cutpaste.c > CMakeFiles/vncserver.dir/libvncserver/cutpaste.c.i

CMakeFiles/vncserver.dir/libvncserver/cutpaste.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/cutpaste.c.s"
	/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/libvncserver/cutpaste.c -o CMakeFiles/vncserver.dir/libvncserver/cutpaste.c.s

CMakeFiles/vncserver.dir/libvncserver/httpd.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/httpd.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/httpd.c
	@$(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_12) "Building C object CMakeFiles/vncserver.dir/libvncserver/httpd.c.o"
	/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/vncserver.dir/libvncserver/httpd.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/httpd.c

CMakeFiles/vncserver.dir/libvncserver/httpd.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/httpd.c.i"
	/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/libvncserver/httpd.c > CMakeFiles/vncserver.dir/libvncserver/httpd.c.i

CMakeFiles/vncserver.dir/libvncserver/httpd.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/httpd.c.s"
	/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/libvncserver/httpd.c -o CMakeFiles/vncserver.dir/libvncserver/httpd.c.s

CMakeFiles/vncserver.dir/libvncserver/cursor.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/cursor.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/cursor.c
	@$(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_13) "Building C object CMakeFiles/vncserver.dir/libvncserver/cursor.c.o"
	/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/vncserver.dir/libvncserver/cursor.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/cursor.c

CMakeFiles/vncserver.dir/libvncserver/cursor.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/cursor.c.i"
	/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/libvncserver/cursor.c > CMakeFiles/vncserver.dir/libvncserver/cursor.c.i

CMakeFiles/vncserver.dir/libvncserver/cursor.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/cursor.c.s"
	/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/libvncserver/cursor.c -o CMakeFiles/vncserver.dir/libvncserver/cursor.c.s

CMakeFiles/vncserver.dir/libvncserver/font.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/font.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/font.c
	@$(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_14) "Building C object CMakeFiles/vncserver.dir/libvncserver/font.c.o"
	/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/vncserver.dir/libvncserver/font.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/font.c

CMakeFiles/vncserver.dir/libvncserver/font.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/font.c.i"
	/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/libvncserver/font.c > CMakeFiles/vncserver.dir/libvncserver/font.c.i

CMakeFiles/vncserver.dir/libvncserver/font.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/font.c.s"
	/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/libvncserver/font.c -o CMakeFiles/vncserver.dir/libvncserver/font.c.s

CMakeFiles/vncserver.dir/libvncserver/draw.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/draw.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/draw.c
	@$(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_15) "Building C object CMakeFiles/vncserver.dir/libvncserver/draw.c.o"
	/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/vncserver.dir/libvncserver/draw.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/draw.c

CMakeFiles/vncserver.dir/libvncserver/draw.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/draw.c.i"
	/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/libvncserver/draw.c > CMakeFiles/vncserver.dir/libvncserver/draw.c.i

CMakeFiles/vncserver.dir/libvncserver/draw.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/draw.c.s"
	/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/libvncserver/draw.c -o CMakeFiles/vncserver.dir/libvncserver/draw.c.s

CMakeFiles/vncserver.dir/libvncserver/selbox.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/selbox.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/selbox.c
	@$(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_16) "Building C object CMakeFiles/vncserver.dir/libvncserver/selbox.c.o"
	/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/vncserver.dir/libvncserver/selbox.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/selbox.c

CMakeFiles/vncserver.dir/libvncserver/selbox.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/selbox.c.i"
	/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/libvncserver/selbox.c > CMakeFiles/vncserver.dir/libvncserver/selbox.c.i

CMakeFiles/vncserver.dir/libvncserver/selbox.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/selbox.c.s"
	/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/libvncserver/selbox.c -o CMakeFiles/vncserver.dir/libvncserver/selbox.c.s

CMakeFiles/vncserver.dir/common/vncauth.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/common/vncauth.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/common/vncauth.c
	@$(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_17) "Building C object CMakeFiles/vncserver.dir/common/vncauth.c.o"
	/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/vncserver.dir/common/vncauth.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/common/vncauth.c

CMakeFiles/vncserver.dir/common/vncauth.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/common/vncauth.c.i"
	/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/common/vncauth.c > CMakeFiles/vncserver.dir/common/vncauth.c.i

CMakeFiles/vncserver.dir/common/vncauth.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/common/vncauth.c.s"
	/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/common/vncauth.c -o CMakeFiles/vncserver.dir/common/vncauth.c.s

CMakeFiles/vncserver.dir/libvncserver/cargs.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/cargs.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/cargs.c
	@$(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_18) "Building C object CMakeFiles/vncserver.dir/libvncserver/cargs.c.o"
	/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/vncserver.dir/libvncserver/cargs.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/cargs.c

CMakeFiles/vncserver.dir/libvncserver/cargs.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/cargs.c.i"
	/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/libvncserver/cargs.c > CMakeFiles/vncserver.dir/libvncserver/cargs.c.i

CMakeFiles/vncserver.dir/libvncserver/cargs.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/cargs.c.s"
	/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/libvncserver/cargs.c -o CMakeFiles/vncserver.dir/libvncserver/cargs.c.s

CMakeFiles/vncserver.dir/libvncserver/ultra.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/ultra.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/ultra.c
	@$(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_19) "Building C object CMakeFiles/vncserver.dir/libvncserver/ultra.c.o"
	/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/vncserver.dir/libvncserver/ultra.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/ultra.c

CMakeFiles/vncserver.dir/libvncserver/ultra.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/ultra.c.i"
	/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/libvncserver/ultra.c > CMakeFiles/vncserver.dir/libvncserver/ultra.c.i

CMakeFiles/vncserver.dir/libvncserver/ultra.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/ultra.c.s"
	/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/libvncserver/ultra.c -o CMakeFiles/vncserver.dir/libvncserver/ultra.c.s

CMakeFiles/vncserver.dir/libvncserver/scale.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/scale.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/scale.c
	@$(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_20) "Building C object CMakeFiles/vncserver.dir/libvncserver/scale.c.o"
	/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/vncserver.dir/libvncserver/scale.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/scale.c

CMakeFiles/vncserver.dir/libvncserver/scale.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/scale.c.i"
	/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/libvncserver/scale.c > CMakeFiles/vncserver.dir/libvncserver/scale.c.i

CMakeFiles/vncserver.dir/libvncserver/scale.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/scale.c.s"
	/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/libvncserver/scale.c -o CMakeFiles/vncserver.dir/libvncserver/scale.c.s

CMakeFiles/vncserver.dir/common/crypto_libgcrypt.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/common/crypto_libgcrypt.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/common/crypto_libgcrypt.c
	@$(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_21) "Building C object CMakeFiles/vncserver.dir/common/crypto_libgcrypt.c.o"
	/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/vncserver.dir/common/crypto_libgcrypt.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/common/crypto_libgcrypt.c

CMakeFiles/vncserver.dir/common/crypto_libgcrypt.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/common/crypto_libgcrypt.c.i"
	/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/common/crypto_libgcrypt.c > CMakeFiles/vncserver.dir/common/crypto_libgcrypt.c.i

CMakeFiles/vncserver.dir/common/crypto_libgcrypt.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/common/crypto_libgcrypt.c.s"
	/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/common/crypto_libgcrypt.c -o CMakeFiles/vncserver.dir/common/crypto_libgcrypt.c.s

CMakeFiles/vncserver.dir/libvncserver/rfbssl_gnutls.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/rfbssl_gnutls.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/rfbssl_gnutls.c
	@$(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_22) "Building C object CMakeFiles/vncserver.dir/libvncserver/rfbssl_gnutls.c.o"
	/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/vncserver.dir/libvncserver/rfbssl_gnutls.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/rfbssl_gnutls.c

CMakeFiles/vncserver.dir/libvncserver/rfbssl_gnutls.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/rfbssl_gnutls.c.i"
	/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/libvncserver/rfbssl_gnutls.c > CMakeFiles/vncserver.dir/libvncserver/rfbssl_gnutls.c.i

CMakeFiles/vncserver.dir/libvncserver/rfbssl_gnutls.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/rfbssl_gnutls.c.s"
	/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/libvncserver/rfbssl_gnutls.c -o CMakeFiles/vncserver.dir/libvncserver/rfbssl_gnutls.c.s

CMakeFiles/vncserver.dir/libvncserver/zlib.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/zlib.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/zlib.c
	@$(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_23) "Building C object CMakeFiles/vncserver.dir/libvncserver/zlib.c.o"
	/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/vncserver.dir/libvncserver/zlib.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/zlib.c

CMakeFiles/vncserver.dir/libvncserver/zlib.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/zlib.c.i"
	/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/libvncserver/zlib.c > CMakeFiles/vncserver.dir/libvncserver/zlib.c.i

CMakeFiles/vncserver.dir/libvncserver/zlib.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/zlib.c.s"
	/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/libvncserver/zlib.c -o CMakeFiles/vncserver.dir/libvncserver/zlib.c.s

CMakeFiles/vncserver.dir/libvncserver/zrle.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/zrle.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/zrle.c
	@$(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_24) "Building C object CMakeFiles/vncserver.dir/libvncserver/zrle.c.o"
	/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/vncserver.dir/libvncserver/zrle.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/zrle.c

CMakeFiles/vncserver.dir/libvncserver/zrle.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/zrle.c.i"
	/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/libvncserver/zrle.c > CMakeFiles/vncserver.dir/libvncserver/zrle.c.i

CMakeFiles/vncserver.dir/libvncserver/zrle.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/zrle.c.s"
	/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/libvncserver/zrle.c -o CMakeFiles/vncserver.dir/libvncserver/zrle.c.s

CMakeFiles/vncserver.dir/libvncserver/zrleoutstream.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/zrleoutstream.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/zrleoutstream.c
	@$(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_25) "Building C object CMakeFiles/vncserver.dir/libvncserver/zrleoutstream.c.o"
	/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/vncserver.dir/libvncserver/zrleoutstream.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/zrleoutstream.c

CMakeFiles/vncserver.dir/libvncserver/zrleoutstream.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/zrleoutstream.c.i"
	/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/libvncserver/zrleoutstream.c > CMakeFiles/vncserver.dir/libvncserver/zrleoutstream.c.i

CMakeFiles/vncserver.dir/libvncserver/zrleoutstream.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/zrleoutstream.c.s"
	/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/libvncserver/zrleoutstream.c -o CMakeFiles/vncserver.dir/libvncserver/zrleoutstream.c.s

CMakeFiles/vncserver.dir/libvncserver/zrlepalettehelper.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/zrlepalettehelper.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/zrlepalettehelper.c
	@$(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_26) "Building C object CMakeFiles/vncserver.dir/libvncserver/zrlepalettehelper.c.o"
	/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/vncserver.dir/libvncserver/zrlepalettehelper.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/zrlepalettehelper.c

CMakeFiles/vncserver.dir/libvncserver/zrlepalettehelper.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/zrlepalettehelper.c.i"
	/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/libvncserver/zrlepalettehelper.c > CMakeFiles/vncserver.dir/libvncserver/zrlepalettehelper.c.i

CMakeFiles/vncserver.dir/libvncserver/zrlepalettehelper.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/zrlepalettehelper.c.s"
	/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/libvncserver/zrlepalettehelper.c -o CMakeFiles/vncserver.dir/libvncserver/zrlepalettehelper.c.s

CMakeFiles/vncserver.dir/common/minilzo.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/common/minilzo.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/common/minilzo.c
	@$(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_27) "Building C object CMakeFiles/vncserver.dir/common/minilzo.c.o"
	/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/vncserver.dir/common/minilzo.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/common/minilzo.c

CMakeFiles/vncserver.dir/common/minilzo.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/common/minilzo.c.i"
	/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/common/minilzo.c > CMakeFiles/vncserver.dir/common/minilzo.c.i

CMakeFiles/vncserver.dir/common/minilzo.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/common/minilzo.c.s"
	/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/common/minilzo.c -o CMakeFiles/vncserver.dir/common/minilzo.c.s

CMakeFiles/vncserver.dir/libvncserver/tight.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/tight.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/tight.c
	@$(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_28) "Building C object CMakeFiles/vncserver.dir/libvncserver/tight.c.o"
	/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/vncserver.dir/libvncserver/tight.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/tight.c

CMakeFiles/vncserver.dir/libvncserver/tight.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/tight.c.i"
	/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/libvncserver/tight.c > CMakeFiles/vncserver.dir/libvncserver/tight.c.i

CMakeFiles/vncserver.dir/libvncserver/tight.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/tight.c.s"
	/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/libvncserver/tight.c -o CMakeFiles/vncserver.dir/libvncserver/tight.c.s

CMakeFiles/vncserver.dir/common/turbojpeg.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/common/turbojpeg.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/common/turbojpeg.c
	@$(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_29) "Building C object CMakeFiles/vncserver.dir/common/turbojpeg.c.o"
	/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/vncserver.dir/common/turbojpeg.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/common/turbojpeg.c

CMakeFiles/vncserver.dir/common/turbojpeg.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/common/turbojpeg.c.i"
	/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/common/turbojpeg.c > CMakeFiles/vncserver.dir/common/turbojpeg.c.i

CMakeFiles/vncserver.dir/common/turbojpeg.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/common/turbojpeg.c.s"
	/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/common/turbojpeg.c -o CMakeFiles/vncserver.dir/common/turbojpeg.c.s

CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/rfbtightserver.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/rfbtightserver.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/tightvnc-filetransfer/rfbtightserver.c
	@$(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_30) "Building C object CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/rfbtightserver.c.o"
	/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/vncserver.dir/libvncserver/tightvnc-filetransfer/rfbtightserver.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/tightvnc-filetransfer/rfbtightserver.c

CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/rfbtightserver.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/rfbtightserver.c.i"
	/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/libvncserver/tightvnc-filetransfer/rfbtightserver.c > CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/rfbtightserver.c.i

CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/rfbtightserver.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/rfbtightserver.c.s"
	/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/libvncserver/tightvnc-filetransfer/rfbtightserver.c -o CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/rfbtightserver.c.s

CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c
	@$(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_31) "Building C object CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c.o"
	/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/vncserver.dir/libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c

CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c.i"
	/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/libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c > CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c.i

CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c.s"
	/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/libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c -o CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c.s

CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/filetransfermsg.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/filetransfermsg.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/tightvnc-filetransfer/filetransfermsg.c
	@$(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_32) "Building C object CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/filetransfermsg.c.o"
	/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/vncserver.dir/libvncserver/tightvnc-filetransfer/filetransfermsg.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/tightvnc-filetransfer/filetransfermsg.c

CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/filetransfermsg.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/filetransfermsg.c.i"
	/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/libvncserver/tightvnc-filetransfer/filetransfermsg.c > CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/filetransfermsg.c.i

CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/filetransfermsg.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/filetransfermsg.c.s"
	/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/libvncserver/tightvnc-filetransfer/filetransfermsg.c -o CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/filetransfermsg.c.s

CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/filelistinfo.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/filelistinfo.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/tightvnc-filetransfer/filelistinfo.c
	@$(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_33) "Building C object CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/filelistinfo.c.o"
	/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/vncserver.dir/libvncserver/tightvnc-filetransfer/filelistinfo.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/tightvnc-filetransfer/filelistinfo.c

CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/filelistinfo.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/filelistinfo.c.i"
	/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/libvncserver/tightvnc-filetransfer/filelistinfo.c > CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/filelistinfo.c.i

CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/filelistinfo.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/filelistinfo.c.s"
	/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/libvncserver/tightvnc-filetransfer/filelistinfo.c -o CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/filelistinfo.c.s

CMakeFiles/vncserver.dir/libvncserver/websockets.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/websockets.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/websockets.c
	@$(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_34) "Building C object CMakeFiles/vncserver.dir/libvncserver/websockets.c.o"
	/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/vncserver.dir/libvncserver/websockets.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/websockets.c

CMakeFiles/vncserver.dir/libvncserver/websockets.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/websockets.c.i"
	/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/libvncserver/websockets.c > CMakeFiles/vncserver.dir/libvncserver/websockets.c.i

CMakeFiles/vncserver.dir/libvncserver/websockets.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/websockets.c.s"
	/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/libvncserver/websockets.c -o CMakeFiles/vncserver.dir/libvncserver/websockets.c.s

CMakeFiles/vncserver.dir/libvncserver/ws_decode.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/libvncserver/ws_decode.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/ws_decode.c
	@$(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_35) "Building C object CMakeFiles/vncserver.dir/libvncserver/ws_decode.c.o"
	/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/vncserver.dir/libvncserver/ws_decode.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/libvncserver/ws_decode.c

CMakeFiles/vncserver.dir/libvncserver/ws_decode.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/libvncserver/ws_decode.c.i"
	/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/libvncserver/ws_decode.c > CMakeFiles/vncserver.dir/libvncserver/ws_decode.c.i

CMakeFiles/vncserver.dir/libvncserver/ws_decode.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/libvncserver/ws_decode.c.s"
	/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/libvncserver/ws_decode.c -o CMakeFiles/vncserver.dir/libvncserver/ws_decode.c.s

CMakeFiles/vncserver.dir/common/base64.c.o: CMakeFiles/vncserver.dir/flags.make
CMakeFiles/vncserver.dir/common/base64.c.o: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/common/base64.c
	@$(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_36) "Building C object CMakeFiles/vncserver.dir/common/base64.c.o"
	/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/vncserver.dir/common/base64.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/libvncserver-master/common/base64.c

CMakeFiles/vncserver.dir/common/base64.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vncserver.dir/common/base64.c.i"
	/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/common/base64.c > CMakeFiles/vncserver.dir/common/base64.c.i

CMakeFiles/vncserver.dir/common/base64.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vncserver.dir/common/base64.c.s"
	/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/common/base64.c -o CMakeFiles/vncserver.dir/common/base64.c.s

# Object files for target vncserver
vncserver_OBJECTS = \
"CMakeFiles/vncserver.dir/libvncserver/main.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/rfbserver.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/rfbregion.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/auth.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/sockets.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/stats.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/corre.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/hextile.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/rre.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/translate.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/cutpaste.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/httpd.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/cursor.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/font.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/draw.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/selbox.c.o" \
"CMakeFiles/vncserver.dir/common/vncauth.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/cargs.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/ultra.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/scale.c.o" \
"CMakeFiles/vncserver.dir/common/crypto_libgcrypt.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/rfbssl_gnutls.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/zlib.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/zrle.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/zrleoutstream.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/zrlepalettehelper.c.o" \
"CMakeFiles/vncserver.dir/common/minilzo.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/tight.c.o" \
"CMakeFiles/vncserver.dir/common/turbojpeg.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/rfbtightserver.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/filetransfermsg.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/filelistinfo.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/websockets.c.o" \
"CMakeFiles/vncserver.dir/libvncserver/ws_decode.c.o" \
"CMakeFiles/vncserver.dir/common/base64.c.o"

# External object files for target vncserver
vncserver_EXTERNAL_OBJECTS =

libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/main.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/rfbserver.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/rfbregion.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/auth.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/sockets.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/stats.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/corre.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/hextile.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/rre.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/translate.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/cutpaste.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/httpd.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/cursor.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/font.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/draw.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/selbox.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/common/vncauth.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/cargs.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/ultra.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/scale.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/common/crypto_libgcrypt.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/rfbssl_gnutls.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/zlib.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/zrle.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/zrleoutstream.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/zrlepalettehelper.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/common/minilzo.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/tight.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/common/turbojpeg.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/rfbtightserver.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/filetransfermsg.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/tightvnc-filetransfer/filelistinfo.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/websockets.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/libvncserver/ws_decode.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/common/base64.c.o
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/build.make
libvncserver.so.0.9.13: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so
libvncserver.so.0.9.13: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so
libvncserver.so.0.9.13: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpng.so
libvncserver.so.0.9.13: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libz.so
libvncserver.so.0.9.13: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgcrypt.so
libvncserver.so.0.9.13: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgnutls.so
libvncserver.so.0.9.13: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libssl.so
libvncserver.so.0.9.13: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libcrypto.so
libvncserver.so.0.9.13: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so
libvncserver.so.0.9.13: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libpng.so
libvncserver.so.0.9.13: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgcrypt.so
libvncserver.so.0.9.13: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libgnutls.so
libvncserver.so.0.9.13: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libssl.so
libvncserver.so.0.9.13: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libcrypto.so
libvncserver.so.0.9.13: CMakeFiles/vncserver.dir/link.txt
	@$(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_37) "Linking C shared library libvncserver.so"
	$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/vncserver.dir/link.txt --verbose=$(VERBOSE)
	$(CMAKE_COMMAND) -E cmake_symlink_library libvncserver.so.0.9.13 libvncserver.so.1 libvncserver.so

libvncserver.so.1: libvncserver.so.0.9.13
	@$(CMAKE_COMMAND) -E touch_nocreate libvncserver.so.1

libvncserver.so: libvncserver.so.0.9.13
	@$(CMAKE_COMMAND) -E touch_nocreate libvncserver.so

# Rule to build all files generated by this target.
CMakeFiles/vncserver.dir/build: libvncserver.so

.PHONY : CMakeFiles/vncserver.dir/build

CMakeFiles/vncserver.dir/clean:
	$(CMAKE_COMMAND) -P CMakeFiles/vncserver.dir/cmake_clean.cmake
.PHONY : CMakeFiles/vncserver.dir/clean

CMakeFiles/vncserver.dir/depend:
	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/vncserver.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/vncserver.dir/depend