167 lines
10 KiB
Makefile
167 lines
10 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
|
|
|
|
# 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 = /usr/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /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/hyx/4.5/4.5_demo
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/hyx/4.5/4.5_demo/build-arm-Release
|
|
|
|
# Include any dependencies generated for this target.
|
|
include CMakeFiles/rotation_test.dir/depend.make
|
|
# Include any dependencies generated by the compiler for this target.
|
|
include CMakeFiles/rotation_test.dir/compiler_depend.make
|
|
|
|
# Include the progress variables for this target.
|
|
include CMakeFiles/rotation_test.dir/progress.make
|
|
|
|
# Include the compile flags for this target's objects.
|
|
include CMakeFiles/rotation_test.dir/flags.make
|
|
|
|
CMakeFiles/rotation_test.dir/src/main.c.o: CMakeFiles/rotation_test.dir/flags.make
|
|
CMakeFiles/rotation_test.dir/src/main.c.o: /home/hyx/4.5/4.5_demo/src/main.c
|
|
CMakeFiles/rotation_test.dir/src/main.c.o: CMakeFiles/rotation_test.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/hyx/4.5/4.5_demo/build-arm-Release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/rotation_test.dir/src/main.c.o"
|
|
/home/hyx/4.5/0212/arm-molv2-linux-uclibcgnueabi/bin/arm-linux-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/rotation_test.dir/src/main.c.o -MF CMakeFiles/rotation_test.dir/src/main.c.o.d -o CMakeFiles/rotation_test.dir/src/main.c.o -c /home/hyx/4.5/4.5_demo/src/main.c
|
|
|
|
CMakeFiles/rotation_test.dir/src/main.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rotation_test.dir/src/main.c.i"
|
|
/home/hyx/4.5/0212/arm-molv2-linux-uclibcgnueabi/bin/arm-linux-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/hyx/4.5/4.5_demo/src/main.c > CMakeFiles/rotation_test.dir/src/main.c.i
|
|
|
|
CMakeFiles/rotation_test.dir/src/main.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rotation_test.dir/src/main.c.s"
|
|
/home/hyx/4.5/0212/arm-molv2-linux-uclibcgnueabi/bin/arm-linux-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/hyx/4.5/4.5_demo/src/main.c -o CMakeFiles/rotation_test.dir/src/main.c.s
|
|
|
|
CMakeFiles/rotation_test.dir/src/rotation_test.c.o: CMakeFiles/rotation_test.dir/flags.make
|
|
CMakeFiles/rotation_test.dir/src/rotation_test.c.o: /home/hyx/4.5/4.5_demo/src/rotation_test.c
|
|
CMakeFiles/rotation_test.dir/src/rotation_test.c.o: CMakeFiles/rotation_test.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/hyx/4.5/4.5_demo/build-arm-Release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/rotation_test.dir/src/rotation_test.c.o"
|
|
/home/hyx/4.5/0212/arm-molv2-linux-uclibcgnueabi/bin/arm-linux-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/rotation_test.dir/src/rotation_test.c.o -MF CMakeFiles/rotation_test.dir/src/rotation_test.c.o.d -o CMakeFiles/rotation_test.dir/src/rotation_test.c.o -c /home/hyx/4.5/4.5_demo/src/rotation_test.c
|
|
|
|
CMakeFiles/rotation_test.dir/src/rotation_test.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rotation_test.dir/src/rotation_test.c.i"
|
|
/home/hyx/4.5/0212/arm-molv2-linux-uclibcgnueabi/bin/arm-linux-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/hyx/4.5/4.5_demo/src/rotation_test.c > CMakeFiles/rotation_test.dir/src/rotation_test.c.i
|
|
|
|
CMakeFiles/rotation_test.dir/src/rotation_test.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rotation_test.dir/src/rotation_test.c.s"
|
|
/home/hyx/4.5/0212/arm-molv2-linux-uclibcgnueabi/bin/arm-linux-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/hyx/4.5/4.5_demo/src/rotation_test.c -o CMakeFiles/rotation_test.dir/src/rotation_test.c.s
|
|
|
|
CMakeFiles/rotation_test.dir/src/display/fbdev_10xd.c.o: CMakeFiles/rotation_test.dir/flags.make
|
|
CMakeFiles/rotation_test.dir/src/display/fbdev_10xd.c.o: /home/hyx/4.5/4.5_demo/src/display/fbdev_10xd.c
|
|
CMakeFiles/rotation_test.dir/src/display/fbdev_10xd.c.o: CMakeFiles/rotation_test.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/hyx/4.5/4.5_demo/build-arm-Release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/rotation_test.dir/src/display/fbdev_10xd.c.o"
|
|
/home/hyx/4.5/0212/arm-molv2-linux-uclibcgnueabi/bin/arm-linux-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/rotation_test.dir/src/display/fbdev_10xd.c.o -MF CMakeFiles/rotation_test.dir/src/display/fbdev_10xd.c.o.d -o CMakeFiles/rotation_test.dir/src/display/fbdev_10xd.c.o -c /home/hyx/4.5/4.5_demo/src/display/fbdev_10xd.c
|
|
|
|
CMakeFiles/rotation_test.dir/src/display/fbdev_10xd.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rotation_test.dir/src/display/fbdev_10xd.c.i"
|
|
/home/hyx/4.5/0212/arm-molv2-linux-uclibcgnueabi/bin/arm-linux-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/hyx/4.5/4.5_demo/src/display/fbdev_10xd.c > CMakeFiles/rotation_test.dir/src/display/fbdev_10xd.c.i
|
|
|
|
CMakeFiles/rotation_test.dir/src/display/fbdev_10xd.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rotation_test.dir/src/display/fbdev_10xd.c.s"
|
|
/home/hyx/4.5/0212/arm-molv2-linux-uclibcgnueabi/bin/arm-linux-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/hyx/4.5/4.5_demo/src/display/fbdev_10xd.c -o CMakeFiles/rotation_test.dir/src/display/fbdev_10xd.c.s
|
|
|
|
CMakeFiles/rotation_test.dir/src/video_player.c.o: CMakeFiles/rotation_test.dir/flags.make
|
|
CMakeFiles/rotation_test.dir/src/video_player.c.o: /home/hyx/4.5/4.5_demo/src/video_player.c
|
|
CMakeFiles/rotation_test.dir/src/video_player.c.o: CMakeFiles/rotation_test.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/hyx/4.5/4.5_demo/build-arm-Release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/rotation_test.dir/src/video_player.c.o"
|
|
/home/hyx/4.5/0212/arm-molv2-linux-uclibcgnueabi/bin/arm-linux-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/rotation_test.dir/src/video_player.c.o -MF CMakeFiles/rotation_test.dir/src/video_player.c.o.d -o CMakeFiles/rotation_test.dir/src/video_player.c.o -c /home/hyx/4.5/4.5_demo/src/video_player.c
|
|
|
|
CMakeFiles/rotation_test.dir/src/video_player.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rotation_test.dir/src/video_player.c.i"
|
|
/home/hyx/4.5/0212/arm-molv2-linux-uclibcgnueabi/bin/arm-linux-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/hyx/4.5/4.5_demo/src/video_player.c > CMakeFiles/rotation_test.dir/src/video_player.c.i
|
|
|
|
CMakeFiles/rotation_test.dir/src/video_player.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rotation_test.dir/src/video_player.c.s"
|
|
/home/hyx/4.5/0212/arm-molv2-linux-uclibcgnueabi/bin/arm-linux-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/hyx/4.5/4.5_demo/src/video_player.c -o CMakeFiles/rotation_test.dir/src/video_player.c.s
|
|
|
|
# Object files for target rotation_test
|
|
rotation_test_OBJECTS = \
|
|
"CMakeFiles/rotation_test.dir/src/main.c.o" \
|
|
"CMakeFiles/rotation_test.dir/src/rotation_test.c.o" \
|
|
"CMakeFiles/rotation_test.dir/src/display/fbdev_10xd.c.o" \
|
|
"CMakeFiles/rotation_test.dir/src/video_player.c.o"
|
|
|
|
# External object files for target rotation_test
|
|
rotation_test_EXTERNAL_OBJECTS =
|
|
|
|
rotation_test: CMakeFiles/rotation_test.dir/src/main.c.o
|
|
rotation_test: CMakeFiles/rotation_test.dir/src/rotation_test.c.o
|
|
rotation_test: CMakeFiles/rotation_test.dir/src/display/fbdev_10xd.c.o
|
|
rotation_test: CMakeFiles/rotation_test.dir/src/video_player.c.o
|
|
rotation_test: CMakeFiles/rotation_test.dir/build.make
|
|
rotation_test: lvgl/lib/liblvgl.a
|
|
rotation_test: /home/hyx/4.5/4.5_demo/extern/qlibquammapi/qm10xd_linux/libquamm_common.so
|
|
rotation_test: /home/hyx/4.5/4.5_demo/extern/qlibquammapi/qm10xd_linux/libquamm_gl.so
|
|
rotation_test: /home/hyx/4.5/4.5_demo/extern/qlibquammapi/qm10xd_linux/libquamm_utils.so
|
|
rotation_test: /home/hyx/4.5/4.5_demo/extern/qlibquammapi/qm10xd_linux/libquamm.player.so
|
|
rotation_test: lvgl/lib/liblvgl_thorvg.a
|
|
rotation_test: lvgl/lib/liblvgl.a
|
|
rotation_test: lvgl/lib/liblvgl_thorvg.a
|
|
rotation_test: CMakeFiles/rotation_test.dir/link.txt
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/hyx/4.5/4.5_demo/build-arm-Release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable rotation_test"
|
|
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/rotation_test.dir/link.txt --verbose=$(VERBOSE)
|
|
|
|
# Rule to build all files generated by this target.
|
|
CMakeFiles/rotation_test.dir/build: rotation_test
|
|
.PHONY : CMakeFiles/rotation_test.dir/build
|
|
|
|
CMakeFiles/rotation_test.dir/clean:
|
|
$(CMAKE_COMMAND) -P CMakeFiles/rotation_test.dir/cmake_clean.cmake
|
|
.PHONY : CMakeFiles/rotation_test.dir/clean
|
|
|
|
CMakeFiles/rotation_test.dir/depend:
|
|
cd /home/hyx/4.5/4.5_demo/build-arm-Release && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hyx/4.5/4.5_demo /home/hyx/4.5/4.5_demo /home/hyx/4.5/4.5_demo/build-arm-Release /home/hyx/4.5/4.5_demo/build-arm-Release /home/hyx/4.5/4.5_demo/build-arm-Release/CMakeFiles/rotation_test.dir/DependInfo.cmake "--color=$(COLOR)"
|
|
.PHONY : CMakeFiles/rotation_test.dir/depend
|
|
|