# 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/datagate/datagate_libs/open62541pp

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /workspaces/datagate/datagate_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 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 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 package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	cd /workspaces/datagate/datagate_libs/open62541pp/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 /workspaces/datagate/datagate_libs/open62541pp/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /workspaces/datagate/datagate_libs/open62541pp/build/CPackSourceConfig.cmake
.PHONY : package_source

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

.PHONY : package_source/fast

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

# The main clean target
clean:
	cd /workspaces/datagate/datagate_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/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 3rdparty/open62541/preinstall
.PHONY : preinstall

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

# clear depends
depend:
	cd /workspaces/datagate/datagate_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-transport.dir/rule:
	cd /workspaces/datagate/datagate_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/datagate/datagate_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-generator-ids-ns0.dir/rule:
	cd /workspaces/datagate/datagate_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/datagate/datagate_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/datagate/datagate_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/datagate/datagate_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-namespace.dir/rule:
	cd /workspaces/datagate/datagate_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/datagate/datagate_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/datagate/datagate_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/datagate/datagate_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-plugins.dir/rule:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/rule
.PHONY : 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/rule

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

.PHONY : open62541-plugins

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

# Convenience name for target.
3rdparty/open62541/CMakeFiles/open62541-generator-types.dir/rule:
	cd /workspaces/datagate/datagate_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/datagate/datagate_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/datagate/datagate_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/datagate/datagate_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/datagate/datagate_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/datagate/datagate_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/datagate/datagate_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/datagate/datagate_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/datagate/datagate_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/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/cpplint.dir/build.make 3rdparty/open62541/CMakeFiles/cpplint.dir/build
.PHONY : cpplint/fast

arch/network_tcp.o: arch/network_tcp.c.o

.PHONY : arch/network_tcp.o

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

arch/network_tcp.i: arch/network_tcp.c.i

.PHONY : arch/network_tcp.i

# target to preprocess a source file
arch/network_tcp.c.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/arch/network_tcp.c.i
.PHONY : arch/network_tcp.c.i

arch/network_tcp.s: arch/network_tcp.c.s

.PHONY : arch/network_tcp.s

# target to generate assembly for a file
arch/network_tcp.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/arch/network_tcp.c.s
.PHONY : arch/network_tcp.c.s

arch/posix/ua_architecture_functions.o: arch/posix/ua_architecture_functions.c.o

.PHONY : arch/posix/ua_architecture_functions.o

# target to build an object file
arch/posix/ua_architecture_functions.c.o:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/arch/posix/ua_architecture_functions.c.o
.PHONY : arch/posix/ua_architecture_functions.c.o

arch/posix/ua_architecture_functions.i: arch/posix/ua_architecture_functions.c.i

.PHONY : arch/posix/ua_architecture_functions.i

# target to preprocess a source file
arch/posix/ua_architecture_functions.c.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/arch/posix/ua_architecture_functions.c.i
.PHONY : arch/posix/ua_architecture_functions.c.i

arch/posix/ua_architecture_functions.s: arch/posix/ua_architecture_functions.c.s

.PHONY : arch/posix/ua_architecture_functions.s

# target to generate assembly for a file
arch/posix/ua_architecture_functions.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/arch/posix/ua_architecture_functions.c.s
.PHONY : arch/posix/ua_architecture_functions.c.s

arch/posix/ua_clock.o: arch/posix/ua_clock.c.o

.PHONY : arch/posix/ua_clock.o

# target to build an object file
arch/posix/ua_clock.c.o:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/arch/posix/ua_clock.c.o
.PHONY : arch/posix/ua_clock.c.o

arch/posix/ua_clock.i: arch/posix/ua_clock.c.i

.PHONY : arch/posix/ua_clock.i

# target to preprocess a source file
arch/posix/ua_clock.c.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/arch/posix/ua_clock.c.i
.PHONY : arch/posix/ua_clock.c.i

arch/posix/ua_clock.s: arch/posix/ua_clock.c.s

.PHONY : arch/posix/ua_clock.s

# target to generate assembly for a file
arch/posix/ua_clock.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/arch/posix/ua_clock.c.s
.PHONY : arch/posix/ua_clock.c.s

deps/aa_tree.o: deps/aa_tree.c.o

.PHONY : deps/aa_tree.o

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

deps/aa_tree.i: deps/aa_tree.c.i

.PHONY : deps/aa_tree.i

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

deps/aa_tree.s: deps/aa_tree.c.s

.PHONY : deps/aa_tree.s

# target to generate assembly for a file
deps/aa_tree.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/deps/aa_tree.c.s
.PHONY : deps/aa_tree.c.s

deps/base64.o: deps/base64.c.o

.PHONY : deps/base64.o

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

deps/base64.i: deps/base64.c.i

.PHONY : deps/base64.i

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

deps/base64.s: deps/base64.c.s

.PHONY : deps/base64.s

# target to generate assembly for a file
deps/base64.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/deps/base64.c.s
.PHONY : deps/base64.c.s

deps/libc_time.o: deps/libc_time.c.o

.PHONY : deps/libc_time.o

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

deps/libc_time.i: deps/libc_time.c.i

.PHONY : deps/libc_time.i

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

deps/libc_time.s: deps/libc_time.c.s

.PHONY : deps/libc_time.s

# target to generate assembly for a file
deps/libc_time.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/deps/libc_time.c.s
.PHONY : deps/libc_time.c.s

deps/pcg_basic.o: deps/pcg_basic.c.o

.PHONY : deps/pcg_basic.o

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

deps/pcg_basic.i: deps/pcg_basic.c.i

.PHONY : deps/pcg_basic.i

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

deps/pcg_basic.s: deps/pcg_basic.c.s

.PHONY : deps/pcg_basic.s

# target to generate assembly for a file
deps/pcg_basic.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/deps/pcg_basic.c.s
.PHONY : deps/pcg_basic.c.s

deps/ziptree.o: deps/ziptree.c.o

.PHONY : deps/ziptree.o

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

deps/ziptree.i: deps/ziptree.c.i

.PHONY : deps/ziptree.i

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

deps/ziptree.s: deps/ziptree.c.s

.PHONY : deps/ziptree.s

# target to generate assembly for a file
deps/ziptree.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/deps/ziptree.c.s
.PHONY : deps/ziptree.c.s

plugins/crypto/openssl/securitypolicy_openssl_common.o: plugins/crypto/openssl/securitypolicy_openssl_common.c.o

.PHONY : plugins/crypto/openssl/securitypolicy_openssl_common.o

# target to build an object file
plugins/crypto/openssl/securitypolicy_openssl_common.c.o:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/securitypolicy_openssl_common.c.o
.PHONY : plugins/crypto/openssl/securitypolicy_openssl_common.c.o

plugins/crypto/openssl/securitypolicy_openssl_common.i: plugins/crypto/openssl/securitypolicy_openssl_common.c.i

.PHONY : plugins/crypto/openssl/securitypolicy_openssl_common.i

# target to preprocess a source file
plugins/crypto/openssl/securitypolicy_openssl_common.c.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/securitypolicy_openssl_common.c.i
.PHONY : plugins/crypto/openssl/securitypolicy_openssl_common.c.i

plugins/crypto/openssl/securitypolicy_openssl_common.s: plugins/crypto/openssl/securitypolicy_openssl_common.c.s

.PHONY : plugins/crypto/openssl/securitypolicy_openssl_common.s

# target to generate assembly for a file
plugins/crypto/openssl/securitypolicy_openssl_common.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/securitypolicy_openssl_common.c.s
.PHONY : plugins/crypto/openssl/securitypolicy_openssl_common.c.s

plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.o: plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o

.PHONY : plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.o

# target to build an object file
plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o
.PHONY : plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o

plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.i: plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.i

.PHONY : plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.i

# target to preprocess a source file
plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.i
.PHONY : plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.i

plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.s: plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.s

.PHONY : plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.s

# target to generate assembly for a file
plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.s
.PHONY : plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.s

plugins/crypto/openssl/ua_openssl_basic128rsa15.o: plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o

.PHONY : plugins/crypto/openssl/ua_openssl_basic128rsa15.o

# target to build an object file
plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o
.PHONY : plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o

plugins/crypto/openssl/ua_openssl_basic128rsa15.i: plugins/crypto/openssl/ua_openssl_basic128rsa15.c.i

.PHONY : plugins/crypto/openssl/ua_openssl_basic128rsa15.i

# target to preprocess a source file
plugins/crypto/openssl/ua_openssl_basic128rsa15.c.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.i
.PHONY : plugins/crypto/openssl/ua_openssl_basic128rsa15.c.i

plugins/crypto/openssl/ua_openssl_basic128rsa15.s: plugins/crypto/openssl/ua_openssl_basic128rsa15.c.s

.PHONY : plugins/crypto/openssl/ua_openssl_basic128rsa15.s

# target to generate assembly for a file
plugins/crypto/openssl/ua_openssl_basic128rsa15.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.s
.PHONY : plugins/crypto/openssl/ua_openssl_basic128rsa15.c.s

plugins/crypto/openssl/ua_openssl_basic256.o: plugins/crypto/openssl/ua_openssl_basic256.c.o

.PHONY : plugins/crypto/openssl/ua_openssl_basic256.o

# target to build an object file
plugins/crypto/openssl/ua_openssl_basic256.c.o:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256.c.o
.PHONY : plugins/crypto/openssl/ua_openssl_basic256.c.o

plugins/crypto/openssl/ua_openssl_basic256.i: plugins/crypto/openssl/ua_openssl_basic256.c.i

.PHONY : plugins/crypto/openssl/ua_openssl_basic256.i

# target to preprocess a source file
plugins/crypto/openssl/ua_openssl_basic256.c.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256.c.i
.PHONY : plugins/crypto/openssl/ua_openssl_basic256.c.i

plugins/crypto/openssl/ua_openssl_basic256.s: plugins/crypto/openssl/ua_openssl_basic256.c.s

.PHONY : plugins/crypto/openssl/ua_openssl_basic256.s

# target to generate assembly for a file
plugins/crypto/openssl/ua_openssl_basic256.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256.c.s
.PHONY : plugins/crypto/openssl/ua_openssl_basic256.c.s

plugins/crypto/openssl/ua_openssl_basic256sha256.o: plugins/crypto/openssl/ua_openssl_basic256sha256.c.o

.PHONY : plugins/crypto/openssl/ua_openssl_basic256sha256.o

# target to build an object file
plugins/crypto/openssl/ua_openssl_basic256sha256.c.o:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o
.PHONY : plugins/crypto/openssl/ua_openssl_basic256sha256.c.o

plugins/crypto/openssl/ua_openssl_basic256sha256.i: plugins/crypto/openssl/ua_openssl_basic256sha256.c.i

.PHONY : plugins/crypto/openssl/ua_openssl_basic256sha256.i

# target to preprocess a source file
plugins/crypto/openssl/ua_openssl_basic256sha256.c.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256sha256.c.i
.PHONY : plugins/crypto/openssl/ua_openssl_basic256sha256.c.i

plugins/crypto/openssl/ua_openssl_basic256sha256.s: plugins/crypto/openssl/ua_openssl_basic256sha256.c.s

.PHONY : plugins/crypto/openssl/ua_openssl_basic256sha256.s

# target to generate assembly for a file
plugins/crypto/openssl/ua_openssl_basic256sha256.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256sha256.c.s
.PHONY : plugins/crypto/openssl/ua_openssl_basic256sha256.c.s

plugins/crypto/openssl/ua_openssl_create_certificate.o: plugins/crypto/openssl/ua_openssl_create_certificate.c.o

.PHONY : plugins/crypto/openssl/ua_openssl_create_certificate.o

# target to build an object file
plugins/crypto/openssl/ua_openssl_create_certificate.c.o:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_create_certificate.c.o
.PHONY : plugins/crypto/openssl/ua_openssl_create_certificate.c.o

plugins/crypto/openssl/ua_openssl_create_certificate.i: plugins/crypto/openssl/ua_openssl_create_certificate.c.i

.PHONY : plugins/crypto/openssl/ua_openssl_create_certificate.i

# target to preprocess a source file
plugins/crypto/openssl/ua_openssl_create_certificate.c.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_create_certificate.c.i
.PHONY : plugins/crypto/openssl/ua_openssl_create_certificate.c.i

plugins/crypto/openssl/ua_openssl_create_certificate.s: plugins/crypto/openssl/ua_openssl_create_certificate.c.s

.PHONY : plugins/crypto/openssl/ua_openssl_create_certificate.s

# target to generate assembly for a file
plugins/crypto/openssl/ua_openssl_create_certificate.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_create_certificate.c.s
.PHONY : plugins/crypto/openssl/ua_openssl_create_certificate.c.s

plugins/crypto/openssl/ua_pki_openssl.o: plugins/crypto/openssl/ua_pki_openssl.c.o

.PHONY : plugins/crypto/openssl/ua_pki_openssl.o

# target to build an object file
plugins/crypto/openssl/ua_pki_openssl.c.o:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_pki_openssl.c.o
.PHONY : plugins/crypto/openssl/ua_pki_openssl.c.o

plugins/crypto/openssl/ua_pki_openssl.i: plugins/crypto/openssl/ua_pki_openssl.c.i

.PHONY : plugins/crypto/openssl/ua_pki_openssl.i

# target to preprocess a source file
plugins/crypto/openssl/ua_pki_openssl.c.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_pki_openssl.c.i
.PHONY : plugins/crypto/openssl/ua_pki_openssl.c.i

plugins/crypto/openssl/ua_pki_openssl.s: plugins/crypto/openssl/ua_pki_openssl.c.s

.PHONY : plugins/crypto/openssl/ua_pki_openssl.s

# target to generate assembly for a file
plugins/crypto/openssl/ua_pki_openssl.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_pki_openssl.c.s
.PHONY : plugins/crypto/openssl/ua_pki_openssl.c.s

plugins/crypto/ua_pki_none.o: plugins/crypto/ua_pki_none.c.o

.PHONY : plugins/crypto/ua_pki_none.o

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

plugins/crypto/ua_pki_none.i: plugins/crypto/ua_pki_none.c.i

.PHONY : plugins/crypto/ua_pki_none.i

# target to preprocess a source file
plugins/crypto/ua_pki_none.c.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/ua_pki_none.c.i
.PHONY : plugins/crypto/ua_pki_none.c.i

plugins/crypto/ua_pki_none.s: plugins/crypto/ua_pki_none.c.s

.PHONY : plugins/crypto/ua_pki_none.s

# target to generate assembly for a file
plugins/crypto/ua_pki_none.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/ua_pki_none.c.s
.PHONY : plugins/crypto/ua_pki_none.c.s

plugins/crypto/ua_securitypolicy_none.o: plugins/crypto/ua_securitypolicy_none.c.o

.PHONY : plugins/crypto/ua_securitypolicy_none.o

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

plugins/crypto/ua_securitypolicy_none.i: plugins/crypto/ua_securitypolicy_none.c.i

.PHONY : plugins/crypto/ua_securitypolicy_none.i

# target to preprocess a source file
plugins/crypto/ua_securitypolicy_none.c.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/ua_securitypolicy_none.c.i
.PHONY : plugins/crypto/ua_securitypolicy_none.c.i

plugins/crypto/ua_securitypolicy_none.s: plugins/crypto/ua_securitypolicy_none.c.s

.PHONY : plugins/crypto/ua_securitypolicy_none.s

# target to generate assembly for a file
plugins/crypto/ua_securitypolicy_none.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/crypto/ua_securitypolicy_none.c.s
.PHONY : plugins/crypto/ua_securitypolicy_none.c.s

plugins/ua_accesscontrol_default.o: plugins/ua_accesscontrol_default.c.o

.PHONY : plugins/ua_accesscontrol_default.o

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

plugins/ua_accesscontrol_default.i: plugins/ua_accesscontrol_default.c.i

.PHONY : plugins/ua_accesscontrol_default.i

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

plugins/ua_accesscontrol_default.s: plugins/ua_accesscontrol_default.c.s

.PHONY : plugins/ua_accesscontrol_default.s

# target to generate assembly for a file
plugins/ua_accesscontrol_default.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/ua_accesscontrol_default.c.s
.PHONY : plugins/ua_accesscontrol_default.c.s

plugins/ua_config_default.o: plugins/ua_config_default.c.o

.PHONY : plugins/ua_config_default.o

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

plugins/ua_config_default.i: plugins/ua_config_default.c.i

.PHONY : plugins/ua_config_default.i

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

plugins/ua_config_default.s: plugins/ua_config_default.c.s

.PHONY : plugins/ua_config_default.s

# target to generate assembly for a file
plugins/ua_config_default.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/ua_config_default.c.s
.PHONY : plugins/ua_config_default.c.s

plugins/ua_log_stdout.o: plugins/ua_log_stdout.c.o

.PHONY : plugins/ua_log_stdout.o

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

plugins/ua_log_stdout.i: plugins/ua_log_stdout.c.i

.PHONY : plugins/ua_log_stdout.i

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

plugins/ua_log_stdout.s: plugins/ua_log_stdout.c.s

.PHONY : plugins/ua_log_stdout.s

# target to generate assembly for a file
plugins/ua_log_stdout.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/ua_log_stdout.c.s
.PHONY : plugins/ua_log_stdout.c.s

plugins/ua_log_syslog.o: plugins/ua_log_syslog.c.o

.PHONY : plugins/ua_log_syslog.o

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

plugins/ua_log_syslog.i: plugins/ua_log_syslog.c.i

.PHONY : plugins/ua_log_syslog.i

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

plugins/ua_log_syslog.s: plugins/ua_log_syslog.c.s

.PHONY : plugins/ua_log_syslog.s

# target to generate assembly for a file
plugins/ua_log_syslog.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/ua_log_syslog.c.s
.PHONY : plugins/ua_log_syslog.c.s

plugins/ua_nodestore_hashmap.o: plugins/ua_nodestore_hashmap.c.o

.PHONY : plugins/ua_nodestore_hashmap.o

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

plugins/ua_nodestore_hashmap.i: plugins/ua_nodestore_hashmap.c.i

.PHONY : plugins/ua_nodestore_hashmap.i

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

plugins/ua_nodestore_hashmap.s: plugins/ua_nodestore_hashmap.c.s

.PHONY : plugins/ua_nodestore_hashmap.s

# target to generate assembly for a file
plugins/ua_nodestore_hashmap.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/ua_nodestore_hashmap.c.s
.PHONY : plugins/ua_nodestore_hashmap.c.s

plugins/ua_nodestore_ziptree.o: plugins/ua_nodestore_ziptree.c.o

.PHONY : plugins/ua_nodestore_ziptree.o

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

plugins/ua_nodestore_ziptree.i: plugins/ua_nodestore_ziptree.c.i

.PHONY : plugins/ua_nodestore_ziptree.i

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

plugins/ua_nodestore_ziptree.s: plugins/ua_nodestore_ziptree.c.s

.PHONY : plugins/ua_nodestore_ziptree.s

# target to generate assembly for a file
plugins/ua_nodestore_ziptree.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-plugins.dir/plugins/ua_nodestore_ziptree.c.s
.PHONY : plugins/ua_nodestore_ziptree.c.s

src/client/ua_client.o: src/client/ua_client.c.o

.PHONY : src/client/ua_client.o

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

src/client/ua_client.i: src/client/ua_client.c.i

.PHONY : src/client/ua_client.i

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

src/client/ua_client.s: src/client/ua_client.c.s

.PHONY : src/client/ua_client.s

# target to generate assembly for a file
src/client/ua_client.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/client/ua_client.c.s
.PHONY : src/client/ua_client.c.s

src/client/ua_client_connect.o: src/client/ua_client_connect.c.o

.PHONY : src/client/ua_client_connect.o

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

src/client/ua_client_connect.i: src/client/ua_client_connect.c.i

.PHONY : src/client/ua_client_connect.i

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

src/client/ua_client_connect.s: src/client/ua_client_connect.c.s

.PHONY : src/client/ua_client_connect.s

# target to generate assembly for a file
src/client/ua_client_connect.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.s
.PHONY : src/client/ua_client_connect.c.s

src/client/ua_client_discovery.o: src/client/ua_client_discovery.c.o

.PHONY : src/client/ua_client_discovery.o

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

src/client/ua_client_discovery.i: src/client/ua_client_discovery.c.i

.PHONY : src/client/ua_client_discovery.i

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

src/client/ua_client_discovery.s: src/client/ua_client_discovery.c.s

.PHONY : src/client/ua_client_discovery.s

# target to generate assembly for a file
src/client/ua_client_discovery.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.s
.PHONY : src/client/ua_client_discovery.c.s

src/client/ua_client_highlevel.o: src/client/ua_client_highlevel.c.o

.PHONY : src/client/ua_client_highlevel.o

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

src/client/ua_client_highlevel.i: src/client/ua_client_highlevel.c.i

.PHONY : src/client/ua_client_highlevel.i

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

src/client/ua_client_highlevel.s: src/client/ua_client_highlevel.c.s

.PHONY : src/client/ua_client_highlevel.s

# target to generate assembly for a file
src/client/ua_client_highlevel.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.s
.PHONY : src/client/ua_client_highlevel.c.s

src/client/ua_client_subscriptions.o: src/client/ua_client_subscriptions.c.o

.PHONY : src/client/ua_client_subscriptions.o

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

src/client/ua_client_subscriptions.i: src/client/ua_client_subscriptions.c.i

.PHONY : src/client/ua_client_subscriptions.i

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

src/client/ua_client_subscriptions.s: src/client/ua_client_subscriptions.c.s

.PHONY : src/client/ua_client_subscriptions.s

# target to generate assembly for a file
src/client/ua_client_subscriptions.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.s
.PHONY : src/client/ua_client_subscriptions.c.s

src/pubsub/ua_pubsub_config.o: src/pubsub/ua_pubsub_config.c.o

.PHONY : src/pubsub/ua_pubsub_config.o

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

src/pubsub/ua_pubsub_config.i: src/pubsub/ua_pubsub_config.c.i

.PHONY : src/pubsub/ua_pubsub_config.i

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

src/pubsub/ua_pubsub_config.s: src/pubsub/ua_pubsub_config.c.s

.PHONY : src/pubsub/ua_pubsub_config.s

# target to generate assembly for a file
src/pubsub/ua_pubsub_config.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.s
.PHONY : src/pubsub/ua_pubsub_config.c.s

src/pubsub/ua_pubsub_manager.o: src/pubsub/ua_pubsub_manager.c.o

.PHONY : src/pubsub/ua_pubsub_manager.o

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

src/pubsub/ua_pubsub_manager.i: src/pubsub/ua_pubsub_manager.c.i

.PHONY : src/pubsub/ua_pubsub_manager.i

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

src/pubsub/ua_pubsub_manager.s: src/pubsub/ua_pubsub_manager.c.s

.PHONY : src/pubsub/ua_pubsub_manager.s

# target to generate assembly for a file
src/pubsub/ua_pubsub_manager.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.s
.PHONY : src/pubsub/ua_pubsub_manager.c.s

src/pubsub/ua_pubsub_networkmessage.o: src/pubsub/ua_pubsub_networkmessage.c.o

.PHONY : src/pubsub/ua_pubsub_networkmessage.o

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

src/pubsub/ua_pubsub_networkmessage.i: src/pubsub/ua_pubsub_networkmessage.c.i

.PHONY : src/pubsub/ua_pubsub_networkmessage.i

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

src/pubsub/ua_pubsub_networkmessage.s: src/pubsub/ua_pubsub_networkmessage.c.s

.PHONY : src/pubsub/ua_pubsub_networkmessage.s

# target to generate assembly for a file
src/pubsub/ua_pubsub_networkmessage.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.s
.PHONY : src/pubsub/ua_pubsub_networkmessage.c.s

src/pubsub/ua_pubsub_ns0.o: src/pubsub/ua_pubsub_ns0.c.o

.PHONY : src/pubsub/ua_pubsub_ns0.o

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

src/pubsub/ua_pubsub_ns0.i: src/pubsub/ua_pubsub_ns0.c.i

.PHONY : src/pubsub/ua_pubsub_ns0.i

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

src/pubsub/ua_pubsub_ns0.s: src/pubsub/ua_pubsub_ns0.c.s

.PHONY : src/pubsub/ua_pubsub_ns0.s

# target to generate assembly for a file
src/pubsub/ua_pubsub_ns0.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.s
.PHONY : src/pubsub/ua_pubsub_ns0.c.s

src/pubsub/ua_pubsub_reader.o: src/pubsub/ua_pubsub_reader.c.o

.PHONY : src/pubsub/ua_pubsub_reader.o

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

src/pubsub/ua_pubsub_reader.i: src/pubsub/ua_pubsub_reader.c.i

.PHONY : src/pubsub/ua_pubsub_reader.i

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

src/pubsub/ua_pubsub_reader.s: src/pubsub/ua_pubsub_reader.c.s

.PHONY : src/pubsub/ua_pubsub_reader.s

# target to generate assembly for a file
src/pubsub/ua_pubsub_reader.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.s
.PHONY : src/pubsub/ua_pubsub_reader.c.s

src/pubsub/ua_pubsub_readergroup.o: src/pubsub/ua_pubsub_readergroup.c.o

.PHONY : src/pubsub/ua_pubsub_readergroup.o

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

src/pubsub/ua_pubsub_readergroup.i: src/pubsub/ua_pubsub_readergroup.c.i

.PHONY : src/pubsub/ua_pubsub_readergroup.i

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

src/pubsub/ua_pubsub_readergroup.s: src/pubsub/ua_pubsub_readergroup.c.s

.PHONY : src/pubsub/ua_pubsub_readergroup.s

# target to generate assembly for a file
src/pubsub/ua_pubsub_readergroup.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.s
.PHONY : src/pubsub/ua_pubsub_readergroup.c.s

src/pubsub/ua_pubsub_writer.o: src/pubsub/ua_pubsub_writer.c.o

.PHONY : src/pubsub/ua_pubsub_writer.o

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

src/pubsub/ua_pubsub_writer.i: src/pubsub/ua_pubsub_writer.c.i

.PHONY : src/pubsub/ua_pubsub_writer.i

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

src/pubsub/ua_pubsub_writer.s: src/pubsub/ua_pubsub_writer.c.s

.PHONY : src/pubsub/ua_pubsub_writer.s

# target to generate assembly for a file
src/pubsub/ua_pubsub_writer.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.s
.PHONY : src/pubsub/ua_pubsub_writer.c.s

src/pubsub/ua_pubsub_writergroup.o: src/pubsub/ua_pubsub_writergroup.c.o

.PHONY : src/pubsub/ua_pubsub_writergroup.o

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

src/pubsub/ua_pubsub_writergroup.i: src/pubsub/ua_pubsub_writergroup.c.i

.PHONY : src/pubsub/ua_pubsub_writergroup.i

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

src/pubsub/ua_pubsub_writergroup.s: src/pubsub/ua_pubsub_writergroup.c.s

.PHONY : src/pubsub/ua_pubsub_writergroup.s

# target to generate assembly for a file
src/pubsub/ua_pubsub_writergroup.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.s
.PHONY : src/pubsub/ua_pubsub_writergroup.c.s

src/server/ua_nodes.o: src/server/ua_nodes.c.o

.PHONY : src/server/ua_nodes.o

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

src/server/ua_nodes.i: src/server/ua_nodes.c.i

.PHONY : src/server/ua_nodes.i

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

src/server/ua_nodes.s: src/server/ua_nodes.c.s

.PHONY : src/server/ua_nodes.s

# target to generate assembly for a file
src/server/ua_nodes.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.s
.PHONY : src/server/ua_nodes.c.s

src/server/ua_server.o: src/server/ua_server.c.o

.PHONY : src/server/ua_server.o

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

src/server/ua_server.i: src/server/ua_server.c.i

.PHONY : src/server/ua_server.i

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

src/server/ua_server.s: src/server/ua_server.c.s

.PHONY : src/server/ua_server.s

# target to generate assembly for a file
src/server/ua_server.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_server.c.s
.PHONY : src/server/ua_server.c.s

src/server/ua_server_async.o: src/server/ua_server_async.c.o

.PHONY : src/server/ua_server_async.o

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

src/server/ua_server_async.i: src/server/ua_server_async.c.i

.PHONY : src/server/ua_server_async.i

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

src/server/ua_server_async.s: src/server/ua_server_async.c.s

.PHONY : src/server/ua_server_async.s

# target to generate assembly for a file
src/server/ua_server_async.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.s
.PHONY : src/server/ua_server_async.c.s

src/server/ua_server_binary.o: src/server/ua_server_binary.c.o

.PHONY : src/server/ua_server_binary.o

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

src/server/ua_server_binary.i: src/server/ua_server_binary.c.i

.PHONY : src/server/ua_server_binary.i

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

src/server/ua_server_binary.s: src/server/ua_server_binary.c.s

.PHONY : src/server/ua_server_binary.s

# target to generate assembly for a file
src/server/ua_server_binary.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.s
.PHONY : src/server/ua_server_binary.c.s

src/server/ua_server_config.o: src/server/ua_server_config.c.o

.PHONY : src/server/ua_server_config.o

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

src/server/ua_server_config.i: src/server/ua_server_config.c.i

.PHONY : src/server/ua_server_config.i

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

src/server/ua_server_config.s: src/server/ua_server_config.c.s

.PHONY : src/server/ua_server_config.s

# target to generate assembly for a file
src/server/ua_server_config.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.s
.PHONY : src/server/ua_server_config.c.s

src/server/ua_server_discovery.o: src/server/ua_server_discovery.c.o

.PHONY : src/server/ua_server_discovery.o

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

src/server/ua_server_discovery.i: src/server/ua_server_discovery.c.i

.PHONY : src/server/ua_server_discovery.i

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

src/server/ua_server_discovery.s: src/server/ua_server_discovery.c.s

.PHONY : src/server/ua_server_discovery.s

# target to generate assembly for a file
src/server/ua_server_discovery.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.s
.PHONY : src/server/ua_server_discovery.c.s

src/server/ua_server_ns0.o: src/server/ua_server_ns0.c.o

.PHONY : src/server/ua_server_ns0.o

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

src/server/ua_server_ns0.i: src/server/ua_server_ns0.c.i

.PHONY : src/server/ua_server_ns0.i

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

src/server/ua_server_ns0.s: src/server/ua_server_ns0.c.s

.PHONY : src/server/ua_server_ns0.s

# target to generate assembly for a file
src/server/ua_server_ns0.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.s
.PHONY : src/server/ua_server_ns0.c.s

src/server/ua_server_ns0_diagnostics.o: src/server/ua_server_ns0_diagnostics.c.o

.PHONY : src/server/ua_server_ns0_diagnostics.o

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

src/server/ua_server_ns0_diagnostics.i: src/server/ua_server_ns0_diagnostics.c.i

.PHONY : src/server/ua_server_ns0_diagnostics.i

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

src/server/ua_server_ns0_diagnostics.s: src/server/ua_server_ns0_diagnostics.c.s

.PHONY : src/server/ua_server_ns0_diagnostics.s

# target to generate assembly for a file
src/server/ua_server_ns0_diagnostics.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.s
.PHONY : src/server/ua_server_ns0_diagnostics.c.s

src/server/ua_server_utils.o: src/server/ua_server_utils.c.o

.PHONY : src/server/ua_server_utils.o

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

src/server/ua_server_utils.i: src/server/ua_server_utils.c.i

.PHONY : src/server/ua_server_utils.i

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

src/server/ua_server_utils.s: src/server/ua_server_utils.c.s

.PHONY : src/server/ua_server_utils.s

# target to generate assembly for a file
src/server/ua_server_utils.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.s
.PHONY : src/server/ua_server_utils.c.s

src/server/ua_services_attribute.o: src/server/ua_services_attribute.c.o

.PHONY : src/server/ua_services_attribute.o

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

src/server/ua_services_attribute.i: src/server/ua_services_attribute.c.i

.PHONY : src/server/ua_services_attribute.i

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

src/server/ua_services_attribute.s: src/server/ua_services_attribute.c.s

.PHONY : src/server/ua_services_attribute.s

# target to generate assembly for a file
src/server/ua_services_attribute.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.s
.PHONY : src/server/ua_services_attribute.c.s

src/server/ua_services_discovery.o: src/server/ua_services_discovery.c.o

.PHONY : src/server/ua_services_discovery.o

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

src/server/ua_services_discovery.i: src/server/ua_services_discovery.c.i

.PHONY : src/server/ua_services_discovery.i

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

src/server/ua_services_discovery.s: src/server/ua_services_discovery.c.s

.PHONY : src/server/ua_services_discovery.s

# target to generate assembly for a file
src/server/ua_services_discovery.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.s
.PHONY : src/server/ua_services_discovery.c.s

src/server/ua_services_discovery_multicast.o: src/server/ua_services_discovery_multicast.c.o

.PHONY : src/server/ua_services_discovery_multicast.o

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

src/server/ua_services_discovery_multicast.i: src/server/ua_services_discovery_multicast.c.i

.PHONY : src/server/ua_services_discovery_multicast.i

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

src/server/ua_services_discovery_multicast.s: src/server/ua_services_discovery_multicast.c.s

.PHONY : src/server/ua_services_discovery_multicast.s

# target to generate assembly for a file
src/server/ua_services_discovery_multicast.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.s
.PHONY : src/server/ua_services_discovery_multicast.c.s

src/server/ua_services_method.o: src/server/ua_services_method.c.o

.PHONY : src/server/ua_services_method.o

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

src/server/ua_services_method.i: src/server/ua_services_method.c.i

.PHONY : src/server/ua_services_method.i

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

src/server/ua_services_method.s: src/server/ua_services_method.c.s

.PHONY : src/server/ua_services_method.s

# target to generate assembly for a file
src/server/ua_services_method.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.s
.PHONY : src/server/ua_services_method.c.s

src/server/ua_services_monitoreditem.o: src/server/ua_services_monitoreditem.c.o

.PHONY : src/server/ua_services_monitoreditem.o

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

src/server/ua_services_monitoreditem.i: src/server/ua_services_monitoreditem.c.i

.PHONY : src/server/ua_services_monitoreditem.i

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

src/server/ua_services_monitoreditem.s: src/server/ua_services_monitoreditem.c.s

.PHONY : src/server/ua_services_monitoreditem.s

# target to generate assembly for a file
src/server/ua_services_monitoreditem.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.s
.PHONY : src/server/ua_services_monitoreditem.c.s

src/server/ua_services_nodemanagement.o: src/server/ua_services_nodemanagement.c.o

.PHONY : src/server/ua_services_nodemanagement.o

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

src/server/ua_services_nodemanagement.i: src/server/ua_services_nodemanagement.c.i

.PHONY : src/server/ua_services_nodemanagement.i

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

src/server/ua_services_nodemanagement.s: src/server/ua_services_nodemanagement.c.s

.PHONY : src/server/ua_services_nodemanagement.s

# target to generate assembly for a file
src/server/ua_services_nodemanagement.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.s
.PHONY : src/server/ua_services_nodemanagement.c.s

src/server/ua_services_securechannel.o: src/server/ua_services_securechannel.c.o

.PHONY : src/server/ua_services_securechannel.o

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

src/server/ua_services_securechannel.i: src/server/ua_services_securechannel.c.i

.PHONY : src/server/ua_services_securechannel.i

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

src/server/ua_services_securechannel.s: src/server/ua_services_securechannel.c.s

.PHONY : src/server/ua_services_securechannel.s

# target to generate assembly for a file
src/server/ua_services_securechannel.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.s
.PHONY : src/server/ua_services_securechannel.c.s

src/server/ua_services_session.o: src/server/ua_services_session.c.o

.PHONY : src/server/ua_services_session.o

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

src/server/ua_services_session.i: src/server/ua_services_session.c.i

.PHONY : src/server/ua_services_session.i

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

src/server/ua_services_session.s: src/server/ua_services_session.c.s

.PHONY : src/server/ua_services_session.s

# target to generate assembly for a file
src/server/ua_services_session.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.s
.PHONY : src/server/ua_services_session.c.s

src/server/ua_services_subscription.o: src/server/ua_services_subscription.c.o

.PHONY : src/server/ua_services_subscription.o

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

src/server/ua_services_subscription.i: src/server/ua_services_subscription.c.i

.PHONY : src/server/ua_services_subscription.i

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

src/server/ua_services_subscription.s: src/server/ua_services_subscription.c.s

.PHONY : src/server/ua_services_subscription.s

# target to generate assembly for a file
src/server/ua_services_subscription.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.s
.PHONY : src/server/ua_services_subscription.c.s

src/server/ua_services_view.o: src/server/ua_services_view.c.o

.PHONY : src/server/ua_services_view.o

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

src/server/ua_services_view.i: src/server/ua_services_view.c.i

.PHONY : src/server/ua_services_view.i

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

src/server/ua_services_view.s: src/server/ua_services_view.c.s

.PHONY : src/server/ua_services_view.s

# target to generate assembly for a file
src/server/ua_services_view.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.s
.PHONY : src/server/ua_services_view.c.s

src/server/ua_session.o: src/server/ua_session.c.o

.PHONY : src/server/ua_session.o

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

src/server/ua_session.i: src/server/ua_session.c.i

.PHONY : src/server/ua_session.i

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

src/server/ua_session.s: src/server/ua_session.c.s

.PHONY : src/server/ua_session.s

# target to generate assembly for a file
src/server/ua_session.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_session.c.s
.PHONY : src/server/ua_session.c.s

src/server/ua_subscription.o: src/server/ua_subscription.c.o

.PHONY : src/server/ua_subscription.o

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

src/server/ua_subscription.i: src/server/ua_subscription.c.i

.PHONY : src/server/ua_subscription.i

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

src/server/ua_subscription.s: src/server/ua_subscription.c.s

.PHONY : src/server/ua_subscription.s

# target to generate assembly for a file
src/server/ua_subscription.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.s
.PHONY : src/server/ua_subscription.c.s

src/server/ua_subscription_datachange.o: src/server/ua_subscription_datachange.c.o

.PHONY : src/server/ua_subscription_datachange.o

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

src/server/ua_subscription_datachange.i: src/server/ua_subscription_datachange.c.i

.PHONY : src/server/ua_subscription_datachange.i

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

src/server/ua_subscription_datachange.s: src/server/ua_subscription_datachange.c.s

.PHONY : src/server/ua_subscription_datachange.s

# target to generate assembly for a file
src/server/ua_subscription_datachange.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.s
.PHONY : src/server/ua_subscription_datachange.c.s

src/server/ua_subscription_events.o: src/server/ua_subscription_events.c.o

.PHONY : src/server/ua_subscription_events.o

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

src/server/ua_subscription_events.i: src/server/ua_subscription_events.c.i

.PHONY : src/server/ua_subscription_events.i

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

src/server/ua_subscription_events.s: src/server/ua_subscription_events.c.s

.PHONY : src/server/ua_subscription_events.s

# target to generate assembly for a file
src/server/ua_subscription_events.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.s
.PHONY : src/server/ua_subscription_events.c.s

src/server/ua_subscription_events_filter.o: src/server/ua_subscription_events_filter.c.o

.PHONY : src/server/ua_subscription_events_filter.o

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

src/server/ua_subscription_events_filter.i: src/server/ua_subscription_events_filter.c.i

.PHONY : src/server/ua_subscription_events_filter.i

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

src/server/ua_subscription_events_filter.s: src/server/ua_subscription_events_filter.c.s

.PHONY : src/server/ua_subscription_events_filter.s

# target to generate assembly for a file
src/server/ua_subscription_events_filter.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.s
.PHONY : src/server/ua_subscription_events_filter.c.s

src/server/ua_subscription_monitoreditem.o: src/server/ua_subscription_monitoreditem.c.o

.PHONY : src/server/ua_subscription_monitoreditem.o

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

src/server/ua_subscription_monitoreditem.i: src/server/ua_subscription_monitoreditem.c.i

.PHONY : src/server/ua_subscription_monitoreditem.i

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

src/server/ua_subscription_monitoreditem.s: src/server/ua_subscription_monitoreditem.c.s

.PHONY : src/server/ua_subscription_monitoreditem.s

# target to generate assembly for a file
src/server/ua_subscription_monitoreditem.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.s
.PHONY : src/server/ua_subscription_monitoreditem.c.s

src/ua_connection.o: src/ua_connection.c.o

.PHONY : src/ua_connection.o

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

src/ua_connection.i: src/ua_connection.c.i

.PHONY : src/ua_connection.i

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

src/ua_connection.s: src/ua_connection.c.s

.PHONY : src/ua_connection.s

# target to generate assembly for a file
src/ua_connection.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/ua_connection.c.s
.PHONY : src/ua_connection.c.s

src/ua_securechannel.o: src/ua_securechannel.c.o

.PHONY : src/ua_securechannel.o

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

src/ua_securechannel.i: src/ua_securechannel.c.i

.PHONY : src/ua_securechannel.i

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

src/ua_securechannel.s: src/ua_securechannel.c.s

.PHONY : src/ua_securechannel.s

# target to generate assembly for a file
src/ua_securechannel.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/ua_securechannel.c.s
.PHONY : src/ua_securechannel.c.s

src/ua_securechannel_crypto.o: src/ua_securechannel_crypto.c.o

.PHONY : src/ua_securechannel_crypto.o

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

src/ua_securechannel_crypto.i: src/ua_securechannel_crypto.c.i

.PHONY : src/ua_securechannel_crypto.i

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

src/ua_securechannel_crypto.s: src/ua_securechannel_crypto.c.s

.PHONY : src/ua_securechannel_crypto.s

# target to generate assembly for a file
src/ua_securechannel_crypto.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.s
.PHONY : src/ua_securechannel_crypto.c.s

src/ua_timer.o: src/ua_timer.c.o

.PHONY : src/ua_timer.o

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

src/ua_timer.i: src/ua_timer.c.i

.PHONY : src/ua_timer.i

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

src/ua_timer.s: src/ua_timer.c.s

.PHONY : src/ua_timer.s

# target to generate assembly for a file
src/ua_timer.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/ua_timer.c.s
.PHONY : src/ua_timer.c.s

src/ua_types.o: src/ua_types.c.o

.PHONY : src/ua_types.o

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

src/ua_types.i: src/ua_types.c.i

.PHONY : src/ua_types.i

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

src/ua_types.s: src/ua_types.c.s

.PHONY : src/ua_types.s

# target to generate assembly for a file
src/ua_types.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/ua_types.c.s
.PHONY : src/ua_types.c.s

src/ua_types_encoding_binary.o: src/ua_types_encoding_binary.c.o

.PHONY : src/ua_types_encoding_binary.o

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

src/ua_types_encoding_binary.i: src/ua_types_encoding_binary.c.i

.PHONY : src/ua_types_encoding_binary.i

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

src/ua_types_encoding_binary.s: src/ua_types_encoding_binary.c.s

.PHONY : src/ua_types_encoding_binary.s

# target to generate assembly for a file
src/ua_types_encoding_binary.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.s
.PHONY : src/ua_types_encoding_binary.c.s

src/ua_types_lex.o: src/ua_types_lex.c.o

.PHONY : src/ua_types_lex.o

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

src/ua_types_lex.i: src/ua_types_lex.c.i

.PHONY : src/ua_types_lex.i

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

src/ua_types_lex.s: src/ua_types_lex.c.s

.PHONY : src/ua_types_lex.s

# target to generate assembly for a file
src/ua_types_lex.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/ua_types_lex.c.s
.PHONY : src/ua_types_lex.c.s

src/ua_types_print.o: src/ua_types_print.c.o

.PHONY : src/ua_types_print.o

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

src/ua_types_print.i: src/ua_types_print.c.i

.PHONY : src/ua_types_print.i

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

src/ua_types_print.s: src/ua_types_print.c.s

.PHONY : src/ua_types_print.s

# target to generate assembly for a file
src/ua_types_print.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/ua_types_print.c.s
.PHONY : src/ua_types_print.c.s

src/ua_util.o: src/ua_util.c.o

.PHONY : src/ua_util.o

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

src/ua_util.i: src/ua_util.c.i

.PHONY : src/ua_util.i

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

src/ua_util.s: src/ua_util.c.s

.PHONY : src/ua_util.s

# target to generate assembly for a file
src/ua_util.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src/ua_util.c.s
.PHONY : src/ua_util.c.s

src_generated/open62541/namespace0_generated.o: src_generated/open62541/namespace0_generated.c.o

.PHONY : src_generated/open62541/namespace0_generated.o

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

src_generated/open62541/namespace0_generated.i: src_generated/open62541/namespace0_generated.c.i

.PHONY : src_generated/open62541/namespace0_generated.i

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

src_generated/open62541/namespace0_generated.s: src_generated/open62541/namespace0_generated.c.s

.PHONY : src_generated/open62541/namespace0_generated.s

# target to generate assembly for a file
src_generated/open62541/namespace0_generated.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.s
.PHONY : src_generated/open62541/namespace0_generated.c.s

src_generated/open62541/statuscodes.o: src_generated/open62541/statuscodes.c.o

.PHONY : src_generated/open62541/statuscodes.o

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

src_generated/open62541/statuscodes.i: src_generated/open62541/statuscodes.c.i

.PHONY : src_generated/open62541/statuscodes.i

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

src_generated/open62541/statuscodes.s: src_generated/open62541/statuscodes.c.s

.PHONY : src_generated/open62541/statuscodes.s

# target to generate assembly for a file
src_generated/open62541/statuscodes.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.s
.PHONY : src_generated/open62541/statuscodes.c.s

src_generated/open62541/transport_generated.o: src_generated/open62541/transport_generated.c.o

.PHONY : src_generated/open62541/transport_generated.o

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

src_generated/open62541/transport_generated.i: src_generated/open62541/transport_generated.c.i

.PHONY : src_generated/open62541/transport_generated.i

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

src_generated/open62541/transport_generated.s: src_generated/open62541/transport_generated.c.s

.PHONY : src_generated/open62541/transport_generated.s

# target to generate assembly for a file
src_generated/open62541/transport_generated.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.s
.PHONY : src_generated/open62541/transport_generated.c.s

src_generated/open62541/types_generated.o: src_generated/open62541/types_generated.c.o

.PHONY : src_generated/open62541/types_generated.o

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

src_generated/open62541/types_generated.i: src_generated/open62541/types_generated.c.i

.PHONY : src_generated/open62541/types_generated.i

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

src_generated/open62541/types_generated.s: src_generated/open62541/types_generated.c.s

.PHONY : src_generated/open62541/types_generated.s

# target to generate assembly for a file
src_generated/open62541/types_generated.c.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f 3rdparty/open62541/CMakeFiles/open62541-object.dir/build.make 3rdparty/open62541/CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.s
.PHONY : src_generated/open62541/types_generated.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-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-plugins"
	@echo "... arch/network_tcp.o"
	@echo "... arch/network_tcp.i"
	@echo "... arch/network_tcp.s"
	@echo "... arch/posix/ua_architecture_functions.o"
	@echo "... arch/posix/ua_architecture_functions.i"
	@echo "... arch/posix/ua_architecture_functions.s"
	@echo "... arch/posix/ua_clock.o"
	@echo "... arch/posix/ua_clock.i"
	@echo "... arch/posix/ua_clock.s"
	@echo "... deps/aa_tree.o"
	@echo "... deps/aa_tree.i"
	@echo "... deps/aa_tree.s"
	@echo "... deps/base64.o"
	@echo "... deps/base64.i"
	@echo "... deps/base64.s"
	@echo "... deps/libc_time.o"
	@echo "... deps/libc_time.i"
	@echo "... deps/libc_time.s"
	@echo "... deps/pcg_basic.o"
	@echo "... deps/pcg_basic.i"
	@echo "... deps/pcg_basic.s"
	@echo "... deps/ziptree.o"
	@echo "... deps/ziptree.i"
	@echo "... deps/ziptree.s"
	@echo "... plugins/crypto/openssl/securitypolicy_openssl_common.o"
	@echo "... plugins/crypto/openssl/securitypolicy_openssl_common.i"
	@echo "... plugins/crypto/openssl/securitypolicy_openssl_common.s"
	@echo "... plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.o"
	@echo "... plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.i"
	@echo "... plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.s"
	@echo "... plugins/crypto/openssl/ua_openssl_basic128rsa15.o"
	@echo "... plugins/crypto/openssl/ua_openssl_basic128rsa15.i"
	@echo "... plugins/crypto/openssl/ua_openssl_basic128rsa15.s"
	@echo "... plugins/crypto/openssl/ua_openssl_basic256.o"
	@echo "... plugins/crypto/openssl/ua_openssl_basic256.i"
	@echo "... plugins/crypto/openssl/ua_openssl_basic256.s"
	@echo "... plugins/crypto/openssl/ua_openssl_basic256sha256.o"
	@echo "... plugins/crypto/openssl/ua_openssl_basic256sha256.i"
	@echo "... plugins/crypto/openssl/ua_openssl_basic256sha256.s"
	@echo "... plugins/crypto/openssl/ua_openssl_create_certificate.o"
	@echo "... plugins/crypto/openssl/ua_openssl_create_certificate.i"
	@echo "... plugins/crypto/openssl/ua_openssl_create_certificate.s"
	@echo "... plugins/crypto/openssl/ua_pki_openssl.o"
	@echo "... plugins/crypto/openssl/ua_pki_openssl.i"
	@echo "... plugins/crypto/openssl/ua_pki_openssl.s"
	@echo "... plugins/crypto/ua_pki_none.o"
	@echo "... plugins/crypto/ua_pki_none.i"
	@echo "... plugins/crypto/ua_pki_none.s"
	@echo "... plugins/crypto/ua_securitypolicy_none.o"
	@echo "... plugins/crypto/ua_securitypolicy_none.i"
	@echo "... plugins/crypto/ua_securitypolicy_none.s"
	@echo "... plugins/ua_accesscontrol_default.o"
	@echo "... plugins/ua_accesscontrol_default.i"
	@echo "... plugins/ua_accesscontrol_default.s"
	@echo "... plugins/ua_config_default.o"
	@echo "... plugins/ua_config_default.i"
	@echo "... plugins/ua_config_default.s"
	@echo "... plugins/ua_log_stdout.o"
	@echo "... plugins/ua_log_stdout.i"
	@echo "... plugins/ua_log_stdout.s"
	@echo "... plugins/ua_log_syslog.o"
	@echo "... plugins/ua_log_syslog.i"
	@echo "... plugins/ua_log_syslog.s"
	@echo "... plugins/ua_nodestore_hashmap.o"
	@echo "... plugins/ua_nodestore_hashmap.i"
	@echo "... plugins/ua_nodestore_hashmap.s"
	@echo "... plugins/ua_nodestore_ziptree.o"
	@echo "... plugins/ua_nodestore_ziptree.i"
	@echo "... plugins/ua_nodestore_ziptree.s"
	@echo "... src/client/ua_client.o"
	@echo "... src/client/ua_client.i"
	@echo "... src/client/ua_client.s"
	@echo "... src/client/ua_client_connect.o"
	@echo "... src/client/ua_client_connect.i"
	@echo "... src/client/ua_client_connect.s"
	@echo "... src/client/ua_client_discovery.o"
	@echo "... src/client/ua_client_discovery.i"
	@echo "... src/client/ua_client_discovery.s"
	@echo "... src/client/ua_client_highlevel.o"
	@echo "... src/client/ua_client_highlevel.i"
	@echo "... src/client/ua_client_highlevel.s"
	@echo "... src/client/ua_client_subscriptions.o"
	@echo "... src/client/ua_client_subscriptions.i"
	@echo "... src/client/ua_client_subscriptions.s"
	@echo "... src/pubsub/ua_pubsub_config.o"
	@echo "... src/pubsub/ua_pubsub_config.i"
	@echo "... src/pubsub/ua_pubsub_config.s"
	@echo "... src/pubsub/ua_pubsub_manager.o"
	@echo "... src/pubsub/ua_pubsub_manager.i"
	@echo "... src/pubsub/ua_pubsub_manager.s"
	@echo "... src/pubsub/ua_pubsub_networkmessage.o"
	@echo "... src/pubsub/ua_pubsub_networkmessage.i"
	@echo "... src/pubsub/ua_pubsub_networkmessage.s"
	@echo "... src/pubsub/ua_pubsub_ns0.o"
	@echo "... src/pubsub/ua_pubsub_ns0.i"
	@echo "... src/pubsub/ua_pubsub_ns0.s"
	@echo "... src/pubsub/ua_pubsub_reader.o"
	@echo "... src/pubsub/ua_pubsub_reader.i"
	@echo "... src/pubsub/ua_pubsub_reader.s"
	@echo "... src/pubsub/ua_pubsub_readergroup.o"
	@echo "... src/pubsub/ua_pubsub_readergroup.i"
	@echo "... src/pubsub/ua_pubsub_readergroup.s"
	@echo "... src/pubsub/ua_pubsub_writer.o"
	@echo "... src/pubsub/ua_pubsub_writer.i"
	@echo "... src/pubsub/ua_pubsub_writer.s"
	@echo "... src/pubsub/ua_pubsub_writergroup.o"
	@echo "... src/pubsub/ua_pubsub_writergroup.i"
	@echo "... src/pubsub/ua_pubsub_writergroup.s"
	@echo "... src/server/ua_nodes.o"
	@echo "... src/server/ua_nodes.i"
	@echo "... src/server/ua_nodes.s"
	@echo "... src/server/ua_server.o"
	@echo "... src/server/ua_server.i"
	@echo "... src/server/ua_server.s"
	@echo "... src/server/ua_server_async.o"
	@echo "... src/server/ua_server_async.i"
	@echo "... src/server/ua_server_async.s"
	@echo "... src/server/ua_server_binary.o"
	@echo "... src/server/ua_server_binary.i"
	@echo "... src/server/ua_server_binary.s"
	@echo "... src/server/ua_server_config.o"
	@echo "... src/server/ua_server_config.i"
	@echo "... src/server/ua_server_config.s"
	@echo "... src/server/ua_server_discovery.o"
	@echo "... src/server/ua_server_discovery.i"
	@echo "... src/server/ua_server_discovery.s"
	@echo "... src/server/ua_server_ns0.o"
	@echo "... src/server/ua_server_ns0.i"
	@echo "... src/server/ua_server_ns0.s"
	@echo "... src/server/ua_server_ns0_diagnostics.o"
	@echo "... src/server/ua_server_ns0_diagnostics.i"
	@echo "... src/server/ua_server_ns0_diagnostics.s"
	@echo "... src/server/ua_server_utils.o"
	@echo "... src/server/ua_server_utils.i"
	@echo "... src/server/ua_server_utils.s"
	@echo "... src/server/ua_services_attribute.o"
	@echo "... src/server/ua_services_attribute.i"
	@echo "... src/server/ua_services_attribute.s"
	@echo "... src/server/ua_services_discovery.o"
	@echo "... src/server/ua_services_discovery.i"
	@echo "... src/server/ua_services_discovery.s"
	@echo "... src/server/ua_services_discovery_multicast.o"
	@echo "... src/server/ua_services_discovery_multicast.i"
	@echo "... src/server/ua_services_discovery_multicast.s"
	@echo "... src/server/ua_services_method.o"
	@echo "... src/server/ua_services_method.i"
	@echo "... src/server/ua_services_method.s"
	@echo "... src/server/ua_services_monitoreditem.o"
	@echo "... src/server/ua_services_monitoreditem.i"
	@echo "... src/server/ua_services_monitoreditem.s"
	@echo "... src/server/ua_services_nodemanagement.o"
	@echo "... src/server/ua_services_nodemanagement.i"
	@echo "... src/server/ua_services_nodemanagement.s"
	@echo "... src/server/ua_services_securechannel.o"
	@echo "... src/server/ua_services_securechannel.i"
	@echo "... src/server/ua_services_securechannel.s"
	@echo "... src/server/ua_services_session.o"
	@echo "... src/server/ua_services_session.i"
	@echo "... src/server/ua_services_session.s"
	@echo "... src/server/ua_services_subscription.o"
	@echo "... src/server/ua_services_subscription.i"
	@echo "... src/server/ua_services_subscription.s"
	@echo "... src/server/ua_services_view.o"
	@echo "... src/server/ua_services_view.i"
	@echo "... src/server/ua_services_view.s"
	@echo "... src/server/ua_session.o"
	@echo "... src/server/ua_session.i"
	@echo "... src/server/ua_session.s"
	@echo "... src/server/ua_subscription.o"
	@echo "... src/server/ua_subscription.i"
	@echo "... src/server/ua_subscription.s"
	@echo "... src/server/ua_subscription_datachange.o"
	@echo "... src/server/ua_subscription_datachange.i"
	@echo "... src/server/ua_subscription_datachange.s"
	@echo "... src/server/ua_subscription_events.o"
	@echo "... src/server/ua_subscription_events.i"
	@echo "... src/server/ua_subscription_events.s"
	@echo "... src/server/ua_subscription_events_filter.o"
	@echo "... src/server/ua_subscription_events_filter.i"
	@echo "... src/server/ua_subscription_events_filter.s"
	@echo "... src/server/ua_subscription_monitoreditem.o"
	@echo "... src/server/ua_subscription_monitoreditem.i"
	@echo "... src/server/ua_subscription_monitoreditem.s"
	@echo "... src/ua_connection.o"
	@echo "... src/ua_connection.i"
	@echo "... src/ua_connection.s"
	@echo "... src/ua_securechannel.o"
	@echo "... src/ua_securechannel.i"
	@echo "... src/ua_securechannel.s"
	@echo "... src/ua_securechannel_crypto.o"
	@echo "... src/ua_securechannel_crypto.i"
	@echo "... src/ua_securechannel_crypto.s"
	@echo "... src/ua_timer.o"
	@echo "... src/ua_timer.i"
	@echo "... src/ua_timer.s"
	@echo "... src/ua_types.o"
	@echo "... src/ua_types.i"
	@echo "... src/ua_types.s"
	@echo "... src/ua_types_encoding_binary.o"
	@echo "... src/ua_types_encoding_binary.i"
	@echo "... src/ua_types_encoding_binary.s"
	@echo "... src/ua_types_lex.o"
	@echo "... src/ua_types_lex.i"
	@echo "... src/ua_types_lex.s"
	@echo "... src/ua_types_print.o"
	@echo "... src/ua_types_print.i"
	@echo "... src/ua_types_print.s"
	@echo "... src/ua_util.o"
	@echo "... src/ua_util.i"
	@echo "... src/ua_util.s"
	@echo "... src_generated/open62541/namespace0_generated.o"
	@echo "... src_generated/open62541/namespace0_generated.i"
	@echo "... src_generated/open62541/namespace0_generated.s"
	@echo "... src_generated/open62541/statuscodes.o"
	@echo "... src_generated/open62541/statuscodes.i"
	@echo "... src_generated/open62541/statuscodes.s"
	@echo "... src_generated/open62541/transport_generated.o"
	@echo "... src_generated/open62541/transport_generated.i"
	@echo "... src_generated/open62541/transport_generated.s"
	@echo "... src_generated/open62541/types_generated.o"
	@echo "... src_generated/open62541/types_generated.i"
	@echo "... src_generated/open62541/types_generated.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/datagate/datagate_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

