# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18

# 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 = /workspaces/dataswitch/dataswitch_libs/open62541pp

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /workspaces/dataswitch/dataswitch_libs/open62541pp/build

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

# 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

# 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 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 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 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 test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
	/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test

# Special rule for the target test
test/fast: test

.PHONY : test/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 package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /workspaces/dataswitch/dataswitch_libs/open62541pp/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 package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

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

.PHONY : package/fast

# The main all target
all: cmake_check_build_system
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(CMAKE_COMMAND) -E cmake_progress_start /workspaces/dataswitch/dataswitch_libs/open62541pp/build/CMakeFiles /workspaces/dataswitch/dataswitch_libs/open62541pp/build/3rdparty/open62541//CMakeFiles/progress.marks
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 3rdparty/open62541/all
	$(CMAKE_COMMAND) -E cmake_progress_start /workspaces/dataswitch/dataswitch_libs/open62541pp/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 3rdparty/open62541/clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 3rdparty/open62541/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 3rdparty/open62541/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
3rdparty/open62541/CMakeFiles/open62541-generator-ids-ns0.dir/rule:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 3rdparty/open62541/CMakeFiles/open62541-generator-ids-ns0.dir/rule
.PHONY : 3rdparty/open62541/CMakeFiles/open62541-generator-ids-ns0.dir/rule

# Convenience name for target.
open62541-generator-ids-ns0: 3rdparty/open62541/CMakeFiles/open62541-generator-ids-ns0.dir/rule

.PHONY : open62541-generator-ids-ns0

# fast build rule for target.
open62541-generator-ids-ns0/fast:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-generator-ids-ns0.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-generator-ids-ns0.dir/build
.PHONY : open62541-generator-ids-ns0/fast

# Convenience name for target.
3rdparty/open62541/CMakeFiles/open62541-generator-statuscode.dir/rule:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 3rdparty/open62541/CMakeFiles/open62541-generator-statuscode.dir/rule
.PHONY : 3rdparty/open62541/CMakeFiles/open62541-generator-statuscode.dir/rule

# Convenience name for target.
open62541-generator-statuscode: 3rdparty/open62541/CMakeFiles/open62541-generator-statuscode.dir/rule

.PHONY : open62541-generator-statuscode

# fast build rule for target.
open62541-generator-statuscode/fast:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-generator-statuscode.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-generator-statuscode.dir/build
.PHONY : open62541-generator-statuscode/fast

# Convenience name for target.
3rdparty/open62541/CMakeFiles/open62541-generator-transport.dir/rule:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 3rdparty/open62541/CMakeFiles/open62541-generator-transport.dir/rule
.PHONY : 3rdparty/open62541/CMakeFiles/open62541-generator-transport.dir/rule

# Convenience name for target.
open62541-generator-transport: 3rdparty/open62541/CMakeFiles/open62541-generator-transport.dir/rule

.PHONY : open62541-generator-transport

# fast build rule for target.
open62541-generator-transport/fast:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-generator-transport.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-generator-transport.dir/build
.PHONY : open62541-generator-transport/fast

# Convenience name for target.
3rdparty/open62541/CMakeFiles/open62541-amalgamation-header.dir/rule:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 3rdparty/open62541/CMakeFiles/open62541-amalgamation-header.dir/rule
.PHONY : 3rdparty/open62541/CMakeFiles/open62541-amalgamation-header.dir/rule

# Convenience name for target.
open62541-amalgamation-header: 3rdparty/open62541/CMakeFiles/open62541-amalgamation-header.dir/rule

.PHONY : open62541-amalgamation-header

# fast build rule for target.
open62541-amalgamation-header/fast:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-amalgamation-header.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-amalgamation-header.dir/build
.PHONY : open62541-amalgamation-header/fast

# Convenience name for target.
3rdparty/open62541/CMakeFiles/open62541-amalgamation-source.dir/rule:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 3rdparty/open62541/CMakeFiles/open62541-amalgamation-source.dir/rule
.PHONY : 3rdparty/open62541/CMakeFiles/open62541-amalgamation-source.dir/rule

# Convenience name for target.
open62541-amalgamation-source: 3rdparty/open62541/CMakeFiles/open62541-amalgamation-source.dir/rule

.PHONY : open62541-amalgamation-source

# fast build rule for target.
open62541-amalgamation-source/fast:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-amalgamation-source.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-amalgamation-source.dir/build
.PHONY : open62541-amalgamation-source/fast

# Convenience name for target.
3rdparty/open62541/CMakeFiles/open62541-generator-namespace.dir/rule:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 3rdparty/open62541/CMakeFiles/open62541-generator-namespace.dir/rule
.PHONY : 3rdparty/open62541/CMakeFiles/open62541-generator-namespace.dir/rule

# Convenience name for target.
open62541-generator-namespace: 3rdparty/open62541/CMakeFiles/open62541-generator-namespace.dir/rule

.PHONY : open62541-generator-namespace

# fast build rule for target.
open62541-generator-namespace/fast:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-generator-namespace.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-generator-namespace.dir/build
.PHONY : open62541-generator-namespace/fast

# Convenience name for target.
3rdparty/open62541/CMakeFiles/open62541-object.dir/rule:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 3rdparty/open62541/CMakeFiles/open62541-object.dir/rule
.PHONY : 3rdparty/open62541/CMakeFiles/open62541-object.dir/rule

# Convenience name for target.
open62541-object: 3rdparty/open62541/CMakeFiles/open62541-object.dir/rule

.PHONY : open62541-object

# fast build rule for target.
open62541-object/fast:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/build
.PHONY : open62541-object/fast

# Convenience name for target.
3rdparty/open62541/CMakeFiles/open62541-generator-types.dir/rule:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 3rdparty/open62541/CMakeFiles/open62541-generator-types.dir/rule
.PHONY : 3rdparty/open62541/CMakeFiles/open62541-generator-types.dir/rule

# Convenience name for target.
open62541-generator-types: 3rdparty/open62541/CMakeFiles/open62541-generator-types.dir/rule

.PHONY : open62541-generator-types

# fast build rule for target.
open62541-generator-types/fast:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-generator-types.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-generator-types.dir/build
.PHONY : open62541-generator-types/fast

# Convenience name for target.
3rdparty/open62541/CMakeFiles/open62541.dir/rule:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 3rdparty/open62541/CMakeFiles/open62541.dir/rule
.PHONY : 3rdparty/open62541/CMakeFiles/open62541.dir/rule

# Convenience name for target.
open62541: 3rdparty/open62541/CMakeFiles/open62541.dir/rule

.PHONY : open62541

# fast build rule for target.
open62541/fast:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541.dir/build.make 3rdparty/open62541/CMakeFiles/open62541.dir/build
.PHONY : open62541/fast

# Convenience name for target.
3rdparty/open62541/CMakeFiles/clang-tidy.dir/rule:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 3rdparty/open62541/CMakeFiles/clang-tidy.dir/rule
.PHONY : 3rdparty/open62541/CMakeFiles/clang-tidy.dir/rule

# Convenience name for target.
clang-tidy: 3rdparty/open62541/CMakeFiles/clang-tidy.dir/rule

.PHONY : clang-tidy

# fast build rule for target.
clang-tidy/fast:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/clang-tidy.dir/build.make 3rdparty/open62541/CMakeFiles/clang-tidy.dir/build
.PHONY : clang-tidy/fast

# Convenience name for target.
3rdparty/open62541/CMakeFiles/open62541-code-generation.dir/rule:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 3rdparty/open62541/CMakeFiles/open62541-code-generation.dir/rule
.PHONY : 3rdparty/open62541/CMakeFiles/open62541-code-generation.dir/rule

# Convenience name for target.
open62541-code-generation: 3rdparty/open62541/CMakeFiles/open62541-code-generation.dir/rule

.PHONY : open62541-code-generation

# fast build rule for target.
open62541-code-generation/fast:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-code-generation.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-code-generation.dir/build
.PHONY : open62541-code-generation/fast

# Convenience name for target.
3rdparty/open62541/CMakeFiles/cpplint.dir/rule:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 3rdparty/open62541/CMakeFiles/cpplint.dir/rule
.PHONY : 3rdparty/open62541/CMakeFiles/cpplint.dir/rule

# Convenience name for target.
cpplint: 3rdparty/open62541/CMakeFiles/cpplint.dir/rule

.PHONY : cpplint

# fast build rule for target.
cpplint/fast:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/cpplint.dir/build.make 3rdparty/open62541/CMakeFiles/cpplint.dir/build
.PHONY : cpplint/fast

open62541.o: open62541.c.o

.PHONY : open62541.o

# target to build an object file
open62541.c.o:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/open62541.c.o
.PHONY : open62541.c.o

open62541.i: open62541.c.i

.PHONY : open62541.i

# target to preprocess a source file
open62541.c.i:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/open62541.c.i
.PHONY : open62541.c.i

open62541.s: open62541.c.s

.PHONY : open62541.s

# target to generate assembly for a file
open62541.c.s:
	cd /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/open62541.c.s
.PHONY : open62541.c.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 "... test"
	@echo "... clang-tidy"
	@echo "... cpplint"
	@echo "... open62541-amalgamation-header"
	@echo "... open62541-amalgamation-source"
	@echo "... open62541-code-generation"
	@echo "... open62541-generator-ids-ns0"
	@echo "... open62541-generator-namespace"
	@echo "... open62541-generator-statuscode"
	@echo "... open62541-generator-transport"
	@echo "... open62541-generator-types"
	@echo "... open62541"
	@echo "... open62541-object"
	@echo "... open62541.o"
	@echo "... open62541.i"
	@echo "... open62541.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 /workspaces/dataswitch/dataswitch_libs/open62541pp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

