Files
2023-08-18 15:23:02 -07:00

140 lines
7.0 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# 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/talksik/code/qmlglsink-example
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/talksik/code/qmlglsink-example/build
# Include any dependencies generated for this target.
include CMakeFiles/qml-example.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include CMakeFiles/qml-example.dir/compiler_depend.make
# Include the progress variables for this target.
include CMakeFiles/qml-example.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/qml-example.dir/flags.make
qrc_qmlsink.cpp: ../main.qml
qrc_qmlsink.cpp: qmlsink.qrc.depends
qrc_qmlsink.cpp: ../qmlsink.qrc
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/talksik/code/qmlglsink-example/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating qrc_qmlsink.cpp"
/home/talksik/Qt/5.15.14/gcc_64/bin/rcc --name qmlsink --output /home/talksik/code/qmlglsink-example/build/qrc_qmlsink.cpp /home/talksik/code/qmlglsink-example/qmlsink.qrc
CMakeFiles/qml-example.dir/main.cpp.o: CMakeFiles/qml-example.dir/flags.make
CMakeFiles/qml-example.dir/main.cpp.o: ../main.cpp
CMakeFiles/qml-example.dir/main.cpp.o: CMakeFiles/qml-example.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/talksik/code/qmlglsink-example/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/qml-example.dir/main.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/qml-example.dir/main.cpp.o -MF CMakeFiles/qml-example.dir/main.cpp.o.d -o CMakeFiles/qml-example.dir/main.cpp.o -c /home/talksik/code/qmlglsink-example/main.cpp
CMakeFiles/qml-example.dir/main.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/qml-example.dir/main.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/talksik/code/qmlglsink-example/main.cpp > CMakeFiles/qml-example.dir/main.cpp.i
CMakeFiles/qml-example.dir/main.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/qml-example.dir/main.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/talksik/code/qmlglsink-example/main.cpp -o CMakeFiles/qml-example.dir/main.cpp.s
CMakeFiles/qml-example.dir/qrc_qmlsink.cpp.o: CMakeFiles/qml-example.dir/flags.make
CMakeFiles/qml-example.dir/qrc_qmlsink.cpp.o: qrc_qmlsink.cpp
CMakeFiles/qml-example.dir/qrc_qmlsink.cpp.o: CMakeFiles/qml-example.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/talksik/code/qmlglsink-example/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/qml-example.dir/qrc_qmlsink.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/qml-example.dir/qrc_qmlsink.cpp.o -MF CMakeFiles/qml-example.dir/qrc_qmlsink.cpp.o.d -o CMakeFiles/qml-example.dir/qrc_qmlsink.cpp.o -c /home/talksik/code/qmlglsink-example/build/qrc_qmlsink.cpp
CMakeFiles/qml-example.dir/qrc_qmlsink.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/qml-example.dir/qrc_qmlsink.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/talksik/code/qmlglsink-example/build/qrc_qmlsink.cpp > CMakeFiles/qml-example.dir/qrc_qmlsink.cpp.i
CMakeFiles/qml-example.dir/qrc_qmlsink.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/qml-example.dir/qrc_qmlsink.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/talksik/code/qmlglsink-example/build/qrc_qmlsink.cpp -o CMakeFiles/qml-example.dir/qrc_qmlsink.cpp.s
# Object files for target qml-example
qml__example_OBJECTS = \
"CMakeFiles/qml-example.dir/main.cpp.o" \
"CMakeFiles/qml-example.dir/qrc_qmlsink.cpp.o"
# External object files for target qml-example
qml__example_EXTERNAL_OBJECTS =
qml-example: CMakeFiles/qml-example.dir/main.cpp.o
qml-example: CMakeFiles/qml-example.dir/qrc_qmlsink.cpp.o
qml-example: CMakeFiles/qml-example.dir/build.make
qml-example: /home/talksik/Qt/5.15.14/gcc_64/lib/libQt5Widgets.so.5.15.14
qml-example: /home/talksik/Qt/5.15.14/gcc_64/lib/libQt5Quick.so.5.15.14
qml-example: /home/talksik/Qt/5.15.14/gcc_64/lib/libQt5Gui.so.5.15.14
qml-example: /home/talksik/Qt/5.15.14/gcc_64/lib/libQt5QmlModels.so.5.15.14
qml-example: /home/talksik/Qt/5.15.14/gcc_64/lib/libQt5Qml.so.5.15.14
qml-example: /home/talksik/Qt/5.15.14/gcc_64/lib/libQt5Network.so.5.15.14
qml-example: /home/talksik/Qt/5.15.14/gcc_64/lib/libQt5Core.so.5.15.14
qml-example: CMakeFiles/qml-example.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/talksik/code/qmlglsink-example/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable qml-example"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/qml-example.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/qml-example.dir/build: qml-example
.PHONY : CMakeFiles/qml-example.dir/build
CMakeFiles/qml-example.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/qml-example.dir/cmake_clean.cmake
.PHONY : CMakeFiles/qml-example.dir/clean
CMakeFiles/qml-example.dir/depend: qrc_qmlsink.cpp
cd /home/talksik/code/qmlglsink-example/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/talksik/code/qmlglsink-example /home/talksik/code/qmlglsink-example /home/talksik/code/qmlglsink-example/build /home/talksik/code/qmlglsink-example/build /home/talksik/code/qmlglsink-example/build/CMakeFiles/qml-example.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/qml-example.dir/depend