# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" 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:

# 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 = /workspace

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /workspace/build

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..."
	cd /workspace/build && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

# Special rule for the target package
package/fast: package
.PHONY : package/fast

# Special rule for the target package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..."
	cd /workspace/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /workspace/build/CPackSourceConfig.cmake
.PHONY : package_source

# Special rule for the target package_source
package_source/fast: package_source
.PHONY : package_source/fast

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..."
	/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.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

# Special rule for the target list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Devel\" \"Unspecified\" \"cpptrace_development\" \"dev\" \"headers\" \"license\""
.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..."
	/usr/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..."
	/usr/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..."
	/usr/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..."
	/usr/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..."
	/usr/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..."
	/usr/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 /workspace/build && $(CMAKE_COMMAND) -E cmake_progress_start /workspace/build/CMakeFiles /workspace/build/WingPlugin//CMakeFiles/progress.marks
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 WingPlugin/all
	$(CMAKE_COMMAND) -E cmake_progress_start /workspace/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 WingPlugin/clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 WingPlugin/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 WingPlugin/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /workspace/build && $(CMAKE_COMMAND) -P /workspace/build/CMakeFiles/VerifyGlobs.cmake
	cd /workspace/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
WingPlugin/CMakeFiles/WingPlugin.dir/rule:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 WingPlugin/CMakeFiles/WingPlugin.dir/rule
.PHONY : WingPlugin/CMakeFiles/WingPlugin.dir/rule

# Convenience name for target.
WingPlugin: WingPlugin/CMakeFiles/WingPlugin.dir/rule
.PHONY : WingPlugin

# fast build rule for target.
WingPlugin/fast:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/build
.PHONY : WingPlugin/fast

# Convenience name for target.
WingPlugin/CMakeFiles/WingPlugin_autogen_timestamp_deps.dir/rule:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 WingPlugin/CMakeFiles/WingPlugin_autogen_timestamp_deps.dir/rule
.PHONY : WingPlugin/CMakeFiles/WingPlugin_autogen_timestamp_deps.dir/rule

# Convenience name for target.
WingPlugin_autogen_timestamp_deps: WingPlugin/CMakeFiles/WingPlugin_autogen_timestamp_deps.dir/rule
.PHONY : WingPlugin_autogen_timestamp_deps

# fast build rule for target.
WingPlugin_autogen_timestamp_deps/fast:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin_autogen_timestamp_deps.dir/build.make WingPlugin/CMakeFiles/WingPlugin_autogen_timestamp_deps.dir/build
.PHONY : WingPlugin_autogen_timestamp_deps/fast

# Convenience name for target.
WingPlugin/CMakeFiles/WingPlugin_autogen.dir/rule:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 WingPlugin/CMakeFiles/WingPlugin_autogen.dir/rule
.PHONY : WingPlugin/CMakeFiles/WingPlugin_autogen.dir/rule

# Convenience name for target.
WingPlugin_autogen: WingPlugin/CMakeFiles/WingPlugin_autogen.dir/rule
.PHONY : WingPlugin_autogen

# fast build rule for target.
WingPlugin_autogen/fast:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin_autogen.dir/build.make WingPlugin/CMakeFiles/WingPlugin_autogen.dir/build
.PHONY : WingPlugin_autogen/fast

WingPlugin_autogen/mocs_compilation.o: WingPlugin_autogen/mocs_compilation.cpp.o
.PHONY : WingPlugin_autogen/mocs_compilation.o

# target to build an object file
WingPlugin_autogen/mocs_compilation.cpp.o:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/WingPlugin_autogen/mocs_compilation.cpp.o
.PHONY : WingPlugin_autogen/mocs_compilation.cpp.o

WingPlugin_autogen/mocs_compilation.i: WingPlugin_autogen/mocs_compilation.cpp.i
.PHONY : WingPlugin_autogen/mocs_compilation.i

# target to preprocess a source file
WingPlugin_autogen/mocs_compilation.cpp.i:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/WingPlugin_autogen/mocs_compilation.cpp.i
.PHONY : WingPlugin_autogen/mocs_compilation.cpp.i

WingPlugin_autogen/mocs_compilation.s: WingPlugin_autogen/mocs_compilation.cpp.s
.PHONY : WingPlugin_autogen/mocs_compilation.s

# target to generate assembly for a file
WingPlugin_autogen/mocs_compilation.cpp.s:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/WingPlugin_autogen/mocs_compilation.cpp.s
.PHONY : WingPlugin_autogen/mocs_compilation.cpp.s

hexeditorcontext.o: hexeditorcontext.cpp.o
.PHONY : hexeditorcontext.o

# target to build an object file
hexeditorcontext.cpp.o:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/hexeditorcontext.cpp.o
.PHONY : hexeditorcontext.cpp.o

hexeditorcontext.i: hexeditorcontext.cpp.i
.PHONY : hexeditorcontext.i

# target to preprocess a source file
hexeditorcontext.cpp.i:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/hexeditorcontext.cpp.i
.PHONY : hexeditorcontext.cpp.i

hexeditorcontext.s: hexeditorcontext.cpp.s
.PHONY : hexeditorcontext.s

# target to generate assembly for a file
hexeditorcontext.cpp.s:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/hexeditorcontext.cpp.s
.PHONY : hexeditorcontext.cpp.s

iwingangel.o: iwingangel.cpp.o
.PHONY : iwingangel.o

# target to build an object file
iwingangel.cpp.o:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/iwingangel.cpp.o
.PHONY : iwingangel.cpp.o

iwingangel.i: iwingangel.cpp.i
.PHONY : iwingangel.i

# target to preprocess a source file
iwingangel.cpp.i:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/iwingangel.cpp.i
.PHONY : iwingangel.cpp.i

iwingangel.s: iwingangel.cpp.s
.PHONY : iwingangel.s

# target to generate assembly for a file
iwingangel.cpp.s:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/iwingangel.cpp.s
.PHONY : iwingangel.cpp.s

iwingdevice.o: iwingdevice.cpp.o
.PHONY : iwingdevice.o

# target to build an object file
iwingdevice.cpp.o:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/iwingdevice.cpp.o
.PHONY : iwingdevice.cpp.o

iwingdevice.i: iwingdevice.cpp.i
.PHONY : iwingdevice.i

# target to preprocess a source file
iwingdevice.cpp.i:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/iwingdevice.cpp.i
.PHONY : iwingdevice.cpp.i

iwingdevice.s: iwingdevice.cpp.s
.PHONY : iwingdevice.s

# target to generate assembly for a file
iwingdevice.cpp.s:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/iwingdevice.cpp.s
.PHONY : iwingdevice.cpp.s

iwinghexeditorplugin.o: iwinghexeditorplugin.cpp.o
.PHONY : iwinghexeditorplugin.o

# target to build an object file
iwinghexeditorplugin.cpp.o:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/iwinghexeditorplugin.cpp.o
.PHONY : iwinghexeditorplugin.cpp.o

iwinghexeditorplugin.i: iwinghexeditorplugin.cpp.i
.PHONY : iwinghexeditorplugin.i

# target to preprocess a source file
iwinghexeditorplugin.cpp.i:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/iwinghexeditorplugin.cpp.i
.PHONY : iwinghexeditorplugin.cpp.i

iwinghexeditorplugin.s: iwinghexeditorplugin.cpp.s
.PHONY : iwinghexeditorplugin.s

# target to generate assembly for a file
iwinghexeditorplugin.cpp.s:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/iwinghexeditorplugin.cpp.s
.PHONY : iwinghexeditorplugin.cpp.s

iwingmanager.o: iwingmanager.cpp.o
.PHONY : iwingmanager.o

# target to build an object file
iwingmanager.cpp.o:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/iwingmanager.cpp.o
.PHONY : iwingmanager.cpp.o

iwingmanager.i: iwingmanager.cpp.i
.PHONY : iwingmanager.i

# target to preprocess a source file
iwingmanager.cpp.i:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/iwingmanager.cpp.i
.PHONY : iwingmanager.cpp.i

iwingmanager.s: iwingmanager.cpp.s
.PHONY : iwingmanager.s

# target to generate assembly for a file
iwingmanager.cpp.s:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/iwingmanager.cpp.s
.PHONY : iwingmanager.cpp.s

iwingplugin.o: iwingplugin.cpp.o
.PHONY : iwingplugin.o

# target to build an object file
iwingplugin.cpp.o:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/iwingplugin.cpp.o
.PHONY : iwingplugin.cpp.o

iwingplugin.i: iwingplugin.cpp.i
.PHONY : iwingplugin.i

# target to preprocess a source file
iwingplugin.cpp.i:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/iwingplugin.cpp.i
.PHONY : iwingplugin.cpp.i

iwingplugin.s: iwingplugin.cpp.s
.PHONY : iwingplugin.s

# target to generate assembly for a file
iwingplugin.cpp.s:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/iwingplugin.cpp.s
.PHONY : iwingplugin.cpp.s

iwingpluginbase.o: iwingpluginbase.cpp.o
.PHONY : iwingpluginbase.o

# target to build an object file
iwingpluginbase.cpp.o:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/iwingpluginbase.cpp.o
.PHONY : iwingpluginbase.cpp.o

iwingpluginbase.i: iwingpluginbase.cpp.i
.PHONY : iwingpluginbase.i

# target to preprocess a source file
iwingpluginbase.cpp.i:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/iwingpluginbase.cpp.i
.PHONY : iwingpluginbase.cpp.i

iwingpluginbase.s: iwingpluginbase.cpp.s
.PHONY : iwingpluginbase.s

# target to generate assembly for a file
iwingpluginbase.cpp.s:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/iwingpluginbase.cpp.s
.PHONY : iwingpluginbase.cpp.s

iwingpluginbasecalls.o: iwingpluginbasecalls.cpp.o
.PHONY : iwingpluginbasecalls.o

# target to build an object file
iwingpluginbasecalls.cpp.o:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/iwingpluginbasecalls.cpp.o
.PHONY : iwingpluginbasecalls.cpp.o

iwingpluginbasecalls.i: iwingpluginbasecalls.cpp.i
.PHONY : iwingpluginbasecalls.i

# target to preprocess a source file
iwingpluginbasecalls.cpp.i:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/iwingpluginbasecalls.cpp.i
.PHONY : iwingpluginbasecalls.cpp.i

iwingpluginbasecalls.s: iwingpluginbasecalls.cpp.s
.PHONY : iwingpluginbasecalls.s

# target to generate assembly for a file
iwingpluginbasecalls.cpp.s:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/iwingpluginbasecalls.cpp.s
.PHONY : iwingpluginbasecalls.cpp.s

iwingplugincalls.o: iwingplugincalls.cpp.o
.PHONY : iwingplugincalls.o

# target to build an object file
iwingplugincalls.cpp.o:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/iwingplugincalls.cpp.o
.PHONY : iwingplugincalls.cpp.o

iwingplugincalls.i: iwingplugincalls.cpp.i
.PHONY : iwingplugincalls.i

# target to preprocess a source file
iwingplugincalls.cpp.i:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/iwingplugincalls.cpp.i
.PHONY : iwingplugincalls.cpp.i

iwingplugincalls.s: iwingplugincalls.cpp.s
.PHONY : iwingplugincalls.s

# target to generate assembly for a file
iwingplugincalls.cpp.s:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/iwingplugincalls.cpp.s
.PHONY : iwingplugincalls.cpp.s

settingpage.o: settingpage.cpp.o
.PHONY : settingpage.o

# target to build an object file
settingpage.cpp.o:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/settingpage.cpp.o
.PHONY : settingpage.cpp.o

settingpage.i: settingpage.cpp.i
.PHONY : settingpage.i

# target to preprocess a source file
settingpage.cpp.i:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/settingpage.cpp.i
.PHONY : settingpage.cpp.i

settingpage.s: settingpage.cpp.s
.PHONY : settingpage.s

# target to generate assembly for a file
settingpage.cpp.s:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/settingpage.cpp.s
.PHONY : settingpage.cpp.s

wingeditorviewwidget.o: wingeditorviewwidget.cpp.o
.PHONY : wingeditorviewwidget.o

# target to build an object file
wingeditorviewwidget.cpp.o:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/wingeditorviewwidget.cpp.o
.PHONY : wingeditorviewwidget.cpp.o

wingeditorviewwidget.i: wingeditorviewwidget.cpp.i
.PHONY : wingeditorviewwidget.i

# target to preprocess a source file
wingeditorviewwidget.cpp.i:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/wingeditorviewwidget.cpp.i
.PHONY : wingeditorviewwidget.cpp.i

wingeditorviewwidget.s: wingeditorviewwidget.cpp.s
.PHONY : wingeditorviewwidget.s

# target to generate assembly for a file
wingeditorviewwidget.cpp.s:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/wingeditorviewwidget.cpp.s
.PHONY : wingeditorviewwidget.cpp.s

wingplugincalls.o: wingplugincalls.cpp.o
.PHONY : wingplugincalls.o

# target to build an object file
wingplugincalls.cpp.o:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/wingplugincalls.cpp.o
.PHONY : wingplugincalls.cpp.o

wingplugincalls.i: wingplugincalls.cpp.i
.PHONY : wingplugincalls.i

# target to preprocess a source file
wingplugincalls.cpp.i:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/wingplugincalls.cpp.i
.PHONY : wingplugincalls.cpp.i

wingplugincalls.s: wingplugincalls.cpp.s
.PHONY : wingplugincalls.s

# target to generate assembly for a file
wingplugincalls.cpp.s:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/wingplugincalls.cpp.s
.PHONY : wingplugincalls.cpp.s

wingpluginwidget.o: wingpluginwidget.cpp.o
.PHONY : wingpluginwidget.o

# target to build an object file
wingpluginwidget.cpp.o:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/wingpluginwidget.cpp.o
.PHONY : wingpluginwidget.cpp.o

wingpluginwidget.i: wingpluginwidget.cpp.i
.PHONY : wingpluginwidget.i

# target to preprocess a source file
wingpluginwidget.cpp.i:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/wingpluginwidget.cpp.i
.PHONY : wingpluginwidget.cpp.i

wingpluginwidget.s: wingpluginwidget.cpp.s
.PHONY : wingpluginwidget.s

# target to generate assembly for a file
wingpluginwidget.cpp.s:
	cd /workspace/build && $(MAKE) $(MAKESILENT) -f WingPlugin/CMakeFiles/WingPlugin.dir/build.make WingPlugin/CMakeFiles/WingPlugin.dir/wingpluginwidget.cpp.s
.PHONY : wingpluginwidget.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 "... install/strip"
	@echo "... list_install_components"
	@echo "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... WingPlugin_autogen"
	@echo "... WingPlugin_autogen_timestamp_deps"
	@echo "... WingPlugin"
	@echo "... WingPlugin_autogen/mocs_compilation.o"
	@echo "... WingPlugin_autogen/mocs_compilation.i"
	@echo "... WingPlugin_autogen/mocs_compilation.s"
	@echo "... hexeditorcontext.o"
	@echo "... hexeditorcontext.i"
	@echo "... hexeditorcontext.s"
	@echo "... iwingangel.o"
	@echo "... iwingangel.i"
	@echo "... iwingangel.s"
	@echo "... iwingdevice.o"
	@echo "... iwingdevice.i"
	@echo "... iwingdevice.s"
	@echo "... iwinghexeditorplugin.o"
	@echo "... iwinghexeditorplugin.i"
	@echo "... iwinghexeditorplugin.s"
	@echo "... iwingmanager.o"
	@echo "... iwingmanager.i"
	@echo "... iwingmanager.s"
	@echo "... iwingplugin.o"
	@echo "... iwingplugin.i"
	@echo "... iwingplugin.s"
	@echo "... iwingpluginbase.o"
	@echo "... iwingpluginbase.i"
	@echo "... iwingpluginbase.s"
	@echo "... iwingpluginbasecalls.o"
	@echo "... iwingpluginbasecalls.i"
	@echo "... iwingpluginbasecalls.s"
	@echo "... iwingplugincalls.o"
	@echo "... iwingplugincalls.i"
	@echo "... iwingplugincalls.s"
	@echo "... settingpage.o"
	@echo "... settingpage.i"
	@echo "... settingpage.s"
	@echo "... wingeditorviewwidget.o"
	@echo "... wingeditorviewwidget.i"
	@echo "... wingeditorviewwidget.s"
	@echo "... wingplugincalls.o"
	@echo "... wingplugincalls.i"
	@echo "... wingplugincalls.s"
	@echo "... wingpluginwidget.o"
	@echo "... wingpluginwidget.i"
	@echo "... wingpluginwidget.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 /workspace/build && $(CMAKE_COMMAND) -P /workspace/build/CMakeFiles/VerifyGlobs.cmake
	cd /workspace/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

