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

# 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/intranet.tuxist.de/jan.koester/Projects/authdb

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/intranet.tuxist.de/jan.koester/Projects/authdb/build

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

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
	/usr/bin/cmake-gui -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache

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

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
	/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

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

# Special rule for the target list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"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 install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install

# Special rule for the target install
install/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast

# Special rule for the target install/local
install/local: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local

# Special rule for the target install/local
install/local/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip

# Special rule for the target install/strip
install/strip/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast

# The main all target
all: cmake_check_build_system
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/intranet.tuxist.de/jan.koester/Projects/authdb/build/CMakeFiles /home/intranet.tuxist.de/jan.koester/Projects/authdb/build/src//CMakeFiles/progress.marks
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/intranet.tuxist.de/jan.koester/Projects/authdb/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/clean
.PHONY : clean

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

# Prepare targets for installation.
preinstall: all
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
src/CMakeFiles/authobj.dir/rule:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/authobj.dir/rule
.PHONY : src/CMakeFiles/authobj.dir/rule

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

# fast build rule for target.
authobj/fast:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/build
.PHONY : authobj/fast

# Convenience name for target.
src/CMakeFiles/authdb.dir/rule:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/authdb.dir/rule
.PHONY : src/CMakeFiles/authdb.dir/rule

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

# fast build rule for target.
authdb/fast:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authdb.dir/build.make src/CMakeFiles/authdb.dir/build
.PHONY : authdb/fast

admin.o: admin.cpp.o
.PHONY : admin.o

# target to build an object file
admin.cpp.o:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authdb.dir/build.make src/CMakeFiles/authdb.dir/admin.cpp.o
.PHONY : admin.cpp.o

admin.i: admin.cpp.i
.PHONY : admin.i

# target to preprocess a source file
admin.cpp.i:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authdb.dir/build.make src/CMakeFiles/authdb.dir/admin.cpp.i
.PHONY : admin.cpp.i

admin.s: admin.cpp.s
.PHONY : admin.s

# target to generate assembly for a file
admin.cpp.s:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authdb.dir/build.make src/CMakeFiles/authdb.dir/admin.cpp.s
.PHONY : admin.cpp.s

api.o: api.cpp.o
.PHONY : api.o

# target to build an object file
api.cpp.o:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authdb.dir/build.make src/CMakeFiles/authdb.dir/api.cpp.o
.PHONY : api.cpp.o

api.i: api.cpp.i
.PHONY : api.i

# target to preprocess a source file
api.cpp.i:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authdb.dir/build.make src/CMakeFiles/authdb.dir/api.cpp.i
.PHONY : api.cpp.i

api.s: api.cpp.s
.PHONY : api.s

# target to generate assembly for a file
api.cpp.s:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authdb.dir/build.make src/CMakeFiles/authdb.dir/api.cpp.s
.PHONY : api.cpp.s

authdb.o: authdb.cpp.o
.PHONY : authdb.o

# target to build an object file
authdb.cpp.o:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authdb.dir/build.make src/CMakeFiles/authdb.dir/authdb.cpp.o
.PHONY : authdb.cpp.o

authdb.i: authdb.cpp.i
.PHONY : authdb.i

# target to preprocess a source file
authdb.cpp.i:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authdb.dir/build.make src/CMakeFiles/authdb.dir/authdb.cpp.i
.PHONY : authdb.cpp.i

authdb.s: authdb.cpp.s
.PHONY : authdb.s

# target to generate assembly for a file
authdb.cpp.s:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authdb.dir/build.make src/CMakeFiles/authdb.dir/authdb.cpp.s
.PHONY : authdb.cpp.s

backend.o: backend.cpp.o
.PHONY : backend.o

# target to build an object file
backend.cpp.o:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/backend.cpp.o
.PHONY : backend.cpp.o

backend.i: backend.cpp.i
.PHONY : backend.i

# target to preprocess a source file
backend.cpp.i:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/backend.cpp.i
.PHONY : backend.cpp.i

backend.s: backend.cpp.s
.PHONY : backend.s

# target to generate assembly for a file
backend.cpp.s:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/backend.cpp.s
.PHONY : backend.cpp.s

backends/cluster.o: backends/cluster.cpp.o
.PHONY : backends/cluster.o

# target to build an object file
backends/cluster.cpp.o:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/backends/cluster.cpp.o
.PHONY : backends/cluster.cpp.o

backends/cluster.i: backends/cluster.cpp.i
.PHONY : backends/cluster.i

# target to preprocess a source file
backends/cluster.cpp.i:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/backends/cluster.cpp.i
.PHONY : backends/cluster.cpp.i

backends/cluster.s: backends/cluster.cpp.s
.PHONY : backends/cluster.s

# target to generate assembly for a file
backends/cluster.cpp.s:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/backends/cluster.cpp.s
.PHONY : backends/cluster.cpp.s

backends/file.o: backends/file.cpp.o
.PHONY : backends/file.o

# target to build an object file
backends/file.cpp.o:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/backends/file.cpp.o
.PHONY : backends/file.cpp.o

backends/file.i: backends/file.cpp.i
.PHONY : backends/file.i

# target to preprocess a source file
backends/file.cpp.i:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/backends/file.cpp.i
.PHONY : backends/file.cpp.i

backends/file.s: backends/file.cpp.s
.PHONY : backends/file.s

# target to generate assembly for a file
backends/file.cpp.s:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/backends/file.cpp.s
.PHONY : backends/file.cpp.s

client.o: client.cpp.o
.PHONY : client.o

# target to build an object file
client.cpp.o:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.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 /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.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 /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/client.cpp.s
.PHONY : client.cpp.s

cluster.o: cluster.cpp.o
.PHONY : cluster.o

# target to build an object file
cluster.cpp.o:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/cluster.cpp.o
.PHONY : cluster.cpp.o

cluster.i: cluster.cpp.i
.PHONY : cluster.i

# target to preprocess a source file
cluster.cpp.i:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/cluster.cpp.i
.PHONY : cluster.cpp.i

cluster.s: cluster.cpp.s
.PHONY : cluster.s

# target to generate assembly for a file
cluster.cpp.s:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/cluster.cpp.s
.PHONY : cluster.cpp.s

data.o: data.cpp.o
.PHONY : data.o

# target to build an object file
data.cpp.o:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/data.cpp.o
.PHONY : data.cpp.o

data.i: data.cpp.i
.PHONY : data.i

# target to preprocess a source file
data.cpp.i:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/data.cpp.i
.PHONY : data.cpp.i

data.s: data.cpp.s
.PHONY : data.s

# target to generate assembly for a file
data.cpp.s:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/data.cpp.s
.PHONY : data.cpp.s

domain.o: domain.cpp.o
.PHONY : domain.o

# target to build an object file
domain.cpp.o:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/domain.cpp.o
.PHONY : domain.cpp.o

domain.i: domain.cpp.i
.PHONY : domain.i

# target to preprocess a source file
domain.cpp.i:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/domain.cpp.i
.PHONY : domain.cpp.i

domain.s: domain.cpp.s
.PHONY : domain.s

# target to generate assembly for a file
domain.cpp.s:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/domain.cpp.s
.PHONY : domain.cpp.s

export.o: export.cpp.o
.PHONY : export.o

# target to build an object file
export.cpp.o:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/export.cpp.o
.PHONY : export.cpp.o

export.i: export.cpp.i
.PHONY : export.i

# target to preprocess a source file
export.cpp.i:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/export.cpp.i
.PHONY : export.cpp.i

export.s: export.cpp.s
.PHONY : export.s

# target to generate assembly for a file
export.cpp.s:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/export.cpp.s
.PHONY : export.cpp.s

gpo.o: gpo.cpp.o
.PHONY : gpo.o

# target to build an object file
gpo.cpp.o:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/gpo.cpp.o
.PHONY : gpo.cpp.o

gpo.i: gpo.cpp.i
.PHONY : gpo.i

# target to preprocess a source file
gpo.cpp.i:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/gpo.cpp.i
.PHONY : gpo.cpp.i

gpo.s: gpo.cpp.s
.PHONY : gpo.s

# target to generate assembly for a file
gpo.cpp.s:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/gpo.cpp.s
.PHONY : gpo.cpp.s

group.o: group.cpp.o
.PHONY : group.o

# target to build an object file
group.cpp.o:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/group.cpp.o
.PHONY : group.cpp.o

group.i: group.cpp.i
.PHONY : group.i

# target to preprocess a source file
group.cpp.i:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/group.cpp.i
.PHONY : group.cpp.i

group.s: group.cpp.s
.PHONY : group.s

# target to generate assembly for a file
group.cpp.s:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/group.cpp.s
.PHONY : group.cpp.s

hash.o: hash.cpp.o
.PHONY : hash.o

# target to build an object file
hash.cpp.o:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/hash.cpp.o
.PHONY : hash.cpp.o

hash.i: hash.cpp.i
.PHONY : hash.i

# target to preprocess a source file
hash.cpp.i:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/hash.cpp.i
.PHONY : hash.cpp.i

hash.s: hash.cpp.s
.PHONY : hash.s

# target to generate assembly for a file
hash.cpp.s:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/hash.cpp.s
.PHONY : hash.cpp.s

hash/sha512.o: hash/sha512.cpp.o
.PHONY : hash/sha512.o

# target to build an object file
hash/sha512.cpp.o:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/hash/sha512.cpp.o
.PHONY : hash/sha512.cpp.o

hash/sha512.i: hash/sha512.cpp.i
.PHONY : hash/sha512.i

# target to preprocess a source file
hash/sha512.cpp.i:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/hash/sha512.cpp.i
.PHONY : hash/sha512.cpp.i

hash/sha512.s: hash/sha512.cpp.s
.PHONY : hash/sha512.s

# target to generate assembly for a file
hash/sha512.cpp.s:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/hash/sha512.cpp.s
.PHONY : hash/sha512.cpp.s

import.o: import.cpp.o
.PHONY : import.o

# target to build an object file
import.cpp.o:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/import.cpp.o
.PHONY : import.cpp.o

import.i: import.cpp.i
.PHONY : import.i

# target to preprocess a source file
import.cpp.i:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/import.cpp.i
.PHONY : import.cpp.i

import.s: import.cpp.s
.PHONY : import.s

# target to generate assembly for a file
import.cpp.s:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/import.cpp.s
.PHONY : import.cpp.s

index.o: index.cpp.o
.PHONY : index.o

# target to build an object file
index.cpp.o:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/index.cpp.o
.PHONY : index.cpp.o

index.i: index.cpp.i
.PHONY : index.i

# target to preprocess a source file
index.cpp.i:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/index.cpp.i
.PHONY : index.cpp.i

index.s: index.cpp.s
.PHONY : index.s

# target to generate assembly for a file
index.cpp.s:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/index.cpp.s
.PHONY : index.cpp.s

log.o: log.cpp.o
.PHONY : log.o

# target to build an object file
log.cpp.o:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authdb.dir/build.make src/CMakeFiles/authdb.dir/log.cpp.o
.PHONY : log.cpp.o

log.i: log.cpp.i
.PHONY : log.i

# target to preprocess a source file
log.cpp.i:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authdb.dir/build.make src/CMakeFiles/authdb.dir/log.cpp.i
.PHONY : log.cpp.i

log.s: log.cpp.s
.PHONY : log.s

# target to generate assembly for a file
log.cpp.s:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authdb.dir/build.make src/CMakeFiles/authdb.dir/log.cpp.s
.PHONY : log.cpp.s

plugin.o: plugin.cpp.o
.PHONY : plugin.o

# target to build an object file
plugin.cpp.o:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/plugin.cpp.o
.PHONY : plugin.cpp.o

plugin.i: plugin.cpp.i
.PHONY : plugin.i

# target to preprocess a source file
plugin.cpp.i:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/plugin.cpp.i
.PHONY : plugin.cpp.i

plugin.s: plugin.cpp.s
.PHONY : plugin.s

# target to generate assembly for a file
plugin.cpp.s:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/plugin.cpp.s
.PHONY : plugin.cpp.s

service.o: service.cpp.o
.PHONY : service.o

# target to build an object file
service.cpp.o:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/service.cpp.o
.PHONY : service.cpp.o

service.i: service.cpp.i
.PHONY : service.i

# target to preprocess a source file
service.cpp.i:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/service.cpp.i
.PHONY : service.cpp.i

service.s: service.cpp.s
.PHONY : service.s

# target to generate assembly for a file
service.cpp.s:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/service.cpp.s
.PHONY : service.cpp.s

session.o: session.cpp.o
.PHONY : session.o

# target to build an object file
session.cpp.o:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/session.cpp.o
.PHONY : session.cpp.o

session.i: session.cpp.i
.PHONY : session.i

# target to preprocess a source file
session.cpp.i:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/session.cpp.i
.PHONY : session.cpp.i

session.s: session.cpp.s
.PHONY : session.s

# target to generate assembly for a file
session.cpp.s:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/session.cpp.s
.PHONY : session.cpp.s

user.o: user.cpp.o
.PHONY : user.o

# target to build an object file
user.cpp.o:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/user.cpp.o
.PHONY : user.cpp.o

user.i: user.cpp.i
.PHONY : user.i

# target to preprocess a source file
user.cpp.i:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/user.cpp.i
.PHONY : user.cpp.i

user.s: user.cpp.s
.PHONY : user.s

# target to generate assembly for a file
user.cpp.s:
	cd /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/authobj.dir/build.make src/CMakeFiles/authobj.dir/user.cpp.s
.PHONY : user.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 "... rebuild_cache"
	@echo "... authdb"
	@echo "... authobj"
	@echo "... admin.o"
	@echo "... admin.i"
	@echo "... admin.s"
	@echo "... api.o"
	@echo "... api.i"
	@echo "... api.s"
	@echo "... authdb.o"
	@echo "... authdb.i"
	@echo "... authdb.s"
	@echo "... backend.o"
	@echo "... backend.i"
	@echo "... backend.s"
	@echo "... backends/cluster.o"
	@echo "... backends/cluster.i"
	@echo "... backends/cluster.s"
	@echo "... backends/file.o"
	@echo "... backends/file.i"
	@echo "... backends/file.s"
	@echo "... client.o"
	@echo "... client.i"
	@echo "... client.s"
	@echo "... cluster.o"
	@echo "... cluster.i"
	@echo "... cluster.s"
	@echo "... data.o"
	@echo "... data.i"
	@echo "... data.s"
	@echo "... domain.o"
	@echo "... domain.i"
	@echo "... domain.s"
	@echo "... export.o"
	@echo "... export.i"
	@echo "... export.s"
	@echo "... gpo.o"
	@echo "... gpo.i"
	@echo "... gpo.s"
	@echo "... group.o"
	@echo "... group.i"
	@echo "... group.s"
	@echo "... hash.o"
	@echo "... hash.i"
	@echo "... hash.s"
	@echo "... hash/sha512.o"
	@echo "... hash/sha512.i"
	@echo "... hash/sha512.s"
	@echo "... import.o"
	@echo "... import.i"
	@echo "... import.s"
	@echo "... index.o"
	@echo "... index.i"
	@echo "... index.s"
	@echo "... log.o"
	@echo "... log.i"
	@echo "... log.s"
	@echo "... plugin.o"
	@echo "... plugin.i"
	@echo "... plugin.s"
	@echo "... service.o"
	@echo "... service.i"
	@echo "... service.s"
	@echo "... session.o"
	@echo "... session.i"
	@echo "... session.s"
	@echo "... user.o"
	@echo "... user.i"
	@echo "... user.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 /home/intranet.tuxist.de/jan.koester/Projects/authdb/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

