# 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 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 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

# 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 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 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

# 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/tests//CMakeFiles/progress.marks
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/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 tests/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 tests/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/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.
tests/CMakeFiles/open62541pp_tests.dir/rule:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/open62541pp_tests.dir/rule
.PHONY : tests/CMakeFiles/open62541pp_tests.dir/rule

# Convenience name for target.
open62541pp_tests: tests/CMakeFiles/open62541pp_tests.dir/rule

.PHONY : open62541pp_tests

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

Client.o: Client.cpp.o

.PHONY : Client.o

# target to build an object file
Client.cpp.o:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/Client.cpp.o
.PHONY : Client.cpp.o

Client.i: Client.cpp.i

.PHONY : Client.i

# target to preprocess a source file
Client.cpp.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/Client.cpp.i
.PHONY : Client.cpp.i

Client.s: Client.cpp.s

.PHONY : Client.s

# target to generate assembly for a file
Client.cpp.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/Client.cpp.s
.PHONY : Client.cpp.s

Crypto.o: Crypto.cpp.o

.PHONY : Crypto.o

# target to build an object file
Crypto.cpp.o:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/Crypto.cpp.o
.PHONY : Crypto.cpp.o

Crypto.i: Crypto.cpp.i

.PHONY : Crypto.i

# target to preprocess a source file
Crypto.cpp.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/Crypto.cpp.i
.PHONY : Crypto.cpp.i

Crypto.s: Crypto.cpp.s

.PHONY : Crypto.s

# target to generate assembly for a file
Crypto.cpp.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/Crypto.cpp.s
.PHONY : Crypto.cpp.s

Logger.o: Logger.cpp.o

.PHONY : Logger.o

# target to build an object file
Logger.cpp.o:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/Logger.cpp.o
.PHONY : Logger.cpp.o

Logger.i: Logger.cpp.i

.PHONY : Logger.i

# target to preprocess a source file
Logger.cpp.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/Logger.cpp.i
.PHONY : Logger.cpp.i

Logger.s: Logger.cpp.s

.PHONY : Logger.s

# target to generate assembly for a file
Logger.cpp.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/Logger.cpp.s
.PHONY : Logger.cpp.s

Node.o: Node.cpp.o

.PHONY : Node.o

# target to build an object file
Node.cpp.o:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/Node.cpp.o
.PHONY : Node.cpp.o

Node.i: Node.cpp.i

.PHONY : Node.i

# target to preprocess a source file
Node.cpp.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/Node.cpp.i
.PHONY : Node.cpp.i

Node.s: Node.cpp.s

.PHONY : Node.s

# target to generate assembly for a file
Node.cpp.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/Node.cpp.s
.PHONY : Node.cpp.s

Server.o: Server.cpp.o

.PHONY : Server.o

# target to build an object file
Server.cpp.o:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/Server.cpp.o
.PHONY : Server.cpp.o

Server.i: Server.cpp.i

.PHONY : Server.i

# target to preprocess a source file
Server.cpp.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/Server.cpp.i
.PHONY : Server.cpp.i

Server.s: Server.cpp.s

.PHONY : Server.s

# target to generate assembly for a file
Server.cpp.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/Server.cpp.s
.PHONY : Server.cpp.s

Services.o: Services.cpp.o

.PHONY : Services.o

# target to build an object file
Services.cpp.o:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/Services.cpp.o
.PHONY : Services.cpp.o

Services.i: Services.cpp.i

.PHONY : Services.i

# target to preprocess a source file
Services.cpp.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/Services.cpp.i
.PHONY : Services.cpp.i

Services.s: Services.cpp.s

.PHONY : Services.s

# target to generate assembly for a file
Services.cpp.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/Services.cpp.s
.PHONY : Services.cpp.s

Subscription_MonitoredItem.o: Subscription_MonitoredItem.cpp.o

.PHONY : Subscription_MonitoredItem.o

# target to build an object file
Subscription_MonitoredItem.cpp.o:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/Subscription_MonitoredItem.cpp.o
.PHONY : Subscription_MonitoredItem.cpp.o

Subscription_MonitoredItem.i: Subscription_MonitoredItem.cpp.i

.PHONY : Subscription_MonitoredItem.i

# target to preprocess a source file
Subscription_MonitoredItem.cpp.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/Subscription_MonitoredItem.cpp.i
.PHONY : Subscription_MonitoredItem.cpp.i

Subscription_MonitoredItem.s: Subscription_MonitoredItem.cpp.s

.PHONY : Subscription_MonitoredItem.s

# target to generate assembly for a file
Subscription_MonitoredItem.cpp.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/Subscription_MonitoredItem.cpp.s
.PHONY : Subscription_MonitoredItem.cpp.s

TypeConverter.o: TypeConverter.cpp.o

.PHONY : TypeConverter.o

# target to build an object file
TypeConverter.cpp.o:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/TypeConverter.cpp.o
.PHONY : TypeConverter.cpp.o

TypeConverter.i: TypeConverter.cpp.i

.PHONY : TypeConverter.i

# target to preprocess a source file
TypeConverter.cpp.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/TypeConverter.cpp.i
.PHONY : TypeConverter.cpp.i

TypeConverter.s: TypeConverter.cpp.s

.PHONY : TypeConverter.s

# target to generate assembly for a file
TypeConverter.cpp.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/TypeConverter.cpp.s
.PHONY : TypeConverter.cpp.s

TypeWrapper.o: TypeWrapper.cpp.o

.PHONY : TypeWrapper.o

# target to build an object file
TypeWrapper.cpp.o:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/TypeWrapper.cpp.o
.PHONY : TypeWrapper.cpp.o

TypeWrapper.i: TypeWrapper.cpp.i

.PHONY : TypeWrapper.i

# target to preprocess a source file
TypeWrapper.cpp.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/TypeWrapper.cpp.i
.PHONY : TypeWrapper.cpp.i

TypeWrapper.s: TypeWrapper.cpp.s

.PHONY : TypeWrapper.s

# target to generate assembly for a file
TypeWrapper.cpp.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/TypeWrapper.cpp.s
.PHONY : TypeWrapper.cpp.s

Types.o: Types.cpp.o

.PHONY : Types.o

# target to build an object file
Types.cpp.o:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/Types.cpp.o
.PHONY : Types.cpp.o

Types.i: Types.cpp.i

.PHONY : Types.i

# target to preprocess a source file
Types.cpp.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/Types.cpp.i
.PHONY : Types.cpp.i

Types.s: Types.cpp.s

.PHONY : Types.s

# target to generate assembly for a file
Types.cpp.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/Types.cpp.s
.PHONY : Types.cpp.s

helper.o: helper.cpp.o

.PHONY : helper.o

# target to build an object file
helper.cpp.o:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/helper.cpp.o
.PHONY : helper.cpp.o

helper.i: helper.cpp.i

.PHONY : helper.i

# target to preprocess a source file
helper.cpp.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/helper.cpp.i
.PHONY : helper.cpp.i

helper.s: helper.cpp.s

.PHONY : helper.s

# target to generate assembly for a file
helper.cpp.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/helper.cpp.s
.PHONY : helper.cpp.s

main.o: main.cpp.o

.PHONY : main.o

# target to build an object file
main.cpp.o:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/main.cpp.o
.PHONY : main.cpp.o

main.i: main.cpp.i

.PHONY : main.i

# target to preprocess a source file
main.cpp.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/main.cpp.i
.PHONY : main.cpp.i

main.s: main.cpp.s

.PHONY : main.s

# target to generate assembly for a file
main.cpp.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/main.cpp.s
.PHONY : main.cpp.s

overloads.o: overloads.cpp.o

.PHONY : overloads.o

# target to build an object file
overloads.cpp.o:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/overloads.cpp.o
.PHONY : overloads.cpp.o

overloads.i: overloads.cpp.i

.PHONY : overloads.i

# target to preprocess a source file
overloads.cpp.i:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/overloads.cpp.i
.PHONY : overloads.cpp.i

overloads.s: overloads.cpp.s

.PHONY : overloads.s

# target to generate assembly for a file
overloads.cpp.s:
	cd /workspaces/datagate/datagate_libs/open62541pp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/open62541pp_tests.dir/build.make tests/CMakeFiles/open62541pp_tests.dir/overloads.cpp.s
.PHONY : overloads.cpp.s

# Help Target
help:
	@echo "The following are some of the valid targets for this Makefile:"
	@echo "... all (the default if no target is provided)"
	@echo "... clean"
	@echo "... depend"
	@echo "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... test"
	@echo "... open62541pp_tests"
	@echo "... Client.o"
	@echo "... Client.i"
	@echo "... Client.s"
	@echo "... Crypto.o"
	@echo "... Crypto.i"
	@echo "... Crypto.s"
	@echo "... Logger.o"
	@echo "... Logger.i"
	@echo "... Logger.s"
	@echo "... Node.o"
	@echo "... Node.i"
	@echo "... Node.s"
	@echo "... Server.o"
	@echo "... Server.i"
	@echo "... Server.s"
	@echo "... Services.o"
	@echo "... Services.i"
	@echo "... Services.s"
	@echo "... Subscription_MonitoredItem.o"
	@echo "... Subscription_MonitoredItem.i"
	@echo "... Subscription_MonitoredItem.s"
	@echo "... TypeConverter.o"
	@echo "... TypeConverter.i"
	@echo "... TypeConverter.s"
	@echo "... TypeWrapper.o"
	@echo "... TypeWrapper.i"
	@echo "... TypeWrapper.s"
	@echo "... Types.o"
	@echo "... Types.i"
	@echo "... Types.s"
	@echo "... helper.o"
	@echo "... helper.i"
	@echo "... helper.s"
	@echo "... main.o"
	@echo "... main.i"
	@echo "... main.s"
	@echo "... overloads.o"
	@echo "... overloads.i"
	@echo "... overloads.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

