Files

437 lines
15 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.29
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# 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 = /home/markus/git/vrpmdvweb/vrpmdvaotserver
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/markus/git/vrpmdvweb/vrpmdvaotserver/build
#=============================================================================
# Targets provided globally by CMake.
# 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 edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/markus/git/vrpmdvweb/vrpmdvaotserver/build/CMakeFiles /home/markus/git/vrpmdvweb/vrpmdvaotserver/build//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/markus/git/vrpmdvweb/vrpmdvaotserver/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
depend:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named crud-lib
# Build rule for target.
crud-lib: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 crud-lib
.PHONY : crud-lib
# fast build rule for target.
crud-lib/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-lib.dir/build.make CMakeFiles/crud-lib.dir/build
.PHONY : crud-lib/fast
#=============================================================================
# Target rules for targets named crud-exe
# Build rule for target.
crud-exe: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 crud-exe
.PHONY : crud-exe
# fast build rule for target.
crud-exe/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-exe.dir/build.make CMakeFiles/crud-exe.dir/build
.PHONY : crud-exe/fast
#=============================================================================
# Target rules for targets named crud-test
# Build rule for target.
crud-test: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 crud-test
.PHONY : crud-test
# fast build rule for target.
crud-test/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-test.dir/build.make CMakeFiles/crud-test.dir/build
.PHONY : crud-test/fast
src/App.o: src/App.cpp.o
.PHONY : src/App.o
# target to build an object file
src/App.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-exe.dir/build.make CMakeFiles/crud-exe.dir/src/App.cpp.o
.PHONY : src/App.cpp.o
src/App.i: src/App.cpp.i
.PHONY : src/App.i
# target to preprocess a source file
src/App.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-exe.dir/build.make CMakeFiles/crud-exe.dir/src/App.cpp.i
.PHONY : src/App.cpp.i
src/App.s: src/App.cpp.s
.PHONY : src/App.s
# target to generate assembly for a file
src/App.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-exe.dir/build.make CMakeFiles/crud-exe.dir/src/App.cpp.s
.PHONY : src/App.cpp.s
src/ErrorHandler.o: src/ErrorHandler.cpp.o
.PHONY : src/ErrorHandler.o
# target to build an object file
src/ErrorHandler.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-lib.dir/build.make CMakeFiles/crud-lib.dir/src/ErrorHandler.cpp.o
.PHONY : src/ErrorHandler.cpp.o
src/ErrorHandler.i: src/ErrorHandler.cpp.i
.PHONY : src/ErrorHandler.i
# target to preprocess a source file
src/ErrorHandler.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-lib.dir/build.make CMakeFiles/crud-lib.dir/src/ErrorHandler.cpp.i
.PHONY : src/ErrorHandler.cpp.i
src/ErrorHandler.s: src/ErrorHandler.cpp.s
.PHONY : src/ErrorHandler.s
# target to generate assembly for a file
src/ErrorHandler.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-lib.dir/build.make CMakeFiles/crud-lib.dir/src/ErrorHandler.cpp.s
.PHONY : src/ErrorHandler.cpp.s
src/RTSMonitoring/RTSCoproHelper.o: src/RTSMonitoring/RTSCoproHelper.cpp.o
.PHONY : src/RTSMonitoring/RTSCoproHelper.o
# target to build an object file
src/RTSMonitoring/RTSCoproHelper.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-lib.dir/build.make CMakeFiles/crud-lib.dir/src/RTSMonitoring/RTSCoproHelper.cpp.o
.PHONY : src/RTSMonitoring/RTSCoproHelper.cpp.o
src/RTSMonitoring/RTSCoproHelper.i: src/RTSMonitoring/RTSCoproHelper.cpp.i
.PHONY : src/RTSMonitoring/RTSCoproHelper.i
# target to preprocess a source file
src/RTSMonitoring/RTSCoproHelper.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-lib.dir/build.make CMakeFiles/crud-lib.dir/src/RTSMonitoring/RTSCoproHelper.cpp.i
.PHONY : src/RTSMonitoring/RTSCoproHelper.cpp.i
src/RTSMonitoring/RTSCoproHelper.s: src/RTSMonitoring/RTSCoproHelper.cpp.s
.PHONY : src/RTSMonitoring/RTSCoproHelper.s
# target to generate assembly for a file
src/RTSMonitoring/RTSCoproHelper.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-lib.dir/build.make CMakeFiles/crud-lib.dir/src/RTSMonitoring/RTSCoproHelper.cpp.s
.PHONY : src/RTSMonitoring/RTSCoproHelper.cpp.s
src/RTSMonitoring/RTSMonitoringTask.o: src/RTSMonitoring/RTSMonitoringTask.cpp.o
.PHONY : src/RTSMonitoring/RTSMonitoringTask.o
# target to build an object file
src/RTSMonitoring/RTSMonitoringTask.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-lib.dir/build.make CMakeFiles/crud-lib.dir/src/RTSMonitoring/RTSMonitoringTask.cpp.o
.PHONY : src/RTSMonitoring/RTSMonitoringTask.cpp.o
src/RTSMonitoring/RTSMonitoringTask.i: src/RTSMonitoring/RTSMonitoringTask.cpp.i
.PHONY : src/RTSMonitoring/RTSMonitoringTask.i
# target to preprocess a source file
src/RTSMonitoring/RTSMonitoringTask.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-lib.dir/build.make CMakeFiles/crud-lib.dir/src/RTSMonitoring/RTSMonitoringTask.cpp.i
.PHONY : src/RTSMonitoring/RTSMonitoringTask.cpp.i
src/RTSMonitoring/RTSMonitoringTask.s: src/RTSMonitoring/RTSMonitoringTask.cpp.s
.PHONY : src/RTSMonitoring/RTSMonitoringTask.s
# target to generate assembly for a file
src/RTSMonitoring/RTSMonitoringTask.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-lib.dir/build.make CMakeFiles/crud-lib.dir/src/RTSMonitoring/RTSMonitoringTask.cpp.s
.PHONY : src/RTSMonitoring/RTSMonitoringTask.cpp.s
src/service/MonitoringService.o: src/service/MonitoringService.cpp.o
.PHONY : src/service/MonitoringService.o
# target to build an object file
src/service/MonitoringService.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-lib.dir/build.make CMakeFiles/crud-lib.dir/src/service/MonitoringService.cpp.o
.PHONY : src/service/MonitoringService.cpp.o
src/service/MonitoringService.i: src/service/MonitoringService.cpp.i
.PHONY : src/service/MonitoringService.i
# target to preprocess a source file
src/service/MonitoringService.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-lib.dir/build.make CMakeFiles/crud-lib.dir/src/service/MonitoringService.cpp.i
.PHONY : src/service/MonitoringService.cpp.i
src/service/MonitoringService.s: src/service/MonitoringService.cpp.s
.PHONY : src/service/MonitoringService.s
# target to generate assembly for a file
src/service/MonitoringService.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-lib.dir/build.make CMakeFiles/crud-lib.dir/src/service/MonitoringService.cpp.s
.PHONY : src/service/MonitoringService.cpp.s
src/service/UserService.o: src/service/UserService.cpp.o
.PHONY : src/service/UserService.o
# target to build an object file
src/service/UserService.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-lib.dir/build.make CMakeFiles/crud-lib.dir/src/service/UserService.cpp.o
.PHONY : src/service/UserService.cpp.o
src/service/UserService.i: src/service/UserService.cpp.i
.PHONY : src/service/UserService.i
# target to preprocess a source file
src/service/UserService.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-lib.dir/build.make CMakeFiles/crud-lib.dir/src/service/UserService.cpp.i
.PHONY : src/service/UserService.cpp.i
src/service/UserService.s: src/service/UserService.cpp.s
.PHONY : src/service/UserService.s
# target to generate assembly for a file
src/service/UserService.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-lib.dir/build.make CMakeFiles/crud-lib.dir/src/service/UserService.cpp.s
.PHONY : src/service/UserService.cpp.s
test/MonitoringControllerTest.o: test/MonitoringControllerTest.cpp.o
.PHONY : test/MonitoringControllerTest.o
# target to build an object file
test/MonitoringControllerTest.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-test.dir/build.make CMakeFiles/crud-test.dir/test/MonitoringControllerTest.cpp.o
.PHONY : test/MonitoringControllerTest.cpp.o
test/MonitoringControllerTest.i: test/MonitoringControllerTest.cpp.i
.PHONY : test/MonitoringControllerTest.i
# target to preprocess a source file
test/MonitoringControllerTest.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-test.dir/build.make CMakeFiles/crud-test.dir/test/MonitoringControllerTest.cpp.i
.PHONY : test/MonitoringControllerTest.cpp.i
test/MonitoringControllerTest.s: test/MonitoringControllerTest.cpp.s
.PHONY : test/MonitoringControllerTest.s
# target to generate assembly for a file
test/MonitoringControllerTest.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-test.dir/build.make CMakeFiles/crud-test.dir/test/MonitoringControllerTest.cpp.s
.PHONY : test/MonitoringControllerTest.cpp.s
test/UserControllerTest.o: test/UserControllerTest.cpp.o
.PHONY : test/UserControllerTest.o
# target to build an object file
test/UserControllerTest.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-test.dir/build.make CMakeFiles/crud-test.dir/test/UserControllerTest.cpp.o
.PHONY : test/UserControllerTest.cpp.o
test/UserControllerTest.i: test/UserControllerTest.cpp.i
.PHONY : test/UserControllerTest.i
# target to preprocess a source file
test/UserControllerTest.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-test.dir/build.make CMakeFiles/crud-test.dir/test/UserControllerTest.cpp.i
.PHONY : test/UserControllerTest.cpp.i
test/UserControllerTest.s: test/UserControllerTest.cpp.s
.PHONY : test/UserControllerTest.s
# target to generate assembly for a file
test/UserControllerTest.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-test.dir/build.make CMakeFiles/crud-test.dir/test/UserControllerTest.cpp.s
.PHONY : test/UserControllerTest.cpp.s
test/tests.o: test/tests.cpp.o
.PHONY : test/tests.o
# target to build an object file
test/tests.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-test.dir/build.make CMakeFiles/crud-test.dir/test/tests.cpp.o
.PHONY : test/tests.cpp.o
test/tests.i: test/tests.cpp.i
.PHONY : test/tests.i
# target to preprocess a source file
test/tests.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-test.dir/build.make CMakeFiles/crud-test.dir/test/tests.cpp.i
.PHONY : test/tests.cpp.i
test/tests.s: test/tests.cpp.s
.PHONY : test/tests.s
# target to generate assembly for a file
test/tests.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/crud-test.dir/build.make CMakeFiles/crud-test.dir/test/tests.cpp.s
.PHONY : test/tests.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 "... rebuild_cache"
@echo "... test"
@echo "... crud-exe"
@echo "... crud-lib"
@echo "... crud-test"
@echo "... src/App.o"
@echo "... src/App.i"
@echo "... src/App.s"
@echo "... src/ErrorHandler.o"
@echo "... src/ErrorHandler.i"
@echo "... src/ErrorHandler.s"
@echo "... src/RTSMonitoring/RTSCoproHelper.o"
@echo "... src/RTSMonitoring/RTSCoproHelper.i"
@echo "... src/RTSMonitoring/RTSCoproHelper.s"
@echo "... src/RTSMonitoring/RTSMonitoringTask.o"
@echo "... src/RTSMonitoring/RTSMonitoringTask.i"
@echo "... src/RTSMonitoring/RTSMonitoringTask.s"
@echo "... src/service/MonitoringService.o"
@echo "... src/service/MonitoringService.i"
@echo "... src/service/MonitoringService.s"
@echo "... src/service/UserService.o"
@echo "... src/service/UserService.i"
@echo "... src/service/UserService.s"
@echo "... test/MonitoringControllerTest.o"
@echo "... test/MonitoringControllerTest.i"
@echo "... test/MonitoringControllerTest.s"
@echo "... test/UserControllerTest.o"
@echo "... test/UserControllerTest.i"
@echo "... test/UserControllerTest.s"
@echo "... test/tests.o"
@echo "... test/tests.i"
@echo "... test/tests.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:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system