first commit
This commit is contained in:
commit
9c73c8c567
89 changed files with 6355 additions and 0 deletions
262
build/CMakeFiles/Makefile2
Normal file
262
build/CMakeFiles/Makefile2
Normal file
|
@ -0,0 +1,262 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
.PHONY : default_target
|
||||
|
||||
#=============================================================================
|
||||
# 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/chris/dev/newapp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/chris/dev/newapp/build
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for the build root directory
|
||||
|
||||
# The main recursive "all" target.
|
||||
all: src/all
|
||||
.PHONY : all
|
||||
|
||||
# The main recursive "preinstall" target.
|
||||
preinstall: src/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# The main recursive "clean" target.
|
||||
clean: CMakeFiles/uninstall.dir/clean
|
||||
clean: CMakeFiles/fetch-translations.dir/clean
|
||||
clean: CMakeFiles/KF5I18n_QCH.dir/clean
|
||||
clean: CMakeFiles/KF5CoreAddons_QCH.dir/clean
|
||||
clean: src/clean
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for directory src
|
||||
|
||||
# Recursive "all" directory target.
|
||||
src/all: src/CMakeFiles/helloworld.dir/all
|
||||
.PHONY : src/all
|
||||
|
||||
# Recursive "preinstall" directory target.
|
||||
src/preinstall:
|
||||
.PHONY : src/preinstall
|
||||
|
||||
# Recursive "clean" directory target.
|
||||
src/clean: src/CMakeFiles/helloworld.dir/clean
|
||||
src/clean: src/CMakeFiles/helloworld_autogen.dir/clean
|
||||
.PHONY : src/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/uninstall.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/uninstall.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/chris/dev/newapp/build/CMakeFiles --progress-num= "Built target uninstall"
|
||||
.PHONY : CMakeFiles/uninstall.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/uninstall.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/newapp/build/CMakeFiles 0
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/newapp/build/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/uninstall.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
uninstall: CMakeFiles/uninstall.dir/rule
|
||||
.PHONY : uninstall
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/uninstall.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/clean
|
||||
.PHONY : CMakeFiles/uninstall.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/fetch-translations.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/fetch-translations.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/fetch-translations.dir/build.make CMakeFiles/fetch-translations.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/fetch-translations.dir/build.make CMakeFiles/fetch-translations.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/chris/dev/newapp/build/CMakeFiles --progress-num=1,2 "Built target fetch-translations"
|
||||
.PHONY : CMakeFiles/fetch-translations.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/fetch-translations.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/newapp/build/CMakeFiles 2
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/fetch-translations.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/newapp/build/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/fetch-translations.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
fetch-translations: CMakeFiles/fetch-translations.dir/rule
|
||||
.PHONY : fetch-translations
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/fetch-translations.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/fetch-translations.dir/build.make CMakeFiles/fetch-translations.dir/clean
|
||||
.PHONY : CMakeFiles/fetch-translations.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/KF5I18n_QCH.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/KF5I18n_QCH.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5I18n_QCH.dir/build.make CMakeFiles/KF5I18n_QCH.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5I18n_QCH.dir/build.make CMakeFiles/KF5I18n_QCH.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/chris/dev/newapp/build/CMakeFiles --progress-num= "Built target KF5I18n_QCH"
|
||||
.PHONY : CMakeFiles/KF5I18n_QCH.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/KF5I18n_QCH.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/newapp/build/CMakeFiles 0
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5I18n_QCH.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/newapp/build/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/KF5I18n_QCH.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
KF5I18n_QCH: CMakeFiles/KF5I18n_QCH.dir/rule
|
||||
.PHONY : KF5I18n_QCH
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/KF5I18n_QCH.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5I18n_QCH.dir/build.make CMakeFiles/KF5I18n_QCH.dir/clean
|
||||
.PHONY : CMakeFiles/KF5I18n_QCH.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/KF5CoreAddons_QCH.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/KF5CoreAddons_QCH.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5CoreAddons_QCH.dir/build.make CMakeFiles/KF5CoreAddons_QCH.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5CoreAddons_QCH.dir/build.make CMakeFiles/KF5CoreAddons_QCH.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/chris/dev/newapp/build/CMakeFiles --progress-num= "Built target KF5CoreAddons_QCH"
|
||||
.PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/KF5CoreAddons_QCH.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/newapp/build/CMakeFiles 0
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5CoreAddons_QCH.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/newapp/build/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
KF5CoreAddons_QCH: CMakeFiles/KF5CoreAddons_QCH.dir/rule
|
||||
.PHONY : KF5CoreAddons_QCH
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/KF5CoreAddons_QCH.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5CoreAddons_QCH.dir/build.make CMakeFiles/KF5CoreAddons_QCH.dir/clean
|
||||
.PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target src/CMakeFiles/helloworld.dir
|
||||
|
||||
# All Build rule for target.
|
||||
src/CMakeFiles/helloworld.dir/all: src/CMakeFiles/helloworld_autogen.dir/all
|
||||
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld.dir/build.make src/CMakeFiles/helloworld.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld.dir/build.make src/CMakeFiles/helloworld.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/chris/dev/newapp/build/CMakeFiles --progress-num=3,4,5,6,7 "Built target helloworld"
|
||||
.PHONY : src/CMakeFiles/helloworld.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
src/CMakeFiles/helloworld.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/newapp/build/CMakeFiles 6
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/helloworld.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/newapp/build/CMakeFiles 0
|
||||
.PHONY : src/CMakeFiles/helloworld.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
helloworld: src/CMakeFiles/helloworld.dir/rule
|
||||
.PHONY : helloworld
|
||||
|
||||
# clean rule for target.
|
||||
src/CMakeFiles/helloworld.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld.dir/build.make src/CMakeFiles/helloworld.dir/clean
|
||||
.PHONY : src/CMakeFiles/helloworld.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target src/CMakeFiles/helloworld_autogen.dir
|
||||
|
||||
# All Build rule for target.
|
||||
src/CMakeFiles/helloworld_autogen.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld_autogen.dir/build.make src/CMakeFiles/helloworld_autogen.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld_autogen.dir/build.make src/CMakeFiles/helloworld_autogen.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/chris/dev/newapp/build/CMakeFiles --progress-num=8 "Built target helloworld_autogen"
|
||||
.PHONY : src/CMakeFiles/helloworld_autogen.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
src/CMakeFiles/helloworld_autogen.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/newapp/build/CMakeFiles 1
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/helloworld_autogen.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/newapp/build/CMakeFiles 0
|
||||
.PHONY : src/CMakeFiles/helloworld_autogen.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
helloworld_autogen: src/CMakeFiles/helloworld_autogen.dir/rule
|
||||
.PHONY : helloworld_autogen
|
||||
|
||||
# clean rule for target.
|
||||
src/CMakeFiles/helloworld_autogen.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld_autogen.dir/build.make src/CMakeFiles/helloworld_autogen.dir/clean
|
||||
.PHONY : src/CMakeFiles/helloworld_autogen.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Special targets to cleanup operation of make.
|
||||
|
||||
# Special rule to run CMake to check the build system integrity.
|
||||
# No rule that depends on this can have commands that come from listfiles
|
||||
# because they might be regenerated.
|
||||
cmake_check_build_system:
|
||||
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue