|
- # CMAKE generated file: DO NOT EDIT!
- # Generated by "NMake Makefiles JOM" Generator, CMake Version 3.31
-
- # 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:
-
- .SUFFIXES: .hpux_make_needs_suffix_list
-
- # Produce verbose output by default.
- VERBOSE = 1
-
- # 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.
-
- !IF "$(OS)" == "Windows_NT"
- NULL=
- !ELSE
- NULL=nul
- !ENDIF
- SHELL = cmd.exe
-
- # The CMake executable.
- CMAKE_COMMAND = "C:\Program Files\CMake\bin\cmake.exe"
-
- # The command to remove a file.
- RM = "C:\Program Files\CMake\bin\cmake.exe" -E rm -f
-
- # Escaping for special characters.
- EQUALS = =
-
- # The top-level source directory on which CMake was run.
- CMAKE_SOURCE_DIR = D:\FastDDSTest\AuseftDDSPlugins
-
- # The top-level build directory on which CMake was run.
- CMAKE_BINARY_DIR = D:\FastDDSTest\AuseftDDSPlugins\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug
-
- #=============================================================================
- # 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..."
- echo >nul && "C:\Program Files\CMake\bin\cmake-gui.exe" -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..."
- echo >nul && "C:\Program Files\CMake\bin\cmake.exe" --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
-
- # Special rule for the target list_install_components
- list_install_components:
- @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
- .PHONY : list_install_components
-
- # Special rule for the target list_install_components
- list_install_components\fast: list_install_components
- .PHONY : list_install_components\fast
-
- # Special rule for the target install
- install: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
- echo >nul && "C:\Program Files\CMake\bin\cmake.exe" -P cmake_install.cmake
- .PHONY : install
-
- # Special rule for the target install
- install\fast: preinstall\fast
- @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
- echo >nul && "C:\Program Files\CMake\bin\cmake.exe" -P cmake_install.cmake
- .PHONY : install\fast
-
- # Special rule for the target install/local
- install\local: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
- echo >nul && "C:\Program Files\CMake\bin\cmake.exe" -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
- .PHONY : install\local
-
- # Special rule for the target install/local
- install\local\fast: preinstall\fast
- @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
- echo >nul && "C:\Program Files\CMake\bin\cmake.exe" -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
- .PHONY : install\local\fast
-
- # The main all target
- all: cmake_check_build_system
- $(CMAKE_COMMAND) -E cmake_progress_start D:\FastDDSTest\AuseftDDSPlugins\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\CMakeFiles D:\FastDDSTest\AuseftDDSPlugins\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\\CMakeFiles\progress.marks
- $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) all
- $(CMAKE_COMMAND) -E cmake_progress_start D:\FastDDSTest\AuseftDDSPlugins\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\CMakeFiles 0
- .PHONY : all
-
- # The main clean target
- clean:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) clean
- .PHONY : clean
-
- # The main clean target
- clean\fast: clean
- .PHONY : clean\fast
-
- # Prepare targets for installation.
- preinstall: all
- $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) preinstall
- .PHONY : preinstall
-
- # Prepare targets for installation.
- preinstall\fast:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) preinstall
- .PHONY : preinstall\fast
-
- # clear depends
- depend:
- $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1
- .PHONY : depend
-
- #=============================================================================
- # Target rules for targets named InterfacesIDE
-
- # Build rule for target.
- InterfacesIDE: cmake_check_build_system
- $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) InterfacesIDE
- .PHONY : InterfacesIDE
-
- # fast build rule for target.
- InterfacesIDE\fast:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\InterfacesIDE.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\InterfacesIDE.dir\build
- .PHONY : InterfacesIDE\fast
-
- #=============================================================================
- # Target rules for targets named AuseftDDSPlugTest
-
- # Build rule for target.
- AuseftDDSPlugTest: cmake_check_build_system
- $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) AuseftDDSPlugTest
- .PHONY : AuseftDDSPlugTest
-
- # fast build rule for target.
- AuseftDDSPlugTest\fast:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build
- .PHONY : AuseftDDSPlugTest\fast
-
- #=============================================================================
- # Target rules for targets named AuseftDDSPlugTest_qmltyperegistration
-
- # Build rule for target.
- AuseftDDSPlugTest_qmltyperegistration: cmake_check_build_system
- $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) AuseftDDSPlugTest_qmltyperegistration
- .PHONY : AuseftDDSPlugTest_qmltyperegistration
-
- # fast build rule for target.
- AuseftDDSPlugTest_qmltyperegistration\fast:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest_qmltyperegistration.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest_qmltyperegistration.dir\build
- .PHONY : AuseftDDSPlugTest_qmltyperegistration\fast
-
- #=============================================================================
- # Target rules for targets named all_qmltyperegistrations
-
- # Build rule for target.
- all_qmltyperegistrations: cmake_check_build_system
- $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) all_qmltyperegistrations
- .PHONY : all_qmltyperegistrations
-
- # fast build rule for target.
- all_qmltyperegistrations\fast:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\all_qmltyperegistrations.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\all_qmltyperegistrations.dir\build
- .PHONY : all_qmltyperegistrations\fast
-
- #=============================================================================
- # Target rules for targets named AuseftDDSPlugTest_qmllint
-
- # Build rule for target.
- AuseftDDSPlugTest_qmllint: cmake_check_build_system
- $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) AuseftDDSPlugTest_qmllint
- .PHONY : AuseftDDSPlugTest_qmllint
-
- # fast build rule for target.
- AuseftDDSPlugTest_qmllint\fast:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest_qmllint.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest_qmllint.dir\build
- .PHONY : AuseftDDSPlugTest_qmllint\fast
-
- #=============================================================================
- # Target rules for targets named AuseftDDSPlugTest_qmllint_json
-
- # Build rule for target.
- AuseftDDSPlugTest_qmllint_json: cmake_check_build_system
- $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) AuseftDDSPlugTest_qmllint_json
- .PHONY : AuseftDDSPlugTest_qmllint_json
-
- # fast build rule for target.
- AuseftDDSPlugTest_qmllint_json\fast:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest_qmllint_json.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest_qmllint_json.dir\build
- .PHONY : AuseftDDSPlugTest_qmllint_json\fast
-
- #=============================================================================
- # Target rules for targets named AuseftDDSPlugTest_qmllint_module
-
- # Build rule for target.
- AuseftDDSPlugTest_qmllint_module: cmake_check_build_system
- $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) AuseftDDSPlugTest_qmllint_module
- .PHONY : AuseftDDSPlugTest_qmllint_module
-
- # fast build rule for target.
- AuseftDDSPlugTest_qmllint_module\fast:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest_qmllint_module.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest_qmllint_module.dir\build
- .PHONY : AuseftDDSPlugTest_qmllint_module\fast
-
- #=============================================================================
- # Target rules for targets named all_qmllint
-
- # Build rule for target.
- all_qmllint: cmake_check_build_system
- $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) all_qmllint
- .PHONY : all_qmllint
-
- # fast build rule for target.
- all_qmllint\fast:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\all_qmllint.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\all_qmllint.dir\build
- .PHONY : all_qmllint\fast
-
- #=============================================================================
- # Target rules for targets named all_qmllint_json
-
- # Build rule for target.
- all_qmllint_json: cmake_check_build_system
- $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) all_qmllint_json
- .PHONY : all_qmllint_json
-
- # fast build rule for target.
- all_qmllint_json\fast:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\all_qmllint_json.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\all_qmllint_json.dir\build
- .PHONY : all_qmllint_json\fast
-
- #=============================================================================
- # Target rules for targets named all_qmllint_module
-
- # Build rule for target.
- all_qmllint_module: cmake_check_build_system
- $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) all_qmllint_module
- .PHONY : all_qmllint_module
-
- # fast build rule for target.
- all_qmllint_module\fast:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\all_qmllint_module.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\all_qmllint_module.dir\build
- .PHONY : all_qmllint_module\fast
-
- #=============================================================================
- # Target rules for targets named AuseftDDSPlugTest_tooling
-
- # Build rule for target.
- AuseftDDSPlugTest_tooling: cmake_check_build_system
- $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) AuseftDDSPlugTest_tooling
- .PHONY : AuseftDDSPlugTest_tooling
-
- # fast build rule for target.
- AuseftDDSPlugTest_tooling\fast:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest_tooling.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest_tooling.dir\build
- .PHONY : AuseftDDSPlugTest_tooling\fast
-
- #=============================================================================
- # Target rules for targets named module_AuseftDDSPlugTest_aotstats_target
-
- # Build rule for target.
- module_AuseftDDSPlugTest_aotstats_target: cmake_check_build_system
- $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) module_AuseftDDSPlugTest_aotstats_target
- .PHONY : module_AuseftDDSPlugTest_aotstats_target
-
- # fast build rule for target.
- module_AuseftDDSPlugTest_aotstats_target\fast:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\module_AuseftDDSPlugTest_aotstats_target.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\module_AuseftDDSPlugTest_aotstats_target.dir\build
- .PHONY : module_AuseftDDSPlugTest_aotstats_target\fast
-
- #=============================================================================
- # Target rules for targets named all_aotstats
-
- # Build rule for target.
- all_aotstats: cmake_check_build_system
- $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) all_aotstats
- .PHONY : all_aotstats
-
- # fast build rule for target.
- all_aotstats\fast:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\all_aotstats.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\all_aotstats.dir\build
- .PHONY : all_aotstats\fast
-
- #=============================================================================
- # Target rules for targets named AuseftDDSPlugTest_qmlimportscan
-
- # Build rule for target.
- AuseftDDSPlugTest_qmlimportscan: cmake_check_build_system
- $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) AuseftDDSPlugTest_qmlimportscan
- .PHONY : AuseftDDSPlugTest_qmlimportscan
-
- # fast build rule for target.
- AuseftDDSPlugTest_qmlimportscan\fast:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest_qmlimportscan.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest_qmlimportscan.dir\build
- .PHONY : AuseftDDSPlugTest_qmlimportscan\fast
-
- #=============================================================================
- # Target rules for targets named AuseftDDSPlugTest_autogen
-
- # Build rule for target.
- AuseftDDSPlugTest_autogen: cmake_check_build_system
- $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) AuseftDDSPlugTest_autogen
- .PHONY : AuseftDDSPlugTest_autogen
-
- # fast build rule for target.
- AuseftDDSPlugTest_autogen\fast:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest_autogen.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest_autogen.dir\build
- .PHONY : AuseftDDSPlugTest_autogen\fast
-
- #=============================================================================
- # Target rules for targets named AQTSampleMachinePlug
-
- # Build rule for target.
- AQTSampleMachinePlug: cmake_check_build_system
- $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) AQTSampleMachinePlug
- .PHONY : AQTSampleMachinePlug
-
- # fast build rule for target.
- AQTSampleMachinePlug\fast:
- $(MAKE) $(MAKESILENT) -f BEFORE\CMakeFiles\AQTSampleMachinePlug.dir\build.make /nologo -$(MAKEFLAGS) BEFORE\CMakeFiles\AQTSampleMachinePlug.dir\build
- .PHONY : AQTSampleMachinePlug\fast
-
- #=============================================================================
- # Target rules for targets named AQTSampleMachinePlug_other_files
-
- # Build rule for target.
- AQTSampleMachinePlug_other_files: cmake_check_build_system
- $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) AQTSampleMachinePlug_other_files
- .PHONY : AQTSampleMachinePlug_other_files
-
- # fast build rule for target.
- AQTSampleMachinePlug_other_files\fast:
- $(MAKE) $(MAKESILENT) -f BEFORE\CMakeFiles\AQTSampleMachinePlug_other_files.dir\build.make /nologo -$(MAKEFLAGS) BEFORE\CMakeFiles\AQTSampleMachinePlug_other_files.dir\build
- .PHONY : AQTSampleMachinePlug_other_files\fast
-
- #=============================================================================
- # Target rules for targets named AQTSampleMachinePlug_autogen
-
- # Build rule for target.
- AQTSampleMachinePlug_autogen: cmake_check_build_system
- $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) AQTSampleMachinePlug_autogen
- .PHONY : AQTSampleMachinePlug_autogen
-
- # fast build rule for target.
- AQTSampleMachinePlug_autogen\fast:
- $(MAKE) $(MAKESILENT) -f BEFORE\CMakeFiles\AQTSampleMachinePlug_autogen.dir\build.make /nologo -$(MAKEFLAGS) BEFORE\CMakeFiles\AQTSampleMachinePlug_autogen.dir\build
- .PHONY : AQTSampleMachinePlug_autogen\fast
-
- AuseftDDSPlugTest_autogen\mocs_compilation.obj: AuseftDDSPlugTest_autogen\mocs_compilation.cpp.obj
- .PHONY : AuseftDDSPlugTest_autogen\mocs_compilation.obj
-
- # target to build an object file
- AuseftDDSPlugTest_autogen\mocs_compilation.cpp.obj:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\AuseftDDSPlugTest_autogen\mocs_compilation.cpp.obj
- .PHONY : AuseftDDSPlugTest_autogen\mocs_compilation.cpp.obj
-
- AuseftDDSPlugTest_autogen\mocs_compilation.i: AuseftDDSPlugTest_autogen\mocs_compilation.cpp.i
- .PHONY : AuseftDDSPlugTest_autogen\mocs_compilation.i
-
- # target to preprocess a source file
- AuseftDDSPlugTest_autogen\mocs_compilation.cpp.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\AuseftDDSPlugTest_autogen\mocs_compilation.cpp.i
- .PHONY : AuseftDDSPlugTest_autogen\mocs_compilation.cpp.i
-
- AuseftDDSPlugTest_autogen\mocs_compilation.s: AuseftDDSPlugTest_autogen\mocs_compilation.cpp.s
- .PHONY : AuseftDDSPlugTest_autogen\mocs_compilation.s
-
- # target to generate assembly for a file
- AuseftDDSPlugTest_autogen\mocs_compilation.cpp.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\AuseftDDSPlugTest_autogen\mocs_compilation.cpp.s
- .PHONY : AuseftDDSPlugTest_autogen\mocs_compilation.cpp.s
-
- PluginLoader.obj: PluginLoader.cxx.obj
- .PHONY : PluginLoader.obj
-
- # target to build an object file
- PluginLoader.cxx.obj:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\PluginLoader.cxx.obj
- .PHONY : PluginLoader.cxx.obj
-
- PluginLoader.i: PluginLoader.cxx.i
- .PHONY : PluginLoader.i
-
- # target to preprocess a source file
- PluginLoader.cxx.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\PluginLoader.cxx.i
- .PHONY : PluginLoader.cxx.i
-
- PluginLoader.s: PluginLoader.cxx.s
- .PHONY : PluginLoader.s
-
- # target to generate assembly for a file
- PluginLoader.cxx.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\PluginLoader.cxx.s
- .PHONY : PluginLoader.cxx.s
-
- auseftddsplugtest_qmltyperegistrations.obj: auseftddsplugtest_qmltyperegistrations.cpp.obj
- .PHONY : auseftddsplugtest_qmltyperegistrations.obj
-
- # target to build an object file
- auseftddsplugtest_qmltyperegistrations.cpp.obj:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\auseftddsplugtest_qmltyperegistrations.cpp.obj
- .PHONY : auseftddsplugtest_qmltyperegistrations.cpp.obj
-
- auseftddsplugtest_qmltyperegistrations.i: auseftddsplugtest_qmltyperegistrations.cpp.i
- .PHONY : auseftddsplugtest_qmltyperegistrations.i
-
- # target to preprocess a source file
- auseftddsplugtest_qmltyperegistrations.cpp.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\auseftddsplugtest_qmltyperegistrations.cpp.i
- .PHONY : auseftddsplugtest_qmltyperegistrations.cpp.i
-
- auseftddsplugtest_qmltyperegistrations.s: auseftddsplugtest_qmltyperegistrations.cpp.s
- .PHONY : auseftddsplugtest_qmltyperegistrations.s
-
- # target to generate assembly for a file
- auseftddsplugtest_qmltyperegistrations.cpp.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\auseftddsplugtest_qmltyperegistrations.cpp.s
- .PHONY : auseftddsplugtest_qmltyperegistrations.cpp.s
-
- build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.obj: build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.obj
- .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.obj
-
- # target to build an object file
- build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.obj:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.obj
- .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.obj
-
- build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.i: build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.i
- .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.i
-
- # target to preprocess a source file
- build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.i
- .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.i
-
- build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.s: build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.s
- .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.s
-
- # target to generate assembly for a file
- build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.s
- .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.s
-
- build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.obj: build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.obj
- .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.obj
-
- # target to build an object file
- build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.obj:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.obj
- .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.obj
-
- build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.i: build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.i
- .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.i
-
- # target to preprocess a source file
- build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.i
- .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.i
-
- build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.s: build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.s
- .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.s
-
- # target to generate assembly for a file
- build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.s
- .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.s
-
- build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.obj: build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.obj
- .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.obj
-
- # target to build an object file
- build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.obj:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.obj
- .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.obj
-
- build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.i: build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.i
- .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.i
-
- # target to preprocess a source file
- build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.i
- .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.i
-
- build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.s: build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.s
- .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.s
-
- # target to generate assembly for a file
- build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.s
- .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.s
-
- build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.obj: build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.obj
- .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.obj
-
- # target to build an object file
- build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.obj:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.obj
- .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.obj
-
- build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.i: build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.i
- .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.i
-
- # target to preprocess a source file
- build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.i
- .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.i
-
- build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.s: build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.s
- .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.s
-
- # target to generate assembly for a file
- build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.s
- .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.s
-
- main.obj: main.cpp.obj
- .PHONY : main.obj
-
- # target to build an object file
- main.cpp.obj:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\main.cpp.obj
- .PHONY : main.cpp.obj
-
- main.i: main.cpp.i
- .PHONY : main.i
-
- # target to preprocess a source file
- main.cpp.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\main.cpp.i
- .PHONY : main.cpp.i
-
- main.s: main.cpp.s
- .PHONY : main.s
-
- # target to generate assembly for a file
- main.cpp.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\main.cpp.s
- .PHONY : 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 ... install
- @echo ... install/local
- @echo ... list_install_components
- @echo ... rebuild_cache
- @echo ... AQTSampleMachinePlug_autogen
- @echo ... AQTSampleMachinePlug_other_files
- @echo ... AuseftDDSPlugTest_autogen
- @echo ... AuseftDDSPlugTest_qmlimportscan
- @echo ... AuseftDDSPlugTest_qmllint
- @echo ... AuseftDDSPlugTest_qmllint_json
- @echo ... AuseftDDSPlugTest_qmllint_module
- @echo ... AuseftDDSPlugTest_qmltyperegistration
- @echo ... InterfacesIDE
- @echo ... all_aotstats
- @echo ... all_qmllint
- @echo ... all_qmllint_json
- @echo ... all_qmllint_module
- @echo ... all_qmltyperegistrations
- @echo ... module_AuseftDDSPlugTest_aotstats_target
- @echo ... AQTSampleMachinePlug
- @echo ... AuseftDDSPlugTest
- @echo ... AuseftDDSPlugTest_tooling
- @echo ... AuseftDDSPlugTest_autogen/mocs_compilation.obj
- @echo ... AuseftDDSPlugTest_autogen/mocs_compilation.i
- @echo ... AuseftDDSPlugTest_autogen/mocs_compilation.s
- @echo ... PluginLoader.obj
- @echo ... PluginLoader.i
- @echo ... PluginLoader.s
- @echo ... auseftddsplugtest_qmltyperegistrations.obj
- @echo ... auseftddsplugtest_qmltyperegistrations.i
- @echo ... auseftddsplugtest_qmltyperegistrations.s
- @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.qt/rcc/qrc_AuseftDDSPlugTest_raw_qml_0.obj
- @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.qt/rcc/qrc_AuseftDDSPlugTest_raw_qml_0.i
- @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.qt/rcc/qrc_AuseftDDSPlugTest_raw_qml_0.s
- @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.qt/rcc/qrc_qmake_AuseftDDSPlugTest.obj
- @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.qt/rcc/qrc_qmake_AuseftDDSPlugTest.i
- @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.qt/rcc/qrc_qmake_AuseftDDSPlugTest.s
- @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.rcc/qmlcache/AuseftDDSPlugTest_Main_qml.obj
- @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.rcc/qmlcache/AuseftDDSPlugTest_Main_qml.i
- @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.rcc/qmlcache/AuseftDDSPlugTest_Main_qml.s
- @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.rcc/qmlcache/AuseftDDSPlugTest_qmlcache_loader.obj
- @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.rcc/qmlcache/AuseftDDSPlugTest_qmlcache_loader.i
- @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.rcc/qmlcache/AuseftDDSPlugTest_qmlcache_loader.s
- @echo ... main.obj
- @echo ... main.i
- @echo ... 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:
- $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0
- .PHONY : cmake_check_build_system
|