add QCodeEditor
This commit is contained in:
parent
bccee9bd36
commit
2f3069a388
316 changed files with 98016 additions and 0 deletions
293
external/QCodeEditor/build/example/Makefile
vendored
Normal file
293
external/QCodeEditor/build/example/Makefile
vendored
Normal file
|
|
@ -0,0 +1,293 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 4.1
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
.PHONY : default_target
|
||||
|
||||
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
||||
.NOTPARALLEL:
|
||||
|
||||
#=============================================================================
|
||||
# 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/philipp/programing/QCodeEditor
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/philipp/programing/QCodeEditor/build
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
|
||||
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : edit_cache
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache/fast: edit_cache
|
||||
.PHONY : edit_cache/fast
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
|
||||
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : rebuild_cache
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache/fast: rebuild_cache
|
||||
.PHONY : rebuild_cache/fast
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/philipp/programing/QCodeEditor/build/CMakeFiles /home/philipp/programing/QCodeEditor/build/example//CMakeFiles/progress.marks
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 example/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/philipp/programing/QCodeEditor/build/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 example/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 example/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 example/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# Convenience name for target.
|
||||
example/CMakeFiles/QCodeEditorExample.dir/rule:
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 example/CMakeFiles/QCodeEditorExample.dir/rule
|
||||
.PHONY : example/CMakeFiles/QCodeEditorExample.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
QCodeEditorExample: example/CMakeFiles/QCodeEditorExample.dir/rule
|
||||
.PHONY : QCodeEditorExample
|
||||
|
||||
# fast build rule for target.
|
||||
QCodeEditorExample/fast:
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(MAKE) $(MAKESILENT) -f example/CMakeFiles/QCodeEditorExample.dir/build.make example/CMakeFiles/QCodeEditorExample.dir/build
|
||||
.PHONY : QCodeEditorExample/fast
|
||||
|
||||
# Convenience name for target.
|
||||
example/CMakeFiles/QCodeEditorExample_autogen_timestamp_deps.dir/rule:
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 example/CMakeFiles/QCodeEditorExample_autogen_timestamp_deps.dir/rule
|
||||
.PHONY : example/CMakeFiles/QCodeEditorExample_autogen_timestamp_deps.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
QCodeEditorExample_autogen_timestamp_deps: example/CMakeFiles/QCodeEditorExample_autogen_timestamp_deps.dir/rule
|
||||
.PHONY : QCodeEditorExample_autogen_timestamp_deps
|
||||
|
||||
# fast build rule for target.
|
||||
QCodeEditorExample_autogen_timestamp_deps/fast:
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(MAKE) $(MAKESILENT) -f example/CMakeFiles/QCodeEditorExample_autogen_timestamp_deps.dir/build.make example/CMakeFiles/QCodeEditorExample_autogen_timestamp_deps.dir/build
|
||||
.PHONY : QCodeEditorExample_autogen_timestamp_deps/fast
|
||||
|
||||
# Convenience name for target.
|
||||
example/CMakeFiles/QCodeEditorExample_autogen.dir/rule:
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 example/CMakeFiles/QCodeEditorExample_autogen.dir/rule
|
||||
.PHONY : example/CMakeFiles/QCodeEditorExample_autogen.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
QCodeEditorExample_autogen: example/CMakeFiles/QCodeEditorExample_autogen.dir/rule
|
||||
.PHONY : QCodeEditorExample_autogen
|
||||
|
||||
# fast build rule for target.
|
||||
QCodeEditorExample_autogen/fast:
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(MAKE) $(MAKESILENT) -f example/CMakeFiles/QCodeEditorExample_autogen.dir/build.make example/CMakeFiles/QCodeEditorExample_autogen.dir/build
|
||||
.PHONY : QCodeEditorExample_autogen/fast
|
||||
|
||||
QCodeEditorExample_autogen/3YJK5W5UP7/qrc_demo_resources.o: QCodeEditorExample_autogen/3YJK5W5UP7/qrc_demo_resources.cpp.o
|
||||
.PHONY : QCodeEditorExample_autogen/3YJK5W5UP7/qrc_demo_resources.o
|
||||
|
||||
# target to build an object file
|
||||
QCodeEditorExample_autogen/3YJK5W5UP7/qrc_demo_resources.cpp.o:
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(MAKE) $(MAKESILENT) -f example/CMakeFiles/QCodeEditorExample.dir/build.make example/CMakeFiles/QCodeEditorExample.dir/QCodeEditorExample_autogen/3YJK5W5UP7/qrc_demo_resources.cpp.o
|
||||
.PHONY : QCodeEditorExample_autogen/3YJK5W5UP7/qrc_demo_resources.cpp.o
|
||||
|
||||
QCodeEditorExample_autogen/3YJK5W5UP7/qrc_demo_resources.i: QCodeEditorExample_autogen/3YJK5W5UP7/qrc_demo_resources.cpp.i
|
||||
.PHONY : QCodeEditorExample_autogen/3YJK5W5UP7/qrc_demo_resources.i
|
||||
|
||||
# target to preprocess a source file
|
||||
QCodeEditorExample_autogen/3YJK5W5UP7/qrc_demo_resources.cpp.i:
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(MAKE) $(MAKESILENT) -f example/CMakeFiles/QCodeEditorExample.dir/build.make example/CMakeFiles/QCodeEditorExample.dir/QCodeEditorExample_autogen/3YJK5W5UP7/qrc_demo_resources.cpp.i
|
||||
.PHONY : QCodeEditorExample_autogen/3YJK5W5UP7/qrc_demo_resources.cpp.i
|
||||
|
||||
QCodeEditorExample_autogen/3YJK5W5UP7/qrc_demo_resources.s: QCodeEditorExample_autogen/3YJK5W5UP7/qrc_demo_resources.cpp.s
|
||||
.PHONY : QCodeEditorExample_autogen/3YJK5W5UP7/qrc_demo_resources.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
QCodeEditorExample_autogen/3YJK5W5UP7/qrc_demo_resources.cpp.s:
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(MAKE) $(MAKESILENT) -f example/CMakeFiles/QCodeEditorExample.dir/build.make example/CMakeFiles/QCodeEditorExample.dir/QCodeEditorExample_autogen/3YJK5W5UP7/qrc_demo_resources.cpp.s
|
||||
.PHONY : QCodeEditorExample_autogen/3YJK5W5UP7/qrc_demo_resources.cpp.s
|
||||
|
||||
QCodeEditorExample_autogen/mocs_compilation.o: QCodeEditorExample_autogen/mocs_compilation.cpp.o
|
||||
.PHONY : QCodeEditorExample_autogen/mocs_compilation.o
|
||||
|
||||
# target to build an object file
|
||||
QCodeEditorExample_autogen/mocs_compilation.cpp.o:
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(MAKE) $(MAKESILENT) -f example/CMakeFiles/QCodeEditorExample.dir/build.make example/CMakeFiles/QCodeEditorExample.dir/QCodeEditorExample_autogen/mocs_compilation.cpp.o
|
||||
.PHONY : QCodeEditorExample_autogen/mocs_compilation.cpp.o
|
||||
|
||||
QCodeEditorExample_autogen/mocs_compilation.i: QCodeEditorExample_autogen/mocs_compilation.cpp.i
|
||||
.PHONY : QCodeEditorExample_autogen/mocs_compilation.i
|
||||
|
||||
# target to preprocess a source file
|
||||
QCodeEditorExample_autogen/mocs_compilation.cpp.i:
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(MAKE) $(MAKESILENT) -f example/CMakeFiles/QCodeEditorExample.dir/build.make example/CMakeFiles/QCodeEditorExample.dir/QCodeEditorExample_autogen/mocs_compilation.cpp.i
|
||||
.PHONY : QCodeEditorExample_autogen/mocs_compilation.cpp.i
|
||||
|
||||
QCodeEditorExample_autogen/mocs_compilation.s: QCodeEditorExample_autogen/mocs_compilation.cpp.s
|
||||
.PHONY : QCodeEditorExample_autogen/mocs_compilation.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
QCodeEditorExample_autogen/mocs_compilation.cpp.s:
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(MAKE) $(MAKESILENT) -f example/CMakeFiles/QCodeEditorExample.dir/build.make example/CMakeFiles/QCodeEditorExample.dir/QCodeEditorExample_autogen/mocs_compilation.cpp.s
|
||||
.PHONY : QCodeEditorExample_autogen/mocs_compilation.cpp.s
|
||||
|
||||
src/MainWindow.o: src/MainWindow.cpp.o
|
||||
.PHONY : src/MainWindow.o
|
||||
|
||||
# target to build an object file
|
||||
src/MainWindow.cpp.o:
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(MAKE) $(MAKESILENT) -f example/CMakeFiles/QCodeEditorExample.dir/build.make example/CMakeFiles/QCodeEditorExample.dir/src/MainWindow.cpp.o
|
||||
.PHONY : src/MainWindow.cpp.o
|
||||
|
||||
src/MainWindow.i: src/MainWindow.cpp.i
|
||||
.PHONY : src/MainWindow.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/MainWindow.cpp.i:
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(MAKE) $(MAKESILENT) -f example/CMakeFiles/QCodeEditorExample.dir/build.make example/CMakeFiles/QCodeEditorExample.dir/src/MainWindow.cpp.i
|
||||
.PHONY : src/MainWindow.cpp.i
|
||||
|
||||
src/MainWindow.s: src/MainWindow.cpp.s
|
||||
.PHONY : src/MainWindow.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/MainWindow.cpp.s:
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(MAKE) $(MAKESILENT) -f example/CMakeFiles/QCodeEditorExample.dir/build.make example/CMakeFiles/QCodeEditorExample.dir/src/MainWindow.cpp.s
|
||||
.PHONY : src/MainWindow.cpp.s
|
||||
|
||||
src/main.o: src/main.cpp.o
|
||||
.PHONY : src/main.o
|
||||
|
||||
# target to build an object file
|
||||
src/main.cpp.o:
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(MAKE) $(MAKESILENT) -f example/CMakeFiles/QCodeEditorExample.dir/build.make example/CMakeFiles/QCodeEditorExample.dir/src/main.cpp.o
|
||||
.PHONY : src/main.cpp.o
|
||||
|
||||
src/main.i: src/main.cpp.i
|
||||
.PHONY : src/main.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/main.cpp.i:
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(MAKE) $(MAKESILENT) -f example/CMakeFiles/QCodeEditorExample.dir/build.make example/CMakeFiles/QCodeEditorExample.dir/src/main.cpp.i
|
||||
.PHONY : src/main.cpp.i
|
||||
|
||||
src/main.s: src/main.cpp.s
|
||||
.PHONY : src/main.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/main.cpp.s:
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(MAKE) $(MAKESILENT) -f example/CMakeFiles/QCodeEditorExample.dir/build.make example/CMakeFiles/QCodeEditorExample.dir/src/main.cpp.s
|
||||
.PHONY : src/main.cpp.s
|
||||
|
||||
# Help Target
|
||||
help:
|
||||
@echo "The following are some of the valid targets for this Makefile:"
|
||||
@echo "... all (the default if no target is provided)"
|
||||
@echo "... clean"
|
||||
@echo "... depend"
|
||||
@echo "... edit_cache"
|
||||
@echo "... rebuild_cache"
|
||||
@echo "... QCodeEditorExample_autogen"
|
||||
@echo "... QCodeEditorExample_autogen_timestamp_deps"
|
||||
@echo "... QCodeEditorExample"
|
||||
@echo "... QCodeEditorExample_autogen/3YJK5W5UP7/qrc_demo_resources.o"
|
||||
@echo "... QCodeEditorExample_autogen/3YJK5W5UP7/qrc_demo_resources.i"
|
||||
@echo "... QCodeEditorExample_autogen/3YJK5W5UP7/qrc_demo_resources.s"
|
||||
@echo "... QCodeEditorExample_autogen/mocs_compilation.o"
|
||||
@echo "... QCodeEditorExample_autogen/mocs_compilation.i"
|
||||
@echo "... QCodeEditorExample_autogen/mocs_compilation.s"
|
||||
@echo "... src/MainWindow.o"
|
||||
@echo "... src/MainWindow.i"
|
||||
@echo "... src/MainWindow.s"
|
||||
@echo "... src/main.o"
|
||||
@echo "... src/main.i"
|
||||
@echo "... src/main.s"
|
||||
.PHONY : help
|
||||
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# 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:
|
||||
cd /home/philipp/programing/QCodeEditor/build && $(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