|
- # CMAKE generated file: DO NOT EDIT!
- # Generated by "Unix Makefiles" Generator, CMake Version 3.29
-
- # 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
-
- # 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.
-
- # The shell in which to execute make rules.
- SHELL = /bin/sh
-
- # The CMake executable.
- CMAKE_COMMAND = /home/suzj/Qt/Tools/CMake/bin/cmake
-
- # The command to remove a file.
- RM = /home/suzj/Qt/Tools/CMake/bin/cmake -E rm -f
-
- # Escaping for special characters.
- EQUALS = =
-
- # The top-level source directory on which CMake was run.
- CMAKE_SOURCE_DIR = /home/suzj/AuseftDDSPlugins
-
- # The top-level build directory on which CMake was run.
- CMAKE_BINARY_DIR = /home/suzj/AuseftDDSPlugins/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/local/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..."
- /home/suzj/Qt/Tools/CMake/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
-
- # 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..."
- /home/suzj/Qt/Tools/CMake/bin/cmake -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..."
- /home/suzj/Qt/Tools/CMake/bin/cmake -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..."
- /home/suzj/Qt/Tools/CMake/bin/cmake -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..."
- /home/suzj/Qt/Tools/CMake/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
- .PHONY : install/local/fast
-
- # Special rule for the target install/strip
- install/strip: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
- /home/suzj/Qt/Tools/CMake/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
- .PHONY : install/strip
-
- # Special rule for the target install/strip
- install/strip/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
- /home/suzj/Qt/Tools/CMake/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
- .PHONY : install/strip/fast
-
- # The main all target
- all: cmake_check_build_system
- cd /home/suzj/AuseftDDSPlugins/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/suzj/AuseftDDSPlugins/build/CMakeFiles /home/suzj/AuseftDDSPlugins/build/BEFORE//CMakeFiles/progress.marks
- cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 BEFORE/all
- $(CMAKE_COMMAND) -E cmake_progress_start /home/suzj/AuseftDDSPlugins/build/CMakeFiles 0
- .PHONY : all
-
- # The main clean target
- clean:
- cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 BEFORE/clean
- .PHONY : clean
-
- # The main clean target
- clean/fast: clean
- .PHONY : clean/fast
-
- # Prepare targets for installation.
- preinstall: all
- cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 BEFORE/preinstall
- .PHONY : preinstall
-
- # Prepare targets for installation.
- preinstall/fast:
- cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 BEFORE/preinstall
- .PHONY : preinstall/fast
-
- # clear depends
- depend:
- cd /home/suzj/AuseftDDSPlugins/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
- .PHONY : depend
-
- # Convenience name for target.
- BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/rule:
- cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/rule
- .PHONY : BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/rule
-
- # Convenience name for target.
- AQTSampleMachinePlug: BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/rule
- .PHONY : AQTSampleMachinePlug
-
- # fast build rule for target.
- AQTSampleMachinePlug/fast:
- cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build
- .PHONY : AQTSampleMachinePlug/fast
-
- # Convenience name for target.
- BEFORE/CMakeFiles/AQTSampleMachinePlug_autogen_timestamp_deps.dir/rule:
- cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 BEFORE/CMakeFiles/AQTSampleMachinePlug_autogen_timestamp_deps.dir/rule
- .PHONY : BEFORE/CMakeFiles/AQTSampleMachinePlug_autogen_timestamp_deps.dir/rule
-
- # Convenience name for target.
- AQTSampleMachinePlug_autogen_timestamp_deps: BEFORE/CMakeFiles/AQTSampleMachinePlug_autogen_timestamp_deps.dir/rule
- .PHONY : AQTSampleMachinePlug_autogen_timestamp_deps
-
- # fast build rule for target.
- AQTSampleMachinePlug_autogen_timestamp_deps/fast:
- cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug_autogen_timestamp_deps.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug_autogen_timestamp_deps.dir/build
- .PHONY : AQTSampleMachinePlug_autogen_timestamp_deps/fast
-
- # Convenience name for target.
- BEFORE/CMakeFiles/AQTSampleMachinePlug_autogen.dir/rule:
- cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 BEFORE/CMakeFiles/AQTSampleMachinePlug_autogen.dir/rule
- .PHONY : BEFORE/CMakeFiles/AQTSampleMachinePlug_autogen.dir/rule
-
- # Convenience name for target.
- AQTSampleMachinePlug_autogen: BEFORE/CMakeFiles/AQTSampleMachinePlug_autogen.dir/rule
- .PHONY : AQTSampleMachinePlug_autogen
-
- # fast build rule for target.
- AQTSampleMachinePlug_autogen/fast:
- cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug_autogen.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug_autogen.dir/build
- .PHONY : AQTSampleMachinePlug_autogen/fast
-
- AQTSampleMachinePlug.o: AQTSampleMachinePlug.cxx.o
- .PHONY : AQTSampleMachinePlug.o
-
- # target to build an object file
- AQTSampleMachinePlug.cxx.o:
- cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/AQTSampleMachinePlug.cxx.o
- .PHONY : AQTSampleMachinePlug.cxx.o
-
- AQTSampleMachinePlug.i: AQTSampleMachinePlug.cxx.i
- .PHONY : AQTSampleMachinePlug.i
-
- # target to preprocess a source file
- AQTSampleMachinePlug.cxx.i:
- cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/AQTSampleMachinePlug.cxx.i
- .PHONY : AQTSampleMachinePlug.cxx.i
-
- AQTSampleMachinePlug.s: AQTSampleMachinePlug.cxx.s
- .PHONY : AQTSampleMachinePlug.s
-
- # target to generate assembly for a file
- AQTSampleMachinePlug.cxx.s:
- cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/AQTSampleMachinePlug.cxx.s
- .PHONY : AQTSampleMachinePlug.cxx.s
-
- AQTSampleMachinePlug_autogen/mocs_compilation.o: AQTSampleMachinePlug_autogen/mocs_compilation.cpp.o
- .PHONY : AQTSampleMachinePlug_autogen/mocs_compilation.o
-
- # target to build an object file
- AQTSampleMachinePlug_autogen/mocs_compilation.cpp.o:
- cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/AQTSampleMachinePlug_autogen/mocs_compilation.cpp.o
- .PHONY : AQTSampleMachinePlug_autogen/mocs_compilation.cpp.o
-
- AQTSampleMachinePlug_autogen/mocs_compilation.i: AQTSampleMachinePlug_autogen/mocs_compilation.cpp.i
- .PHONY : AQTSampleMachinePlug_autogen/mocs_compilation.i
-
- # target to preprocess a source file
- AQTSampleMachinePlug_autogen/mocs_compilation.cpp.i:
- cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/AQTSampleMachinePlug_autogen/mocs_compilation.cpp.i
- .PHONY : AQTSampleMachinePlug_autogen/mocs_compilation.cpp.i
-
- AQTSampleMachinePlug_autogen/mocs_compilation.s: AQTSampleMachinePlug_autogen/mocs_compilation.cpp.s
- .PHONY : AQTSampleMachinePlug_autogen/mocs_compilation.s
-
- # target to generate assembly for a file
- AQTSampleMachinePlug_autogen/mocs_compilation.cpp.s:
- cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/AQTSampleMachinePlug_autogen/mocs_compilation.cpp.s
- .PHONY : AQTSampleMachinePlug_autogen/mocs_compilation.cpp.s
-
- DDSSampleMachinePubSubTypes.o: DDSSampleMachinePubSubTypes.cxx.o
- .PHONY : DDSSampleMachinePubSubTypes.o
-
- # target to build an object file
- DDSSampleMachinePubSubTypes.cxx.o:
- cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/DDSSampleMachinePubSubTypes.cxx.o
- .PHONY : DDSSampleMachinePubSubTypes.cxx.o
-
- DDSSampleMachinePubSubTypes.i: DDSSampleMachinePubSubTypes.cxx.i
- .PHONY : DDSSampleMachinePubSubTypes.i
-
- # target to preprocess a source file
- DDSSampleMachinePubSubTypes.cxx.i:
- cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/DDSSampleMachinePubSubTypes.cxx.i
- .PHONY : DDSSampleMachinePubSubTypes.cxx.i
-
- DDSSampleMachinePubSubTypes.s: DDSSampleMachinePubSubTypes.cxx.s
- .PHONY : DDSSampleMachinePubSubTypes.s
-
- # target to generate assembly for a file
- DDSSampleMachinePubSubTypes.cxx.s:
- cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/DDSSampleMachinePubSubTypes.cxx.s
- .PHONY : DDSSampleMachinePubSubTypes.cxx.s
-
- DDSSampleMachineTypeObjectSupport.o: DDSSampleMachineTypeObjectSupport.cxx.o
- .PHONY : DDSSampleMachineTypeObjectSupport.o
-
- # target to build an object file
- DDSSampleMachineTypeObjectSupport.cxx.o:
- cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/DDSSampleMachineTypeObjectSupport.cxx.o
- .PHONY : DDSSampleMachineTypeObjectSupport.cxx.o
-
- DDSSampleMachineTypeObjectSupport.i: DDSSampleMachineTypeObjectSupport.cxx.i
- .PHONY : DDSSampleMachineTypeObjectSupport.i
-
- # target to preprocess a source file
- DDSSampleMachineTypeObjectSupport.cxx.i:
- cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/DDSSampleMachineTypeObjectSupport.cxx.i
- .PHONY : DDSSampleMachineTypeObjectSupport.cxx.i
-
- DDSSampleMachineTypeObjectSupport.s: DDSSampleMachineTypeObjectSupport.cxx.s
- .PHONY : DDSSampleMachineTypeObjectSupport.s
-
- # target to generate assembly for a file
- DDSSampleMachineTypeObjectSupport.cxx.s:
- cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/DDSSampleMachineTypeObjectSupport.cxx.s
- .PHONY : DDSSampleMachineTypeObjectSupport.cxx.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 "... install/strip"
- @echo "... list_install_components"
- @echo "... rebuild_cache"
- @echo "... AQTSampleMachinePlug_autogen"
- @echo "... AQTSampleMachinePlug_autogen_timestamp_deps"
- @echo "... AQTSampleMachinePlug"
- @echo "... AQTSampleMachinePlug.o"
- @echo "... AQTSampleMachinePlug.i"
- @echo "... AQTSampleMachinePlug.s"
- @echo "... AQTSampleMachinePlug_autogen/mocs_compilation.o"
- @echo "... AQTSampleMachinePlug_autogen/mocs_compilation.i"
- @echo "... AQTSampleMachinePlug_autogen/mocs_compilation.s"
- @echo "... DDSSampleMachinePubSubTypes.o"
- @echo "... DDSSampleMachinePubSubTypes.i"
- @echo "... DDSSampleMachinePubSubTypes.s"
- @echo "... DDSSampleMachineTypeObjectSupport.o"
- @echo "... DDSSampleMachineTypeObjectSupport.i"
- @echo "... DDSSampleMachineTypeObjectSupport.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/suzj/AuseftDDSPlugins/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
- .PHONY : cmake_check_build_system
|