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

# 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 = /export/home/andreas/oi-userland/components/games/luanti/luanti-5.14.0

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /export/home/andreas/oi-userland/components/games/luanti/build/amd64

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

# Special rule for the target package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..."
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && /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 /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && /usr/bin/cpack --config ./CPackSourceConfig.cmake /export/home/andreas/oi-userland/components/games/luanti/build/amd64/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 edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
	/usr/bin/ccmake -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: \"Docs\" \"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 /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(CMAKE_COMMAND) -E cmake_progress_start /export/home/andreas/oi-userland/components/games/luanti/build/amd64/CMakeFiles /export/home/andreas/oi-userland/components/games/luanti/build/amd64/src//CMakeFiles/progress.marks
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/all
	$(CMAKE_COMMAND) -E cmake_progress_start /export/home/andreas/oi-userland/components/games/luanti/build/amd64/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(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 /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(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/GenerateVersion.dir/rule:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/GenerateVersion.dir/rule
.PHONY : src/CMakeFiles/GenerateVersion.dir/rule

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

# fast build rule for target.
GenerateVersion/fast:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/GenerateVersion.dir/build.make src/CMakeFiles/GenerateVersion.dir/build
.PHONY : GenerateVersion/fast

# Convenience name for target.
src/CMakeFiles/EngineCommon.dir/rule:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/EngineCommon.dir/rule
.PHONY : src/CMakeFiles/EngineCommon.dir/rule

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

# fast build rule for target.
EngineCommon/fast:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/build
.PHONY : EngineCommon/fast

# Convenience name for target.
src/CMakeFiles/luanti.dir/rule:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/luanti.dir/rule
.PHONY : src/CMakeFiles/luanti.dir/rule

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

# fast build rule for target.
luanti/fast:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/build
.PHONY : luanti/fast

# Convenience name for target.
src/CMakeFiles/minetest_alias.dir/rule:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/minetest_alias.dir/rule
.PHONY : src/CMakeFiles/minetest_alias.dir/rule

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

# fast build rule for target.
minetest_alias/fast:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/minetest_alias.dir/build.make src/CMakeFiles/minetest_alias.dir/build
.PHONY : minetest_alias/fast

# Convenience name for target.
src/CMakeFiles/translations.dir/rule:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/translations.dir/rule
.PHONY : src/CMakeFiles/translations.dir/rule

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

# fast build rule for target.
translations/fast:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/translations.dir/build.make src/CMakeFiles/translations.dir/build
.PHONY : translations/fast

catch.o: catch.cpp.o
.PHONY : catch.o

# target to build an object file
catch.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/catch.cpp.o
.PHONY : catch.cpp.o

catch.i: catch.cpp.i
.PHONY : catch.i

# target to preprocess a source file
catch.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/catch.cpp.i
.PHONY : catch.cpp.i

catch.s: catch.cpp.s
.PHONY : catch.s

# target to generate assembly for a file
catch.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/catch.cpp.s
.PHONY : catch.cpp.s

chat.o: chat.cpp.o
.PHONY : chat.o

# target to build an object file
chat.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/chat.cpp.o
.PHONY : chat.cpp.o

chat.i: chat.cpp.i
.PHONY : chat.i

# target to preprocess a source file
chat.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/chat.cpp.i
.PHONY : chat.cpp.i

chat.s: chat.cpp.s
.PHONY : chat.s

# target to generate assembly for a file
chat.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/chat.cpp.s
.PHONY : chat.cpp.s

client/activeobjectmgr.o: client/activeobjectmgr.cpp.o
.PHONY : client/activeobjectmgr.o

# target to build an object file
client/activeobjectmgr.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/activeobjectmgr.cpp.o
.PHONY : client/activeobjectmgr.cpp.o

client/activeobjectmgr.i: client/activeobjectmgr.cpp.i
.PHONY : client/activeobjectmgr.i

# target to preprocess a source file
client/activeobjectmgr.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/activeobjectmgr.cpp.i
.PHONY : client/activeobjectmgr.cpp.i

client/activeobjectmgr.s: client/activeobjectmgr.cpp.s
.PHONY : client/activeobjectmgr.s

# target to generate assembly for a file
client/activeobjectmgr.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/activeobjectmgr.cpp.s
.PHONY : client/activeobjectmgr.cpp.s

client/camera.o: client/camera.cpp.o
.PHONY : client/camera.o

# target to build an object file
client/camera.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/camera.cpp.o
.PHONY : client/camera.cpp.o

client/camera.i: client/camera.cpp.i
.PHONY : client/camera.i

# target to preprocess a source file
client/camera.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/camera.cpp.i
.PHONY : client/camera.cpp.i

client/camera.s: client/camera.cpp.s
.PHONY : client/camera.s

# target to generate assembly for a file
client/camera.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/camera.cpp.s
.PHONY : client/camera.cpp.s

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

# target to build an object file
client/client.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/client.cpp.o
.PHONY : client/client.cpp.o

client/client.i: client/client.cpp.i
.PHONY : client/client.i

# target to preprocess a source file
client/client.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/client.cpp.i
.PHONY : client/client.cpp.i

client/client.s: client/client.cpp.s
.PHONY : client/client.s

# target to generate assembly for a file
client/client.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/client.cpp.s
.PHONY : client/client.cpp.s

client/clientenvironment.o: client/clientenvironment.cpp.o
.PHONY : client/clientenvironment.o

# target to build an object file
client/clientenvironment.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/clientenvironment.cpp.o
.PHONY : client/clientenvironment.cpp.o

client/clientenvironment.i: client/clientenvironment.cpp.i
.PHONY : client/clientenvironment.i

# target to preprocess a source file
client/clientenvironment.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/clientenvironment.cpp.i
.PHONY : client/clientenvironment.cpp.i

client/clientenvironment.s: client/clientenvironment.cpp.s
.PHONY : client/clientenvironment.s

# target to generate assembly for a file
client/clientenvironment.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/clientenvironment.cpp.s
.PHONY : client/clientenvironment.cpp.s

client/clientlauncher.o: client/clientlauncher.cpp.o
.PHONY : client/clientlauncher.o

# target to build an object file
client/clientlauncher.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/clientlauncher.cpp.o
.PHONY : client/clientlauncher.cpp.o

client/clientlauncher.i: client/clientlauncher.cpp.i
.PHONY : client/clientlauncher.i

# target to preprocess a source file
client/clientlauncher.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/clientlauncher.cpp.i
.PHONY : client/clientlauncher.cpp.i

client/clientlauncher.s: client/clientlauncher.cpp.s
.PHONY : client/clientlauncher.s

# target to generate assembly for a file
client/clientlauncher.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/clientlauncher.cpp.s
.PHONY : client/clientlauncher.cpp.s

client/clientmap.o: client/clientmap.cpp.o
.PHONY : client/clientmap.o

# target to build an object file
client/clientmap.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/clientmap.cpp.o
.PHONY : client/clientmap.cpp.o

client/clientmap.i: client/clientmap.cpp.i
.PHONY : client/clientmap.i

# target to preprocess a source file
client/clientmap.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/clientmap.cpp.i
.PHONY : client/clientmap.cpp.i

client/clientmap.s: client/clientmap.cpp.s
.PHONY : client/clientmap.s

# target to generate assembly for a file
client/clientmap.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/clientmap.cpp.s
.PHONY : client/clientmap.cpp.s

client/clientmedia.o: client/clientmedia.cpp.o
.PHONY : client/clientmedia.o

# target to build an object file
client/clientmedia.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/clientmedia.cpp.o
.PHONY : client/clientmedia.cpp.o

client/clientmedia.i: client/clientmedia.cpp.i
.PHONY : client/clientmedia.i

# target to preprocess a source file
client/clientmedia.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/clientmedia.cpp.i
.PHONY : client/clientmedia.cpp.i

client/clientmedia.s: client/clientmedia.cpp.s
.PHONY : client/clientmedia.s

# target to generate assembly for a file
client/clientmedia.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/clientmedia.cpp.s
.PHONY : client/clientmedia.cpp.s

client/clientobject.o: client/clientobject.cpp.o
.PHONY : client/clientobject.o

# target to build an object file
client/clientobject.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/clientobject.cpp.o
.PHONY : client/clientobject.cpp.o

client/clientobject.i: client/clientobject.cpp.i
.PHONY : client/clientobject.i

# target to preprocess a source file
client/clientobject.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/clientobject.cpp.i
.PHONY : client/clientobject.cpp.i

client/clientobject.s: client/clientobject.cpp.s
.PHONY : client/clientobject.s

# target to generate assembly for a file
client/clientobject.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/clientobject.cpp.s
.PHONY : client/clientobject.cpp.s

client/clouds.o: client/clouds.cpp.o
.PHONY : client/clouds.o

# target to build an object file
client/clouds.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/clouds.cpp.o
.PHONY : client/clouds.cpp.o

client/clouds.i: client/clouds.cpp.i
.PHONY : client/clouds.i

# target to preprocess a source file
client/clouds.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/clouds.cpp.i
.PHONY : client/clouds.cpp.i

client/clouds.s: client/clouds.cpp.s
.PHONY : client/clouds.s

# target to generate assembly for a file
client/clouds.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/clouds.cpp.s
.PHONY : client/clouds.cpp.s

client/content_cao.o: client/content_cao.cpp.o
.PHONY : client/content_cao.o

# target to build an object file
client/content_cao.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/content_cao.cpp.o
.PHONY : client/content_cao.cpp.o

client/content_cao.i: client/content_cao.cpp.i
.PHONY : client/content_cao.i

# target to preprocess a source file
client/content_cao.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/content_cao.cpp.i
.PHONY : client/content_cao.cpp.i

client/content_cao.s: client/content_cao.cpp.s
.PHONY : client/content_cao.s

# target to generate assembly for a file
client/content_cao.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/content_cao.cpp.s
.PHONY : client/content_cao.cpp.s

client/content_cso.o: client/content_cso.cpp.o
.PHONY : client/content_cso.o

# target to build an object file
client/content_cso.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/content_cso.cpp.o
.PHONY : client/content_cso.cpp.o

client/content_cso.i: client/content_cso.cpp.i
.PHONY : client/content_cso.i

# target to preprocess a source file
client/content_cso.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/content_cso.cpp.i
.PHONY : client/content_cso.cpp.i

client/content_cso.s: client/content_cso.cpp.s
.PHONY : client/content_cso.s

# target to generate assembly for a file
client/content_cso.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/content_cso.cpp.s
.PHONY : client/content_cso.cpp.s

client/content_mapblock.o: client/content_mapblock.cpp.o
.PHONY : client/content_mapblock.o

# target to build an object file
client/content_mapblock.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/content_mapblock.cpp.o
.PHONY : client/content_mapblock.cpp.o

client/content_mapblock.i: client/content_mapblock.cpp.i
.PHONY : client/content_mapblock.i

# target to preprocess a source file
client/content_mapblock.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/content_mapblock.cpp.i
.PHONY : client/content_mapblock.cpp.i

client/content_mapblock.s: client/content_mapblock.cpp.s
.PHONY : client/content_mapblock.s

# target to generate assembly for a file
client/content_mapblock.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/content_mapblock.cpp.s
.PHONY : client/content_mapblock.cpp.s

client/filecache.o: client/filecache.cpp.o
.PHONY : client/filecache.o

# target to build an object file
client/filecache.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/filecache.cpp.o
.PHONY : client/filecache.cpp.o

client/filecache.i: client/filecache.cpp.i
.PHONY : client/filecache.i

# target to preprocess a source file
client/filecache.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/filecache.cpp.i
.PHONY : client/filecache.cpp.i

client/filecache.s: client/filecache.cpp.s
.PHONY : client/filecache.s

# target to generate assembly for a file
client/filecache.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/filecache.cpp.s
.PHONY : client/filecache.cpp.s

client/fontengine.o: client/fontengine.cpp.o
.PHONY : client/fontengine.o

# target to build an object file
client/fontengine.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/fontengine.cpp.o
.PHONY : client/fontengine.cpp.o

client/fontengine.i: client/fontengine.cpp.i
.PHONY : client/fontengine.i

# target to preprocess a source file
client/fontengine.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/fontengine.cpp.i
.PHONY : client/fontengine.cpp.i

client/fontengine.s: client/fontengine.cpp.s
.PHONY : client/fontengine.s

# target to generate assembly for a file
client/fontengine.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/fontengine.cpp.s
.PHONY : client/fontengine.cpp.s

client/game.o: client/game.cpp.o
.PHONY : client/game.o

# target to build an object file
client/game.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/game.cpp.o
.PHONY : client/game.cpp.o

client/game.i: client/game.cpp.i
.PHONY : client/game.i

# target to preprocess a source file
client/game.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/game.cpp.i
.PHONY : client/game.cpp.i

client/game.s: client/game.cpp.s
.PHONY : client/game.s

# target to generate assembly for a file
client/game.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/game.cpp.s
.PHONY : client/game.cpp.s

client/game_formspec.o: client/game_formspec.cpp.o
.PHONY : client/game_formspec.o

# target to build an object file
client/game_formspec.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/game_formspec.cpp.o
.PHONY : client/game_formspec.cpp.o

client/game_formspec.i: client/game_formspec.cpp.i
.PHONY : client/game_formspec.i

# target to preprocess a source file
client/game_formspec.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/game_formspec.cpp.i
.PHONY : client/game_formspec.cpp.i

client/game_formspec.s: client/game_formspec.cpp.s
.PHONY : client/game_formspec.s

# target to generate assembly for a file
client/game_formspec.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/game_formspec.cpp.s
.PHONY : client/game_formspec.cpp.s

client/gameui.o: client/gameui.cpp.o
.PHONY : client/gameui.o

# target to build an object file
client/gameui.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/gameui.cpp.o
.PHONY : client/gameui.cpp.o

client/gameui.i: client/gameui.cpp.i
.PHONY : client/gameui.i

# target to preprocess a source file
client/gameui.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/gameui.cpp.i
.PHONY : client/gameui.cpp.i

client/gameui.s: client/gameui.cpp.s
.PHONY : client/gameui.s

# target to generate assembly for a file
client/gameui.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/gameui.cpp.s
.PHONY : client/gameui.cpp.s

client/guiscalingfilter.o: client/guiscalingfilter.cpp.o
.PHONY : client/guiscalingfilter.o

# target to build an object file
client/guiscalingfilter.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/guiscalingfilter.cpp.o
.PHONY : client/guiscalingfilter.cpp.o

client/guiscalingfilter.i: client/guiscalingfilter.cpp.i
.PHONY : client/guiscalingfilter.i

# target to preprocess a source file
client/guiscalingfilter.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/guiscalingfilter.cpp.i
.PHONY : client/guiscalingfilter.cpp.i

client/guiscalingfilter.s: client/guiscalingfilter.cpp.s
.PHONY : client/guiscalingfilter.s

# target to generate assembly for a file
client/guiscalingfilter.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/guiscalingfilter.cpp.s
.PHONY : client/guiscalingfilter.cpp.s

client/hud.o: client/hud.cpp.o
.PHONY : client/hud.o

# target to build an object file
client/hud.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/hud.cpp.o
.PHONY : client/hud.cpp.o

client/hud.i: client/hud.cpp.i
.PHONY : client/hud.i

# target to preprocess a source file
client/hud.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/hud.cpp.i
.PHONY : client/hud.cpp.i

client/hud.s: client/hud.cpp.s
.PHONY : client/hud.s

# target to generate assembly for a file
client/hud.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/hud.cpp.s
.PHONY : client/hud.cpp.s

client/imagefilters.o: client/imagefilters.cpp.o
.PHONY : client/imagefilters.o

# target to build an object file
client/imagefilters.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/imagefilters.cpp.o
.PHONY : client/imagefilters.cpp.o

client/imagefilters.i: client/imagefilters.cpp.i
.PHONY : client/imagefilters.i

# target to preprocess a source file
client/imagefilters.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/imagefilters.cpp.i
.PHONY : client/imagefilters.cpp.i

client/imagefilters.s: client/imagefilters.cpp.s
.PHONY : client/imagefilters.s

# target to generate assembly for a file
client/imagefilters.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/imagefilters.cpp.s
.PHONY : client/imagefilters.cpp.s

client/imagesource.o: client/imagesource.cpp.o
.PHONY : client/imagesource.o

# target to build an object file
client/imagesource.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/imagesource.cpp.o
.PHONY : client/imagesource.cpp.o

client/imagesource.i: client/imagesource.cpp.i
.PHONY : client/imagesource.i

# target to preprocess a source file
client/imagesource.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/imagesource.cpp.i
.PHONY : client/imagesource.cpp.i

client/imagesource.s: client/imagesource.cpp.s
.PHONY : client/imagesource.s

# target to generate assembly for a file
client/imagesource.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/imagesource.cpp.s
.PHONY : client/imagesource.cpp.s

client/inputhandler.o: client/inputhandler.cpp.o
.PHONY : client/inputhandler.o

# target to build an object file
client/inputhandler.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/inputhandler.cpp.o
.PHONY : client/inputhandler.cpp.o

client/inputhandler.i: client/inputhandler.cpp.i
.PHONY : client/inputhandler.i

# target to preprocess a source file
client/inputhandler.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/inputhandler.cpp.i
.PHONY : client/inputhandler.cpp.i

client/inputhandler.s: client/inputhandler.cpp.s
.PHONY : client/inputhandler.s

# target to generate assembly for a file
client/inputhandler.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/inputhandler.cpp.s
.PHONY : client/inputhandler.cpp.s

client/item_visuals_manager.o: client/item_visuals_manager.cpp.o
.PHONY : client/item_visuals_manager.o

# target to build an object file
client/item_visuals_manager.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/item_visuals_manager.cpp.o
.PHONY : client/item_visuals_manager.cpp.o

client/item_visuals_manager.i: client/item_visuals_manager.cpp.i
.PHONY : client/item_visuals_manager.i

# target to preprocess a source file
client/item_visuals_manager.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/item_visuals_manager.cpp.i
.PHONY : client/item_visuals_manager.cpp.i

client/item_visuals_manager.s: client/item_visuals_manager.cpp.s
.PHONY : client/item_visuals_manager.s

# target to generate assembly for a file
client/item_visuals_manager.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/item_visuals_manager.cpp.s
.PHONY : client/item_visuals_manager.cpp.s

client/joystick_controller.o: client/joystick_controller.cpp.o
.PHONY : client/joystick_controller.o

# target to build an object file
client/joystick_controller.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/joystick_controller.cpp.o
.PHONY : client/joystick_controller.cpp.o

client/joystick_controller.i: client/joystick_controller.cpp.i
.PHONY : client/joystick_controller.i

# target to preprocess a source file
client/joystick_controller.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/joystick_controller.cpp.i
.PHONY : client/joystick_controller.cpp.i

client/joystick_controller.s: client/joystick_controller.cpp.s
.PHONY : client/joystick_controller.s

# target to generate assembly for a file
client/joystick_controller.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/joystick_controller.cpp.s
.PHONY : client/joystick_controller.cpp.s

client/keycode.o: client/keycode.cpp.o
.PHONY : client/keycode.o

# target to build an object file
client/keycode.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/keycode.cpp.o
.PHONY : client/keycode.cpp.o

client/keycode.i: client/keycode.cpp.i
.PHONY : client/keycode.i

# target to preprocess a source file
client/keycode.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/keycode.cpp.i
.PHONY : client/keycode.cpp.i

client/keycode.s: client/keycode.cpp.s
.PHONY : client/keycode.s

# target to generate assembly for a file
client/keycode.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/keycode.cpp.s
.PHONY : client/keycode.cpp.s

client/localplayer.o: client/localplayer.cpp.o
.PHONY : client/localplayer.o

# target to build an object file
client/localplayer.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/localplayer.cpp.o
.PHONY : client/localplayer.cpp.o

client/localplayer.i: client/localplayer.cpp.i
.PHONY : client/localplayer.i

# target to preprocess a source file
client/localplayer.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/localplayer.cpp.i
.PHONY : client/localplayer.cpp.i

client/localplayer.s: client/localplayer.cpp.s
.PHONY : client/localplayer.s

# target to generate assembly for a file
client/localplayer.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/localplayer.cpp.s
.PHONY : client/localplayer.cpp.s

client/mapblock_mesh.o: client/mapblock_mesh.cpp.o
.PHONY : client/mapblock_mesh.o

# target to build an object file
client/mapblock_mesh.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/mapblock_mesh.cpp.o
.PHONY : client/mapblock_mesh.cpp.o

client/mapblock_mesh.i: client/mapblock_mesh.cpp.i
.PHONY : client/mapblock_mesh.i

# target to preprocess a source file
client/mapblock_mesh.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/mapblock_mesh.cpp.i
.PHONY : client/mapblock_mesh.cpp.i

client/mapblock_mesh.s: client/mapblock_mesh.cpp.s
.PHONY : client/mapblock_mesh.s

# target to generate assembly for a file
client/mapblock_mesh.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/mapblock_mesh.cpp.s
.PHONY : client/mapblock_mesh.cpp.s

client/mesh.o: client/mesh.cpp.o
.PHONY : client/mesh.o

# target to build an object file
client/mesh.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/mesh.cpp.o
.PHONY : client/mesh.cpp.o

client/mesh.i: client/mesh.cpp.i
.PHONY : client/mesh.i

# target to preprocess a source file
client/mesh.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/mesh.cpp.i
.PHONY : client/mesh.cpp.i

client/mesh.s: client/mesh.cpp.s
.PHONY : client/mesh.s

# target to generate assembly for a file
client/mesh.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/mesh.cpp.s
.PHONY : client/mesh.cpp.s

client/mesh_generator_thread.o: client/mesh_generator_thread.cpp.o
.PHONY : client/mesh_generator_thread.o

# target to build an object file
client/mesh_generator_thread.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/mesh_generator_thread.cpp.o
.PHONY : client/mesh_generator_thread.cpp.o

client/mesh_generator_thread.i: client/mesh_generator_thread.cpp.i
.PHONY : client/mesh_generator_thread.i

# target to preprocess a source file
client/mesh_generator_thread.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/mesh_generator_thread.cpp.i
.PHONY : client/mesh_generator_thread.cpp.i

client/mesh_generator_thread.s: client/mesh_generator_thread.cpp.s
.PHONY : client/mesh_generator_thread.s

# target to generate assembly for a file
client/mesh_generator_thread.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/mesh_generator_thread.cpp.s
.PHONY : client/mesh_generator_thread.cpp.s

client/meshgen/collector.o: client/meshgen/collector.cpp.o
.PHONY : client/meshgen/collector.o

# target to build an object file
client/meshgen/collector.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/meshgen/collector.cpp.o
.PHONY : client/meshgen/collector.cpp.o

client/meshgen/collector.i: client/meshgen/collector.cpp.i
.PHONY : client/meshgen/collector.i

# target to preprocess a source file
client/meshgen/collector.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/meshgen/collector.cpp.i
.PHONY : client/meshgen/collector.cpp.i

client/meshgen/collector.s: client/meshgen/collector.cpp.s
.PHONY : client/meshgen/collector.s

# target to generate assembly for a file
client/meshgen/collector.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/meshgen/collector.cpp.s
.PHONY : client/meshgen/collector.cpp.s

client/minimap.o: client/minimap.cpp.o
.PHONY : client/minimap.o

# target to build an object file
client/minimap.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/minimap.cpp.o
.PHONY : client/minimap.cpp.o

client/minimap.i: client/minimap.cpp.i
.PHONY : client/minimap.i

# target to preprocess a source file
client/minimap.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/minimap.cpp.i
.PHONY : client/minimap.cpp.i

client/minimap.s: client/minimap.cpp.s
.PHONY : client/minimap.s

# target to generate assembly for a file
client/minimap.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/minimap.cpp.s
.PHONY : client/minimap.cpp.s

client/particles.o: client/particles.cpp.o
.PHONY : client/particles.o

# target to build an object file
client/particles.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/particles.cpp.o
.PHONY : client/particles.cpp.o

client/particles.i: client/particles.cpp.i
.PHONY : client/particles.i

# target to preprocess a source file
client/particles.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/particles.cpp.i
.PHONY : client/particles.cpp.i

client/particles.s: client/particles.cpp.s
.PHONY : client/particles.s

# target to generate assembly for a file
client/particles.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/particles.cpp.s
.PHONY : client/particles.cpp.s

client/render/anaglyph.o: client/render/anaglyph.cpp.o
.PHONY : client/render/anaglyph.o

# target to build an object file
client/render/anaglyph.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/render/anaglyph.cpp.o
.PHONY : client/render/anaglyph.cpp.o

client/render/anaglyph.i: client/render/anaglyph.cpp.i
.PHONY : client/render/anaglyph.i

# target to preprocess a source file
client/render/anaglyph.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/render/anaglyph.cpp.i
.PHONY : client/render/anaglyph.cpp.i

client/render/anaglyph.s: client/render/anaglyph.cpp.s
.PHONY : client/render/anaglyph.s

# target to generate assembly for a file
client/render/anaglyph.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/render/anaglyph.cpp.s
.PHONY : client/render/anaglyph.cpp.s

client/render/core.o: client/render/core.cpp.o
.PHONY : client/render/core.o

# target to build an object file
client/render/core.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/render/core.cpp.o
.PHONY : client/render/core.cpp.o

client/render/core.i: client/render/core.cpp.i
.PHONY : client/render/core.i

# target to preprocess a source file
client/render/core.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/render/core.cpp.i
.PHONY : client/render/core.cpp.i

client/render/core.s: client/render/core.cpp.s
.PHONY : client/render/core.s

# target to generate assembly for a file
client/render/core.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/render/core.cpp.s
.PHONY : client/render/core.cpp.s

client/render/factory.o: client/render/factory.cpp.o
.PHONY : client/render/factory.o

# target to build an object file
client/render/factory.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/render/factory.cpp.o
.PHONY : client/render/factory.cpp.o

client/render/factory.i: client/render/factory.cpp.i
.PHONY : client/render/factory.i

# target to preprocess a source file
client/render/factory.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/render/factory.cpp.i
.PHONY : client/render/factory.cpp.i

client/render/factory.s: client/render/factory.cpp.s
.PHONY : client/render/factory.s

# target to generate assembly for a file
client/render/factory.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/render/factory.cpp.s
.PHONY : client/render/factory.cpp.s

client/render/pipeline.o: client/render/pipeline.cpp.o
.PHONY : client/render/pipeline.o

# target to build an object file
client/render/pipeline.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/render/pipeline.cpp.o
.PHONY : client/render/pipeline.cpp.o

client/render/pipeline.i: client/render/pipeline.cpp.i
.PHONY : client/render/pipeline.i

# target to preprocess a source file
client/render/pipeline.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/render/pipeline.cpp.i
.PHONY : client/render/pipeline.cpp.i

client/render/pipeline.s: client/render/pipeline.cpp.s
.PHONY : client/render/pipeline.s

# target to generate assembly for a file
client/render/pipeline.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/render/pipeline.cpp.s
.PHONY : client/render/pipeline.cpp.s

client/render/plain.o: client/render/plain.cpp.o
.PHONY : client/render/plain.o

# target to build an object file
client/render/plain.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/render/plain.cpp.o
.PHONY : client/render/plain.cpp.o

client/render/plain.i: client/render/plain.cpp.i
.PHONY : client/render/plain.i

# target to preprocess a source file
client/render/plain.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/render/plain.cpp.i
.PHONY : client/render/plain.cpp.i

client/render/plain.s: client/render/plain.cpp.s
.PHONY : client/render/plain.s

# target to generate assembly for a file
client/render/plain.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/render/plain.cpp.s
.PHONY : client/render/plain.cpp.s

client/render/secondstage.o: client/render/secondstage.cpp.o
.PHONY : client/render/secondstage.o

# target to build an object file
client/render/secondstage.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/render/secondstage.cpp.o
.PHONY : client/render/secondstage.cpp.o

client/render/secondstage.i: client/render/secondstage.cpp.i
.PHONY : client/render/secondstage.i

# target to preprocess a source file
client/render/secondstage.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/render/secondstage.cpp.i
.PHONY : client/render/secondstage.cpp.i

client/render/secondstage.s: client/render/secondstage.cpp.s
.PHONY : client/render/secondstage.s

# target to generate assembly for a file
client/render/secondstage.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/render/secondstage.cpp.s
.PHONY : client/render/secondstage.cpp.s

client/render/sidebyside.o: client/render/sidebyside.cpp.o
.PHONY : client/render/sidebyside.o

# target to build an object file
client/render/sidebyside.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/render/sidebyside.cpp.o
.PHONY : client/render/sidebyside.cpp.o

client/render/sidebyside.i: client/render/sidebyside.cpp.i
.PHONY : client/render/sidebyside.i

# target to preprocess a source file
client/render/sidebyside.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/render/sidebyside.cpp.i
.PHONY : client/render/sidebyside.cpp.i

client/render/sidebyside.s: client/render/sidebyside.cpp.s
.PHONY : client/render/sidebyside.s

# target to generate assembly for a file
client/render/sidebyside.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/render/sidebyside.cpp.s
.PHONY : client/render/sidebyside.cpp.s

client/render/stereo.o: client/render/stereo.cpp.o
.PHONY : client/render/stereo.o

# target to build an object file
client/render/stereo.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/render/stereo.cpp.o
.PHONY : client/render/stereo.cpp.o

client/render/stereo.i: client/render/stereo.cpp.i
.PHONY : client/render/stereo.i

# target to preprocess a source file
client/render/stereo.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/render/stereo.cpp.i
.PHONY : client/render/stereo.cpp.i

client/render/stereo.s: client/render/stereo.cpp.s
.PHONY : client/render/stereo.s

# target to generate assembly for a file
client/render/stereo.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/render/stereo.cpp.s
.PHONY : client/render/stereo.cpp.s

client/renderingengine.o: client/renderingengine.cpp.o
.PHONY : client/renderingengine.o

# target to build an object file
client/renderingengine.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/renderingengine.cpp.o
.PHONY : client/renderingengine.cpp.o

client/renderingengine.i: client/renderingengine.cpp.i
.PHONY : client/renderingengine.i

# target to preprocess a source file
client/renderingengine.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/renderingengine.cpp.i
.PHONY : client/renderingengine.cpp.i

client/renderingengine.s: client/renderingengine.cpp.s
.PHONY : client/renderingengine.s

# target to generate assembly for a file
client/renderingengine.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/renderingengine.cpp.s
.PHONY : client/renderingengine.cpp.s

client/shader.o: client/shader.cpp.o
.PHONY : client/shader.o

# target to build an object file
client/shader.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/shader.cpp.o
.PHONY : client/shader.cpp.o

client/shader.i: client/shader.cpp.i
.PHONY : client/shader.i

# target to preprocess a source file
client/shader.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/shader.cpp.i
.PHONY : client/shader.cpp.i

client/shader.s: client/shader.cpp.s
.PHONY : client/shader.s

# target to generate assembly for a file
client/shader.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/shader.cpp.s
.PHONY : client/shader.cpp.s

client/shadows/dynamicshadows.o: client/shadows/dynamicshadows.cpp.o
.PHONY : client/shadows/dynamicshadows.o

# target to build an object file
client/shadows/dynamicshadows.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/shadows/dynamicshadows.cpp.o
.PHONY : client/shadows/dynamicshadows.cpp.o

client/shadows/dynamicshadows.i: client/shadows/dynamicshadows.cpp.i
.PHONY : client/shadows/dynamicshadows.i

# target to preprocess a source file
client/shadows/dynamicshadows.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/shadows/dynamicshadows.cpp.i
.PHONY : client/shadows/dynamicshadows.cpp.i

client/shadows/dynamicshadows.s: client/shadows/dynamicshadows.cpp.s
.PHONY : client/shadows/dynamicshadows.s

# target to generate assembly for a file
client/shadows/dynamicshadows.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/shadows/dynamicshadows.cpp.s
.PHONY : client/shadows/dynamicshadows.cpp.s

client/shadows/dynamicshadowsrender.o: client/shadows/dynamicshadowsrender.cpp.o
.PHONY : client/shadows/dynamicshadowsrender.o

# target to build an object file
client/shadows/dynamicshadowsrender.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/shadows/dynamicshadowsrender.cpp.o
.PHONY : client/shadows/dynamicshadowsrender.cpp.o

client/shadows/dynamicshadowsrender.i: client/shadows/dynamicshadowsrender.cpp.i
.PHONY : client/shadows/dynamicshadowsrender.i

# target to preprocess a source file
client/shadows/dynamicshadowsrender.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/shadows/dynamicshadowsrender.cpp.i
.PHONY : client/shadows/dynamicshadowsrender.cpp.i

client/shadows/dynamicshadowsrender.s: client/shadows/dynamicshadowsrender.cpp.s
.PHONY : client/shadows/dynamicshadowsrender.s

# target to generate assembly for a file
client/shadows/dynamicshadowsrender.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/shadows/dynamicshadowsrender.cpp.s
.PHONY : client/shadows/dynamicshadowsrender.cpp.s

client/shadows/shadowsScreenQuad.o: client/shadows/shadowsScreenQuad.cpp.o
.PHONY : client/shadows/shadowsScreenQuad.o

# target to build an object file
client/shadows/shadowsScreenQuad.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/shadows/shadowsScreenQuad.cpp.o
.PHONY : client/shadows/shadowsScreenQuad.cpp.o

client/shadows/shadowsScreenQuad.i: client/shadows/shadowsScreenQuad.cpp.i
.PHONY : client/shadows/shadowsScreenQuad.i

# target to preprocess a source file
client/shadows/shadowsScreenQuad.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/shadows/shadowsScreenQuad.cpp.i
.PHONY : client/shadows/shadowsScreenQuad.cpp.i

client/shadows/shadowsScreenQuad.s: client/shadows/shadowsScreenQuad.cpp.s
.PHONY : client/shadows/shadowsScreenQuad.s

# target to generate assembly for a file
client/shadows/shadowsScreenQuad.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/shadows/shadowsScreenQuad.cpp.s
.PHONY : client/shadows/shadowsScreenQuad.cpp.s

client/shadows/shadowsshadercallbacks.o: client/shadows/shadowsshadercallbacks.cpp.o
.PHONY : client/shadows/shadowsshadercallbacks.o

# target to build an object file
client/shadows/shadowsshadercallbacks.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/shadows/shadowsshadercallbacks.cpp.o
.PHONY : client/shadows/shadowsshadercallbacks.cpp.o

client/shadows/shadowsshadercallbacks.i: client/shadows/shadowsshadercallbacks.cpp.i
.PHONY : client/shadows/shadowsshadercallbacks.i

# target to preprocess a source file
client/shadows/shadowsshadercallbacks.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/shadows/shadowsshadercallbacks.cpp.i
.PHONY : client/shadows/shadowsshadercallbacks.cpp.i

client/shadows/shadowsshadercallbacks.s: client/shadows/shadowsshadercallbacks.cpp.s
.PHONY : client/shadows/shadowsshadercallbacks.s

# target to generate assembly for a file
client/shadows/shadowsshadercallbacks.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/shadows/shadowsshadercallbacks.cpp.s
.PHONY : client/shadows/shadowsshadercallbacks.cpp.s

client/sky.o: client/sky.cpp.o
.PHONY : client/sky.o

# target to build an object file
client/sky.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sky.cpp.o
.PHONY : client/sky.cpp.o

client/sky.i: client/sky.cpp.i
.PHONY : client/sky.i

# target to preprocess a source file
client/sky.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sky.cpp.i
.PHONY : client/sky.cpp.i

client/sky.s: client/sky.cpp.s
.PHONY : client/sky.s

# target to generate assembly for a file
client/sky.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sky.cpp.s
.PHONY : client/sky.cpp.s

client/sound.o: client/sound.cpp.o
.PHONY : client/sound.o

# target to build an object file
client/sound.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound.cpp.o
.PHONY : client/sound.cpp.o

client/sound.i: client/sound.cpp.i
.PHONY : client/sound.i

# target to preprocess a source file
client/sound.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound.cpp.i
.PHONY : client/sound.cpp.i

client/sound.s: client/sound.cpp.s
.PHONY : client/sound.s

# target to generate assembly for a file
client/sound.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound.cpp.s
.PHONY : client/sound.cpp.s

client/sound/al_extensions.o: client/sound/al_extensions.cpp.o
.PHONY : client/sound/al_extensions.o

# target to build an object file
client/sound/al_extensions.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/al_extensions.cpp.o
.PHONY : client/sound/al_extensions.cpp.o

client/sound/al_extensions.i: client/sound/al_extensions.cpp.i
.PHONY : client/sound/al_extensions.i

# target to preprocess a source file
client/sound/al_extensions.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/al_extensions.cpp.i
.PHONY : client/sound/al_extensions.cpp.i

client/sound/al_extensions.s: client/sound/al_extensions.cpp.s
.PHONY : client/sound/al_extensions.s

# target to generate assembly for a file
client/sound/al_extensions.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/al_extensions.cpp.s
.PHONY : client/sound/al_extensions.cpp.s

client/sound/al_helpers.o: client/sound/al_helpers.cpp.o
.PHONY : client/sound/al_helpers.o

# target to build an object file
client/sound/al_helpers.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/al_helpers.cpp.o
.PHONY : client/sound/al_helpers.cpp.o

client/sound/al_helpers.i: client/sound/al_helpers.cpp.i
.PHONY : client/sound/al_helpers.i

# target to preprocess a source file
client/sound/al_helpers.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/al_helpers.cpp.i
.PHONY : client/sound/al_helpers.cpp.i

client/sound/al_helpers.s: client/sound/al_helpers.cpp.s
.PHONY : client/sound/al_helpers.s

# target to generate assembly for a file
client/sound/al_helpers.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/al_helpers.cpp.s
.PHONY : client/sound/al_helpers.cpp.s

client/sound/ogg_file.o: client/sound/ogg_file.cpp.o
.PHONY : client/sound/ogg_file.o

# target to build an object file
client/sound/ogg_file.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/ogg_file.cpp.o
.PHONY : client/sound/ogg_file.cpp.o

client/sound/ogg_file.i: client/sound/ogg_file.cpp.i
.PHONY : client/sound/ogg_file.i

# target to preprocess a source file
client/sound/ogg_file.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/ogg_file.cpp.i
.PHONY : client/sound/ogg_file.cpp.i

client/sound/ogg_file.s: client/sound/ogg_file.cpp.s
.PHONY : client/sound/ogg_file.s

# target to generate assembly for a file
client/sound/ogg_file.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/ogg_file.cpp.s
.PHONY : client/sound/ogg_file.cpp.s

client/sound/playing_sound.o: client/sound/playing_sound.cpp.o
.PHONY : client/sound/playing_sound.o

# target to build an object file
client/sound/playing_sound.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/playing_sound.cpp.o
.PHONY : client/sound/playing_sound.cpp.o

client/sound/playing_sound.i: client/sound/playing_sound.cpp.i
.PHONY : client/sound/playing_sound.i

# target to preprocess a source file
client/sound/playing_sound.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/playing_sound.cpp.i
.PHONY : client/sound/playing_sound.cpp.i

client/sound/playing_sound.s: client/sound/playing_sound.cpp.s
.PHONY : client/sound/playing_sound.s

# target to generate assembly for a file
client/sound/playing_sound.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/playing_sound.cpp.s
.PHONY : client/sound/playing_sound.cpp.s

client/sound/proxy_sound_manager.o: client/sound/proxy_sound_manager.cpp.o
.PHONY : client/sound/proxy_sound_manager.o

# target to build an object file
client/sound/proxy_sound_manager.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/proxy_sound_manager.cpp.o
.PHONY : client/sound/proxy_sound_manager.cpp.o

client/sound/proxy_sound_manager.i: client/sound/proxy_sound_manager.cpp.i
.PHONY : client/sound/proxy_sound_manager.i

# target to preprocess a source file
client/sound/proxy_sound_manager.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/proxy_sound_manager.cpp.i
.PHONY : client/sound/proxy_sound_manager.cpp.i

client/sound/proxy_sound_manager.s: client/sound/proxy_sound_manager.cpp.s
.PHONY : client/sound/proxy_sound_manager.s

# target to generate assembly for a file
client/sound/proxy_sound_manager.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/proxy_sound_manager.cpp.s
.PHONY : client/sound/proxy_sound_manager.cpp.s

client/sound/sound_data.o: client/sound/sound_data.cpp.o
.PHONY : client/sound/sound_data.o

# target to build an object file
client/sound/sound_data.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/sound_data.cpp.o
.PHONY : client/sound/sound_data.cpp.o

client/sound/sound_data.i: client/sound/sound_data.cpp.i
.PHONY : client/sound/sound_data.i

# target to preprocess a source file
client/sound/sound_data.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/sound_data.cpp.i
.PHONY : client/sound/sound_data.cpp.i

client/sound/sound_data.s: client/sound/sound_data.cpp.s
.PHONY : client/sound/sound_data.s

# target to generate assembly for a file
client/sound/sound_data.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/sound_data.cpp.s
.PHONY : client/sound/sound_data.cpp.s

client/sound/sound_manager.o: client/sound/sound_manager.cpp.o
.PHONY : client/sound/sound_manager.o

# target to build an object file
client/sound/sound_manager.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/sound_manager.cpp.o
.PHONY : client/sound/sound_manager.cpp.o

client/sound/sound_manager.i: client/sound/sound_manager.cpp.i
.PHONY : client/sound/sound_manager.i

# target to preprocess a source file
client/sound/sound_manager.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/sound_manager.cpp.i
.PHONY : client/sound/sound_manager.cpp.i

client/sound/sound_manager.s: client/sound/sound_manager.cpp.s
.PHONY : client/sound/sound_manager.s

# target to generate assembly for a file
client/sound/sound_manager.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/sound_manager.cpp.s
.PHONY : client/sound/sound_manager.cpp.s

client/sound/sound_openal.o: client/sound/sound_openal.cpp.o
.PHONY : client/sound/sound_openal.o

# target to build an object file
client/sound/sound_openal.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/sound_openal.cpp.o
.PHONY : client/sound/sound_openal.cpp.o

client/sound/sound_openal.i: client/sound/sound_openal.cpp.i
.PHONY : client/sound/sound_openal.i

# target to preprocess a source file
client/sound/sound_openal.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/sound_openal.cpp.i
.PHONY : client/sound/sound_openal.cpp.i

client/sound/sound_openal.s: client/sound/sound_openal.cpp.s
.PHONY : client/sound/sound_openal.s

# target to generate assembly for a file
client/sound/sound_openal.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/sound_openal.cpp.s
.PHONY : client/sound/sound_openal.cpp.s

client/sound/sound_singleton.o: client/sound/sound_singleton.cpp.o
.PHONY : client/sound/sound_singleton.o

# target to build an object file
client/sound/sound_singleton.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/sound_singleton.cpp.o
.PHONY : client/sound/sound_singleton.cpp.o

client/sound/sound_singleton.i: client/sound/sound_singleton.cpp.i
.PHONY : client/sound/sound_singleton.i

# target to preprocess a source file
client/sound/sound_singleton.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/sound_singleton.cpp.i
.PHONY : client/sound/sound_singleton.cpp.i

client/sound/sound_singleton.s: client/sound/sound_singleton.cpp.s
.PHONY : client/sound/sound_singleton.s

# target to generate assembly for a file
client/sound/sound_singleton.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/sound/sound_singleton.cpp.s
.PHONY : client/sound/sound_singleton.cpp.s

client/texturepaths.o: client/texturepaths.cpp.o
.PHONY : client/texturepaths.o

# target to build an object file
client/texturepaths.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/texturepaths.cpp.o
.PHONY : client/texturepaths.cpp.o

client/texturepaths.i: client/texturepaths.cpp.i
.PHONY : client/texturepaths.i

# target to preprocess a source file
client/texturepaths.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/texturepaths.cpp.i
.PHONY : client/texturepaths.cpp.i

client/texturepaths.s: client/texturepaths.cpp.s
.PHONY : client/texturepaths.s

# target to generate assembly for a file
client/texturepaths.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/texturepaths.cpp.s
.PHONY : client/texturepaths.cpp.s

client/texturesource.o: client/texturesource.cpp.o
.PHONY : client/texturesource.o

# target to build an object file
client/texturesource.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/texturesource.cpp.o
.PHONY : client/texturesource.cpp.o

client/texturesource.i: client/texturesource.cpp.i
.PHONY : client/texturesource.i

# target to preprocess a source file
client/texturesource.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/texturesource.cpp.i
.PHONY : client/texturesource.cpp.i

client/texturesource.s: client/texturesource.cpp.s
.PHONY : client/texturesource.s

# target to generate assembly for a file
client/texturesource.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/texturesource.cpp.s
.PHONY : client/texturesource.cpp.s

client/tile.o: client/tile.cpp.o
.PHONY : client/tile.o

# target to build an object file
client/tile.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/tile.cpp.o
.PHONY : client/tile.cpp.o

client/tile.i: client/tile.cpp.i
.PHONY : client/tile.i

# target to preprocess a source file
client/tile.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/tile.cpp.i
.PHONY : client/tile.cpp.i

client/tile.s: client/tile.cpp.s
.PHONY : client/tile.s

# target to generate assembly for a file
client/tile.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/tile.cpp.s
.PHONY : client/tile.cpp.s

client/wieldmesh.o: client/wieldmesh.cpp.o
.PHONY : client/wieldmesh.o

# target to build an object file
client/wieldmesh.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/wieldmesh.cpp.o
.PHONY : client/wieldmesh.cpp.o

client/wieldmesh.i: client/wieldmesh.cpp.i
.PHONY : client/wieldmesh.i

# target to preprocess a source file
client/wieldmesh.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/wieldmesh.cpp.i
.PHONY : client/wieldmesh.cpp.i

client/wieldmesh.s: client/wieldmesh.cpp.s
.PHONY : client/wieldmesh.s

# target to generate assembly for a file
client/wieldmesh.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/client/wieldmesh.cpp.s
.PHONY : client/wieldmesh.cpp.s

clientdynamicinfo.o: clientdynamicinfo.cpp.o
.PHONY : clientdynamicinfo.o

# target to build an object file
clientdynamicinfo.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/clientdynamicinfo.cpp.o
.PHONY : clientdynamicinfo.cpp.o

clientdynamicinfo.i: clientdynamicinfo.cpp.i
.PHONY : clientdynamicinfo.i

# target to preprocess a source file
clientdynamicinfo.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/clientdynamicinfo.cpp.i
.PHONY : clientdynamicinfo.cpp.i

clientdynamicinfo.s: clientdynamicinfo.cpp.s
.PHONY : clientdynamicinfo.s

# target to generate assembly for a file
clientdynamicinfo.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/clientdynamicinfo.cpp.s
.PHONY : clientdynamicinfo.cpp.s

collision.o: collision.cpp.o
.PHONY : collision.o

# target to build an object file
collision.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/collision.cpp.o
.PHONY : collision.cpp.o

collision.i: collision.cpp.i
.PHONY : collision.i

# target to preprocess a source file
collision.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/collision.cpp.i
.PHONY : collision.cpp.i

collision.s: collision.cpp.s
.PHONY : collision.s

# target to generate assembly for a file
collision.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/collision.cpp.s
.PHONY : collision.cpp.s

content/content.o: content/content.cpp.o
.PHONY : content/content.o

# target to build an object file
content/content.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/content/content.cpp.o
.PHONY : content/content.cpp.o

content/content.i: content/content.cpp.i
.PHONY : content/content.i

# target to preprocess a source file
content/content.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/content/content.cpp.i
.PHONY : content/content.cpp.i

content/content.s: content/content.cpp.s
.PHONY : content/content.s

# target to generate assembly for a file
content/content.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/content/content.cpp.s
.PHONY : content/content.cpp.s

content/mod_configuration.o: content/mod_configuration.cpp.o
.PHONY : content/mod_configuration.o

# target to build an object file
content/mod_configuration.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/content/mod_configuration.cpp.o
.PHONY : content/mod_configuration.cpp.o

content/mod_configuration.i: content/mod_configuration.cpp.i
.PHONY : content/mod_configuration.i

# target to preprocess a source file
content/mod_configuration.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/content/mod_configuration.cpp.i
.PHONY : content/mod_configuration.cpp.i

content/mod_configuration.s: content/mod_configuration.cpp.s
.PHONY : content/mod_configuration.s

# target to generate assembly for a file
content/mod_configuration.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/content/mod_configuration.cpp.s
.PHONY : content/mod_configuration.cpp.s

content/mods.o: content/mods.cpp.o
.PHONY : content/mods.o

# target to build an object file
content/mods.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/content/mods.cpp.o
.PHONY : content/mods.cpp.o

content/mods.i: content/mods.cpp.i
.PHONY : content/mods.i

# target to preprocess a source file
content/mods.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/content/mods.cpp.i
.PHONY : content/mods.cpp.i

content/mods.s: content/mods.cpp.s
.PHONY : content/mods.s

# target to generate assembly for a file
content/mods.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/content/mods.cpp.s
.PHONY : content/mods.cpp.s

content/subgames.o: content/subgames.cpp.o
.PHONY : content/subgames.o

# target to build an object file
content/subgames.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/content/subgames.cpp.o
.PHONY : content/subgames.cpp.o

content/subgames.i: content/subgames.cpp.i
.PHONY : content/subgames.i

# target to preprocess a source file
content/subgames.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/content/subgames.cpp.i
.PHONY : content/subgames.cpp.i

content/subgames.s: content/subgames.cpp.s
.PHONY : content/subgames.s

# target to generate assembly for a file
content/subgames.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/content/subgames.cpp.s
.PHONY : content/subgames.cpp.s

content_mapnode.o: content_mapnode.cpp.o
.PHONY : content_mapnode.o

# target to build an object file
content_mapnode.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/content_mapnode.cpp.o
.PHONY : content_mapnode.cpp.o

content_mapnode.i: content_mapnode.cpp.i
.PHONY : content_mapnode.i

# target to preprocess a source file
content_mapnode.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/content_mapnode.cpp.i
.PHONY : content_mapnode.cpp.i

content_mapnode.s: content_mapnode.cpp.s
.PHONY : content_mapnode.s

# target to generate assembly for a file
content_mapnode.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/content_mapnode.cpp.s
.PHONY : content_mapnode.cpp.s

content_nodemeta.o: content_nodemeta.cpp.o
.PHONY : content_nodemeta.o

# target to build an object file
content_nodemeta.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/content_nodemeta.cpp.o
.PHONY : content_nodemeta.cpp.o

content_nodemeta.i: content_nodemeta.cpp.i
.PHONY : content_nodemeta.i

# target to preprocess a source file
content_nodemeta.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/content_nodemeta.cpp.i
.PHONY : content_nodemeta.cpp.i

content_nodemeta.s: content_nodemeta.cpp.s
.PHONY : content_nodemeta.s

# target to generate assembly for a file
content_nodemeta.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/content_nodemeta.cpp.s
.PHONY : content_nodemeta.cpp.s

convert_json.o: convert_json.cpp.o
.PHONY : convert_json.o

# target to build an object file
convert_json.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/convert_json.cpp.o
.PHONY : convert_json.cpp.o

convert_json.i: convert_json.cpp.i
.PHONY : convert_json.i

# target to preprocess a source file
convert_json.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/convert_json.cpp.i
.PHONY : convert_json.cpp.i

convert_json.s: convert_json.cpp.s
.PHONY : convert_json.s

# target to generate assembly for a file
convert_json.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/convert_json.cpp.s
.PHONY : convert_json.cpp.s

craftdef.o: craftdef.cpp.o
.PHONY : craftdef.o

# target to build an object file
craftdef.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/craftdef.cpp.o
.PHONY : craftdef.cpp.o

craftdef.i: craftdef.cpp.i
.PHONY : craftdef.i

# target to preprocess a source file
craftdef.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/craftdef.cpp.i
.PHONY : craftdef.cpp.i

craftdef.s: craftdef.cpp.s
.PHONY : craftdef.s

# target to generate assembly for a file
craftdef.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/craftdef.cpp.s
.PHONY : craftdef.cpp.s

database/database-dummy.o: database/database-dummy.cpp.o
.PHONY : database/database-dummy.o

# target to build an object file
database/database-dummy.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/database/database-dummy.cpp.o
.PHONY : database/database-dummy.cpp.o

database/database-dummy.i: database/database-dummy.cpp.i
.PHONY : database/database-dummy.i

# target to preprocess a source file
database/database-dummy.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/database/database-dummy.cpp.i
.PHONY : database/database-dummy.cpp.i

database/database-dummy.s: database/database-dummy.cpp.s
.PHONY : database/database-dummy.s

# target to generate assembly for a file
database/database-dummy.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/database/database-dummy.cpp.s
.PHONY : database/database-dummy.cpp.s

database/database-files.o: database/database-files.cpp.o
.PHONY : database/database-files.o

# target to build an object file
database/database-files.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/database/database-files.cpp.o
.PHONY : database/database-files.cpp.o

database/database-files.i: database/database-files.cpp.i
.PHONY : database/database-files.i

# target to preprocess a source file
database/database-files.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/database/database-files.cpp.i
.PHONY : database/database-files.cpp.i

database/database-files.s: database/database-files.cpp.s
.PHONY : database/database-files.s

# target to generate assembly for a file
database/database-files.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/database/database-files.cpp.s
.PHONY : database/database-files.cpp.s

database/database-leveldb.o: database/database-leveldb.cpp.o
.PHONY : database/database-leveldb.o

# target to build an object file
database/database-leveldb.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/database/database-leveldb.cpp.o
.PHONY : database/database-leveldb.cpp.o

database/database-leveldb.i: database/database-leveldb.cpp.i
.PHONY : database/database-leveldb.i

# target to preprocess a source file
database/database-leveldb.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/database/database-leveldb.cpp.i
.PHONY : database/database-leveldb.cpp.i

database/database-leveldb.s: database/database-leveldb.cpp.s
.PHONY : database/database-leveldb.s

# target to generate assembly for a file
database/database-leveldb.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/database/database-leveldb.cpp.s
.PHONY : database/database-leveldb.cpp.s

database/database-postgresql.o: database/database-postgresql.cpp.o
.PHONY : database/database-postgresql.o

# target to build an object file
database/database-postgresql.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/database/database-postgresql.cpp.o
.PHONY : database/database-postgresql.cpp.o

database/database-postgresql.i: database/database-postgresql.cpp.i
.PHONY : database/database-postgresql.i

# target to preprocess a source file
database/database-postgresql.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/database/database-postgresql.cpp.i
.PHONY : database/database-postgresql.cpp.i

database/database-postgresql.s: database/database-postgresql.cpp.s
.PHONY : database/database-postgresql.s

# target to generate assembly for a file
database/database-postgresql.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/database/database-postgresql.cpp.s
.PHONY : database/database-postgresql.cpp.s

database/database-redis.o: database/database-redis.cpp.o
.PHONY : database/database-redis.o

# target to build an object file
database/database-redis.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/database/database-redis.cpp.o
.PHONY : database/database-redis.cpp.o

database/database-redis.i: database/database-redis.cpp.i
.PHONY : database/database-redis.i

# target to preprocess a source file
database/database-redis.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/database/database-redis.cpp.i
.PHONY : database/database-redis.cpp.i

database/database-redis.s: database/database-redis.cpp.s
.PHONY : database/database-redis.s

# target to generate assembly for a file
database/database-redis.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/database/database-redis.cpp.s
.PHONY : database/database-redis.cpp.s

database/database-sqlite3.o: database/database-sqlite3.cpp.o
.PHONY : database/database-sqlite3.o

# target to build an object file
database/database-sqlite3.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/database/database-sqlite3.cpp.o
.PHONY : database/database-sqlite3.cpp.o

database/database-sqlite3.i: database/database-sqlite3.cpp.i
.PHONY : database/database-sqlite3.i

# target to preprocess a source file
database/database-sqlite3.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/database/database-sqlite3.cpp.i
.PHONY : database/database-sqlite3.cpp.i

database/database-sqlite3.s: database/database-sqlite3.cpp.s
.PHONY : database/database-sqlite3.s

# target to generate assembly for a file
database/database-sqlite3.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/database/database-sqlite3.cpp.s
.PHONY : database/database-sqlite3.cpp.s

database/database.o: database/database.cpp.o
.PHONY : database/database.o

# target to build an object file
database/database.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/database/database.cpp.o
.PHONY : database/database.cpp.o

database/database.i: database/database.cpp.i
.PHONY : database/database.i

# target to preprocess a source file
database/database.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/database/database.cpp.i
.PHONY : database/database.cpp.i

database/database.s: database/database.cpp.s
.PHONY : database/database.s

# target to generate assembly for a file
database/database.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/database/database.cpp.s
.PHONY : database/database.cpp.s

debug.o: debug.cpp.o
.PHONY : debug.o

# target to build an object file
debug.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/debug.cpp.o
.PHONY : debug.cpp.o

debug.i: debug.cpp.i
.PHONY : debug.i

# target to preprocess a source file
debug.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/debug.cpp.i
.PHONY : debug.cpp.i

debug.s: debug.cpp.s
.PHONY : debug.s

# target to generate assembly for a file
debug.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/debug.cpp.s
.PHONY : debug.cpp.s

defaultsettings.o: defaultsettings.cpp.o
.PHONY : defaultsettings.o

# target to build an object file
defaultsettings.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/defaultsettings.cpp.o
.PHONY : defaultsettings.cpp.o

defaultsettings.i: defaultsettings.cpp.i
.PHONY : defaultsettings.i

# target to preprocess a source file
defaultsettings.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/defaultsettings.cpp.i
.PHONY : defaultsettings.cpp.i

defaultsettings.s: defaultsettings.cpp.s
.PHONY : defaultsettings.s

# target to generate assembly for a file
defaultsettings.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/defaultsettings.cpp.s
.PHONY : defaultsettings.cpp.s

emerge.o: emerge.cpp.o
.PHONY : emerge.o

# target to build an object file
emerge.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/emerge.cpp.o
.PHONY : emerge.cpp.o

emerge.i: emerge.cpp.i
.PHONY : emerge.i

# target to preprocess a source file
emerge.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/emerge.cpp.i
.PHONY : emerge.cpp.i

emerge.s: emerge.cpp.s
.PHONY : emerge.s

# target to generate assembly for a file
emerge.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/emerge.cpp.s
.PHONY : emerge.cpp.s

environment.o: environment.cpp.o
.PHONY : environment.o

# target to build an object file
environment.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/environment.cpp.o
.PHONY : environment.cpp.o

environment.i: environment.cpp.i
.PHONY : environment.i

# target to preprocess a source file
environment.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/environment.cpp.i
.PHONY : environment.cpp.i

environment.s: environment.cpp.s
.PHONY : environment.s

# target to generate assembly for a file
environment.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/environment.cpp.s
.PHONY : environment.cpp.s

face_position_cache.o: face_position_cache.cpp.o
.PHONY : face_position_cache.o

# target to build an object file
face_position_cache.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/face_position_cache.cpp.o
.PHONY : face_position_cache.cpp.o

face_position_cache.i: face_position_cache.cpp.i
.PHONY : face_position_cache.i

# target to preprocess a source file
face_position_cache.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/face_position_cache.cpp.i
.PHONY : face_position_cache.cpp.i

face_position_cache.s: face_position_cache.cpp.s
.PHONY : face_position_cache.s

# target to generate assembly for a file
face_position_cache.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/face_position_cache.cpp.s
.PHONY : face_position_cache.cpp.s

filesys.o: filesys.cpp.o
.PHONY : filesys.o

# target to build an object file
filesys.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/filesys.cpp.o
.PHONY : filesys.cpp.o

filesys.i: filesys.cpp.i
.PHONY : filesys.i

# target to preprocess a source file
filesys.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/filesys.cpp.i
.PHONY : filesys.cpp.i

filesys.s: filesys.cpp.s
.PHONY : filesys.s

# target to generate assembly for a file
filesys.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/filesys.cpp.s
.PHONY : filesys.cpp.s

gettext.o: gettext.cpp.o
.PHONY : gettext.o

# target to build an object file
gettext.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gettext.cpp.o
.PHONY : gettext.cpp.o

gettext.i: gettext.cpp.i
.PHONY : gettext.i

# target to preprocess a source file
gettext.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gettext.cpp.i
.PHONY : gettext.cpp.i

gettext.s: gettext.cpp.s
.PHONY : gettext.s

# target to generate assembly for a file
gettext.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gettext.cpp.s
.PHONY : gettext.cpp.s

gettext_plural_form.o: gettext_plural_form.cpp.o
.PHONY : gettext_plural_form.o

# target to build an object file
gettext_plural_form.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/gettext_plural_form.cpp.o
.PHONY : gettext_plural_form.cpp.o

gettext_plural_form.i: gettext_plural_form.cpp.i
.PHONY : gettext_plural_form.i

# target to preprocess a source file
gettext_plural_form.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/gettext_plural_form.cpp.i
.PHONY : gettext_plural_form.cpp.i

gettext_plural_form.s: gettext_plural_form.cpp.s
.PHONY : gettext_plural_form.s

# target to generate assembly for a file
gettext_plural_form.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/gettext_plural_form.cpp.s
.PHONY : gettext_plural_form.cpp.s

gui/drawItemStack.o: gui/drawItemStack.cpp.o
.PHONY : gui/drawItemStack.o

# target to build an object file
gui/drawItemStack.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/drawItemStack.cpp.o
.PHONY : gui/drawItemStack.cpp.o

gui/drawItemStack.i: gui/drawItemStack.cpp.i
.PHONY : gui/drawItemStack.i

# target to preprocess a source file
gui/drawItemStack.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/drawItemStack.cpp.i
.PHONY : gui/drawItemStack.cpp.i

gui/drawItemStack.s: gui/drawItemStack.cpp.s
.PHONY : gui/drawItemStack.s

# target to generate assembly for a file
gui/drawItemStack.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/drawItemStack.cpp.s
.PHONY : gui/drawItemStack.cpp.s

gui/guiAnimatedImage.o: gui/guiAnimatedImage.cpp.o
.PHONY : gui/guiAnimatedImage.o

# target to build an object file
gui/guiAnimatedImage.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiAnimatedImage.cpp.o
.PHONY : gui/guiAnimatedImage.cpp.o

gui/guiAnimatedImage.i: gui/guiAnimatedImage.cpp.i
.PHONY : gui/guiAnimatedImage.i

# target to preprocess a source file
gui/guiAnimatedImage.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiAnimatedImage.cpp.i
.PHONY : gui/guiAnimatedImage.cpp.i

gui/guiAnimatedImage.s: gui/guiAnimatedImage.cpp.s
.PHONY : gui/guiAnimatedImage.s

# target to generate assembly for a file
gui/guiAnimatedImage.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiAnimatedImage.cpp.s
.PHONY : gui/guiAnimatedImage.cpp.s

gui/guiBackgroundImage.o: gui/guiBackgroundImage.cpp.o
.PHONY : gui/guiBackgroundImage.o

# target to build an object file
gui/guiBackgroundImage.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiBackgroundImage.cpp.o
.PHONY : gui/guiBackgroundImage.cpp.o

gui/guiBackgroundImage.i: gui/guiBackgroundImage.cpp.i
.PHONY : gui/guiBackgroundImage.i

# target to preprocess a source file
gui/guiBackgroundImage.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiBackgroundImage.cpp.i
.PHONY : gui/guiBackgroundImage.cpp.i

gui/guiBackgroundImage.s: gui/guiBackgroundImage.cpp.s
.PHONY : gui/guiBackgroundImage.s

# target to generate assembly for a file
gui/guiBackgroundImage.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiBackgroundImage.cpp.s
.PHONY : gui/guiBackgroundImage.cpp.s

gui/guiBox.o: gui/guiBox.cpp.o
.PHONY : gui/guiBox.o

# target to build an object file
gui/guiBox.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiBox.cpp.o
.PHONY : gui/guiBox.cpp.o

gui/guiBox.i: gui/guiBox.cpp.i
.PHONY : gui/guiBox.i

# target to preprocess a source file
gui/guiBox.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiBox.cpp.i
.PHONY : gui/guiBox.cpp.i

gui/guiBox.s: gui/guiBox.cpp.s
.PHONY : gui/guiBox.s

# target to generate assembly for a file
gui/guiBox.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiBox.cpp.s
.PHONY : gui/guiBox.cpp.s

gui/guiButton.o: gui/guiButton.cpp.o
.PHONY : gui/guiButton.o

# target to build an object file
gui/guiButton.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiButton.cpp.o
.PHONY : gui/guiButton.cpp.o

gui/guiButton.i: gui/guiButton.cpp.i
.PHONY : gui/guiButton.i

# target to preprocess a source file
gui/guiButton.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiButton.cpp.i
.PHONY : gui/guiButton.cpp.i

gui/guiButton.s: gui/guiButton.cpp.s
.PHONY : gui/guiButton.s

# target to generate assembly for a file
gui/guiButton.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiButton.cpp.s
.PHONY : gui/guiButton.cpp.s

gui/guiButtonImage.o: gui/guiButtonImage.cpp.o
.PHONY : gui/guiButtonImage.o

# target to build an object file
gui/guiButtonImage.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiButtonImage.cpp.o
.PHONY : gui/guiButtonImage.cpp.o

gui/guiButtonImage.i: gui/guiButtonImage.cpp.i
.PHONY : gui/guiButtonImage.i

# target to preprocess a source file
gui/guiButtonImage.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiButtonImage.cpp.i
.PHONY : gui/guiButtonImage.cpp.i

gui/guiButtonImage.s: gui/guiButtonImage.cpp.s
.PHONY : gui/guiButtonImage.s

# target to generate assembly for a file
gui/guiButtonImage.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiButtonImage.cpp.s
.PHONY : gui/guiButtonImage.cpp.s

gui/guiButtonItemImage.o: gui/guiButtonItemImage.cpp.o
.PHONY : gui/guiButtonItemImage.o

# target to build an object file
gui/guiButtonItemImage.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiButtonItemImage.cpp.o
.PHONY : gui/guiButtonItemImage.cpp.o

gui/guiButtonItemImage.i: gui/guiButtonItemImage.cpp.i
.PHONY : gui/guiButtonItemImage.i

# target to preprocess a source file
gui/guiButtonItemImage.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiButtonItemImage.cpp.i
.PHONY : gui/guiButtonItemImage.cpp.i

gui/guiButtonItemImage.s: gui/guiButtonItemImage.cpp.s
.PHONY : gui/guiButtonItemImage.s

# target to generate assembly for a file
gui/guiButtonItemImage.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiButtonItemImage.cpp.s
.PHONY : gui/guiButtonItemImage.cpp.s

gui/guiButtonKey.o: gui/guiButtonKey.cpp.o
.PHONY : gui/guiButtonKey.o

# target to build an object file
gui/guiButtonKey.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiButtonKey.cpp.o
.PHONY : gui/guiButtonKey.cpp.o

gui/guiButtonKey.i: gui/guiButtonKey.cpp.i
.PHONY : gui/guiButtonKey.i

# target to preprocess a source file
gui/guiButtonKey.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiButtonKey.cpp.i
.PHONY : gui/guiButtonKey.cpp.i

gui/guiButtonKey.s: gui/guiButtonKey.cpp.s
.PHONY : gui/guiButtonKey.s

# target to generate assembly for a file
gui/guiButtonKey.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiButtonKey.cpp.s
.PHONY : gui/guiButtonKey.cpp.s

gui/guiChatConsole.o: gui/guiChatConsole.cpp.o
.PHONY : gui/guiChatConsole.o

# target to build an object file
gui/guiChatConsole.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiChatConsole.cpp.o
.PHONY : gui/guiChatConsole.cpp.o

gui/guiChatConsole.i: gui/guiChatConsole.cpp.i
.PHONY : gui/guiChatConsole.i

# target to preprocess a source file
gui/guiChatConsole.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiChatConsole.cpp.i
.PHONY : gui/guiChatConsole.cpp.i

gui/guiChatConsole.s: gui/guiChatConsole.cpp.s
.PHONY : gui/guiChatConsole.s

# target to generate assembly for a file
gui/guiChatConsole.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiChatConsole.cpp.s
.PHONY : gui/guiChatConsole.cpp.s

gui/guiEditBoxWithScrollbar.o: gui/guiEditBoxWithScrollbar.cpp.o
.PHONY : gui/guiEditBoxWithScrollbar.o

# target to build an object file
gui/guiEditBoxWithScrollbar.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiEditBoxWithScrollbar.cpp.o
.PHONY : gui/guiEditBoxWithScrollbar.cpp.o

gui/guiEditBoxWithScrollbar.i: gui/guiEditBoxWithScrollbar.cpp.i
.PHONY : gui/guiEditBoxWithScrollbar.i

# target to preprocess a source file
gui/guiEditBoxWithScrollbar.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiEditBoxWithScrollbar.cpp.i
.PHONY : gui/guiEditBoxWithScrollbar.cpp.i

gui/guiEditBoxWithScrollbar.s: gui/guiEditBoxWithScrollbar.cpp.s
.PHONY : gui/guiEditBoxWithScrollbar.s

# target to generate assembly for a file
gui/guiEditBoxWithScrollbar.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiEditBoxWithScrollbar.cpp.s
.PHONY : gui/guiEditBoxWithScrollbar.cpp.s

gui/guiEngine.o: gui/guiEngine.cpp.o
.PHONY : gui/guiEngine.o

# target to build an object file
gui/guiEngine.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiEngine.cpp.o
.PHONY : gui/guiEngine.cpp.o

gui/guiEngine.i: gui/guiEngine.cpp.i
.PHONY : gui/guiEngine.i

# target to preprocess a source file
gui/guiEngine.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiEngine.cpp.i
.PHONY : gui/guiEngine.cpp.i

gui/guiEngine.s: gui/guiEngine.cpp.s
.PHONY : gui/guiEngine.s

# target to generate assembly for a file
gui/guiEngine.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiEngine.cpp.s
.PHONY : gui/guiEngine.cpp.s

gui/guiFormSpecMenu.o: gui/guiFormSpecMenu.cpp.o
.PHONY : gui/guiFormSpecMenu.o

# target to build an object file
gui/guiFormSpecMenu.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiFormSpecMenu.cpp.o
.PHONY : gui/guiFormSpecMenu.cpp.o

gui/guiFormSpecMenu.i: gui/guiFormSpecMenu.cpp.i
.PHONY : gui/guiFormSpecMenu.i

# target to preprocess a source file
gui/guiFormSpecMenu.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiFormSpecMenu.cpp.i
.PHONY : gui/guiFormSpecMenu.cpp.i

gui/guiFormSpecMenu.s: gui/guiFormSpecMenu.cpp.s
.PHONY : gui/guiFormSpecMenu.s

# target to generate assembly for a file
gui/guiFormSpecMenu.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiFormSpecMenu.cpp.s
.PHONY : gui/guiFormSpecMenu.cpp.s

gui/guiHyperText.o: gui/guiHyperText.cpp.o
.PHONY : gui/guiHyperText.o

# target to build an object file
gui/guiHyperText.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiHyperText.cpp.o
.PHONY : gui/guiHyperText.cpp.o

gui/guiHyperText.i: gui/guiHyperText.cpp.i
.PHONY : gui/guiHyperText.i

# target to preprocess a source file
gui/guiHyperText.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiHyperText.cpp.i
.PHONY : gui/guiHyperText.cpp.i

gui/guiHyperText.s: gui/guiHyperText.cpp.s
.PHONY : gui/guiHyperText.s

# target to generate assembly for a file
gui/guiHyperText.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiHyperText.cpp.s
.PHONY : gui/guiHyperText.cpp.s

gui/guiInventoryList.o: gui/guiInventoryList.cpp.o
.PHONY : gui/guiInventoryList.o

# target to build an object file
gui/guiInventoryList.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiInventoryList.cpp.o
.PHONY : gui/guiInventoryList.cpp.o

gui/guiInventoryList.i: gui/guiInventoryList.cpp.i
.PHONY : gui/guiInventoryList.i

# target to preprocess a source file
gui/guiInventoryList.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiInventoryList.cpp.i
.PHONY : gui/guiInventoryList.cpp.i

gui/guiInventoryList.s: gui/guiInventoryList.cpp.s
.PHONY : gui/guiInventoryList.s

# target to generate assembly for a file
gui/guiInventoryList.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiInventoryList.cpp.s
.PHONY : gui/guiInventoryList.cpp.s

gui/guiItemImage.o: gui/guiItemImage.cpp.o
.PHONY : gui/guiItemImage.o

# target to build an object file
gui/guiItemImage.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiItemImage.cpp.o
.PHONY : gui/guiItemImage.cpp.o

gui/guiItemImage.i: gui/guiItemImage.cpp.i
.PHONY : gui/guiItemImage.i

# target to preprocess a source file
gui/guiItemImage.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiItemImage.cpp.i
.PHONY : gui/guiItemImage.cpp.i

gui/guiItemImage.s: gui/guiItemImage.cpp.s
.PHONY : gui/guiItemImage.s

# target to generate assembly for a file
gui/guiItemImage.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiItemImage.cpp.s
.PHONY : gui/guiItemImage.cpp.s

gui/guiOpenURL.o: gui/guiOpenURL.cpp.o
.PHONY : gui/guiOpenURL.o

# target to build an object file
gui/guiOpenURL.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiOpenURL.cpp.o
.PHONY : gui/guiOpenURL.cpp.o

gui/guiOpenURL.i: gui/guiOpenURL.cpp.i
.PHONY : gui/guiOpenURL.i

# target to preprocess a source file
gui/guiOpenURL.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiOpenURL.cpp.i
.PHONY : gui/guiOpenURL.cpp.i

gui/guiOpenURL.s: gui/guiOpenURL.cpp.s
.PHONY : gui/guiOpenURL.s

# target to generate assembly for a file
gui/guiOpenURL.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiOpenURL.cpp.s
.PHONY : gui/guiOpenURL.cpp.s

gui/guiPasswordChange.o: gui/guiPasswordChange.cpp.o
.PHONY : gui/guiPasswordChange.o

# target to build an object file
gui/guiPasswordChange.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiPasswordChange.cpp.o
.PHONY : gui/guiPasswordChange.cpp.o

gui/guiPasswordChange.i: gui/guiPasswordChange.cpp.i
.PHONY : gui/guiPasswordChange.i

# target to preprocess a source file
gui/guiPasswordChange.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiPasswordChange.cpp.i
.PHONY : gui/guiPasswordChange.cpp.i

gui/guiPasswordChange.s: gui/guiPasswordChange.cpp.s
.PHONY : gui/guiPasswordChange.s

# target to generate assembly for a file
gui/guiPasswordChange.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiPasswordChange.cpp.s
.PHONY : gui/guiPasswordChange.cpp.s

gui/guiPathSelectMenu.o: gui/guiPathSelectMenu.cpp.o
.PHONY : gui/guiPathSelectMenu.o

# target to build an object file
gui/guiPathSelectMenu.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiPathSelectMenu.cpp.o
.PHONY : gui/guiPathSelectMenu.cpp.o

gui/guiPathSelectMenu.i: gui/guiPathSelectMenu.cpp.i
.PHONY : gui/guiPathSelectMenu.i

# target to preprocess a source file
gui/guiPathSelectMenu.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiPathSelectMenu.cpp.i
.PHONY : gui/guiPathSelectMenu.cpp.i

gui/guiPathSelectMenu.s: gui/guiPathSelectMenu.cpp.s
.PHONY : gui/guiPathSelectMenu.s

# target to generate assembly for a file
gui/guiPathSelectMenu.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiPathSelectMenu.cpp.s
.PHONY : gui/guiPathSelectMenu.cpp.s

gui/guiScene.o: gui/guiScene.cpp.o
.PHONY : gui/guiScene.o

# target to build an object file
gui/guiScene.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiScene.cpp.o
.PHONY : gui/guiScene.cpp.o

gui/guiScene.i: gui/guiScene.cpp.i
.PHONY : gui/guiScene.i

# target to preprocess a source file
gui/guiScene.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiScene.cpp.i
.PHONY : gui/guiScene.cpp.i

gui/guiScene.s: gui/guiScene.cpp.s
.PHONY : gui/guiScene.s

# target to generate assembly for a file
gui/guiScene.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiScene.cpp.s
.PHONY : gui/guiScene.cpp.s

gui/guiScrollBar.o: gui/guiScrollBar.cpp.o
.PHONY : gui/guiScrollBar.o

# target to build an object file
gui/guiScrollBar.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiScrollBar.cpp.o
.PHONY : gui/guiScrollBar.cpp.o

gui/guiScrollBar.i: gui/guiScrollBar.cpp.i
.PHONY : gui/guiScrollBar.i

# target to preprocess a source file
gui/guiScrollBar.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiScrollBar.cpp.i
.PHONY : gui/guiScrollBar.cpp.i

gui/guiScrollBar.s: gui/guiScrollBar.cpp.s
.PHONY : gui/guiScrollBar.s

# target to generate assembly for a file
gui/guiScrollBar.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiScrollBar.cpp.s
.PHONY : gui/guiScrollBar.cpp.s

gui/guiScrollContainer.o: gui/guiScrollContainer.cpp.o
.PHONY : gui/guiScrollContainer.o

# target to build an object file
gui/guiScrollContainer.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiScrollContainer.cpp.o
.PHONY : gui/guiScrollContainer.cpp.o

gui/guiScrollContainer.i: gui/guiScrollContainer.cpp.i
.PHONY : gui/guiScrollContainer.i

# target to preprocess a source file
gui/guiScrollContainer.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiScrollContainer.cpp.i
.PHONY : gui/guiScrollContainer.cpp.i

gui/guiScrollContainer.s: gui/guiScrollContainer.cpp.s
.PHONY : gui/guiScrollContainer.s

# target to generate assembly for a file
gui/guiScrollContainer.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiScrollContainer.cpp.s
.PHONY : gui/guiScrollContainer.cpp.s

gui/guiTable.o: gui/guiTable.cpp.o
.PHONY : gui/guiTable.o

# target to build an object file
gui/guiTable.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiTable.cpp.o
.PHONY : gui/guiTable.cpp.o

gui/guiTable.i: gui/guiTable.cpp.i
.PHONY : gui/guiTable.i

# target to preprocess a source file
gui/guiTable.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiTable.cpp.i
.PHONY : gui/guiTable.cpp.i

gui/guiTable.s: gui/guiTable.cpp.s
.PHONY : gui/guiTable.s

# target to generate assembly for a file
gui/guiTable.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiTable.cpp.s
.PHONY : gui/guiTable.cpp.s

gui/guiVolumeChange.o: gui/guiVolumeChange.cpp.o
.PHONY : gui/guiVolumeChange.o

# target to build an object file
gui/guiVolumeChange.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiVolumeChange.cpp.o
.PHONY : gui/guiVolumeChange.cpp.o

gui/guiVolumeChange.i: gui/guiVolumeChange.cpp.i
.PHONY : gui/guiVolumeChange.i

# target to preprocess a source file
gui/guiVolumeChange.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiVolumeChange.cpp.i
.PHONY : gui/guiVolumeChange.cpp.i

gui/guiVolumeChange.s: gui/guiVolumeChange.cpp.s
.PHONY : gui/guiVolumeChange.s

# target to generate assembly for a file
gui/guiVolumeChange.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/guiVolumeChange.cpp.s
.PHONY : gui/guiVolumeChange.cpp.s

gui/modalMenu.o: gui/modalMenu.cpp.o
.PHONY : gui/modalMenu.o

# target to build an object file
gui/modalMenu.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/modalMenu.cpp.o
.PHONY : gui/modalMenu.cpp.o

gui/modalMenu.i: gui/modalMenu.cpp.i
.PHONY : gui/modalMenu.i

# target to preprocess a source file
gui/modalMenu.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/modalMenu.cpp.i
.PHONY : gui/modalMenu.cpp.i

gui/modalMenu.s: gui/modalMenu.cpp.s
.PHONY : gui/modalMenu.s

# target to generate assembly for a file
gui/modalMenu.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/modalMenu.cpp.s
.PHONY : gui/modalMenu.cpp.s

gui/profilergraph.o: gui/profilergraph.cpp.o
.PHONY : gui/profilergraph.o

# target to build an object file
gui/profilergraph.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/profilergraph.cpp.o
.PHONY : gui/profilergraph.cpp.o

gui/profilergraph.i: gui/profilergraph.cpp.i
.PHONY : gui/profilergraph.i

# target to preprocess a source file
gui/profilergraph.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/profilergraph.cpp.i
.PHONY : gui/profilergraph.cpp.i

gui/profilergraph.s: gui/profilergraph.cpp.s
.PHONY : gui/profilergraph.s

# target to generate assembly for a file
gui/profilergraph.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/profilergraph.cpp.s
.PHONY : gui/profilergraph.cpp.s

gui/touchcontrols.o: gui/touchcontrols.cpp.o
.PHONY : gui/touchcontrols.o

# target to build an object file
gui/touchcontrols.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/touchcontrols.cpp.o
.PHONY : gui/touchcontrols.cpp.o

gui/touchcontrols.i: gui/touchcontrols.cpp.i
.PHONY : gui/touchcontrols.i

# target to preprocess a source file
gui/touchcontrols.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/touchcontrols.cpp.i
.PHONY : gui/touchcontrols.cpp.i

gui/touchcontrols.s: gui/touchcontrols.cpp.s
.PHONY : gui/touchcontrols.s

# target to generate assembly for a file
gui/touchcontrols.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/touchcontrols.cpp.s
.PHONY : gui/touchcontrols.cpp.s

gui/touchscreeneditor.o: gui/touchscreeneditor.cpp.o
.PHONY : gui/touchscreeneditor.o

# target to build an object file
gui/touchscreeneditor.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/touchscreeneditor.cpp.o
.PHONY : gui/touchscreeneditor.cpp.o

gui/touchscreeneditor.i: gui/touchscreeneditor.cpp.i
.PHONY : gui/touchscreeneditor.i

# target to preprocess a source file
gui/touchscreeneditor.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/touchscreeneditor.cpp.i
.PHONY : gui/touchscreeneditor.cpp.i

gui/touchscreeneditor.s: gui/touchscreeneditor.cpp.s
.PHONY : gui/touchscreeneditor.s

# target to generate assembly for a file
gui/touchscreeneditor.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/touchscreeneditor.cpp.s
.PHONY : gui/touchscreeneditor.cpp.s

gui/touchscreenlayout.o: gui/touchscreenlayout.cpp.o
.PHONY : gui/touchscreenlayout.o

# target to build an object file
gui/touchscreenlayout.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/touchscreenlayout.cpp.o
.PHONY : gui/touchscreenlayout.cpp.o

gui/touchscreenlayout.i: gui/touchscreenlayout.cpp.i
.PHONY : gui/touchscreenlayout.i

# target to preprocess a source file
gui/touchscreenlayout.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/touchscreenlayout.cpp.i
.PHONY : gui/touchscreenlayout.cpp.i

gui/touchscreenlayout.s: gui/touchscreenlayout.cpp.s
.PHONY : gui/touchscreenlayout.s

# target to generate assembly for a file
gui/touchscreenlayout.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/gui/touchscreenlayout.cpp.s
.PHONY : gui/touchscreenlayout.cpp.s

httpfetch.o: httpfetch.cpp.o
.PHONY : httpfetch.o

# target to build an object file
httpfetch.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/httpfetch.cpp.o
.PHONY : httpfetch.cpp.o

httpfetch.i: httpfetch.cpp.i
.PHONY : httpfetch.i

# target to preprocess a source file
httpfetch.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/httpfetch.cpp.i
.PHONY : httpfetch.cpp.i

httpfetch.s: httpfetch.cpp.s
.PHONY : httpfetch.s

# target to generate assembly for a file
httpfetch.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/httpfetch.cpp.s
.PHONY : httpfetch.cpp.s

hud.o: hud.cpp.o
.PHONY : hud.o

# target to build an object file
hud.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/hud.cpp.o
.PHONY : hud.cpp.o

hud.i: hud.cpp.i
.PHONY : hud.i

# target to preprocess a source file
hud.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/hud.cpp.i
.PHONY : hud.cpp.i

hud.s: hud.cpp.s
.PHONY : hud.s

# target to generate assembly for a file
hud.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/hud.cpp.s
.PHONY : hud.cpp.s

inventory.o: inventory.cpp.o
.PHONY : inventory.o

# target to build an object file
inventory.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/inventory.cpp.o
.PHONY : inventory.cpp.o

inventory.i: inventory.cpp.i
.PHONY : inventory.i

# target to preprocess a source file
inventory.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/inventory.cpp.i
.PHONY : inventory.cpp.i

inventory.s: inventory.cpp.s
.PHONY : inventory.s

# target to generate assembly for a file
inventory.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/inventory.cpp.s
.PHONY : inventory.cpp.s

inventorymanager.o: inventorymanager.cpp.o
.PHONY : inventorymanager.o

# target to build an object file
inventorymanager.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/inventorymanager.cpp.o
.PHONY : inventorymanager.cpp.o

inventorymanager.i: inventorymanager.cpp.i
.PHONY : inventorymanager.i

# target to preprocess a source file
inventorymanager.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/inventorymanager.cpp.i
.PHONY : inventorymanager.cpp.i

inventorymanager.s: inventorymanager.cpp.s
.PHONY : inventorymanager.s

# target to generate assembly for a file
inventorymanager.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/inventorymanager.cpp.s
.PHONY : inventorymanager.cpp.s

irrlicht_changes/CGUITTFont.o: irrlicht_changes/CGUITTFont.cpp.o
.PHONY : irrlicht_changes/CGUITTFont.o

# target to build an object file
irrlicht_changes/CGUITTFont.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/irrlicht_changes/CGUITTFont.cpp.o
.PHONY : irrlicht_changes/CGUITTFont.cpp.o

irrlicht_changes/CGUITTFont.i: irrlicht_changes/CGUITTFont.cpp.i
.PHONY : irrlicht_changes/CGUITTFont.i

# target to preprocess a source file
irrlicht_changes/CGUITTFont.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/irrlicht_changes/CGUITTFont.cpp.i
.PHONY : irrlicht_changes/CGUITTFont.cpp.i

irrlicht_changes/CGUITTFont.s: irrlicht_changes/CGUITTFont.cpp.s
.PHONY : irrlicht_changes/CGUITTFont.s

# target to generate assembly for a file
irrlicht_changes/CGUITTFont.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/irrlicht_changes/CGUITTFont.cpp.s
.PHONY : irrlicht_changes/CGUITTFont.cpp.s

irrlicht_changes/static_text.o: irrlicht_changes/static_text.cpp.o
.PHONY : irrlicht_changes/static_text.o

# target to build an object file
irrlicht_changes/static_text.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/irrlicht_changes/static_text.cpp.o
.PHONY : irrlicht_changes/static_text.cpp.o

irrlicht_changes/static_text.i: irrlicht_changes/static_text.cpp.i
.PHONY : irrlicht_changes/static_text.i

# target to preprocess a source file
irrlicht_changes/static_text.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/irrlicht_changes/static_text.cpp.i
.PHONY : irrlicht_changes/static_text.cpp.i

irrlicht_changes/static_text.s: irrlicht_changes/static_text.cpp.s
.PHONY : irrlicht_changes/static_text.s

# target to generate assembly for a file
irrlicht_changes/static_text.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/irrlicht_changes/static_text.cpp.s
.PHONY : irrlicht_changes/static_text.cpp.s

itemdef.o: itemdef.cpp.o
.PHONY : itemdef.o

# target to build an object file
itemdef.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/itemdef.cpp.o
.PHONY : itemdef.cpp.o

itemdef.i: itemdef.cpp.i
.PHONY : itemdef.i

# target to preprocess a source file
itemdef.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/itemdef.cpp.i
.PHONY : itemdef.cpp.i

itemdef.s: itemdef.cpp.s
.PHONY : itemdef.s

# target to generate assembly for a file
itemdef.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/itemdef.cpp.s
.PHONY : itemdef.cpp.s

itemstackmetadata.o: itemstackmetadata.cpp.o
.PHONY : itemstackmetadata.o

# target to build an object file
itemstackmetadata.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/itemstackmetadata.cpp.o
.PHONY : itemstackmetadata.cpp.o

itemstackmetadata.i: itemstackmetadata.cpp.i
.PHONY : itemstackmetadata.i

# target to preprocess a source file
itemstackmetadata.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/itemstackmetadata.cpp.i
.PHONY : itemstackmetadata.cpp.i

itemstackmetadata.s: itemstackmetadata.cpp.s
.PHONY : itemstackmetadata.s

# target to generate assembly for a file
itemstackmetadata.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/itemstackmetadata.cpp.s
.PHONY : itemstackmetadata.cpp.s

light.o: light.cpp.o
.PHONY : light.o

# target to build an object file
light.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/light.cpp.o
.PHONY : light.cpp.o

light.i: light.cpp.i
.PHONY : light.i

# target to preprocess a source file
light.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/light.cpp.i
.PHONY : light.cpp.i

light.s: light.cpp.s
.PHONY : light.s

# target to generate assembly for a file
light.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/light.cpp.s
.PHONY : light.cpp.s

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

# target to build an object file
log.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.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 /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.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 /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/log.cpp.s
.PHONY : log.cpp.s

main.o: main.cpp.o
.PHONY : main.o

# target to build an object file
main.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.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 /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.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 /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/main.cpp.s
.PHONY : main.cpp.s

map.o: map.cpp.o
.PHONY : map.o

# target to build an object file
map.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/map.cpp.o
.PHONY : map.cpp.o

map.i: map.cpp.i
.PHONY : map.i

# target to preprocess a source file
map.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/map.cpp.i
.PHONY : map.cpp.i

map.s: map.cpp.s
.PHONY : map.s

# target to generate assembly for a file
map.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/map.cpp.s
.PHONY : map.cpp.s

map_settings_manager.o: map_settings_manager.cpp.o
.PHONY : map_settings_manager.o

# target to build an object file
map_settings_manager.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/map_settings_manager.cpp.o
.PHONY : map_settings_manager.cpp.o

map_settings_manager.i: map_settings_manager.cpp.i
.PHONY : map_settings_manager.i

# target to preprocess a source file
map_settings_manager.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/map_settings_manager.cpp.i
.PHONY : map_settings_manager.cpp.i

map_settings_manager.s: map_settings_manager.cpp.s
.PHONY : map_settings_manager.s

# target to generate assembly for a file
map_settings_manager.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/map_settings_manager.cpp.s
.PHONY : map_settings_manager.cpp.s

mapblock.o: mapblock.cpp.o
.PHONY : mapblock.o

# target to build an object file
mapblock.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapblock.cpp.o
.PHONY : mapblock.cpp.o

mapblock.i: mapblock.cpp.i
.PHONY : mapblock.i

# target to preprocess a source file
mapblock.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapblock.cpp.i
.PHONY : mapblock.cpp.i

mapblock.s: mapblock.cpp.s
.PHONY : mapblock.s

# target to generate assembly for a file
mapblock.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapblock.cpp.s
.PHONY : mapblock.cpp.s

mapgen/cavegen.o: mapgen/cavegen.cpp.o
.PHONY : mapgen/cavegen.o

# target to build an object file
mapgen/cavegen.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/cavegen.cpp.o
.PHONY : mapgen/cavegen.cpp.o

mapgen/cavegen.i: mapgen/cavegen.cpp.i
.PHONY : mapgen/cavegen.i

# target to preprocess a source file
mapgen/cavegen.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/cavegen.cpp.i
.PHONY : mapgen/cavegen.cpp.i

mapgen/cavegen.s: mapgen/cavegen.cpp.s
.PHONY : mapgen/cavegen.s

# target to generate assembly for a file
mapgen/cavegen.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/cavegen.cpp.s
.PHONY : mapgen/cavegen.cpp.s

mapgen/dungeongen.o: mapgen/dungeongen.cpp.o
.PHONY : mapgen/dungeongen.o

# target to build an object file
mapgen/dungeongen.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/dungeongen.cpp.o
.PHONY : mapgen/dungeongen.cpp.o

mapgen/dungeongen.i: mapgen/dungeongen.cpp.i
.PHONY : mapgen/dungeongen.i

# target to preprocess a source file
mapgen/dungeongen.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/dungeongen.cpp.i
.PHONY : mapgen/dungeongen.cpp.i

mapgen/dungeongen.s: mapgen/dungeongen.cpp.s
.PHONY : mapgen/dungeongen.s

# target to generate assembly for a file
mapgen/dungeongen.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/dungeongen.cpp.s
.PHONY : mapgen/dungeongen.cpp.s

mapgen/mapgen.o: mapgen/mapgen.cpp.o
.PHONY : mapgen/mapgen.o

# target to build an object file
mapgen/mapgen.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen.cpp.o
.PHONY : mapgen/mapgen.cpp.o

mapgen/mapgen.i: mapgen/mapgen.cpp.i
.PHONY : mapgen/mapgen.i

# target to preprocess a source file
mapgen/mapgen.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen.cpp.i
.PHONY : mapgen/mapgen.cpp.i

mapgen/mapgen.s: mapgen/mapgen.cpp.s
.PHONY : mapgen/mapgen.s

# target to generate assembly for a file
mapgen/mapgen.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen.cpp.s
.PHONY : mapgen/mapgen.cpp.s

mapgen/mapgen_carpathian.o: mapgen/mapgen_carpathian.cpp.o
.PHONY : mapgen/mapgen_carpathian.o

# target to build an object file
mapgen/mapgen_carpathian.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen_carpathian.cpp.o
.PHONY : mapgen/mapgen_carpathian.cpp.o

mapgen/mapgen_carpathian.i: mapgen/mapgen_carpathian.cpp.i
.PHONY : mapgen/mapgen_carpathian.i

# target to preprocess a source file
mapgen/mapgen_carpathian.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen_carpathian.cpp.i
.PHONY : mapgen/mapgen_carpathian.cpp.i

mapgen/mapgen_carpathian.s: mapgen/mapgen_carpathian.cpp.s
.PHONY : mapgen/mapgen_carpathian.s

# target to generate assembly for a file
mapgen/mapgen_carpathian.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen_carpathian.cpp.s
.PHONY : mapgen/mapgen_carpathian.cpp.s

mapgen/mapgen_flat.o: mapgen/mapgen_flat.cpp.o
.PHONY : mapgen/mapgen_flat.o

# target to build an object file
mapgen/mapgen_flat.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen_flat.cpp.o
.PHONY : mapgen/mapgen_flat.cpp.o

mapgen/mapgen_flat.i: mapgen/mapgen_flat.cpp.i
.PHONY : mapgen/mapgen_flat.i

# target to preprocess a source file
mapgen/mapgen_flat.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen_flat.cpp.i
.PHONY : mapgen/mapgen_flat.cpp.i

mapgen/mapgen_flat.s: mapgen/mapgen_flat.cpp.s
.PHONY : mapgen/mapgen_flat.s

# target to generate assembly for a file
mapgen/mapgen_flat.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen_flat.cpp.s
.PHONY : mapgen/mapgen_flat.cpp.s

mapgen/mapgen_fractal.o: mapgen/mapgen_fractal.cpp.o
.PHONY : mapgen/mapgen_fractal.o

# target to build an object file
mapgen/mapgen_fractal.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen_fractal.cpp.o
.PHONY : mapgen/mapgen_fractal.cpp.o

mapgen/mapgen_fractal.i: mapgen/mapgen_fractal.cpp.i
.PHONY : mapgen/mapgen_fractal.i

# target to preprocess a source file
mapgen/mapgen_fractal.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen_fractal.cpp.i
.PHONY : mapgen/mapgen_fractal.cpp.i

mapgen/mapgen_fractal.s: mapgen/mapgen_fractal.cpp.s
.PHONY : mapgen/mapgen_fractal.s

# target to generate assembly for a file
mapgen/mapgen_fractal.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen_fractal.cpp.s
.PHONY : mapgen/mapgen_fractal.cpp.s

mapgen/mapgen_singlenode.o: mapgen/mapgen_singlenode.cpp.o
.PHONY : mapgen/mapgen_singlenode.o

# target to build an object file
mapgen/mapgen_singlenode.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen_singlenode.cpp.o
.PHONY : mapgen/mapgen_singlenode.cpp.o

mapgen/mapgen_singlenode.i: mapgen/mapgen_singlenode.cpp.i
.PHONY : mapgen/mapgen_singlenode.i

# target to preprocess a source file
mapgen/mapgen_singlenode.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen_singlenode.cpp.i
.PHONY : mapgen/mapgen_singlenode.cpp.i

mapgen/mapgen_singlenode.s: mapgen/mapgen_singlenode.cpp.s
.PHONY : mapgen/mapgen_singlenode.s

# target to generate assembly for a file
mapgen/mapgen_singlenode.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen_singlenode.cpp.s
.PHONY : mapgen/mapgen_singlenode.cpp.s

mapgen/mapgen_v5.o: mapgen/mapgen_v5.cpp.o
.PHONY : mapgen/mapgen_v5.o

# target to build an object file
mapgen/mapgen_v5.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen_v5.cpp.o
.PHONY : mapgen/mapgen_v5.cpp.o

mapgen/mapgen_v5.i: mapgen/mapgen_v5.cpp.i
.PHONY : mapgen/mapgen_v5.i

# target to preprocess a source file
mapgen/mapgen_v5.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen_v5.cpp.i
.PHONY : mapgen/mapgen_v5.cpp.i

mapgen/mapgen_v5.s: mapgen/mapgen_v5.cpp.s
.PHONY : mapgen/mapgen_v5.s

# target to generate assembly for a file
mapgen/mapgen_v5.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen_v5.cpp.s
.PHONY : mapgen/mapgen_v5.cpp.s

mapgen/mapgen_v6.o: mapgen/mapgen_v6.cpp.o
.PHONY : mapgen/mapgen_v6.o

# target to build an object file
mapgen/mapgen_v6.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen_v6.cpp.o
.PHONY : mapgen/mapgen_v6.cpp.o

mapgen/mapgen_v6.i: mapgen/mapgen_v6.cpp.i
.PHONY : mapgen/mapgen_v6.i

# target to preprocess a source file
mapgen/mapgen_v6.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen_v6.cpp.i
.PHONY : mapgen/mapgen_v6.cpp.i

mapgen/mapgen_v6.s: mapgen/mapgen_v6.cpp.s
.PHONY : mapgen/mapgen_v6.s

# target to generate assembly for a file
mapgen/mapgen_v6.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen_v6.cpp.s
.PHONY : mapgen/mapgen_v6.cpp.s

mapgen/mapgen_v7.o: mapgen/mapgen_v7.cpp.o
.PHONY : mapgen/mapgen_v7.o

# target to build an object file
mapgen/mapgen_v7.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen_v7.cpp.o
.PHONY : mapgen/mapgen_v7.cpp.o

mapgen/mapgen_v7.i: mapgen/mapgen_v7.cpp.i
.PHONY : mapgen/mapgen_v7.i

# target to preprocess a source file
mapgen/mapgen_v7.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen_v7.cpp.i
.PHONY : mapgen/mapgen_v7.cpp.i

mapgen/mapgen_v7.s: mapgen/mapgen_v7.cpp.s
.PHONY : mapgen/mapgen_v7.s

# target to generate assembly for a file
mapgen/mapgen_v7.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen_v7.cpp.s
.PHONY : mapgen/mapgen_v7.cpp.s

mapgen/mapgen_valleys.o: mapgen/mapgen_valleys.cpp.o
.PHONY : mapgen/mapgen_valleys.o

# target to build an object file
mapgen/mapgen_valleys.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen_valleys.cpp.o
.PHONY : mapgen/mapgen_valleys.cpp.o

mapgen/mapgen_valleys.i: mapgen/mapgen_valleys.cpp.i
.PHONY : mapgen/mapgen_valleys.i

# target to preprocess a source file
mapgen/mapgen_valleys.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen_valleys.cpp.i
.PHONY : mapgen/mapgen_valleys.cpp.i

mapgen/mapgen_valleys.s: mapgen/mapgen_valleys.cpp.s
.PHONY : mapgen/mapgen_valleys.s

# target to generate assembly for a file
mapgen/mapgen_valleys.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mapgen_valleys.cpp.s
.PHONY : mapgen/mapgen_valleys.cpp.s

mapgen/mg_biome.o: mapgen/mg_biome.cpp.o
.PHONY : mapgen/mg_biome.o

# target to build an object file
mapgen/mg_biome.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mg_biome.cpp.o
.PHONY : mapgen/mg_biome.cpp.o

mapgen/mg_biome.i: mapgen/mg_biome.cpp.i
.PHONY : mapgen/mg_biome.i

# target to preprocess a source file
mapgen/mg_biome.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mg_biome.cpp.i
.PHONY : mapgen/mg_biome.cpp.i

mapgen/mg_biome.s: mapgen/mg_biome.cpp.s
.PHONY : mapgen/mg_biome.s

# target to generate assembly for a file
mapgen/mg_biome.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mg_biome.cpp.s
.PHONY : mapgen/mg_biome.cpp.s

mapgen/mg_decoration.o: mapgen/mg_decoration.cpp.o
.PHONY : mapgen/mg_decoration.o

# target to build an object file
mapgen/mg_decoration.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mg_decoration.cpp.o
.PHONY : mapgen/mg_decoration.cpp.o

mapgen/mg_decoration.i: mapgen/mg_decoration.cpp.i
.PHONY : mapgen/mg_decoration.i

# target to preprocess a source file
mapgen/mg_decoration.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mg_decoration.cpp.i
.PHONY : mapgen/mg_decoration.cpp.i

mapgen/mg_decoration.s: mapgen/mg_decoration.cpp.s
.PHONY : mapgen/mg_decoration.s

# target to generate assembly for a file
mapgen/mg_decoration.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mg_decoration.cpp.s
.PHONY : mapgen/mg_decoration.cpp.s

mapgen/mg_ore.o: mapgen/mg_ore.cpp.o
.PHONY : mapgen/mg_ore.o

# target to build an object file
mapgen/mg_ore.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mg_ore.cpp.o
.PHONY : mapgen/mg_ore.cpp.o

mapgen/mg_ore.i: mapgen/mg_ore.cpp.i
.PHONY : mapgen/mg_ore.i

# target to preprocess a source file
mapgen/mg_ore.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mg_ore.cpp.i
.PHONY : mapgen/mg_ore.cpp.i

mapgen/mg_ore.s: mapgen/mg_ore.cpp.s
.PHONY : mapgen/mg_ore.s

# target to generate assembly for a file
mapgen/mg_ore.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mg_ore.cpp.s
.PHONY : mapgen/mg_ore.cpp.s

mapgen/mg_schematic.o: mapgen/mg_schematic.cpp.o
.PHONY : mapgen/mg_schematic.o

# target to build an object file
mapgen/mg_schematic.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mg_schematic.cpp.o
.PHONY : mapgen/mg_schematic.cpp.o

mapgen/mg_schematic.i: mapgen/mg_schematic.cpp.i
.PHONY : mapgen/mg_schematic.i

# target to preprocess a source file
mapgen/mg_schematic.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mg_schematic.cpp.i
.PHONY : mapgen/mg_schematic.cpp.i

mapgen/mg_schematic.s: mapgen/mg_schematic.cpp.s
.PHONY : mapgen/mg_schematic.s

# target to generate assembly for a file
mapgen/mg_schematic.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/mg_schematic.cpp.s
.PHONY : mapgen/mg_schematic.cpp.s

mapgen/treegen.o: mapgen/treegen.cpp.o
.PHONY : mapgen/treegen.o

# target to build an object file
mapgen/treegen.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/treegen.cpp.o
.PHONY : mapgen/treegen.cpp.o

mapgen/treegen.i: mapgen/treegen.cpp.i
.PHONY : mapgen/treegen.i

# target to preprocess a source file
mapgen/treegen.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/treegen.cpp.i
.PHONY : mapgen/treegen.cpp.i

mapgen/treegen.s: mapgen/treegen.cpp.s
.PHONY : mapgen/treegen.s

# target to generate assembly for a file
mapgen/treegen.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapgen/treegen.cpp.s
.PHONY : mapgen/treegen.cpp.s

mapnode.o: mapnode.cpp.o
.PHONY : mapnode.o

# target to build an object file
mapnode.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapnode.cpp.o
.PHONY : mapnode.cpp.o

mapnode.i: mapnode.cpp.i
.PHONY : mapnode.i

# target to preprocess a source file
mapnode.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapnode.cpp.i
.PHONY : mapnode.cpp.i

mapnode.s: mapnode.cpp.s
.PHONY : mapnode.s

# target to generate assembly for a file
mapnode.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapnode.cpp.s
.PHONY : mapnode.cpp.s

mapsector.o: mapsector.cpp.o
.PHONY : mapsector.o

# target to build an object file
mapsector.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapsector.cpp.o
.PHONY : mapsector.cpp.o

mapsector.i: mapsector.cpp.i
.PHONY : mapsector.i

# target to preprocess a source file
mapsector.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapsector.cpp.i
.PHONY : mapsector.cpp.i

mapsector.s: mapsector.cpp.s
.PHONY : mapsector.s

# target to generate assembly for a file
mapsector.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/mapsector.cpp.s
.PHONY : mapsector.cpp.s

metadata.o: metadata.cpp.o
.PHONY : metadata.o

# target to build an object file
metadata.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/metadata.cpp.o
.PHONY : metadata.cpp.o

metadata.i: metadata.cpp.i
.PHONY : metadata.i

# target to preprocess a source file
metadata.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/metadata.cpp.i
.PHONY : metadata.cpp.i

metadata.s: metadata.cpp.s
.PHONY : metadata.s

# target to generate assembly for a file
metadata.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/metadata.cpp.s
.PHONY : metadata.cpp.s

modchannels.o: modchannels.cpp.o
.PHONY : modchannels.o

# target to build an object file
modchannels.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/modchannels.cpp.o
.PHONY : modchannels.cpp.o

modchannels.i: modchannels.cpp.i
.PHONY : modchannels.i

# target to preprocess a source file
modchannels.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/modchannels.cpp.i
.PHONY : modchannels.cpp.i

modchannels.s: modchannels.cpp.s
.PHONY : modchannels.s

# target to generate assembly for a file
modchannels.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/modchannels.cpp.s
.PHONY : modchannels.cpp.s

nameidmapping.o: nameidmapping.cpp.o
.PHONY : nameidmapping.o

# target to build an object file
nameidmapping.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/nameidmapping.cpp.o
.PHONY : nameidmapping.cpp.o

nameidmapping.i: nameidmapping.cpp.i
.PHONY : nameidmapping.i

# target to preprocess a source file
nameidmapping.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/nameidmapping.cpp.i
.PHONY : nameidmapping.cpp.i

nameidmapping.s: nameidmapping.cpp.s
.PHONY : nameidmapping.s

# target to generate assembly for a file
nameidmapping.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/nameidmapping.cpp.s
.PHONY : nameidmapping.cpp.s

network/address.o: network/address.cpp.o
.PHONY : network/address.o

# target to build an object file
network/address.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/network/address.cpp.o
.PHONY : network/address.cpp.o

network/address.i: network/address.cpp.i
.PHONY : network/address.i

# target to preprocess a source file
network/address.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/network/address.cpp.i
.PHONY : network/address.cpp.i

network/address.s: network/address.cpp.s
.PHONY : network/address.s

# target to generate assembly for a file
network/address.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/network/address.cpp.s
.PHONY : network/address.cpp.s

network/clientopcodes.o: network/clientopcodes.cpp.o
.PHONY : network/clientopcodes.o

# target to build an object file
network/clientopcodes.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/network/clientopcodes.cpp.o
.PHONY : network/clientopcodes.cpp.o

network/clientopcodes.i: network/clientopcodes.cpp.i
.PHONY : network/clientopcodes.i

# target to preprocess a source file
network/clientopcodes.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/network/clientopcodes.cpp.i
.PHONY : network/clientopcodes.cpp.i

network/clientopcodes.s: network/clientopcodes.cpp.s
.PHONY : network/clientopcodes.s

# target to generate assembly for a file
network/clientopcodes.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/network/clientopcodes.cpp.s
.PHONY : network/clientopcodes.cpp.s

network/clientpackethandler.o: network/clientpackethandler.cpp.o
.PHONY : network/clientpackethandler.o

# target to build an object file
network/clientpackethandler.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/network/clientpackethandler.cpp.o
.PHONY : network/clientpackethandler.cpp.o

network/clientpackethandler.i: network/clientpackethandler.cpp.i
.PHONY : network/clientpackethandler.i

# target to preprocess a source file
network/clientpackethandler.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/network/clientpackethandler.cpp.i
.PHONY : network/clientpackethandler.cpp.i

network/clientpackethandler.s: network/clientpackethandler.cpp.s
.PHONY : network/clientpackethandler.s

# target to generate assembly for a file
network/clientpackethandler.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/network/clientpackethandler.cpp.s
.PHONY : network/clientpackethandler.cpp.s

network/connection.o: network/connection.cpp.o
.PHONY : network/connection.o

# target to build an object file
network/connection.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/network/connection.cpp.o
.PHONY : network/connection.cpp.o

network/connection.i: network/connection.cpp.i
.PHONY : network/connection.i

# target to preprocess a source file
network/connection.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/network/connection.cpp.i
.PHONY : network/connection.cpp.i

network/connection.s: network/connection.cpp.s
.PHONY : network/connection.s

# target to generate assembly for a file
network/connection.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/network/connection.cpp.s
.PHONY : network/connection.cpp.s

network/mtp/impl.o: network/mtp/impl.cpp.o
.PHONY : network/mtp/impl.o

# target to build an object file
network/mtp/impl.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/network/mtp/impl.cpp.o
.PHONY : network/mtp/impl.cpp.o

network/mtp/impl.i: network/mtp/impl.cpp.i
.PHONY : network/mtp/impl.i

# target to preprocess a source file
network/mtp/impl.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/network/mtp/impl.cpp.i
.PHONY : network/mtp/impl.cpp.i

network/mtp/impl.s: network/mtp/impl.cpp.s
.PHONY : network/mtp/impl.s

# target to generate assembly for a file
network/mtp/impl.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/network/mtp/impl.cpp.s
.PHONY : network/mtp/impl.cpp.s

network/mtp/threads.o: network/mtp/threads.cpp.o
.PHONY : network/mtp/threads.o

# target to build an object file
network/mtp/threads.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/network/mtp/threads.cpp.o
.PHONY : network/mtp/threads.cpp.o

network/mtp/threads.i: network/mtp/threads.cpp.i
.PHONY : network/mtp/threads.i

# target to preprocess a source file
network/mtp/threads.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/network/mtp/threads.cpp.i
.PHONY : network/mtp/threads.cpp.i

network/mtp/threads.s: network/mtp/threads.cpp.s
.PHONY : network/mtp/threads.s

# target to generate assembly for a file
network/mtp/threads.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/network/mtp/threads.cpp.s
.PHONY : network/mtp/threads.cpp.s

network/networkpacket.o: network/networkpacket.cpp.o
.PHONY : network/networkpacket.o

# target to build an object file
network/networkpacket.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/network/networkpacket.cpp.o
.PHONY : network/networkpacket.cpp.o

network/networkpacket.i: network/networkpacket.cpp.i
.PHONY : network/networkpacket.i

# target to preprocess a source file
network/networkpacket.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/network/networkpacket.cpp.i
.PHONY : network/networkpacket.cpp.i

network/networkpacket.s: network/networkpacket.cpp.s
.PHONY : network/networkpacket.s

# target to generate assembly for a file
network/networkpacket.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/network/networkpacket.cpp.s
.PHONY : network/networkpacket.cpp.s

network/networkprotocol.o: network/networkprotocol.cpp.o
.PHONY : network/networkprotocol.o

# target to build an object file
network/networkprotocol.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/network/networkprotocol.cpp.o
.PHONY : network/networkprotocol.cpp.o

network/networkprotocol.i: network/networkprotocol.cpp.i
.PHONY : network/networkprotocol.i

# target to preprocess a source file
network/networkprotocol.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/network/networkprotocol.cpp.i
.PHONY : network/networkprotocol.cpp.i

network/networkprotocol.s: network/networkprotocol.cpp.s
.PHONY : network/networkprotocol.s

# target to generate assembly for a file
network/networkprotocol.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/network/networkprotocol.cpp.s
.PHONY : network/networkprotocol.cpp.s

network/serveropcodes.o: network/serveropcodes.cpp.o
.PHONY : network/serveropcodes.o

# target to build an object file
network/serveropcodes.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/network/serveropcodes.cpp.o
.PHONY : network/serveropcodes.cpp.o

network/serveropcodes.i: network/serveropcodes.cpp.i
.PHONY : network/serveropcodes.i

# target to preprocess a source file
network/serveropcodes.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/network/serveropcodes.cpp.i
.PHONY : network/serveropcodes.cpp.i

network/serveropcodes.s: network/serveropcodes.cpp.s
.PHONY : network/serveropcodes.s

# target to generate assembly for a file
network/serveropcodes.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/network/serveropcodes.cpp.s
.PHONY : network/serveropcodes.cpp.s

network/serverpackethandler.o: network/serverpackethandler.cpp.o
.PHONY : network/serverpackethandler.o

# target to build an object file
network/serverpackethandler.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/network/serverpackethandler.cpp.o
.PHONY : network/serverpackethandler.cpp.o

network/serverpackethandler.i: network/serverpackethandler.cpp.i
.PHONY : network/serverpackethandler.i

# target to preprocess a source file
network/serverpackethandler.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/network/serverpackethandler.cpp.i
.PHONY : network/serverpackethandler.cpp.i

network/serverpackethandler.s: network/serverpackethandler.cpp.s
.PHONY : network/serverpackethandler.s

# target to generate assembly for a file
network/serverpackethandler.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/network/serverpackethandler.cpp.s
.PHONY : network/serverpackethandler.cpp.s

network/socket.o: network/socket.cpp.o
.PHONY : network/socket.o

# target to build an object file
network/socket.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/network/socket.cpp.o
.PHONY : network/socket.cpp.o

network/socket.i: network/socket.cpp.i
.PHONY : network/socket.i

# target to preprocess a source file
network/socket.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/network/socket.cpp.i
.PHONY : network/socket.cpp.i

network/socket.s: network/socket.cpp.s
.PHONY : network/socket.s

# target to generate assembly for a file
network/socket.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/network/socket.cpp.s
.PHONY : network/socket.cpp.s

nodedef.o: nodedef.cpp.o
.PHONY : nodedef.o

# target to build an object file
nodedef.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/nodedef.cpp.o
.PHONY : nodedef.cpp.o

nodedef.i: nodedef.cpp.i
.PHONY : nodedef.i

# target to preprocess a source file
nodedef.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/nodedef.cpp.i
.PHONY : nodedef.cpp.i

nodedef.s: nodedef.cpp.s
.PHONY : nodedef.s

# target to generate assembly for a file
nodedef.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/nodedef.cpp.s
.PHONY : nodedef.cpp.s

nodemetadata.o: nodemetadata.cpp.o
.PHONY : nodemetadata.o

# target to build an object file
nodemetadata.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/nodemetadata.cpp.o
.PHONY : nodemetadata.cpp.o

nodemetadata.i: nodemetadata.cpp.i
.PHONY : nodemetadata.i

# target to preprocess a source file
nodemetadata.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/nodemetadata.cpp.i
.PHONY : nodemetadata.cpp.i

nodemetadata.s: nodemetadata.cpp.s
.PHONY : nodemetadata.s

# target to generate assembly for a file
nodemetadata.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/nodemetadata.cpp.s
.PHONY : nodemetadata.cpp.s

nodetimer.o: nodetimer.cpp.o
.PHONY : nodetimer.o

# target to build an object file
nodetimer.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/nodetimer.cpp.o
.PHONY : nodetimer.cpp.o

nodetimer.i: nodetimer.cpp.i
.PHONY : nodetimer.i

# target to preprocess a source file
nodetimer.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/nodetimer.cpp.i
.PHONY : nodetimer.cpp.i

nodetimer.s: nodetimer.cpp.s
.PHONY : nodetimer.s

# target to generate assembly for a file
nodetimer.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/nodetimer.cpp.s
.PHONY : nodetimer.cpp.s

noise.o: noise.cpp.o
.PHONY : noise.o

# target to build an object file
noise.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/noise.cpp.o
.PHONY : noise.cpp.o

noise.i: noise.cpp.i
.PHONY : noise.i

# target to preprocess a source file
noise.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/noise.cpp.i
.PHONY : noise.cpp.i

noise.s: noise.cpp.s
.PHONY : noise.s

# target to generate assembly for a file
noise.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/noise.cpp.s
.PHONY : noise.cpp.s

objdef.o: objdef.cpp.o
.PHONY : objdef.o

# target to build an object file
objdef.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/objdef.cpp.o
.PHONY : objdef.cpp.o

objdef.i: objdef.cpp.i
.PHONY : objdef.i

# target to preprocess a source file
objdef.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/objdef.cpp.i
.PHONY : objdef.cpp.i

objdef.s: objdef.cpp.s
.PHONY : objdef.s

# target to generate assembly for a file
objdef.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/objdef.cpp.s
.PHONY : objdef.cpp.s

object_properties.o: object_properties.cpp.o
.PHONY : object_properties.o

# target to build an object file
object_properties.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/object_properties.cpp.o
.PHONY : object_properties.cpp.o

object_properties.i: object_properties.cpp.i
.PHONY : object_properties.i

# target to preprocess a source file
object_properties.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/object_properties.cpp.i
.PHONY : object_properties.cpp.i

object_properties.s: object_properties.cpp.s
.PHONY : object_properties.s

# target to generate assembly for a file
object_properties.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/object_properties.cpp.s
.PHONY : object_properties.cpp.s

particles.o: particles.cpp.o
.PHONY : particles.o

# target to build an object file
particles.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/particles.cpp.o
.PHONY : particles.cpp.o

particles.i: particles.cpp.i
.PHONY : particles.i

# target to preprocess a source file
particles.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/particles.cpp.i
.PHONY : particles.cpp.i

particles.s: particles.cpp.s
.PHONY : particles.s

# target to generate assembly for a file
particles.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/particles.cpp.s
.PHONY : particles.cpp.s

pathfinder.o: pathfinder.cpp.o
.PHONY : pathfinder.o

# target to build an object file
pathfinder.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/pathfinder.cpp.o
.PHONY : pathfinder.cpp.o

pathfinder.i: pathfinder.cpp.i
.PHONY : pathfinder.i

# target to preprocess a source file
pathfinder.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/pathfinder.cpp.i
.PHONY : pathfinder.cpp.i

pathfinder.s: pathfinder.cpp.s
.PHONY : pathfinder.s

# target to generate assembly for a file
pathfinder.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/pathfinder.cpp.s
.PHONY : pathfinder.cpp.s

player.o: player.cpp.o
.PHONY : player.o

# target to build an object file
player.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/player.cpp.o
.PHONY : player.cpp.o

player.i: player.cpp.i
.PHONY : player.i

# target to preprocess a source file
player.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/player.cpp.i
.PHONY : player.cpp.i

player.s: player.cpp.s
.PHONY : player.s

# target to generate assembly for a file
player.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/player.cpp.s
.PHONY : player.cpp.s

porting.o: porting.cpp.o
.PHONY : porting.o

# target to build an object file
porting.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/porting.cpp.o
.PHONY : porting.cpp.o

porting.i: porting.cpp.i
.PHONY : porting.i

# target to preprocess a source file
porting.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/porting.cpp.i
.PHONY : porting.cpp.i

porting.s: porting.cpp.s
.PHONY : porting.s

# target to generate assembly for a file
porting.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/porting.cpp.s
.PHONY : porting.cpp.s

profiler.o: profiler.cpp.o
.PHONY : profiler.o

# target to build an object file
profiler.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/profiler.cpp.o
.PHONY : profiler.cpp.o

profiler.i: profiler.cpp.i
.PHONY : profiler.i

# target to preprocess a source file
profiler.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/profiler.cpp.i
.PHONY : profiler.cpp.i

profiler.s: profiler.cpp.s
.PHONY : profiler.s

# target to generate assembly for a file
profiler.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/profiler.cpp.s
.PHONY : profiler.cpp.s

raycast.o: raycast.cpp.o
.PHONY : raycast.o

# target to build an object file
raycast.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/raycast.cpp.o
.PHONY : raycast.cpp.o

raycast.i: raycast.cpp.i
.PHONY : raycast.i

# target to preprocess a source file
raycast.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/raycast.cpp.i
.PHONY : raycast.cpp.i

raycast.s: raycast.cpp.s
.PHONY : raycast.s

# target to generate assembly for a file
raycast.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/raycast.cpp.s
.PHONY : raycast.cpp.s

reflowscan.o: reflowscan.cpp.o
.PHONY : reflowscan.o

# target to build an object file
reflowscan.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/reflowscan.cpp.o
.PHONY : reflowscan.cpp.o

reflowscan.i: reflowscan.cpp.i
.PHONY : reflowscan.i

# target to preprocess a source file
reflowscan.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/reflowscan.cpp.i
.PHONY : reflowscan.cpp.i

reflowscan.s: reflowscan.cpp.s
.PHONY : reflowscan.s

# target to generate assembly for a file
reflowscan.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/reflowscan.cpp.s
.PHONY : reflowscan.cpp.s

remoteplayer.o: remoteplayer.cpp.o
.PHONY : remoteplayer.o

# target to build an object file
remoteplayer.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/remoteplayer.cpp.o
.PHONY : remoteplayer.cpp.o

remoteplayer.i: remoteplayer.cpp.i
.PHONY : remoteplayer.i

# target to preprocess a source file
remoteplayer.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/remoteplayer.cpp.i
.PHONY : remoteplayer.cpp.i

remoteplayer.s: remoteplayer.cpp.s
.PHONY : remoteplayer.s

# target to generate assembly for a file
remoteplayer.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/remoteplayer.cpp.s
.PHONY : remoteplayer.cpp.s

rollback_interface.o: rollback_interface.cpp.o
.PHONY : rollback_interface.o

# target to build an object file
rollback_interface.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/rollback_interface.cpp.o
.PHONY : rollback_interface.cpp.o

rollback_interface.i: rollback_interface.cpp.i
.PHONY : rollback_interface.i

# target to preprocess a source file
rollback_interface.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/rollback_interface.cpp.i
.PHONY : rollback_interface.cpp.i

rollback_interface.s: rollback_interface.cpp.s
.PHONY : rollback_interface.s

# target to generate assembly for a file
rollback_interface.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/rollback_interface.cpp.s
.PHONY : rollback_interface.cpp.s

script/common/c_content.o: script/common/c_content.cpp.o
.PHONY : script/common/c_content.o

# target to build an object file
script/common/c_content.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/common/c_content.cpp.o
.PHONY : script/common/c_content.cpp.o

script/common/c_content.i: script/common/c_content.cpp.i
.PHONY : script/common/c_content.i

# target to preprocess a source file
script/common/c_content.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/common/c_content.cpp.i
.PHONY : script/common/c_content.cpp.i

script/common/c_content.s: script/common/c_content.cpp.s
.PHONY : script/common/c_content.s

# target to generate assembly for a file
script/common/c_content.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/common/c_content.cpp.s
.PHONY : script/common/c_content.cpp.s

script/common/c_converter.o: script/common/c_converter.cpp.o
.PHONY : script/common/c_converter.o

# target to build an object file
script/common/c_converter.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/common/c_converter.cpp.o
.PHONY : script/common/c_converter.cpp.o

script/common/c_converter.i: script/common/c_converter.cpp.i
.PHONY : script/common/c_converter.i

# target to preprocess a source file
script/common/c_converter.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/common/c_converter.cpp.i
.PHONY : script/common/c_converter.cpp.i

script/common/c_converter.s: script/common/c_converter.cpp.s
.PHONY : script/common/c_converter.s

# target to generate assembly for a file
script/common/c_converter.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/common/c_converter.cpp.s
.PHONY : script/common/c_converter.cpp.s

script/common/c_internal.o: script/common/c_internal.cpp.o
.PHONY : script/common/c_internal.o

# target to build an object file
script/common/c_internal.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/common/c_internal.cpp.o
.PHONY : script/common/c_internal.cpp.o

script/common/c_internal.i: script/common/c_internal.cpp.i
.PHONY : script/common/c_internal.i

# target to preprocess a source file
script/common/c_internal.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/common/c_internal.cpp.i
.PHONY : script/common/c_internal.cpp.i

script/common/c_internal.s: script/common/c_internal.cpp.s
.PHONY : script/common/c_internal.s

# target to generate assembly for a file
script/common/c_internal.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/common/c_internal.cpp.s
.PHONY : script/common/c_internal.cpp.s

script/common/c_packer.o: script/common/c_packer.cpp.o
.PHONY : script/common/c_packer.o

# target to build an object file
script/common/c_packer.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/common/c_packer.cpp.o
.PHONY : script/common/c_packer.cpp.o

script/common/c_packer.i: script/common/c_packer.cpp.i
.PHONY : script/common/c_packer.i

# target to preprocess a source file
script/common/c_packer.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/common/c_packer.cpp.i
.PHONY : script/common/c_packer.cpp.i

script/common/c_packer.s: script/common/c_packer.cpp.s
.PHONY : script/common/c_packer.s

# target to generate assembly for a file
script/common/c_packer.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/common/c_packer.cpp.s
.PHONY : script/common/c_packer.cpp.s

script/common/helper.o: script/common/helper.cpp.o
.PHONY : script/common/helper.o

# target to build an object file
script/common/helper.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/common/helper.cpp.o
.PHONY : script/common/helper.cpp.o

script/common/helper.i: script/common/helper.cpp.i
.PHONY : script/common/helper.i

# target to preprocess a source file
script/common/helper.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/common/helper.cpp.i
.PHONY : script/common/helper.cpp.i

script/common/helper.s: script/common/helper.cpp.s
.PHONY : script/common/helper.s

# target to generate assembly for a file
script/common/helper.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/common/helper.cpp.s
.PHONY : script/common/helper.cpp.s

script/cpp_api/s_async.o: script/cpp_api/s_async.cpp.o
.PHONY : script/cpp_api/s_async.o

# target to build an object file
script/cpp_api/s_async.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_async.cpp.o
.PHONY : script/cpp_api/s_async.cpp.o

script/cpp_api/s_async.i: script/cpp_api/s_async.cpp.i
.PHONY : script/cpp_api/s_async.i

# target to preprocess a source file
script/cpp_api/s_async.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_async.cpp.i
.PHONY : script/cpp_api/s_async.cpp.i

script/cpp_api/s_async.s: script/cpp_api/s_async.cpp.s
.PHONY : script/cpp_api/s_async.s

# target to generate assembly for a file
script/cpp_api/s_async.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_async.cpp.s
.PHONY : script/cpp_api/s_async.cpp.s

script/cpp_api/s_base.o: script/cpp_api/s_base.cpp.o
.PHONY : script/cpp_api/s_base.o

# target to build an object file
script/cpp_api/s_base.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_base.cpp.o
.PHONY : script/cpp_api/s_base.cpp.o

script/cpp_api/s_base.i: script/cpp_api/s_base.cpp.i
.PHONY : script/cpp_api/s_base.i

# target to preprocess a source file
script/cpp_api/s_base.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_base.cpp.i
.PHONY : script/cpp_api/s_base.cpp.i

script/cpp_api/s_base.s: script/cpp_api/s_base.cpp.s
.PHONY : script/cpp_api/s_base.s

# target to generate assembly for a file
script/cpp_api/s_base.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_base.cpp.s
.PHONY : script/cpp_api/s_base.cpp.s

script/cpp_api/s_client.o: script/cpp_api/s_client.cpp.o
.PHONY : script/cpp_api/s_client.o

# target to build an object file
script/cpp_api/s_client.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_client.cpp.o
.PHONY : script/cpp_api/s_client.cpp.o

script/cpp_api/s_client.i: script/cpp_api/s_client.cpp.i
.PHONY : script/cpp_api/s_client.i

# target to preprocess a source file
script/cpp_api/s_client.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_client.cpp.i
.PHONY : script/cpp_api/s_client.cpp.i

script/cpp_api/s_client.s: script/cpp_api/s_client.cpp.s
.PHONY : script/cpp_api/s_client.s

# target to generate assembly for a file
script/cpp_api/s_client.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_client.cpp.s
.PHONY : script/cpp_api/s_client.cpp.s

script/cpp_api/s_client_common.o: script/cpp_api/s_client_common.cpp.o
.PHONY : script/cpp_api/s_client_common.o

# target to build an object file
script/cpp_api/s_client_common.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_client_common.cpp.o
.PHONY : script/cpp_api/s_client_common.cpp.o

script/cpp_api/s_client_common.i: script/cpp_api/s_client_common.cpp.i
.PHONY : script/cpp_api/s_client_common.i

# target to preprocess a source file
script/cpp_api/s_client_common.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_client_common.cpp.i
.PHONY : script/cpp_api/s_client_common.cpp.i

script/cpp_api/s_client_common.s: script/cpp_api/s_client_common.cpp.s
.PHONY : script/cpp_api/s_client_common.s

# target to generate assembly for a file
script/cpp_api/s_client_common.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_client_common.cpp.s
.PHONY : script/cpp_api/s_client_common.cpp.s

script/cpp_api/s_entity.o: script/cpp_api/s_entity.cpp.o
.PHONY : script/cpp_api/s_entity.o

# target to build an object file
script/cpp_api/s_entity.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_entity.cpp.o
.PHONY : script/cpp_api/s_entity.cpp.o

script/cpp_api/s_entity.i: script/cpp_api/s_entity.cpp.i
.PHONY : script/cpp_api/s_entity.i

# target to preprocess a source file
script/cpp_api/s_entity.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_entity.cpp.i
.PHONY : script/cpp_api/s_entity.cpp.i

script/cpp_api/s_entity.s: script/cpp_api/s_entity.cpp.s
.PHONY : script/cpp_api/s_entity.s

# target to generate assembly for a file
script/cpp_api/s_entity.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_entity.cpp.s
.PHONY : script/cpp_api/s_entity.cpp.s

script/cpp_api/s_env.o: script/cpp_api/s_env.cpp.o
.PHONY : script/cpp_api/s_env.o

# target to build an object file
script/cpp_api/s_env.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_env.cpp.o
.PHONY : script/cpp_api/s_env.cpp.o

script/cpp_api/s_env.i: script/cpp_api/s_env.cpp.i
.PHONY : script/cpp_api/s_env.i

# target to preprocess a source file
script/cpp_api/s_env.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_env.cpp.i
.PHONY : script/cpp_api/s_env.cpp.i

script/cpp_api/s_env.s: script/cpp_api/s_env.cpp.s
.PHONY : script/cpp_api/s_env.s

# target to generate assembly for a file
script/cpp_api/s_env.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_env.cpp.s
.PHONY : script/cpp_api/s_env.cpp.s

script/cpp_api/s_inventory.o: script/cpp_api/s_inventory.cpp.o
.PHONY : script/cpp_api/s_inventory.o

# target to build an object file
script/cpp_api/s_inventory.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_inventory.cpp.o
.PHONY : script/cpp_api/s_inventory.cpp.o

script/cpp_api/s_inventory.i: script/cpp_api/s_inventory.cpp.i
.PHONY : script/cpp_api/s_inventory.i

# target to preprocess a source file
script/cpp_api/s_inventory.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_inventory.cpp.i
.PHONY : script/cpp_api/s_inventory.cpp.i

script/cpp_api/s_inventory.s: script/cpp_api/s_inventory.cpp.s
.PHONY : script/cpp_api/s_inventory.s

# target to generate assembly for a file
script/cpp_api/s_inventory.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_inventory.cpp.s
.PHONY : script/cpp_api/s_inventory.cpp.s

script/cpp_api/s_item.o: script/cpp_api/s_item.cpp.o
.PHONY : script/cpp_api/s_item.o

# target to build an object file
script/cpp_api/s_item.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_item.cpp.o
.PHONY : script/cpp_api/s_item.cpp.o

script/cpp_api/s_item.i: script/cpp_api/s_item.cpp.i
.PHONY : script/cpp_api/s_item.i

# target to preprocess a source file
script/cpp_api/s_item.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_item.cpp.i
.PHONY : script/cpp_api/s_item.cpp.i

script/cpp_api/s_item.s: script/cpp_api/s_item.cpp.s
.PHONY : script/cpp_api/s_item.s

# target to generate assembly for a file
script/cpp_api/s_item.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_item.cpp.s
.PHONY : script/cpp_api/s_item.cpp.s

script/cpp_api/s_mainmenu.o: script/cpp_api/s_mainmenu.cpp.o
.PHONY : script/cpp_api/s_mainmenu.o

# target to build an object file
script/cpp_api/s_mainmenu.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_mainmenu.cpp.o
.PHONY : script/cpp_api/s_mainmenu.cpp.o

script/cpp_api/s_mainmenu.i: script/cpp_api/s_mainmenu.cpp.i
.PHONY : script/cpp_api/s_mainmenu.i

# target to preprocess a source file
script/cpp_api/s_mainmenu.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_mainmenu.cpp.i
.PHONY : script/cpp_api/s_mainmenu.cpp.i

script/cpp_api/s_mainmenu.s: script/cpp_api/s_mainmenu.cpp.s
.PHONY : script/cpp_api/s_mainmenu.s

# target to generate assembly for a file
script/cpp_api/s_mainmenu.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_mainmenu.cpp.s
.PHONY : script/cpp_api/s_mainmenu.cpp.s

script/cpp_api/s_mapgen.o: script/cpp_api/s_mapgen.cpp.o
.PHONY : script/cpp_api/s_mapgen.o

# target to build an object file
script/cpp_api/s_mapgen.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_mapgen.cpp.o
.PHONY : script/cpp_api/s_mapgen.cpp.o

script/cpp_api/s_mapgen.i: script/cpp_api/s_mapgen.cpp.i
.PHONY : script/cpp_api/s_mapgen.i

# target to preprocess a source file
script/cpp_api/s_mapgen.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_mapgen.cpp.i
.PHONY : script/cpp_api/s_mapgen.cpp.i

script/cpp_api/s_mapgen.s: script/cpp_api/s_mapgen.cpp.s
.PHONY : script/cpp_api/s_mapgen.s

# target to generate assembly for a file
script/cpp_api/s_mapgen.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_mapgen.cpp.s
.PHONY : script/cpp_api/s_mapgen.cpp.s

script/cpp_api/s_modchannels.o: script/cpp_api/s_modchannels.cpp.o
.PHONY : script/cpp_api/s_modchannels.o

# target to build an object file
script/cpp_api/s_modchannels.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_modchannels.cpp.o
.PHONY : script/cpp_api/s_modchannels.cpp.o

script/cpp_api/s_modchannels.i: script/cpp_api/s_modchannels.cpp.i
.PHONY : script/cpp_api/s_modchannels.i

# target to preprocess a source file
script/cpp_api/s_modchannels.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_modchannels.cpp.i
.PHONY : script/cpp_api/s_modchannels.cpp.i

script/cpp_api/s_modchannels.s: script/cpp_api/s_modchannels.cpp.s
.PHONY : script/cpp_api/s_modchannels.s

# target to generate assembly for a file
script/cpp_api/s_modchannels.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_modchannels.cpp.s
.PHONY : script/cpp_api/s_modchannels.cpp.s

script/cpp_api/s_node.o: script/cpp_api/s_node.cpp.o
.PHONY : script/cpp_api/s_node.o

# target to build an object file
script/cpp_api/s_node.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_node.cpp.o
.PHONY : script/cpp_api/s_node.cpp.o

script/cpp_api/s_node.i: script/cpp_api/s_node.cpp.i
.PHONY : script/cpp_api/s_node.i

# target to preprocess a source file
script/cpp_api/s_node.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_node.cpp.i
.PHONY : script/cpp_api/s_node.cpp.i

script/cpp_api/s_node.s: script/cpp_api/s_node.cpp.s
.PHONY : script/cpp_api/s_node.s

# target to generate assembly for a file
script/cpp_api/s_node.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_node.cpp.s
.PHONY : script/cpp_api/s_node.cpp.s

script/cpp_api/s_nodemeta.o: script/cpp_api/s_nodemeta.cpp.o
.PHONY : script/cpp_api/s_nodemeta.o

# target to build an object file
script/cpp_api/s_nodemeta.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_nodemeta.cpp.o
.PHONY : script/cpp_api/s_nodemeta.cpp.o

script/cpp_api/s_nodemeta.i: script/cpp_api/s_nodemeta.cpp.i
.PHONY : script/cpp_api/s_nodemeta.i

# target to preprocess a source file
script/cpp_api/s_nodemeta.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_nodemeta.cpp.i
.PHONY : script/cpp_api/s_nodemeta.cpp.i

script/cpp_api/s_nodemeta.s: script/cpp_api/s_nodemeta.cpp.s
.PHONY : script/cpp_api/s_nodemeta.s

# target to generate assembly for a file
script/cpp_api/s_nodemeta.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_nodemeta.cpp.s
.PHONY : script/cpp_api/s_nodemeta.cpp.s

script/cpp_api/s_pause_menu.o: script/cpp_api/s_pause_menu.cpp.o
.PHONY : script/cpp_api/s_pause_menu.o

# target to build an object file
script/cpp_api/s_pause_menu.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_pause_menu.cpp.o
.PHONY : script/cpp_api/s_pause_menu.cpp.o

script/cpp_api/s_pause_menu.i: script/cpp_api/s_pause_menu.cpp.i
.PHONY : script/cpp_api/s_pause_menu.i

# target to preprocess a source file
script/cpp_api/s_pause_menu.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_pause_menu.cpp.i
.PHONY : script/cpp_api/s_pause_menu.cpp.i

script/cpp_api/s_pause_menu.s: script/cpp_api/s_pause_menu.cpp.s
.PHONY : script/cpp_api/s_pause_menu.s

# target to generate assembly for a file
script/cpp_api/s_pause_menu.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_pause_menu.cpp.s
.PHONY : script/cpp_api/s_pause_menu.cpp.s

script/cpp_api/s_player.o: script/cpp_api/s_player.cpp.o
.PHONY : script/cpp_api/s_player.o

# target to build an object file
script/cpp_api/s_player.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_player.cpp.o
.PHONY : script/cpp_api/s_player.cpp.o

script/cpp_api/s_player.i: script/cpp_api/s_player.cpp.i
.PHONY : script/cpp_api/s_player.i

# target to preprocess a source file
script/cpp_api/s_player.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_player.cpp.i
.PHONY : script/cpp_api/s_player.cpp.i

script/cpp_api/s_player.s: script/cpp_api/s_player.cpp.s
.PHONY : script/cpp_api/s_player.s

# target to generate assembly for a file
script/cpp_api/s_player.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_player.cpp.s
.PHONY : script/cpp_api/s_player.cpp.s

script/cpp_api/s_security.o: script/cpp_api/s_security.cpp.o
.PHONY : script/cpp_api/s_security.o

# target to build an object file
script/cpp_api/s_security.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_security.cpp.o
.PHONY : script/cpp_api/s_security.cpp.o

script/cpp_api/s_security.i: script/cpp_api/s_security.cpp.i
.PHONY : script/cpp_api/s_security.i

# target to preprocess a source file
script/cpp_api/s_security.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_security.cpp.i
.PHONY : script/cpp_api/s_security.cpp.i

script/cpp_api/s_security.s: script/cpp_api/s_security.cpp.s
.PHONY : script/cpp_api/s_security.s

# target to generate assembly for a file
script/cpp_api/s_security.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_security.cpp.s
.PHONY : script/cpp_api/s_security.cpp.s

script/cpp_api/s_server.o: script/cpp_api/s_server.cpp.o
.PHONY : script/cpp_api/s_server.o

# target to build an object file
script/cpp_api/s_server.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_server.cpp.o
.PHONY : script/cpp_api/s_server.cpp.o

script/cpp_api/s_server.i: script/cpp_api/s_server.cpp.i
.PHONY : script/cpp_api/s_server.i

# target to preprocess a source file
script/cpp_api/s_server.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_server.cpp.i
.PHONY : script/cpp_api/s_server.cpp.i

script/cpp_api/s_server.s: script/cpp_api/s_server.cpp.s
.PHONY : script/cpp_api/s_server.s

# target to generate assembly for a file
script/cpp_api/s_server.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/cpp_api/s_server.cpp.s
.PHONY : script/cpp_api/s_server.cpp.s

script/lua_api/l_areastore.o: script/lua_api/l_areastore.cpp.o
.PHONY : script/lua_api/l_areastore.o

# target to build an object file
script/lua_api/l_areastore.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_areastore.cpp.o
.PHONY : script/lua_api/l_areastore.cpp.o

script/lua_api/l_areastore.i: script/lua_api/l_areastore.cpp.i
.PHONY : script/lua_api/l_areastore.i

# target to preprocess a source file
script/lua_api/l_areastore.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_areastore.cpp.i
.PHONY : script/lua_api/l_areastore.cpp.i

script/lua_api/l_areastore.s: script/lua_api/l_areastore.cpp.s
.PHONY : script/lua_api/l_areastore.s

# target to generate assembly for a file
script/lua_api/l_areastore.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_areastore.cpp.s
.PHONY : script/lua_api/l_areastore.cpp.s

script/lua_api/l_async.o: script/lua_api/l_async.cpp.o
.PHONY : script/lua_api/l_async.o

# target to build an object file
script/lua_api/l_async.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_async.cpp.o
.PHONY : script/lua_api/l_async.cpp.o

script/lua_api/l_async.i: script/lua_api/l_async.cpp.i
.PHONY : script/lua_api/l_async.i

# target to preprocess a source file
script/lua_api/l_async.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_async.cpp.i
.PHONY : script/lua_api/l_async.cpp.i

script/lua_api/l_async.s: script/lua_api/l_async.cpp.s
.PHONY : script/lua_api/l_async.s

# target to generate assembly for a file
script/lua_api/l_async.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_async.cpp.s
.PHONY : script/lua_api/l_async.cpp.s

script/lua_api/l_auth.o: script/lua_api/l_auth.cpp.o
.PHONY : script/lua_api/l_auth.o

# target to build an object file
script/lua_api/l_auth.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_auth.cpp.o
.PHONY : script/lua_api/l_auth.cpp.o

script/lua_api/l_auth.i: script/lua_api/l_auth.cpp.i
.PHONY : script/lua_api/l_auth.i

# target to preprocess a source file
script/lua_api/l_auth.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_auth.cpp.i
.PHONY : script/lua_api/l_auth.cpp.i

script/lua_api/l_auth.s: script/lua_api/l_auth.cpp.s
.PHONY : script/lua_api/l_auth.s

# target to generate assembly for a file
script/lua_api/l_auth.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_auth.cpp.s
.PHONY : script/lua_api/l_auth.cpp.s

script/lua_api/l_base.o: script/lua_api/l_base.cpp.o
.PHONY : script/lua_api/l_base.o

# target to build an object file
script/lua_api/l_base.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_base.cpp.o
.PHONY : script/lua_api/l_base.cpp.o

script/lua_api/l_base.i: script/lua_api/l_base.cpp.i
.PHONY : script/lua_api/l_base.i

# target to preprocess a source file
script/lua_api/l_base.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_base.cpp.i
.PHONY : script/lua_api/l_base.cpp.i

script/lua_api/l_base.s: script/lua_api/l_base.cpp.s
.PHONY : script/lua_api/l_base.s

# target to generate assembly for a file
script/lua_api/l_base.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_base.cpp.s
.PHONY : script/lua_api/l_base.cpp.s

script/lua_api/l_camera.o: script/lua_api/l_camera.cpp.o
.PHONY : script/lua_api/l_camera.o

# target to build an object file
script/lua_api/l_camera.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_camera.cpp.o
.PHONY : script/lua_api/l_camera.cpp.o

script/lua_api/l_camera.i: script/lua_api/l_camera.cpp.i
.PHONY : script/lua_api/l_camera.i

# target to preprocess a source file
script/lua_api/l_camera.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_camera.cpp.i
.PHONY : script/lua_api/l_camera.cpp.i

script/lua_api/l_camera.s: script/lua_api/l_camera.cpp.s
.PHONY : script/lua_api/l_camera.s

# target to generate assembly for a file
script/lua_api/l_camera.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_camera.cpp.s
.PHONY : script/lua_api/l_camera.cpp.s

script/lua_api/l_client.o: script/lua_api/l_client.cpp.o
.PHONY : script/lua_api/l_client.o

# target to build an object file
script/lua_api/l_client.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_client.cpp.o
.PHONY : script/lua_api/l_client.cpp.o

script/lua_api/l_client.i: script/lua_api/l_client.cpp.i
.PHONY : script/lua_api/l_client.i

# target to preprocess a source file
script/lua_api/l_client.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_client.cpp.i
.PHONY : script/lua_api/l_client.cpp.i

script/lua_api/l_client.s: script/lua_api/l_client.cpp.s
.PHONY : script/lua_api/l_client.s

# target to generate assembly for a file
script/lua_api/l_client.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_client.cpp.s
.PHONY : script/lua_api/l_client.cpp.s

script/lua_api/l_client_common.o: script/lua_api/l_client_common.cpp.o
.PHONY : script/lua_api/l_client_common.o

# target to build an object file
script/lua_api/l_client_common.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_client_common.cpp.o
.PHONY : script/lua_api/l_client_common.cpp.o

script/lua_api/l_client_common.i: script/lua_api/l_client_common.cpp.i
.PHONY : script/lua_api/l_client_common.i

# target to preprocess a source file
script/lua_api/l_client_common.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_client_common.cpp.i
.PHONY : script/lua_api/l_client_common.cpp.i

script/lua_api/l_client_common.s: script/lua_api/l_client_common.cpp.s
.PHONY : script/lua_api/l_client_common.s

# target to generate assembly for a file
script/lua_api/l_client_common.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_client_common.cpp.s
.PHONY : script/lua_api/l_client_common.cpp.s

script/lua_api/l_client_sound.o: script/lua_api/l_client_sound.cpp.o
.PHONY : script/lua_api/l_client_sound.o

# target to build an object file
script/lua_api/l_client_sound.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_client_sound.cpp.o
.PHONY : script/lua_api/l_client_sound.cpp.o

script/lua_api/l_client_sound.i: script/lua_api/l_client_sound.cpp.i
.PHONY : script/lua_api/l_client_sound.i

# target to preprocess a source file
script/lua_api/l_client_sound.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_client_sound.cpp.i
.PHONY : script/lua_api/l_client_sound.cpp.i

script/lua_api/l_client_sound.s: script/lua_api/l_client_sound.cpp.s
.PHONY : script/lua_api/l_client_sound.s

# target to generate assembly for a file
script/lua_api/l_client_sound.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_client_sound.cpp.s
.PHONY : script/lua_api/l_client_sound.cpp.s

script/lua_api/l_craft.o: script/lua_api/l_craft.cpp.o
.PHONY : script/lua_api/l_craft.o

# target to build an object file
script/lua_api/l_craft.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_craft.cpp.o
.PHONY : script/lua_api/l_craft.cpp.o

script/lua_api/l_craft.i: script/lua_api/l_craft.cpp.i
.PHONY : script/lua_api/l_craft.i

# target to preprocess a source file
script/lua_api/l_craft.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_craft.cpp.i
.PHONY : script/lua_api/l_craft.cpp.i

script/lua_api/l_craft.s: script/lua_api/l_craft.cpp.s
.PHONY : script/lua_api/l_craft.s

# target to generate assembly for a file
script/lua_api/l_craft.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_craft.cpp.s
.PHONY : script/lua_api/l_craft.cpp.s

script/lua_api/l_env.o: script/lua_api/l_env.cpp.o
.PHONY : script/lua_api/l_env.o

# target to build an object file
script/lua_api/l_env.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_env.cpp.o
.PHONY : script/lua_api/l_env.cpp.o

script/lua_api/l_env.i: script/lua_api/l_env.cpp.i
.PHONY : script/lua_api/l_env.i

# target to preprocess a source file
script/lua_api/l_env.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_env.cpp.i
.PHONY : script/lua_api/l_env.cpp.i

script/lua_api/l_env.s: script/lua_api/l_env.cpp.s
.PHONY : script/lua_api/l_env.s

# target to generate assembly for a file
script/lua_api/l_env.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_env.cpp.s
.PHONY : script/lua_api/l_env.cpp.s

script/lua_api/l_http.o: script/lua_api/l_http.cpp.o
.PHONY : script/lua_api/l_http.o

# target to build an object file
script/lua_api/l_http.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_http.cpp.o
.PHONY : script/lua_api/l_http.cpp.o

script/lua_api/l_http.i: script/lua_api/l_http.cpp.i
.PHONY : script/lua_api/l_http.i

# target to preprocess a source file
script/lua_api/l_http.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_http.cpp.i
.PHONY : script/lua_api/l_http.cpp.i

script/lua_api/l_http.s: script/lua_api/l_http.cpp.s
.PHONY : script/lua_api/l_http.s

# target to generate assembly for a file
script/lua_api/l_http.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_http.cpp.s
.PHONY : script/lua_api/l_http.cpp.s

script/lua_api/l_inventory.o: script/lua_api/l_inventory.cpp.o
.PHONY : script/lua_api/l_inventory.o

# target to build an object file
script/lua_api/l_inventory.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_inventory.cpp.o
.PHONY : script/lua_api/l_inventory.cpp.o

script/lua_api/l_inventory.i: script/lua_api/l_inventory.cpp.i
.PHONY : script/lua_api/l_inventory.i

# target to preprocess a source file
script/lua_api/l_inventory.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_inventory.cpp.i
.PHONY : script/lua_api/l_inventory.cpp.i

script/lua_api/l_inventory.s: script/lua_api/l_inventory.cpp.s
.PHONY : script/lua_api/l_inventory.s

# target to generate assembly for a file
script/lua_api/l_inventory.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_inventory.cpp.s
.PHONY : script/lua_api/l_inventory.cpp.s

script/lua_api/l_ipc.o: script/lua_api/l_ipc.cpp.o
.PHONY : script/lua_api/l_ipc.o

# target to build an object file
script/lua_api/l_ipc.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_ipc.cpp.o
.PHONY : script/lua_api/l_ipc.cpp.o

script/lua_api/l_ipc.i: script/lua_api/l_ipc.cpp.i
.PHONY : script/lua_api/l_ipc.i

# target to preprocess a source file
script/lua_api/l_ipc.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_ipc.cpp.i
.PHONY : script/lua_api/l_ipc.cpp.i

script/lua_api/l_ipc.s: script/lua_api/l_ipc.cpp.s
.PHONY : script/lua_api/l_ipc.s

# target to generate assembly for a file
script/lua_api/l_ipc.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_ipc.cpp.s
.PHONY : script/lua_api/l_ipc.cpp.s

script/lua_api/l_item.o: script/lua_api/l_item.cpp.o
.PHONY : script/lua_api/l_item.o

# target to build an object file
script/lua_api/l_item.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_item.cpp.o
.PHONY : script/lua_api/l_item.cpp.o

script/lua_api/l_item.i: script/lua_api/l_item.cpp.i
.PHONY : script/lua_api/l_item.i

# target to preprocess a source file
script/lua_api/l_item.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_item.cpp.i
.PHONY : script/lua_api/l_item.cpp.i

script/lua_api/l_item.s: script/lua_api/l_item.cpp.s
.PHONY : script/lua_api/l_item.s

# target to generate assembly for a file
script/lua_api/l_item.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_item.cpp.s
.PHONY : script/lua_api/l_item.cpp.s

script/lua_api/l_itemstackmeta.o: script/lua_api/l_itemstackmeta.cpp.o
.PHONY : script/lua_api/l_itemstackmeta.o

# target to build an object file
script/lua_api/l_itemstackmeta.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_itemstackmeta.cpp.o
.PHONY : script/lua_api/l_itemstackmeta.cpp.o

script/lua_api/l_itemstackmeta.i: script/lua_api/l_itemstackmeta.cpp.i
.PHONY : script/lua_api/l_itemstackmeta.i

# target to preprocess a source file
script/lua_api/l_itemstackmeta.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_itemstackmeta.cpp.i
.PHONY : script/lua_api/l_itemstackmeta.cpp.i

script/lua_api/l_itemstackmeta.s: script/lua_api/l_itemstackmeta.cpp.s
.PHONY : script/lua_api/l_itemstackmeta.s

# target to generate assembly for a file
script/lua_api/l_itemstackmeta.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_itemstackmeta.cpp.s
.PHONY : script/lua_api/l_itemstackmeta.cpp.s

script/lua_api/l_localplayer.o: script/lua_api/l_localplayer.cpp.o
.PHONY : script/lua_api/l_localplayer.o

# target to build an object file
script/lua_api/l_localplayer.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_localplayer.cpp.o
.PHONY : script/lua_api/l_localplayer.cpp.o

script/lua_api/l_localplayer.i: script/lua_api/l_localplayer.cpp.i
.PHONY : script/lua_api/l_localplayer.i

# target to preprocess a source file
script/lua_api/l_localplayer.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_localplayer.cpp.i
.PHONY : script/lua_api/l_localplayer.cpp.i

script/lua_api/l_localplayer.s: script/lua_api/l_localplayer.cpp.s
.PHONY : script/lua_api/l_localplayer.s

# target to generate assembly for a file
script/lua_api/l_localplayer.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_localplayer.cpp.s
.PHONY : script/lua_api/l_localplayer.cpp.s

script/lua_api/l_mainmenu.o: script/lua_api/l_mainmenu.cpp.o
.PHONY : script/lua_api/l_mainmenu.o

# target to build an object file
script/lua_api/l_mainmenu.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_mainmenu.cpp.o
.PHONY : script/lua_api/l_mainmenu.cpp.o

script/lua_api/l_mainmenu.i: script/lua_api/l_mainmenu.cpp.i
.PHONY : script/lua_api/l_mainmenu.i

# target to preprocess a source file
script/lua_api/l_mainmenu.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_mainmenu.cpp.i
.PHONY : script/lua_api/l_mainmenu.cpp.i

script/lua_api/l_mainmenu.s: script/lua_api/l_mainmenu.cpp.s
.PHONY : script/lua_api/l_mainmenu.s

# target to generate assembly for a file
script/lua_api/l_mainmenu.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_mainmenu.cpp.s
.PHONY : script/lua_api/l_mainmenu.cpp.s

script/lua_api/l_mainmenu_sound.o: script/lua_api/l_mainmenu_sound.cpp.o
.PHONY : script/lua_api/l_mainmenu_sound.o

# target to build an object file
script/lua_api/l_mainmenu_sound.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_mainmenu_sound.cpp.o
.PHONY : script/lua_api/l_mainmenu_sound.cpp.o

script/lua_api/l_mainmenu_sound.i: script/lua_api/l_mainmenu_sound.cpp.i
.PHONY : script/lua_api/l_mainmenu_sound.i

# target to preprocess a source file
script/lua_api/l_mainmenu_sound.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_mainmenu_sound.cpp.i
.PHONY : script/lua_api/l_mainmenu_sound.cpp.i

script/lua_api/l_mainmenu_sound.s: script/lua_api/l_mainmenu_sound.cpp.s
.PHONY : script/lua_api/l_mainmenu_sound.s

# target to generate assembly for a file
script/lua_api/l_mainmenu_sound.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_mainmenu_sound.cpp.s
.PHONY : script/lua_api/l_mainmenu_sound.cpp.s

script/lua_api/l_mapgen.o: script/lua_api/l_mapgen.cpp.o
.PHONY : script/lua_api/l_mapgen.o

# target to build an object file
script/lua_api/l_mapgen.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_mapgen.cpp.o
.PHONY : script/lua_api/l_mapgen.cpp.o

script/lua_api/l_mapgen.i: script/lua_api/l_mapgen.cpp.i
.PHONY : script/lua_api/l_mapgen.i

# target to preprocess a source file
script/lua_api/l_mapgen.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_mapgen.cpp.i
.PHONY : script/lua_api/l_mapgen.cpp.i

script/lua_api/l_mapgen.s: script/lua_api/l_mapgen.cpp.s
.PHONY : script/lua_api/l_mapgen.s

# target to generate assembly for a file
script/lua_api/l_mapgen.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_mapgen.cpp.s
.PHONY : script/lua_api/l_mapgen.cpp.s

script/lua_api/l_menu_common.o: script/lua_api/l_menu_common.cpp.o
.PHONY : script/lua_api/l_menu_common.o

# target to build an object file
script/lua_api/l_menu_common.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_menu_common.cpp.o
.PHONY : script/lua_api/l_menu_common.cpp.o

script/lua_api/l_menu_common.i: script/lua_api/l_menu_common.cpp.i
.PHONY : script/lua_api/l_menu_common.i

# target to preprocess a source file
script/lua_api/l_menu_common.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_menu_common.cpp.i
.PHONY : script/lua_api/l_menu_common.cpp.i

script/lua_api/l_menu_common.s: script/lua_api/l_menu_common.cpp.s
.PHONY : script/lua_api/l_menu_common.s

# target to generate assembly for a file
script/lua_api/l_menu_common.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_menu_common.cpp.s
.PHONY : script/lua_api/l_menu_common.cpp.s

script/lua_api/l_metadata.o: script/lua_api/l_metadata.cpp.o
.PHONY : script/lua_api/l_metadata.o

# target to build an object file
script/lua_api/l_metadata.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_metadata.cpp.o
.PHONY : script/lua_api/l_metadata.cpp.o

script/lua_api/l_metadata.i: script/lua_api/l_metadata.cpp.i
.PHONY : script/lua_api/l_metadata.i

# target to preprocess a source file
script/lua_api/l_metadata.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_metadata.cpp.i
.PHONY : script/lua_api/l_metadata.cpp.i

script/lua_api/l_metadata.s: script/lua_api/l_metadata.cpp.s
.PHONY : script/lua_api/l_metadata.s

# target to generate assembly for a file
script/lua_api/l_metadata.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_metadata.cpp.s
.PHONY : script/lua_api/l_metadata.cpp.s

script/lua_api/l_minimap.o: script/lua_api/l_minimap.cpp.o
.PHONY : script/lua_api/l_minimap.o

# target to build an object file
script/lua_api/l_minimap.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_minimap.cpp.o
.PHONY : script/lua_api/l_minimap.cpp.o

script/lua_api/l_minimap.i: script/lua_api/l_minimap.cpp.i
.PHONY : script/lua_api/l_minimap.i

# target to preprocess a source file
script/lua_api/l_minimap.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_minimap.cpp.i
.PHONY : script/lua_api/l_minimap.cpp.i

script/lua_api/l_minimap.s: script/lua_api/l_minimap.cpp.s
.PHONY : script/lua_api/l_minimap.s

# target to generate assembly for a file
script/lua_api/l_minimap.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_minimap.cpp.s
.PHONY : script/lua_api/l_minimap.cpp.s

script/lua_api/l_modchannels.o: script/lua_api/l_modchannels.cpp.o
.PHONY : script/lua_api/l_modchannels.o

# target to build an object file
script/lua_api/l_modchannels.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_modchannels.cpp.o
.PHONY : script/lua_api/l_modchannels.cpp.o

script/lua_api/l_modchannels.i: script/lua_api/l_modchannels.cpp.i
.PHONY : script/lua_api/l_modchannels.i

# target to preprocess a source file
script/lua_api/l_modchannels.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_modchannels.cpp.i
.PHONY : script/lua_api/l_modchannels.cpp.i

script/lua_api/l_modchannels.s: script/lua_api/l_modchannels.cpp.s
.PHONY : script/lua_api/l_modchannels.s

# target to generate assembly for a file
script/lua_api/l_modchannels.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_modchannels.cpp.s
.PHONY : script/lua_api/l_modchannels.cpp.s

script/lua_api/l_nodemeta.o: script/lua_api/l_nodemeta.cpp.o
.PHONY : script/lua_api/l_nodemeta.o

# target to build an object file
script/lua_api/l_nodemeta.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_nodemeta.cpp.o
.PHONY : script/lua_api/l_nodemeta.cpp.o

script/lua_api/l_nodemeta.i: script/lua_api/l_nodemeta.cpp.i
.PHONY : script/lua_api/l_nodemeta.i

# target to preprocess a source file
script/lua_api/l_nodemeta.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_nodemeta.cpp.i
.PHONY : script/lua_api/l_nodemeta.cpp.i

script/lua_api/l_nodemeta.s: script/lua_api/l_nodemeta.cpp.s
.PHONY : script/lua_api/l_nodemeta.s

# target to generate assembly for a file
script/lua_api/l_nodemeta.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_nodemeta.cpp.s
.PHONY : script/lua_api/l_nodemeta.cpp.s

script/lua_api/l_nodetimer.o: script/lua_api/l_nodetimer.cpp.o
.PHONY : script/lua_api/l_nodetimer.o

# target to build an object file
script/lua_api/l_nodetimer.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_nodetimer.cpp.o
.PHONY : script/lua_api/l_nodetimer.cpp.o

script/lua_api/l_nodetimer.i: script/lua_api/l_nodetimer.cpp.i
.PHONY : script/lua_api/l_nodetimer.i

# target to preprocess a source file
script/lua_api/l_nodetimer.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_nodetimer.cpp.i
.PHONY : script/lua_api/l_nodetimer.cpp.i

script/lua_api/l_nodetimer.s: script/lua_api/l_nodetimer.cpp.s
.PHONY : script/lua_api/l_nodetimer.s

# target to generate assembly for a file
script/lua_api/l_nodetimer.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_nodetimer.cpp.s
.PHONY : script/lua_api/l_nodetimer.cpp.s

script/lua_api/l_noise.o: script/lua_api/l_noise.cpp.o
.PHONY : script/lua_api/l_noise.o

# target to build an object file
script/lua_api/l_noise.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_noise.cpp.o
.PHONY : script/lua_api/l_noise.cpp.o

script/lua_api/l_noise.i: script/lua_api/l_noise.cpp.i
.PHONY : script/lua_api/l_noise.i

# target to preprocess a source file
script/lua_api/l_noise.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_noise.cpp.i
.PHONY : script/lua_api/l_noise.cpp.i

script/lua_api/l_noise.s: script/lua_api/l_noise.cpp.s
.PHONY : script/lua_api/l_noise.s

# target to generate assembly for a file
script/lua_api/l_noise.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_noise.cpp.s
.PHONY : script/lua_api/l_noise.cpp.s

script/lua_api/l_object.o: script/lua_api/l_object.cpp.o
.PHONY : script/lua_api/l_object.o

# target to build an object file
script/lua_api/l_object.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_object.cpp.o
.PHONY : script/lua_api/l_object.cpp.o

script/lua_api/l_object.i: script/lua_api/l_object.cpp.i
.PHONY : script/lua_api/l_object.i

# target to preprocess a source file
script/lua_api/l_object.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_object.cpp.i
.PHONY : script/lua_api/l_object.cpp.i

script/lua_api/l_object.s: script/lua_api/l_object.cpp.s
.PHONY : script/lua_api/l_object.s

# target to generate assembly for a file
script/lua_api/l_object.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_object.cpp.s
.PHONY : script/lua_api/l_object.cpp.s

script/lua_api/l_particles.o: script/lua_api/l_particles.cpp.o
.PHONY : script/lua_api/l_particles.o

# target to build an object file
script/lua_api/l_particles.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_particles.cpp.o
.PHONY : script/lua_api/l_particles.cpp.o

script/lua_api/l_particles.i: script/lua_api/l_particles.cpp.i
.PHONY : script/lua_api/l_particles.i

# target to preprocess a source file
script/lua_api/l_particles.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_particles.cpp.i
.PHONY : script/lua_api/l_particles.cpp.i

script/lua_api/l_particles.s: script/lua_api/l_particles.cpp.s
.PHONY : script/lua_api/l_particles.s

# target to generate assembly for a file
script/lua_api/l_particles.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_particles.cpp.s
.PHONY : script/lua_api/l_particles.cpp.s

script/lua_api/l_particles_local.o: script/lua_api/l_particles_local.cpp.o
.PHONY : script/lua_api/l_particles_local.o

# target to build an object file
script/lua_api/l_particles_local.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_particles_local.cpp.o
.PHONY : script/lua_api/l_particles_local.cpp.o

script/lua_api/l_particles_local.i: script/lua_api/l_particles_local.cpp.i
.PHONY : script/lua_api/l_particles_local.i

# target to preprocess a source file
script/lua_api/l_particles_local.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_particles_local.cpp.i
.PHONY : script/lua_api/l_particles_local.cpp.i

script/lua_api/l_particles_local.s: script/lua_api/l_particles_local.cpp.s
.PHONY : script/lua_api/l_particles_local.s

# target to generate assembly for a file
script/lua_api/l_particles_local.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_particles_local.cpp.s
.PHONY : script/lua_api/l_particles_local.cpp.s

script/lua_api/l_pause_menu.o: script/lua_api/l_pause_menu.cpp.o
.PHONY : script/lua_api/l_pause_menu.o

# target to build an object file
script/lua_api/l_pause_menu.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_pause_menu.cpp.o
.PHONY : script/lua_api/l_pause_menu.cpp.o

script/lua_api/l_pause_menu.i: script/lua_api/l_pause_menu.cpp.i
.PHONY : script/lua_api/l_pause_menu.i

# target to preprocess a source file
script/lua_api/l_pause_menu.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_pause_menu.cpp.i
.PHONY : script/lua_api/l_pause_menu.cpp.i

script/lua_api/l_pause_menu.s: script/lua_api/l_pause_menu.cpp.s
.PHONY : script/lua_api/l_pause_menu.s

# target to generate assembly for a file
script/lua_api/l_pause_menu.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_pause_menu.cpp.s
.PHONY : script/lua_api/l_pause_menu.cpp.s

script/lua_api/l_playermeta.o: script/lua_api/l_playermeta.cpp.o
.PHONY : script/lua_api/l_playermeta.o

# target to build an object file
script/lua_api/l_playermeta.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_playermeta.cpp.o
.PHONY : script/lua_api/l_playermeta.cpp.o

script/lua_api/l_playermeta.i: script/lua_api/l_playermeta.cpp.i
.PHONY : script/lua_api/l_playermeta.i

# target to preprocess a source file
script/lua_api/l_playermeta.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_playermeta.cpp.i
.PHONY : script/lua_api/l_playermeta.cpp.i

script/lua_api/l_playermeta.s: script/lua_api/l_playermeta.cpp.s
.PHONY : script/lua_api/l_playermeta.s

# target to generate assembly for a file
script/lua_api/l_playermeta.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_playermeta.cpp.s
.PHONY : script/lua_api/l_playermeta.cpp.s

script/lua_api/l_rollback.o: script/lua_api/l_rollback.cpp.o
.PHONY : script/lua_api/l_rollback.o

# target to build an object file
script/lua_api/l_rollback.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_rollback.cpp.o
.PHONY : script/lua_api/l_rollback.cpp.o

script/lua_api/l_rollback.i: script/lua_api/l_rollback.cpp.i
.PHONY : script/lua_api/l_rollback.i

# target to preprocess a source file
script/lua_api/l_rollback.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_rollback.cpp.i
.PHONY : script/lua_api/l_rollback.cpp.i

script/lua_api/l_rollback.s: script/lua_api/l_rollback.cpp.s
.PHONY : script/lua_api/l_rollback.s

# target to generate assembly for a file
script/lua_api/l_rollback.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_rollback.cpp.s
.PHONY : script/lua_api/l_rollback.cpp.s

script/lua_api/l_server.o: script/lua_api/l_server.cpp.o
.PHONY : script/lua_api/l_server.o

# target to build an object file
script/lua_api/l_server.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_server.cpp.o
.PHONY : script/lua_api/l_server.cpp.o

script/lua_api/l_server.i: script/lua_api/l_server.cpp.i
.PHONY : script/lua_api/l_server.i

# target to preprocess a source file
script/lua_api/l_server.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_server.cpp.i
.PHONY : script/lua_api/l_server.cpp.i

script/lua_api/l_server.s: script/lua_api/l_server.cpp.s
.PHONY : script/lua_api/l_server.s

# target to generate assembly for a file
script/lua_api/l_server.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_server.cpp.s
.PHONY : script/lua_api/l_server.cpp.s

script/lua_api/l_settings.o: script/lua_api/l_settings.cpp.o
.PHONY : script/lua_api/l_settings.o

# target to build an object file
script/lua_api/l_settings.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_settings.cpp.o
.PHONY : script/lua_api/l_settings.cpp.o

script/lua_api/l_settings.i: script/lua_api/l_settings.cpp.i
.PHONY : script/lua_api/l_settings.i

# target to preprocess a source file
script/lua_api/l_settings.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_settings.cpp.i
.PHONY : script/lua_api/l_settings.cpp.i

script/lua_api/l_settings.s: script/lua_api/l_settings.cpp.s
.PHONY : script/lua_api/l_settings.s

# target to generate assembly for a file
script/lua_api/l_settings.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_settings.cpp.s
.PHONY : script/lua_api/l_settings.cpp.s

script/lua_api/l_storage.o: script/lua_api/l_storage.cpp.o
.PHONY : script/lua_api/l_storage.o

# target to build an object file
script/lua_api/l_storage.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_storage.cpp.o
.PHONY : script/lua_api/l_storage.cpp.o

script/lua_api/l_storage.i: script/lua_api/l_storage.cpp.i
.PHONY : script/lua_api/l_storage.i

# target to preprocess a source file
script/lua_api/l_storage.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_storage.cpp.i
.PHONY : script/lua_api/l_storage.cpp.i

script/lua_api/l_storage.s: script/lua_api/l_storage.cpp.s
.PHONY : script/lua_api/l_storage.s

# target to generate assembly for a file
script/lua_api/l_storage.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_storage.cpp.s
.PHONY : script/lua_api/l_storage.cpp.s

script/lua_api/l_util.o: script/lua_api/l_util.cpp.o
.PHONY : script/lua_api/l_util.o

# target to build an object file
script/lua_api/l_util.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_util.cpp.o
.PHONY : script/lua_api/l_util.cpp.o

script/lua_api/l_util.i: script/lua_api/l_util.cpp.i
.PHONY : script/lua_api/l_util.i

# target to preprocess a source file
script/lua_api/l_util.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_util.cpp.i
.PHONY : script/lua_api/l_util.cpp.i

script/lua_api/l_util.s: script/lua_api/l_util.cpp.s
.PHONY : script/lua_api/l_util.s

# target to generate assembly for a file
script/lua_api/l_util.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_util.cpp.s
.PHONY : script/lua_api/l_util.cpp.s

script/lua_api/l_vmanip.o: script/lua_api/l_vmanip.cpp.o
.PHONY : script/lua_api/l_vmanip.o

# target to build an object file
script/lua_api/l_vmanip.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_vmanip.cpp.o
.PHONY : script/lua_api/l_vmanip.cpp.o

script/lua_api/l_vmanip.i: script/lua_api/l_vmanip.cpp.i
.PHONY : script/lua_api/l_vmanip.i

# target to preprocess a source file
script/lua_api/l_vmanip.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_vmanip.cpp.i
.PHONY : script/lua_api/l_vmanip.cpp.i

script/lua_api/l_vmanip.s: script/lua_api/l_vmanip.cpp.s
.PHONY : script/lua_api/l_vmanip.s

# target to generate assembly for a file
script/lua_api/l_vmanip.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/lua_api/l_vmanip.cpp.s
.PHONY : script/lua_api/l_vmanip.cpp.s

script/scripting_client.o: script/scripting_client.cpp.o
.PHONY : script/scripting_client.o

# target to build an object file
script/scripting_client.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/scripting_client.cpp.o
.PHONY : script/scripting_client.cpp.o

script/scripting_client.i: script/scripting_client.cpp.i
.PHONY : script/scripting_client.i

# target to preprocess a source file
script/scripting_client.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/scripting_client.cpp.i
.PHONY : script/scripting_client.cpp.i

script/scripting_client.s: script/scripting_client.cpp.s
.PHONY : script/scripting_client.s

# target to generate assembly for a file
script/scripting_client.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/scripting_client.cpp.s
.PHONY : script/scripting_client.cpp.s

script/scripting_emerge.o: script/scripting_emerge.cpp.o
.PHONY : script/scripting_emerge.o

# target to build an object file
script/scripting_emerge.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/scripting_emerge.cpp.o
.PHONY : script/scripting_emerge.cpp.o

script/scripting_emerge.i: script/scripting_emerge.cpp.i
.PHONY : script/scripting_emerge.i

# target to preprocess a source file
script/scripting_emerge.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/scripting_emerge.cpp.i
.PHONY : script/scripting_emerge.cpp.i

script/scripting_emerge.s: script/scripting_emerge.cpp.s
.PHONY : script/scripting_emerge.s

# target to generate assembly for a file
script/scripting_emerge.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/scripting_emerge.cpp.s
.PHONY : script/scripting_emerge.cpp.s

script/scripting_mainmenu.o: script/scripting_mainmenu.cpp.o
.PHONY : script/scripting_mainmenu.o

# target to build an object file
script/scripting_mainmenu.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/scripting_mainmenu.cpp.o
.PHONY : script/scripting_mainmenu.cpp.o

script/scripting_mainmenu.i: script/scripting_mainmenu.cpp.i
.PHONY : script/scripting_mainmenu.i

# target to preprocess a source file
script/scripting_mainmenu.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/scripting_mainmenu.cpp.i
.PHONY : script/scripting_mainmenu.cpp.i

script/scripting_mainmenu.s: script/scripting_mainmenu.cpp.s
.PHONY : script/scripting_mainmenu.s

# target to generate assembly for a file
script/scripting_mainmenu.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/scripting_mainmenu.cpp.s
.PHONY : script/scripting_mainmenu.cpp.s

script/scripting_pause_menu.o: script/scripting_pause_menu.cpp.o
.PHONY : script/scripting_pause_menu.o

# target to build an object file
script/scripting_pause_menu.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/scripting_pause_menu.cpp.o
.PHONY : script/scripting_pause_menu.cpp.o

script/scripting_pause_menu.i: script/scripting_pause_menu.cpp.i
.PHONY : script/scripting_pause_menu.i

# target to preprocess a source file
script/scripting_pause_menu.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/scripting_pause_menu.cpp.i
.PHONY : script/scripting_pause_menu.cpp.i

script/scripting_pause_menu.s: script/scripting_pause_menu.cpp.s
.PHONY : script/scripting_pause_menu.s

# target to generate assembly for a file
script/scripting_pause_menu.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/scripting_pause_menu.cpp.s
.PHONY : script/scripting_pause_menu.cpp.s

script/scripting_server.o: script/scripting_server.cpp.o
.PHONY : script/scripting_server.o

# target to build an object file
script/scripting_server.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/scripting_server.cpp.o
.PHONY : script/scripting_server.cpp.o

script/scripting_server.i: script/scripting_server.cpp.i
.PHONY : script/scripting_server.i

# target to preprocess a source file
script/scripting_server.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/scripting_server.cpp.i
.PHONY : script/scripting_server.cpp.i

script/scripting_server.s: script/scripting_server.cpp.s
.PHONY : script/scripting_server.s

# target to generate assembly for a file
script/scripting_server.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/script/scripting_server.cpp.s
.PHONY : script/scripting_server.cpp.s

serialization.o: serialization.cpp.o
.PHONY : serialization.o

# target to build an object file
serialization.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/serialization.cpp.o
.PHONY : serialization.cpp.o

serialization.i: serialization.cpp.i
.PHONY : serialization.i

# target to preprocess a source file
serialization.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/serialization.cpp.i
.PHONY : serialization.cpp.i

serialization.s: serialization.cpp.s
.PHONY : serialization.s

# target to generate assembly for a file
serialization.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/serialization.cpp.s
.PHONY : serialization.cpp.s

server.o: server.cpp.o
.PHONY : server.o

# target to build an object file
server.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.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 /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.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 /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server.cpp.s
.PHONY : server.cpp.s

server/activeobjectmgr.o: server/activeobjectmgr.cpp.o
.PHONY : server/activeobjectmgr.o

# target to build an object file
server/activeobjectmgr.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/activeobjectmgr.cpp.o
.PHONY : server/activeobjectmgr.cpp.o

server/activeobjectmgr.i: server/activeobjectmgr.cpp.i
.PHONY : server/activeobjectmgr.i

# target to preprocess a source file
server/activeobjectmgr.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/activeobjectmgr.cpp.i
.PHONY : server/activeobjectmgr.cpp.i

server/activeobjectmgr.s: server/activeobjectmgr.cpp.s
.PHONY : server/activeobjectmgr.s

# target to generate assembly for a file
server/activeobjectmgr.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/activeobjectmgr.cpp.s
.PHONY : server/activeobjectmgr.cpp.s

server/ban.o: server/ban.cpp.o
.PHONY : server/ban.o

# target to build an object file
server/ban.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/ban.cpp.o
.PHONY : server/ban.cpp.o

server/ban.i: server/ban.cpp.i
.PHONY : server/ban.i

# target to preprocess a source file
server/ban.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/ban.cpp.i
.PHONY : server/ban.cpp.i

server/ban.s: server/ban.cpp.s
.PHONY : server/ban.s

# target to generate assembly for a file
server/ban.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/ban.cpp.s
.PHONY : server/ban.cpp.s

server/blockmodifier.o: server/blockmodifier.cpp.o
.PHONY : server/blockmodifier.o

# target to build an object file
server/blockmodifier.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/blockmodifier.cpp.o
.PHONY : server/blockmodifier.cpp.o

server/blockmodifier.i: server/blockmodifier.cpp.i
.PHONY : server/blockmodifier.i

# target to preprocess a source file
server/blockmodifier.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/blockmodifier.cpp.i
.PHONY : server/blockmodifier.cpp.i

server/blockmodifier.s: server/blockmodifier.cpp.s
.PHONY : server/blockmodifier.s

# target to generate assembly for a file
server/blockmodifier.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/blockmodifier.cpp.s
.PHONY : server/blockmodifier.cpp.s

server/clientiface.o: server/clientiface.cpp.o
.PHONY : server/clientiface.o

# target to build an object file
server/clientiface.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/clientiface.cpp.o
.PHONY : server/clientiface.cpp.o

server/clientiface.i: server/clientiface.cpp.i
.PHONY : server/clientiface.i

# target to preprocess a source file
server/clientiface.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/clientiface.cpp.i
.PHONY : server/clientiface.cpp.i

server/clientiface.s: server/clientiface.cpp.s
.PHONY : server/clientiface.s

# target to generate assembly for a file
server/clientiface.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/clientiface.cpp.s
.PHONY : server/clientiface.cpp.s

server/luaentity_sao.o: server/luaentity_sao.cpp.o
.PHONY : server/luaentity_sao.o

# target to build an object file
server/luaentity_sao.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/luaentity_sao.cpp.o
.PHONY : server/luaentity_sao.cpp.o

server/luaentity_sao.i: server/luaentity_sao.cpp.i
.PHONY : server/luaentity_sao.i

# target to preprocess a source file
server/luaentity_sao.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/luaentity_sao.cpp.i
.PHONY : server/luaentity_sao.cpp.i

server/luaentity_sao.s: server/luaentity_sao.cpp.s
.PHONY : server/luaentity_sao.s

# target to generate assembly for a file
server/luaentity_sao.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/luaentity_sao.cpp.s
.PHONY : server/luaentity_sao.cpp.s

server/mods.o: server/mods.cpp.o
.PHONY : server/mods.o

# target to build an object file
server/mods.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/mods.cpp.o
.PHONY : server/mods.cpp.o

server/mods.i: server/mods.cpp.i
.PHONY : server/mods.i

# target to preprocess a source file
server/mods.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/mods.cpp.i
.PHONY : server/mods.cpp.i

server/mods.s: server/mods.cpp.s
.PHONY : server/mods.s

# target to generate assembly for a file
server/mods.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/mods.cpp.s
.PHONY : server/mods.cpp.s

server/player_sao.o: server/player_sao.cpp.o
.PHONY : server/player_sao.o

# target to build an object file
server/player_sao.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/player_sao.cpp.o
.PHONY : server/player_sao.cpp.o

server/player_sao.i: server/player_sao.cpp.i
.PHONY : server/player_sao.i

# target to preprocess a source file
server/player_sao.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/player_sao.cpp.i
.PHONY : server/player_sao.cpp.i

server/player_sao.s: server/player_sao.cpp.s
.PHONY : server/player_sao.s

# target to generate assembly for a file
server/player_sao.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/player_sao.cpp.s
.PHONY : server/player_sao.cpp.s

server/rollback.o: server/rollback.cpp.o
.PHONY : server/rollback.o

# target to build an object file
server/rollback.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/rollback.cpp.o
.PHONY : server/rollback.cpp.o

server/rollback.i: server/rollback.cpp.i
.PHONY : server/rollback.i

# target to preprocess a source file
server/rollback.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/rollback.cpp.i
.PHONY : server/rollback.cpp.i

server/rollback.s: server/rollback.cpp.s
.PHONY : server/rollback.s

# target to generate assembly for a file
server/rollback.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/rollback.cpp.s
.PHONY : server/rollback.cpp.s

server/serveractiveobject.o: server/serveractiveobject.cpp.o
.PHONY : server/serveractiveobject.o

# target to build an object file
server/serveractiveobject.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/serveractiveobject.cpp.o
.PHONY : server/serveractiveobject.cpp.o

server/serveractiveobject.i: server/serveractiveobject.cpp.i
.PHONY : server/serveractiveobject.i

# target to preprocess a source file
server/serveractiveobject.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/serveractiveobject.cpp.i
.PHONY : server/serveractiveobject.cpp.i

server/serveractiveobject.s: server/serveractiveobject.cpp.s
.PHONY : server/serveractiveobject.s

# target to generate assembly for a file
server/serveractiveobject.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/serveractiveobject.cpp.s
.PHONY : server/serveractiveobject.cpp.s

server/serverinventorymgr.o: server/serverinventorymgr.cpp.o
.PHONY : server/serverinventorymgr.o

# target to build an object file
server/serverinventorymgr.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/serverinventorymgr.cpp.o
.PHONY : server/serverinventorymgr.cpp.o

server/serverinventorymgr.i: server/serverinventorymgr.cpp.i
.PHONY : server/serverinventorymgr.i

# target to preprocess a source file
server/serverinventorymgr.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/serverinventorymgr.cpp.i
.PHONY : server/serverinventorymgr.cpp.i

server/serverinventorymgr.s: server/serverinventorymgr.cpp.s
.PHONY : server/serverinventorymgr.s

# target to generate assembly for a file
server/serverinventorymgr.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/serverinventorymgr.cpp.s
.PHONY : server/serverinventorymgr.cpp.s

server/serverlist.o: server/serverlist.cpp.o
.PHONY : server/serverlist.o

# target to build an object file
server/serverlist.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/serverlist.cpp.o
.PHONY : server/serverlist.cpp.o

server/serverlist.i: server/serverlist.cpp.i
.PHONY : server/serverlist.i

# target to preprocess a source file
server/serverlist.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/serverlist.cpp.i
.PHONY : server/serverlist.cpp.i

server/serverlist.s: server/serverlist.cpp.s
.PHONY : server/serverlist.s

# target to generate assembly for a file
server/serverlist.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/serverlist.cpp.s
.PHONY : server/serverlist.cpp.s

server/unit_sao.o: server/unit_sao.cpp.o
.PHONY : server/unit_sao.o

# target to build an object file
server/unit_sao.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/unit_sao.cpp.o
.PHONY : server/unit_sao.cpp.o

server/unit_sao.i: server/unit_sao.cpp.i
.PHONY : server/unit_sao.i

# target to preprocess a source file
server/unit_sao.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/unit_sao.cpp.i
.PHONY : server/unit_sao.cpp.i

server/unit_sao.s: server/unit_sao.cpp.s
.PHONY : server/unit_sao.s

# target to generate assembly for a file
server/unit_sao.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/server/unit_sao.cpp.s
.PHONY : server/unit_sao.cpp.s

serverenvironment.o: serverenvironment.cpp.o
.PHONY : serverenvironment.o

# target to build an object file
serverenvironment.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/serverenvironment.cpp.o
.PHONY : serverenvironment.cpp.o

serverenvironment.i: serverenvironment.cpp.i
.PHONY : serverenvironment.i

# target to preprocess a source file
serverenvironment.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/serverenvironment.cpp.i
.PHONY : serverenvironment.cpp.i

serverenvironment.s: serverenvironment.cpp.s
.PHONY : serverenvironment.s

# target to generate assembly for a file
serverenvironment.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/serverenvironment.cpp.s
.PHONY : serverenvironment.cpp.s

servermap.o: servermap.cpp.o
.PHONY : servermap.o

# target to build an object file
servermap.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/servermap.cpp.o
.PHONY : servermap.cpp.o

servermap.i: servermap.cpp.i
.PHONY : servermap.i

# target to preprocess a source file
servermap.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/servermap.cpp.i
.PHONY : servermap.cpp.i

servermap.s: servermap.cpp.s
.PHONY : servermap.s

# target to generate assembly for a file
servermap.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/servermap.cpp.s
.PHONY : servermap.cpp.s

settings.o: settings.cpp.o
.PHONY : settings.o

# target to build an object file
settings.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/settings.cpp.o
.PHONY : settings.cpp.o

settings.i: settings.cpp.i
.PHONY : settings.i

# target to preprocess a source file
settings.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/settings.cpp.i
.PHONY : settings.cpp.i

settings.s: settings.cpp.s
.PHONY : settings.s

# target to generate assembly for a file
settings.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/settings.cpp.s
.PHONY : settings.cpp.s

staticobject.o: staticobject.cpp.o
.PHONY : staticobject.o

# target to build an object file
staticobject.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/staticobject.cpp.o
.PHONY : staticobject.cpp.o

staticobject.i: staticobject.cpp.i
.PHONY : staticobject.i

# target to preprocess a source file
staticobject.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/staticobject.cpp.i
.PHONY : staticobject.cpp.i

staticobject.s: staticobject.cpp.s
.PHONY : staticobject.s

# target to generate assembly for a file
staticobject.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/staticobject.cpp.s
.PHONY : staticobject.cpp.s

terminal_chat_console.o: terminal_chat_console.cpp.o
.PHONY : terminal_chat_console.o

# target to build an object file
terminal_chat_console.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/terminal_chat_console.cpp.o
.PHONY : terminal_chat_console.cpp.o

terminal_chat_console.i: terminal_chat_console.cpp.i
.PHONY : terminal_chat_console.i

# target to preprocess a source file
terminal_chat_console.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/terminal_chat_console.cpp.i
.PHONY : terminal_chat_console.cpp.i

terminal_chat_console.s: terminal_chat_console.cpp.s
.PHONY : terminal_chat_console.s

# target to generate assembly for a file
terminal_chat_console.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/terminal_chat_console.cpp.s
.PHONY : terminal_chat_console.cpp.s

texture_override.o: texture_override.cpp.o
.PHONY : texture_override.o

# target to build an object file
texture_override.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/texture_override.cpp.o
.PHONY : texture_override.cpp.o

texture_override.i: texture_override.cpp.i
.PHONY : texture_override.i

# target to preprocess a source file
texture_override.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/texture_override.cpp.i
.PHONY : texture_override.cpp.i

texture_override.s: texture_override.cpp.s
.PHONY : texture_override.s

# target to generate assembly for a file
texture_override.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/texture_override.cpp.s
.PHONY : texture_override.cpp.s

threading/event.o: threading/event.cpp.o
.PHONY : threading/event.o

# target to build an object file
threading/event.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/threading/event.cpp.o
.PHONY : threading/event.cpp.o

threading/event.i: threading/event.cpp.i
.PHONY : threading/event.i

# target to preprocess a source file
threading/event.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/threading/event.cpp.i
.PHONY : threading/event.cpp.i

threading/event.s: threading/event.cpp.s
.PHONY : threading/event.s

# target to generate assembly for a file
threading/event.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/threading/event.cpp.s
.PHONY : threading/event.cpp.s

threading/semaphore.o: threading/semaphore.cpp.o
.PHONY : threading/semaphore.o

# target to build an object file
threading/semaphore.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/threading/semaphore.cpp.o
.PHONY : threading/semaphore.cpp.o

threading/semaphore.i: threading/semaphore.cpp.i
.PHONY : threading/semaphore.i

# target to preprocess a source file
threading/semaphore.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/threading/semaphore.cpp.i
.PHONY : threading/semaphore.cpp.i

threading/semaphore.s: threading/semaphore.cpp.s
.PHONY : threading/semaphore.s

# target to generate assembly for a file
threading/semaphore.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/threading/semaphore.cpp.s
.PHONY : threading/semaphore.cpp.s

threading/thread.o: threading/thread.cpp.o
.PHONY : threading/thread.o

# target to build an object file
threading/thread.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/threading/thread.cpp.o
.PHONY : threading/thread.cpp.o

threading/thread.i: threading/thread.cpp.i
.PHONY : threading/thread.i

# target to preprocess a source file
threading/thread.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/threading/thread.cpp.i
.PHONY : threading/thread.cpp.i

threading/thread.s: threading/thread.cpp.s
.PHONY : threading/thread.s

# target to generate assembly for a file
threading/thread.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/threading/thread.cpp.s
.PHONY : threading/thread.cpp.s

tileanimation.o: tileanimation.cpp.o
.PHONY : tileanimation.o

# target to build an object file
tileanimation.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/tileanimation.cpp.o
.PHONY : tileanimation.cpp.o

tileanimation.i: tileanimation.cpp.i
.PHONY : tileanimation.i

# target to preprocess a source file
tileanimation.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/tileanimation.cpp.i
.PHONY : tileanimation.cpp.i

tileanimation.s: tileanimation.cpp.s
.PHONY : tileanimation.s

# target to generate assembly for a file
tileanimation.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/tileanimation.cpp.s
.PHONY : tileanimation.cpp.s

tool.o: tool.cpp.o
.PHONY : tool.o

# target to build an object file
tool.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/tool.cpp.o
.PHONY : tool.cpp.o

tool.i: tool.cpp.i
.PHONY : tool.i

# target to preprocess a source file
tool.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/tool.cpp.i
.PHONY : tool.cpp.i

tool.s: tool.cpp.s
.PHONY : tool.s

# target to generate assembly for a file
tool.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/tool.cpp.s
.PHONY : tool.cpp.s

translation.o: translation.cpp.o
.PHONY : translation.o

# target to build an object file
translation.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/translation.cpp.o
.PHONY : translation.cpp.o

translation.i: translation.cpp.i
.PHONY : translation.i

# target to preprocess a source file
translation.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/translation.cpp.i
.PHONY : translation.cpp.i

translation.s: translation.cpp.s
.PHONY : translation.s

# target to generate assembly for a file
translation.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/translation.cpp.s
.PHONY : translation.cpp.s

unittest/mesh_compare.o: unittest/mesh_compare.cpp.o
.PHONY : unittest/mesh_compare.o

# target to build an object file
unittest/mesh_compare.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/mesh_compare.cpp.o
.PHONY : unittest/mesh_compare.cpp.o

unittest/mesh_compare.i: unittest/mesh_compare.cpp.i
.PHONY : unittest/mesh_compare.i

# target to preprocess a source file
unittest/mesh_compare.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/mesh_compare.cpp.i
.PHONY : unittest/mesh_compare.cpp.i

unittest/mesh_compare.s: unittest/mesh_compare.cpp.s
.PHONY : unittest/mesh_compare.s

# target to generate assembly for a file
unittest/mesh_compare.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/mesh_compare.cpp.s
.PHONY : unittest/mesh_compare.cpp.s

unittest/test.o: unittest/test.cpp.o
.PHONY : unittest/test.o

# target to build an object file
unittest/test.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test.cpp.o
.PHONY : unittest/test.cpp.o

unittest/test.i: unittest/test.cpp.i
.PHONY : unittest/test.i

# target to preprocess a source file
unittest/test.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test.cpp.i
.PHONY : unittest/test.cpp.i

unittest/test.s: unittest/test.cpp.s
.PHONY : unittest/test.s

# target to generate assembly for a file
unittest/test.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test.cpp.s
.PHONY : unittest/test.cpp.s

unittest/test_activeobject.o: unittest/test_activeobject.cpp.o
.PHONY : unittest/test_activeobject.o

# target to build an object file
unittest/test_activeobject.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_activeobject.cpp.o
.PHONY : unittest/test_activeobject.cpp.o

unittest/test_activeobject.i: unittest/test_activeobject.cpp.i
.PHONY : unittest/test_activeobject.i

# target to preprocess a source file
unittest/test_activeobject.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_activeobject.cpp.i
.PHONY : unittest/test_activeobject.cpp.i

unittest/test_activeobject.s: unittest/test_activeobject.cpp.s
.PHONY : unittest/test_activeobject.s

# target to generate assembly for a file
unittest/test_activeobject.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_activeobject.cpp.s
.PHONY : unittest/test_activeobject.cpp.s

unittest/test_address.o: unittest/test_address.cpp.o
.PHONY : unittest/test_address.o

# target to build an object file
unittest/test_address.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_address.cpp.o
.PHONY : unittest/test_address.cpp.o

unittest/test_address.i: unittest/test_address.cpp.i
.PHONY : unittest/test_address.i

# target to preprocess a source file
unittest/test_address.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_address.cpp.i
.PHONY : unittest/test_address.cpp.i

unittest/test_address.s: unittest/test_address.cpp.s
.PHONY : unittest/test_address.s

# target to generate assembly for a file
unittest/test_address.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_address.cpp.s
.PHONY : unittest/test_address.cpp.s

unittest/test_areastore.o: unittest/test_areastore.cpp.o
.PHONY : unittest/test_areastore.o

# target to build an object file
unittest/test_areastore.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_areastore.cpp.o
.PHONY : unittest/test_areastore.cpp.o

unittest/test_areastore.i: unittest/test_areastore.cpp.i
.PHONY : unittest/test_areastore.i

# target to preprocess a source file
unittest/test_areastore.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_areastore.cpp.i
.PHONY : unittest/test_areastore.cpp.i

unittest/test_areastore.s: unittest/test_areastore.cpp.s
.PHONY : unittest/test_areastore.s

# target to generate assembly for a file
unittest/test_areastore.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_areastore.cpp.s
.PHONY : unittest/test_areastore.cpp.s

unittest/test_authdatabase.o: unittest/test_authdatabase.cpp.o
.PHONY : unittest/test_authdatabase.o

# target to build an object file
unittest/test_authdatabase.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_authdatabase.cpp.o
.PHONY : unittest/test_authdatabase.cpp.o

unittest/test_authdatabase.i: unittest/test_authdatabase.cpp.i
.PHONY : unittest/test_authdatabase.i

# target to preprocess a source file
unittest/test_authdatabase.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_authdatabase.cpp.i
.PHONY : unittest/test_authdatabase.cpp.i

unittest/test_authdatabase.s: unittest/test_authdatabase.cpp.s
.PHONY : unittest/test_authdatabase.s

# target to generate assembly for a file
unittest/test_authdatabase.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_authdatabase.cpp.s
.PHONY : unittest/test_authdatabase.cpp.s

unittest/test_ban.o: unittest/test_ban.cpp.o
.PHONY : unittest/test_ban.o

# target to build an object file
unittest/test_ban.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_ban.cpp.o
.PHONY : unittest/test_ban.cpp.o

unittest/test_ban.i: unittest/test_ban.cpp.i
.PHONY : unittest/test_ban.i

# target to preprocess a source file
unittest/test_ban.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_ban.cpp.i
.PHONY : unittest/test_ban.cpp.i

unittest/test_ban.s: unittest/test_ban.cpp.s
.PHONY : unittest/test_ban.s

# target to generate assembly for a file
unittest/test_ban.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_ban.cpp.s
.PHONY : unittest/test_ban.cpp.s

unittest/test_clientactiveobjectmgr.o: unittest/test_clientactiveobjectmgr.cpp.o
.PHONY : unittest/test_clientactiveobjectmgr.o

# target to build an object file
unittest/test_clientactiveobjectmgr.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_clientactiveobjectmgr.cpp.o
.PHONY : unittest/test_clientactiveobjectmgr.cpp.o

unittest/test_clientactiveobjectmgr.i: unittest/test_clientactiveobjectmgr.cpp.i
.PHONY : unittest/test_clientactiveobjectmgr.i

# target to preprocess a source file
unittest/test_clientactiveobjectmgr.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_clientactiveobjectmgr.cpp.i
.PHONY : unittest/test_clientactiveobjectmgr.cpp.i

unittest/test_clientactiveobjectmgr.s: unittest/test_clientactiveobjectmgr.cpp.s
.PHONY : unittest/test_clientactiveobjectmgr.s

# target to generate assembly for a file
unittest/test_clientactiveobjectmgr.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_clientactiveobjectmgr.cpp.s
.PHONY : unittest/test_clientactiveobjectmgr.cpp.s

unittest/test_collision.o: unittest/test_collision.cpp.o
.PHONY : unittest/test_collision.o

# target to build an object file
unittest/test_collision.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_collision.cpp.o
.PHONY : unittest/test_collision.cpp.o

unittest/test_collision.i: unittest/test_collision.cpp.i
.PHONY : unittest/test_collision.i

# target to preprocess a source file
unittest/test_collision.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_collision.cpp.i
.PHONY : unittest/test_collision.cpp.i

unittest/test_collision.s: unittest/test_collision.cpp.s
.PHONY : unittest/test_collision.s

# target to generate assembly for a file
unittest/test_collision.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_collision.cpp.s
.PHONY : unittest/test_collision.cpp.s

unittest/test_compression.o: unittest/test_compression.cpp.o
.PHONY : unittest/test_compression.o

# target to build an object file
unittest/test_compression.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_compression.cpp.o
.PHONY : unittest/test_compression.cpp.o

unittest/test_compression.i: unittest/test_compression.cpp.i
.PHONY : unittest/test_compression.i

# target to preprocess a source file
unittest/test_compression.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_compression.cpp.i
.PHONY : unittest/test_compression.cpp.i

unittest/test_compression.s: unittest/test_compression.cpp.s
.PHONY : unittest/test_compression.s

# target to generate assembly for a file
unittest/test_compression.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_compression.cpp.s
.PHONY : unittest/test_compression.cpp.s

unittest/test_connection.o: unittest/test_connection.cpp.o
.PHONY : unittest/test_connection.o

# target to build an object file
unittest/test_connection.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_connection.cpp.o
.PHONY : unittest/test_connection.cpp.o

unittest/test_connection.i: unittest/test_connection.cpp.i
.PHONY : unittest/test_connection.i

# target to preprocess a source file
unittest/test_connection.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_connection.cpp.i
.PHONY : unittest/test_connection.cpp.i

unittest/test_connection.s: unittest/test_connection.cpp.s
.PHONY : unittest/test_connection.s

# target to generate assembly for a file
unittest/test_connection.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_connection.cpp.s
.PHONY : unittest/test_connection.cpp.s

unittest/test_content_mapblock.o: unittest/test_content_mapblock.cpp.o
.PHONY : unittest/test_content_mapblock.o

# target to build an object file
unittest/test_content_mapblock.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_content_mapblock.cpp.o
.PHONY : unittest/test_content_mapblock.cpp.o

unittest/test_content_mapblock.i: unittest/test_content_mapblock.cpp.i
.PHONY : unittest/test_content_mapblock.i

# target to preprocess a source file
unittest/test_content_mapblock.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_content_mapblock.cpp.i
.PHONY : unittest/test_content_mapblock.cpp.i

unittest/test_content_mapblock.s: unittest/test_content_mapblock.cpp.s
.PHONY : unittest/test_content_mapblock.s

# target to generate assembly for a file
unittest/test_content_mapblock.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_content_mapblock.cpp.s
.PHONY : unittest/test_content_mapblock.cpp.s

unittest/test_craft.o: unittest/test_craft.cpp.o
.PHONY : unittest/test_craft.o

# target to build an object file
unittest/test_craft.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_craft.cpp.o
.PHONY : unittest/test_craft.cpp.o

unittest/test_craft.i: unittest/test_craft.cpp.i
.PHONY : unittest/test_craft.i

# target to preprocess a source file
unittest/test_craft.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_craft.cpp.i
.PHONY : unittest/test_craft.cpp.i

unittest/test_craft.s: unittest/test_craft.cpp.s
.PHONY : unittest/test_craft.s

# target to generate assembly for a file
unittest/test_craft.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_craft.cpp.s
.PHONY : unittest/test_craft.cpp.s

unittest/test_datastructures.o: unittest/test_datastructures.cpp.o
.PHONY : unittest/test_datastructures.o

# target to build an object file
unittest/test_datastructures.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_datastructures.cpp.o
.PHONY : unittest/test_datastructures.cpp.o

unittest/test_datastructures.i: unittest/test_datastructures.cpp.i
.PHONY : unittest/test_datastructures.i

# target to preprocess a source file
unittest/test_datastructures.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_datastructures.cpp.i
.PHONY : unittest/test_datastructures.cpp.i

unittest/test_datastructures.s: unittest/test_datastructures.cpp.s
.PHONY : unittest/test_datastructures.s

# target to generate assembly for a file
unittest/test_datastructures.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_datastructures.cpp.s
.PHONY : unittest/test_datastructures.cpp.s

unittest/test_eventmanager.o: unittest/test_eventmanager.cpp.o
.PHONY : unittest/test_eventmanager.o

# target to build an object file
unittest/test_eventmanager.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_eventmanager.cpp.o
.PHONY : unittest/test_eventmanager.cpp.o

unittest/test_eventmanager.i: unittest/test_eventmanager.cpp.i
.PHONY : unittest/test_eventmanager.i

# target to preprocess a source file
unittest/test_eventmanager.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_eventmanager.cpp.i
.PHONY : unittest/test_eventmanager.cpp.i

unittest/test_eventmanager.s: unittest/test_eventmanager.cpp.s
.PHONY : unittest/test_eventmanager.s

# target to generate assembly for a file
unittest/test_eventmanager.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_eventmanager.cpp.s
.PHONY : unittest/test_eventmanager.cpp.s

unittest/test_filesys.o: unittest/test_filesys.cpp.o
.PHONY : unittest/test_filesys.o

# target to build an object file
unittest/test_filesys.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_filesys.cpp.o
.PHONY : unittest/test_filesys.cpp.o

unittest/test_filesys.i: unittest/test_filesys.cpp.i
.PHONY : unittest/test_filesys.i

# target to preprocess a source file
unittest/test_filesys.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_filesys.cpp.i
.PHONY : unittest/test_filesys.cpp.i

unittest/test_filesys.s: unittest/test_filesys.cpp.s
.PHONY : unittest/test_filesys.s

# target to generate assembly for a file
unittest/test_filesys.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_filesys.cpp.s
.PHONY : unittest/test_filesys.cpp.s

unittest/test_gameui.o: unittest/test_gameui.cpp.o
.PHONY : unittest/test_gameui.o

# target to build an object file
unittest/test_gameui.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_gameui.cpp.o
.PHONY : unittest/test_gameui.cpp.o

unittest/test_gameui.i: unittest/test_gameui.cpp.i
.PHONY : unittest/test_gameui.i

# target to preprocess a source file
unittest/test_gameui.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_gameui.cpp.i
.PHONY : unittest/test_gameui.cpp.i

unittest/test_gameui.s: unittest/test_gameui.cpp.s
.PHONY : unittest/test_gameui.s

# target to generate assembly for a file
unittest/test_gameui.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_gameui.cpp.s
.PHONY : unittest/test_gameui.cpp.s

unittest/test_gettext.o: unittest/test_gettext.cpp.o
.PHONY : unittest/test_gettext.o

# target to build an object file
unittest/test_gettext.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_gettext.cpp.o
.PHONY : unittest/test_gettext.cpp.o

unittest/test_gettext.i: unittest/test_gettext.cpp.i
.PHONY : unittest/test_gettext.i

# target to preprocess a source file
unittest/test_gettext.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_gettext.cpp.i
.PHONY : unittest/test_gettext.cpp.i

unittest/test_gettext.s: unittest/test_gettext.cpp.s
.PHONY : unittest/test_gettext.s

# target to generate assembly for a file
unittest/test_gettext.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_gettext.cpp.s
.PHONY : unittest/test_gettext.cpp.s

unittest/test_inventory.o: unittest/test_inventory.cpp.o
.PHONY : unittest/test_inventory.o

# target to build an object file
unittest/test_inventory.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_inventory.cpp.o
.PHONY : unittest/test_inventory.cpp.o

unittest/test_inventory.i: unittest/test_inventory.cpp.i
.PHONY : unittest/test_inventory.i

# target to preprocess a source file
unittest/test_inventory.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_inventory.cpp.i
.PHONY : unittest/test_inventory.cpp.i

unittest/test_inventory.s: unittest/test_inventory.cpp.s
.PHONY : unittest/test_inventory.s

# target to generate assembly for a file
unittest/test_inventory.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_inventory.cpp.s
.PHONY : unittest/test_inventory.cpp.s

unittest/test_irr_gltf_mesh_loader.o: unittest/test_irr_gltf_mesh_loader.cpp.o
.PHONY : unittest/test_irr_gltf_mesh_loader.o

# target to build an object file
unittest/test_irr_gltf_mesh_loader.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_irr_gltf_mesh_loader.cpp.o
.PHONY : unittest/test_irr_gltf_mesh_loader.cpp.o

unittest/test_irr_gltf_mesh_loader.i: unittest/test_irr_gltf_mesh_loader.cpp.i
.PHONY : unittest/test_irr_gltf_mesh_loader.i

# target to preprocess a source file
unittest/test_irr_gltf_mesh_loader.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_irr_gltf_mesh_loader.cpp.i
.PHONY : unittest/test_irr_gltf_mesh_loader.cpp.i

unittest/test_irr_gltf_mesh_loader.s: unittest/test_irr_gltf_mesh_loader.cpp.s
.PHONY : unittest/test_irr_gltf_mesh_loader.s

# target to generate assembly for a file
unittest/test_irr_gltf_mesh_loader.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_irr_gltf_mesh_loader.cpp.s
.PHONY : unittest/test_irr_gltf_mesh_loader.cpp.s

unittest/test_irr_matrix4.o: unittest/test_irr_matrix4.cpp.o
.PHONY : unittest/test_irr_matrix4.o

# target to build an object file
unittest/test_irr_matrix4.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_irr_matrix4.cpp.o
.PHONY : unittest/test_irr_matrix4.cpp.o

unittest/test_irr_matrix4.i: unittest/test_irr_matrix4.cpp.i
.PHONY : unittest/test_irr_matrix4.i

# target to preprocess a source file
unittest/test_irr_matrix4.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_irr_matrix4.cpp.i
.PHONY : unittest/test_irr_matrix4.cpp.i

unittest/test_irr_matrix4.s: unittest/test_irr_matrix4.cpp.s
.PHONY : unittest/test_irr_matrix4.s

# target to generate assembly for a file
unittest/test_irr_matrix4.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_irr_matrix4.cpp.s
.PHONY : unittest/test_irr_matrix4.cpp.s

unittest/test_irr_rotation.o: unittest/test_irr_rotation.cpp.o
.PHONY : unittest/test_irr_rotation.o

# target to build an object file
unittest/test_irr_rotation.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_irr_rotation.cpp.o
.PHONY : unittest/test_irr_rotation.cpp.o

unittest/test_irr_rotation.i: unittest/test_irr_rotation.cpp.i
.PHONY : unittest/test_irr_rotation.i

# target to preprocess a source file
unittest/test_irr_rotation.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_irr_rotation.cpp.i
.PHONY : unittest/test_irr_rotation.cpp.i

unittest/test_irr_rotation.s: unittest/test_irr_rotation.cpp.s
.PHONY : unittest/test_irr_rotation.s

# target to generate assembly for a file
unittest/test_irr_rotation.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_irr_rotation.cpp.s
.PHONY : unittest/test_irr_rotation.cpp.s

unittest/test_irr_x_mesh_loader.o: unittest/test_irr_x_mesh_loader.cpp.o
.PHONY : unittest/test_irr_x_mesh_loader.o

# target to build an object file
unittest/test_irr_x_mesh_loader.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_irr_x_mesh_loader.cpp.o
.PHONY : unittest/test_irr_x_mesh_loader.cpp.o

unittest/test_irr_x_mesh_loader.i: unittest/test_irr_x_mesh_loader.cpp.i
.PHONY : unittest/test_irr_x_mesh_loader.i

# target to preprocess a source file
unittest/test_irr_x_mesh_loader.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_irr_x_mesh_loader.cpp.i
.PHONY : unittest/test_irr_x_mesh_loader.cpp.i

unittest/test_irr_x_mesh_loader.s: unittest/test_irr_x_mesh_loader.cpp.s
.PHONY : unittest/test_irr_x_mesh_loader.s

# target to generate assembly for a file
unittest/test_irr_x_mesh_loader.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_irr_x_mesh_loader.cpp.s
.PHONY : unittest/test_irr_x_mesh_loader.cpp.s

unittest/test_irrptr.o: unittest/test_irrptr.cpp.o
.PHONY : unittest/test_irrptr.o

# target to build an object file
unittest/test_irrptr.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_irrptr.cpp.o
.PHONY : unittest/test_irrptr.cpp.o

unittest/test_irrptr.i: unittest/test_irrptr.cpp.i
.PHONY : unittest/test_irrptr.i

# target to preprocess a source file
unittest/test_irrptr.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_irrptr.cpp.i
.PHONY : unittest/test_irrptr.cpp.i

unittest/test_irrptr.s: unittest/test_irrptr.cpp.s
.PHONY : unittest/test_irrptr.s

# target to generate assembly for a file
unittest/test_irrptr.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_irrptr.cpp.s
.PHONY : unittest/test_irrptr.cpp.s

unittest/test_k_d_tree.o: unittest/test_k_d_tree.cpp.o
.PHONY : unittest/test_k_d_tree.o

# target to build an object file
unittest/test_k_d_tree.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_k_d_tree.cpp.o
.PHONY : unittest/test_k_d_tree.cpp.o

unittest/test_k_d_tree.i: unittest/test_k_d_tree.cpp.i
.PHONY : unittest/test_k_d_tree.i

# target to preprocess a source file
unittest/test_k_d_tree.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_k_d_tree.cpp.i
.PHONY : unittest/test_k_d_tree.cpp.i

unittest/test_k_d_tree.s: unittest/test_k_d_tree.cpp.s
.PHONY : unittest/test_k_d_tree.s

# target to generate assembly for a file
unittest/test_k_d_tree.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_k_d_tree.cpp.s
.PHONY : unittest/test_k_d_tree.cpp.s

unittest/test_keycode.o: unittest/test_keycode.cpp.o
.PHONY : unittest/test_keycode.o

# target to build an object file
unittest/test_keycode.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_keycode.cpp.o
.PHONY : unittest/test_keycode.cpp.o

unittest/test_keycode.i: unittest/test_keycode.cpp.i
.PHONY : unittest/test_keycode.i

# target to preprocess a source file
unittest/test_keycode.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_keycode.cpp.i
.PHONY : unittest/test_keycode.cpp.i

unittest/test_keycode.s: unittest/test_keycode.cpp.s
.PHONY : unittest/test_keycode.s

# target to generate assembly for a file
unittest/test_keycode.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_keycode.cpp.s
.PHONY : unittest/test_keycode.cpp.s

unittest/test_lbmmanager.o: unittest/test_lbmmanager.cpp.o
.PHONY : unittest/test_lbmmanager.o

# target to build an object file
unittest/test_lbmmanager.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_lbmmanager.cpp.o
.PHONY : unittest/test_lbmmanager.cpp.o

unittest/test_lbmmanager.i: unittest/test_lbmmanager.cpp.i
.PHONY : unittest/test_lbmmanager.i

# target to preprocess a source file
unittest/test_lbmmanager.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_lbmmanager.cpp.i
.PHONY : unittest/test_lbmmanager.cpp.i

unittest/test_lbmmanager.s: unittest/test_lbmmanager.cpp.s
.PHONY : unittest/test_lbmmanager.s

# target to generate assembly for a file
unittest/test_lbmmanager.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_lbmmanager.cpp.s
.PHONY : unittest/test_lbmmanager.cpp.s

unittest/test_logging.o: unittest/test_logging.cpp.o
.PHONY : unittest/test_logging.o

# target to build an object file
unittest/test_logging.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_logging.cpp.o
.PHONY : unittest/test_logging.cpp.o

unittest/test_logging.i: unittest/test_logging.cpp.i
.PHONY : unittest/test_logging.i

# target to preprocess a source file
unittest/test_logging.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_logging.cpp.i
.PHONY : unittest/test_logging.cpp.i

unittest/test_logging.s: unittest/test_logging.cpp.s
.PHONY : unittest/test_logging.s

# target to generate assembly for a file
unittest/test_logging.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_logging.cpp.s
.PHONY : unittest/test_logging.cpp.s

unittest/test_lua.o: unittest/test_lua.cpp.o
.PHONY : unittest/test_lua.o

# target to build an object file
unittest/test_lua.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_lua.cpp.o
.PHONY : unittest/test_lua.cpp.o

unittest/test_lua.i: unittest/test_lua.cpp.i
.PHONY : unittest/test_lua.i

# target to preprocess a source file
unittest/test_lua.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_lua.cpp.i
.PHONY : unittest/test_lua.cpp.i

unittest/test_lua.s: unittest/test_lua.cpp.s
.PHONY : unittest/test_lua.s

# target to generate assembly for a file
unittest/test_lua.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_lua.cpp.s
.PHONY : unittest/test_lua.cpp.s

unittest/test_map.o: unittest/test_map.cpp.o
.PHONY : unittest/test_map.o

# target to build an object file
unittest/test_map.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_map.cpp.o
.PHONY : unittest/test_map.cpp.o

unittest/test_map.i: unittest/test_map.cpp.i
.PHONY : unittest/test_map.i

# target to preprocess a source file
unittest/test_map.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_map.cpp.i
.PHONY : unittest/test_map.cpp.i

unittest/test_map.s: unittest/test_map.cpp.s
.PHONY : unittest/test_map.s

# target to generate assembly for a file
unittest/test_map.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_map.cpp.s
.PHONY : unittest/test_map.cpp.s

unittest/test_map_settings_manager.o: unittest/test_map_settings_manager.cpp.o
.PHONY : unittest/test_map_settings_manager.o

# target to build an object file
unittest/test_map_settings_manager.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_map_settings_manager.cpp.o
.PHONY : unittest/test_map_settings_manager.cpp.o

unittest/test_map_settings_manager.i: unittest/test_map_settings_manager.cpp.i
.PHONY : unittest/test_map_settings_manager.i

# target to preprocess a source file
unittest/test_map_settings_manager.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_map_settings_manager.cpp.i
.PHONY : unittest/test_map_settings_manager.cpp.i

unittest/test_map_settings_manager.s: unittest/test_map_settings_manager.cpp.s
.PHONY : unittest/test_map_settings_manager.s

# target to generate assembly for a file
unittest/test_map_settings_manager.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_map_settings_manager.cpp.s
.PHONY : unittest/test_map_settings_manager.cpp.s

unittest/test_mapblock.o: unittest/test_mapblock.cpp.o
.PHONY : unittest/test_mapblock.o

# target to build an object file
unittest/test_mapblock.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_mapblock.cpp.o
.PHONY : unittest/test_mapblock.cpp.o

unittest/test_mapblock.i: unittest/test_mapblock.cpp.i
.PHONY : unittest/test_mapblock.i

# target to preprocess a source file
unittest/test_mapblock.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_mapblock.cpp.i
.PHONY : unittest/test_mapblock.cpp.i

unittest/test_mapblock.s: unittest/test_mapblock.cpp.s
.PHONY : unittest/test_mapblock.s

# target to generate assembly for a file
unittest/test_mapblock.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_mapblock.cpp.s
.PHONY : unittest/test_mapblock.cpp.s

unittest/test_mapdatabase.o: unittest/test_mapdatabase.cpp.o
.PHONY : unittest/test_mapdatabase.o

# target to build an object file
unittest/test_mapdatabase.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_mapdatabase.cpp.o
.PHONY : unittest/test_mapdatabase.cpp.o

unittest/test_mapdatabase.i: unittest/test_mapdatabase.cpp.i
.PHONY : unittest/test_mapdatabase.i

# target to preprocess a source file
unittest/test_mapdatabase.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_mapdatabase.cpp.i
.PHONY : unittest/test_mapdatabase.cpp.i

unittest/test_mapdatabase.s: unittest/test_mapdatabase.cpp.s
.PHONY : unittest/test_mapdatabase.s

# target to generate assembly for a file
unittest/test_mapdatabase.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_mapdatabase.cpp.s
.PHONY : unittest/test_mapdatabase.cpp.s

unittest/test_mapgen.o: unittest/test_mapgen.cpp.o
.PHONY : unittest/test_mapgen.o

# target to build an object file
unittest/test_mapgen.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_mapgen.cpp.o
.PHONY : unittest/test_mapgen.cpp.o

unittest/test_mapgen.i: unittest/test_mapgen.cpp.i
.PHONY : unittest/test_mapgen.i

# target to preprocess a source file
unittest/test_mapgen.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_mapgen.cpp.i
.PHONY : unittest/test_mapgen.cpp.i

unittest/test_mapgen.s: unittest/test_mapgen.cpp.s
.PHONY : unittest/test_mapgen.s

# target to generate assembly for a file
unittest/test_mapgen.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_mapgen.cpp.s
.PHONY : unittest/test_mapgen.cpp.s

unittest/test_mapnode.o: unittest/test_mapnode.cpp.o
.PHONY : unittest/test_mapnode.o

# target to build an object file
unittest/test_mapnode.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_mapnode.cpp.o
.PHONY : unittest/test_mapnode.cpp.o

unittest/test_mapnode.i: unittest/test_mapnode.cpp.i
.PHONY : unittest/test_mapnode.i

# target to preprocess a source file
unittest/test_mapnode.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_mapnode.cpp.i
.PHONY : unittest/test_mapnode.cpp.i

unittest/test_mapnode.s: unittest/test_mapnode.cpp.s
.PHONY : unittest/test_mapnode.s

# target to generate assembly for a file
unittest/test_mapnode.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_mapnode.cpp.s
.PHONY : unittest/test_mapnode.cpp.s

unittest/test_mesh_compare.o: unittest/test_mesh_compare.cpp.o
.PHONY : unittest/test_mesh_compare.o

# target to build an object file
unittest/test_mesh_compare.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_mesh_compare.cpp.o
.PHONY : unittest/test_mesh_compare.cpp.o

unittest/test_mesh_compare.i: unittest/test_mesh_compare.cpp.i
.PHONY : unittest/test_mesh_compare.i

# target to preprocess a source file
unittest/test_mesh_compare.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_mesh_compare.cpp.i
.PHONY : unittest/test_mesh_compare.cpp.i

unittest/test_mesh_compare.s: unittest/test_mesh_compare.cpp.s
.PHONY : unittest/test_mesh_compare.s

# target to generate assembly for a file
unittest/test_mesh_compare.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_mesh_compare.cpp.s
.PHONY : unittest/test_mesh_compare.cpp.s

unittest/test_modchannels.o: unittest/test_modchannels.cpp.o
.PHONY : unittest/test_modchannels.o

# target to build an object file
unittest/test_modchannels.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_modchannels.cpp.o
.PHONY : unittest/test_modchannels.cpp.o

unittest/test_modchannels.i: unittest/test_modchannels.cpp.i
.PHONY : unittest/test_modchannels.i

# target to preprocess a source file
unittest/test_modchannels.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_modchannels.cpp.i
.PHONY : unittest/test_modchannels.cpp.i

unittest/test_modchannels.s: unittest/test_modchannels.cpp.s
.PHONY : unittest/test_modchannels.s

# target to generate assembly for a file
unittest/test_modchannels.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_modchannels.cpp.s
.PHONY : unittest/test_modchannels.cpp.s

unittest/test_modstoragedatabase.o: unittest/test_modstoragedatabase.cpp.o
.PHONY : unittest/test_modstoragedatabase.o

# target to build an object file
unittest/test_modstoragedatabase.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_modstoragedatabase.cpp.o
.PHONY : unittest/test_modstoragedatabase.cpp.o

unittest/test_modstoragedatabase.i: unittest/test_modstoragedatabase.cpp.i
.PHONY : unittest/test_modstoragedatabase.i

# target to preprocess a source file
unittest/test_modstoragedatabase.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_modstoragedatabase.cpp.i
.PHONY : unittest/test_modstoragedatabase.cpp.i

unittest/test_modstoragedatabase.s: unittest/test_modstoragedatabase.cpp.s
.PHONY : unittest/test_modstoragedatabase.s

# target to generate assembly for a file
unittest/test_modstoragedatabase.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_modstoragedatabase.cpp.s
.PHONY : unittest/test_modstoragedatabase.cpp.s

unittest/test_moveaction.o: unittest/test_moveaction.cpp.o
.PHONY : unittest/test_moveaction.o

# target to build an object file
unittest/test_moveaction.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_moveaction.cpp.o
.PHONY : unittest/test_moveaction.cpp.o

unittest/test_moveaction.i: unittest/test_moveaction.cpp.i
.PHONY : unittest/test_moveaction.i

# target to preprocess a source file
unittest/test_moveaction.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_moveaction.cpp.i
.PHONY : unittest/test_moveaction.cpp.i

unittest/test_moveaction.s: unittest/test_moveaction.cpp.s
.PHONY : unittest/test_moveaction.s

# target to generate assembly for a file
unittest/test_moveaction.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_moveaction.cpp.s
.PHONY : unittest/test_moveaction.cpp.s

unittest/test_nodedef.o: unittest/test_nodedef.cpp.o
.PHONY : unittest/test_nodedef.o

# target to build an object file
unittest/test_nodedef.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_nodedef.cpp.o
.PHONY : unittest/test_nodedef.cpp.o

unittest/test_nodedef.i: unittest/test_nodedef.cpp.i
.PHONY : unittest/test_nodedef.i

# target to preprocess a source file
unittest/test_nodedef.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_nodedef.cpp.i
.PHONY : unittest/test_nodedef.cpp.i

unittest/test_nodedef.s: unittest/test_nodedef.cpp.s
.PHONY : unittest/test_nodedef.s

# target to generate assembly for a file
unittest/test_nodedef.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_nodedef.cpp.s
.PHONY : unittest/test_nodedef.cpp.s

unittest/test_noderesolver.o: unittest/test_noderesolver.cpp.o
.PHONY : unittest/test_noderesolver.o

# target to build an object file
unittest/test_noderesolver.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_noderesolver.cpp.o
.PHONY : unittest/test_noderesolver.cpp.o

unittest/test_noderesolver.i: unittest/test_noderesolver.cpp.i
.PHONY : unittest/test_noderesolver.i

# target to preprocess a source file
unittest/test_noderesolver.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_noderesolver.cpp.i
.PHONY : unittest/test_noderesolver.cpp.i

unittest/test_noderesolver.s: unittest/test_noderesolver.cpp.s
.PHONY : unittest/test_noderesolver.s

# target to generate assembly for a file
unittest/test_noderesolver.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_noderesolver.cpp.s
.PHONY : unittest/test_noderesolver.cpp.s

unittest/test_noise.o: unittest/test_noise.cpp.o
.PHONY : unittest/test_noise.o

# target to build an object file
unittest/test_noise.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_noise.cpp.o
.PHONY : unittest/test_noise.cpp.o

unittest/test_noise.i: unittest/test_noise.cpp.i
.PHONY : unittest/test_noise.i

# target to preprocess a source file
unittest/test_noise.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_noise.cpp.i
.PHONY : unittest/test_noise.cpp.i

unittest/test_noise.s: unittest/test_noise.cpp.s
.PHONY : unittest/test_noise.s

# target to generate assembly for a file
unittest/test_noise.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_noise.cpp.s
.PHONY : unittest/test_noise.cpp.s

unittest/test_objdef.o: unittest/test_objdef.cpp.o
.PHONY : unittest/test_objdef.o

# target to build an object file
unittest/test_objdef.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_objdef.cpp.o
.PHONY : unittest/test_objdef.cpp.o

unittest/test_objdef.i: unittest/test_objdef.cpp.i
.PHONY : unittest/test_objdef.i

# target to preprocess a source file
unittest/test_objdef.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_objdef.cpp.i
.PHONY : unittest/test_objdef.cpp.i

unittest/test_objdef.s: unittest/test_objdef.cpp.s
.PHONY : unittest/test_objdef.s

# target to generate assembly for a file
unittest/test_objdef.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_objdef.cpp.s
.PHONY : unittest/test_objdef.cpp.s

unittest/test_profiler.o: unittest/test_profiler.cpp.o
.PHONY : unittest/test_profiler.o

# target to build an object file
unittest/test_profiler.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_profiler.cpp.o
.PHONY : unittest/test_profiler.cpp.o

unittest/test_profiler.i: unittest/test_profiler.cpp.i
.PHONY : unittest/test_profiler.i

# target to preprocess a source file
unittest/test_profiler.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_profiler.cpp.i
.PHONY : unittest/test_profiler.cpp.i

unittest/test_profiler.s: unittest/test_profiler.cpp.s
.PHONY : unittest/test_profiler.s

# target to generate assembly for a file
unittest/test_profiler.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_profiler.cpp.s
.PHONY : unittest/test_profiler.cpp.s

unittest/test_random.o: unittest/test_random.cpp.o
.PHONY : unittest/test_random.o

# target to build an object file
unittest/test_random.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_random.cpp.o
.PHONY : unittest/test_random.cpp.o

unittest/test_random.i: unittest/test_random.cpp.i
.PHONY : unittest/test_random.i

# target to preprocess a source file
unittest/test_random.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_random.cpp.i
.PHONY : unittest/test_random.cpp.i

unittest/test_random.s: unittest/test_random.cpp.s
.PHONY : unittest/test_random.s

# target to generate assembly for a file
unittest/test_random.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_random.cpp.s
.PHONY : unittest/test_random.cpp.s

unittest/test_sao.o: unittest/test_sao.cpp.o
.PHONY : unittest/test_sao.o

# target to build an object file
unittest/test_sao.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_sao.cpp.o
.PHONY : unittest/test_sao.cpp.o

unittest/test_sao.i: unittest/test_sao.cpp.i
.PHONY : unittest/test_sao.i

# target to preprocess a source file
unittest/test_sao.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_sao.cpp.i
.PHONY : unittest/test_sao.cpp.i

unittest/test_sao.s: unittest/test_sao.cpp.s
.PHONY : unittest/test_sao.s

# target to generate assembly for a file
unittest/test_sao.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_sao.cpp.s
.PHONY : unittest/test_sao.cpp.s

unittest/test_schematic.o: unittest/test_schematic.cpp.o
.PHONY : unittest/test_schematic.o

# target to build an object file
unittest/test_schematic.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_schematic.cpp.o
.PHONY : unittest/test_schematic.cpp.o

unittest/test_schematic.i: unittest/test_schematic.cpp.i
.PHONY : unittest/test_schematic.i

# target to preprocess a source file
unittest/test_schematic.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_schematic.cpp.i
.PHONY : unittest/test_schematic.cpp.i

unittest/test_schematic.s: unittest/test_schematic.cpp.s
.PHONY : unittest/test_schematic.s

# target to generate assembly for a file
unittest/test_schematic.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_schematic.cpp.s
.PHONY : unittest/test_schematic.cpp.s

unittest/test_scriptapi.o: unittest/test_scriptapi.cpp.o
.PHONY : unittest/test_scriptapi.o

# target to build an object file
unittest/test_scriptapi.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_scriptapi.cpp.o
.PHONY : unittest/test_scriptapi.cpp.o

unittest/test_scriptapi.i: unittest/test_scriptapi.cpp.i
.PHONY : unittest/test_scriptapi.i

# target to preprocess a source file
unittest/test_scriptapi.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_scriptapi.cpp.i
.PHONY : unittest/test_scriptapi.cpp.i

unittest/test_scriptapi.s: unittest/test_scriptapi.cpp.s
.PHONY : unittest/test_scriptapi.s

# target to generate assembly for a file
unittest/test_scriptapi.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_scriptapi.cpp.s
.PHONY : unittest/test_scriptapi.cpp.s

unittest/test_serialization.o: unittest/test_serialization.cpp.o
.PHONY : unittest/test_serialization.o

# target to build an object file
unittest/test_serialization.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_serialization.cpp.o
.PHONY : unittest/test_serialization.cpp.o

unittest/test_serialization.i: unittest/test_serialization.cpp.i
.PHONY : unittest/test_serialization.i

# target to preprocess a source file
unittest/test_serialization.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_serialization.cpp.i
.PHONY : unittest/test_serialization.cpp.i

unittest/test_serialization.s: unittest/test_serialization.cpp.s
.PHONY : unittest/test_serialization.s

# target to generate assembly for a file
unittest/test_serialization.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_serialization.cpp.s
.PHONY : unittest/test_serialization.cpp.s

unittest/test_server_shutdown_state.o: unittest/test_server_shutdown_state.cpp.o
.PHONY : unittest/test_server_shutdown_state.o

# target to build an object file
unittest/test_server_shutdown_state.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_server_shutdown_state.cpp.o
.PHONY : unittest/test_server_shutdown_state.cpp.o

unittest/test_server_shutdown_state.i: unittest/test_server_shutdown_state.cpp.i
.PHONY : unittest/test_server_shutdown_state.i

# target to preprocess a source file
unittest/test_server_shutdown_state.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_server_shutdown_state.cpp.i
.PHONY : unittest/test_server_shutdown_state.cpp.i

unittest/test_server_shutdown_state.s: unittest/test_server_shutdown_state.cpp.s
.PHONY : unittest/test_server_shutdown_state.s

# target to generate assembly for a file
unittest/test_server_shutdown_state.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_server_shutdown_state.cpp.s
.PHONY : unittest/test_server_shutdown_state.cpp.s

unittest/test_serveractiveobjectmgr.o: unittest/test_serveractiveobjectmgr.cpp.o
.PHONY : unittest/test_serveractiveobjectmgr.o

# target to build an object file
unittest/test_serveractiveobjectmgr.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_serveractiveobjectmgr.cpp.o
.PHONY : unittest/test_serveractiveobjectmgr.cpp.o

unittest/test_serveractiveobjectmgr.i: unittest/test_serveractiveobjectmgr.cpp.i
.PHONY : unittest/test_serveractiveobjectmgr.i

# target to preprocess a source file
unittest/test_serveractiveobjectmgr.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_serveractiveobjectmgr.cpp.i
.PHONY : unittest/test_serveractiveobjectmgr.cpp.i

unittest/test_serveractiveobjectmgr.s: unittest/test_serveractiveobjectmgr.cpp.s
.PHONY : unittest/test_serveractiveobjectmgr.s

# target to generate assembly for a file
unittest/test_serveractiveobjectmgr.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_serveractiveobjectmgr.cpp.s
.PHONY : unittest/test_serveractiveobjectmgr.cpp.s

unittest/test_servermodmanager.o: unittest/test_servermodmanager.cpp.o
.PHONY : unittest/test_servermodmanager.o

# target to build an object file
unittest/test_servermodmanager.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_servermodmanager.cpp.o
.PHONY : unittest/test_servermodmanager.cpp.o

unittest/test_servermodmanager.i: unittest/test_servermodmanager.cpp.i
.PHONY : unittest/test_servermodmanager.i

# target to preprocess a source file
unittest/test_servermodmanager.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_servermodmanager.cpp.i
.PHONY : unittest/test_servermodmanager.cpp.i

unittest/test_servermodmanager.s: unittest/test_servermodmanager.cpp.s
.PHONY : unittest/test_servermodmanager.s

# target to generate assembly for a file
unittest/test_servermodmanager.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_servermodmanager.cpp.s
.PHONY : unittest/test_servermodmanager.cpp.s

unittest/test_settings.o: unittest/test_settings.cpp.o
.PHONY : unittest/test_settings.o

# target to build an object file
unittest/test_settings.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_settings.cpp.o
.PHONY : unittest/test_settings.cpp.o

unittest/test_settings.i: unittest/test_settings.cpp.i
.PHONY : unittest/test_settings.i

# target to preprocess a source file
unittest/test_settings.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_settings.cpp.i
.PHONY : unittest/test_settings.cpp.i

unittest/test_settings.s: unittest/test_settings.cpp.s
.PHONY : unittest/test_settings.s

# target to generate assembly for a file
unittest/test_settings.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_settings.cpp.s
.PHONY : unittest/test_settings.cpp.s

unittest/test_socket.o: unittest/test_socket.cpp.o
.PHONY : unittest/test_socket.o

# target to build an object file
unittest/test_socket.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_socket.cpp.o
.PHONY : unittest/test_socket.cpp.o

unittest/test_socket.i: unittest/test_socket.cpp.i
.PHONY : unittest/test_socket.i

# target to preprocess a source file
unittest/test_socket.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_socket.cpp.i
.PHONY : unittest/test_socket.cpp.i

unittest/test_socket.s: unittest/test_socket.cpp.s
.PHONY : unittest/test_socket.s

# target to generate assembly for a file
unittest/test_socket.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_socket.cpp.s
.PHONY : unittest/test_socket.cpp.s

unittest/test_threading.o: unittest/test_threading.cpp.o
.PHONY : unittest/test_threading.o

# target to build an object file
unittest/test_threading.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_threading.cpp.o
.PHONY : unittest/test_threading.cpp.o

unittest/test_threading.i: unittest/test_threading.cpp.i
.PHONY : unittest/test_threading.i

# target to preprocess a source file
unittest/test_threading.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_threading.cpp.i
.PHONY : unittest/test_threading.cpp.i

unittest/test_threading.s: unittest/test_threading.cpp.s
.PHONY : unittest/test_threading.s

# target to generate assembly for a file
unittest/test_threading.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_threading.cpp.s
.PHONY : unittest/test_threading.cpp.s

unittest/test_translations.o: unittest/test_translations.cpp.o
.PHONY : unittest/test_translations.o

# target to build an object file
unittest/test_translations.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_translations.cpp.o
.PHONY : unittest/test_translations.cpp.o

unittest/test_translations.i: unittest/test_translations.cpp.i
.PHONY : unittest/test_translations.i

# target to preprocess a source file
unittest/test_translations.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_translations.cpp.i
.PHONY : unittest/test_translations.cpp.i

unittest/test_translations.s: unittest/test_translations.cpp.s
.PHONY : unittest/test_translations.s

# target to generate assembly for a file
unittest/test_translations.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_translations.cpp.s
.PHONY : unittest/test_translations.cpp.s

unittest/test_utilities.o: unittest/test_utilities.cpp.o
.PHONY : unittest/test_utilities.o

# target to build an object file
unittest/test_utilities.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_utilities.cpp.o
.PHONY : unittest/test_utilities.cpp.o

unittest/test_utilities.i: unittest/test_utilities.cpp.i
.PHONY : unittest/test_utilities.i

# target to preprocess a source file
unittest/test_utilities.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_utilities.cpp.i
.PHONY : unittest/test_utilities.cpp.i

unittest/test_utilities.s: unittest/test_utilities.cpp.s
.PHONY : unittest/test_utilities.s

# target to generate assembly for a file
unittest/test_utilities.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_utilities.cpp.s
.PHONY : unittest/test_utilities.cpp.s

unittest/test_voxelalgorithms.o: unittest/test_voxelalgorithms.cpp.o
.PHONY : unittest/test_voxelalgorithms.o

# target to build an object file
unittest/test_voxelalgorithms.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_voxelalgorithms.cpp.o
.PHONY : unittest/test_voxelalgorithms.cpp.o

unittest/test_voxelalgorithms.i: unittest/test_voxelalgorithms.cpp.i
.PHONY : unittest/test_voxelalgorithms.i

# target to preprocess a source file
unittest/test_voxelalgorithms.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_voxelalgorithms.cpp.i
.PHONY : unittest/test_voxelalgorithms.cpp.i

unittest/test_voxelalgorithms.s: unittest/test_voxelalgorithms.cpp.s
.PHONY : unittest/test_voxelalgorithms.s

# target to generate assembly for a file
unittest/test_voxelalgorithms.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_voxelalgorithms.cpp.s
.PHONY : unittest/test_voxelalgorithms.cpp.s

unittest/test_voxelarea.o: unittest/test_voxelarea.cpp.o
.PHONY : unittest/test_voxelarea.o

# target to build an object file
unittest/test_voxelarea.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_voxelarea.cpp.o
.PHONY : unittest/test_voxelarea.cpp.o

unittest/test_voxelarea.i: unittest/test_voxelarea.cpp.i
.PHONY : unittest/test_voxelarea.i

# target to preprocess a source file
unittest/test_voxelarea.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_voxelarea.cpp.i
.PHONY : unittest/test_voxelarea.cpp.i

unittest/test_voxelarea.s: unittest/test_voxelarea.cpp.s
.PHONY : unittest/test_voxelarea.s

# target to generate assembly for a file
unittest/test_voxelarea.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_voxelarea.cpp.s
.PHONY : unittest/test_voxelarea.cpp.s

unittest/test_voxelmanipulator.o: unittest/test_voxelmanipulator.cpp.o
.PHONY : unittest/test_voxelmanipulator.o

# target to build an object file
unittest/test_voxelmanipulator.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_voxelmanipulator.cpp.o
.PHONY : unittest/test_voxelmanipulator.cpp.o

unittest/test_voxelmanipulator.i: unittest/test_voxelmanipulator.cpp.i
.PHONY : unittest/test_voxelmanipulator.i

# target to preprocess a source file
unittest/test_voxelmanipulator.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_voxelmanipulator.cpp.i
.PHONY : unittest/test_voxelmanipulator.cpp.i

unittest/test_voxelmanipulator.s: unittest/test_voxelmanipulator.cpp.s
.PHONY : unittest/test_voxelmanipulator.s

# target to generate assembly for a file
unittest/test_voxelmanipulator.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/unittest/test_voxelmanipulator.cpp.s
.PHONY : unittest/test_voxelmanipulator.cpp.s

util/areastore.o: util/areastore.cpp.o
.PHONY : util/areastore.o

# target to build an object file
util/areastore.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/areastore.cpp.o
.PHONY : util/areastore.cpp.o

util/areastore.i: util/areastore.cpp.i
.PHONY : util/areastore.i

# target to preprocess a source file
util/areastore.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/areastore.cpp.i
.PHONY : util/areastore.cpp.i

util/areastore.s: util/areastore.cpp.s
.PHONY : util/areastore.s

# target to generate assembly for a file
util/areastore.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/areastore.cpp.s
.PHONY : util/areastore.cpp.s

util/auth.o: util/auth.cpp.o
.PHONY : util/auth.o

# target to build an object file
util/auth.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/auth.cpp.o
.PHONY : util/auth.cpp.o

util/auth.i: util/auth.cpp.i
.PHONY : util/auth.i

# target to preprocess a source file
util/auth.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/auth.cpp.i
.PHONY : util/auth.cpp.i

util/auth.s: util/auth.cpp.s
.PHONY : util/auth.s

# target to generate assembly for a file
util/auth.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/auth.cpp.s
.PHONY : util/auth.cpp.s

util/base64.o: util/base64.cpp.o
.PHONY : util/base64.o

# target to build an object file
util/base64.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/base64.cpp.o
.PHONY : util/base64.cpp.o

util/base64.i: util/base64.cpp.i
.PHONY : util/base64.i

# target to preprocess a source file
util/base64.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/base64.cpp.i
.PHONY : util/base64.cpp.i

util/base64.s: util/base64.cpp.s
.PHONY : util/base64.s

# target to generate assembly for a file
util/base64.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/base64.cpp.s
.PHONY : util/base64.cpp.s

util/colorize.o: util/colorize.cpp.o
.PHONY : util/colorize.o

# target to build an object file
util/colorize.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/colorize.cpp.o
.PHONY : util/colorize.cpp.o

util/colorize.i: util/colorize.cpp.i
.PHONY : util/colorize.i

# target to preprocess a source file
util/colorize.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/colorize.cpp.i
.PHONY : util/colorize.cpp.i

util/colorize.s: util/colorize.cpp.s
.PHONY : util/colorize.s

# target to generate assembly for a file
util/colorize.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/colorize.cpp.s
.PHONY : util/colorize.cpp.s

util/directiontables.o: util/directiontables.cpp.o
.PHONY : util/directiontables.o

# target to build an object file
util/directiontables.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/directiontables.cpp.o
.PHONY : util/directiontables.cpp.o

util/directiontables.i: util/directiontables.cpp.i
.PHONY : util/directiontables.i

# target to preprocess a source file
util/directiontables.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/directiontables.cpp.i
.PHONY : util/directiontables.cpp.i

util/directiontables.s: util/directiontables.cpp.s
.PHONY : util/directiontables.s

# target to generate assembly for a file
util/directiontables.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/directiontables.cpp.s
.PHONY : util/directiontables.cpp.s

util/enriched_string.o: util/enriched_string.cpp.o
.PHONY : util/enriched_string.o

# target to build an object file
util/enriched_string.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/enriched_string.cpp.o
.PHONY : util/enriched_string.cpp.o

util/enriched_string.i: util/enriched_string.cpp.i
.PHONY : util/enriched_string.i

# target to preprocess a source file
util/enriched_string.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/enriched_string.cpp.i
.PHONY : util/enriched_string.cpp.i

util/enriched_string.s: util/enriched_string.cpp.s
.PHONY : util/enriched_string.s

# target to generate assembly for a file
util/enriched_string.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/enriched_string.cpp.s
.PHONY : util/enriched_string.cpp.s

util/enum_string.o: util/enum_string.cpp.o
.PHONY : util/enum_string.o

# target to build an object file
util/enum_string.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/enum_string.cpp.o
.PHONY : util/enum_string.cpp.o

util/enum_string.i: util/enum_string.cpp.i
.PHONY : util/enum_string.i

# target to preprocess a source file
util/enum_string.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/enum_string.cpp.i
.PHONY : util/enum_string.cpp.i

util/enum_string.s: util/enum_string.cpp.s
.PHONY : util/enum_string.s

# target to generate assembly for a file
util/enum_string.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/enum_string.cpp.s
.PHONY : util/enum_string.cpp.s

util/guid.o: util/guid.cpp.o
.PHONY : util/guid.o

# target to build an object file
util/guid.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/guid.cpp.o
.PHONY : util/guid.cpp.o

util/guid.i: util/guid.cpp.i
.PHONY : util/guid.i

# target to preprocess a source file
util/guid.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/guid.cpp.i
.PHONY : util/guid.cpp.i

util/guid.s: util/guid.cpp.s
.PHONY : util/guid.s

# target to generate assembly for a file
util/guid.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/guid.cpp.s
.PHONY : util/guid.cpp.s

util/hashing.o: util/hashing.cpp.o
.PHONY : util/hashing.o

# target to build an object file
util/hashing.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/hashing.cpp.o
.PHONY : util/hashing.cpp.o

util/hashing.i: util/hashing.cpp.i
.PHONY : util/hashing.i

# target to preprocess a source file
util/hashing.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/hashing.cpp.i
.PHONY : util/hashing.cpp.i

util/hashing.s: util/hashing.cpp.s
.PHONY : util/hashing.s

# target to generate assembly for a file
util/hashing.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/hashing.cpp.s
.PHONY : util/hashing.cpp.s

util/ieee_float.o: util/ieee_float.cpp.o
.PHONY : util/ieee_float.o

# target to build an object file
util/ieee_float.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/ieee_float.cpp.o
.PHONY : util/ieee_float.cpp.o

util/ieee_float.i: util/ieee_float.cpp.i
.PHONY : util/ieee_float.i

# target to preprocess a source file
util/ieee_float.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/ieee_float.cpp.i
.PHONY : util/ieee_float.cpp.i

util/ieee_float.s: util/ieee_float.cpp.s
.PHONY : util/ieee_float.s

# target to generate assembly for a file
util/ieee_float.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/ieee_float.cpp.s
.PHONY : util/ieee_float.cpp.s

util/metricsbackend.o: util/metricsbackend.cpp.o
.PHONY : util/metricsbackend.o

# target to build an object file
util/metricsbackend.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/metricsbackend.cpp.o
.PHONY : util/metricsbackend.cpp.o

util/metricsbackend.i: util/metricsbackend.cpp.i
.PHONY : util/metricsbackend.i

# target to preprocess a source file
util/metricsbackend.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/metricsbackend.cpp.i
.PHONY : util/metricsbackend.cpp.i

util/metricsbackend.s: util/metricsbackend.cpp.s
.PHONY : util/metricsbackend.s

# target to generate assembly for a file
util/metricsbackend.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/metricsbackend.cpp.s
.PHONY : util/metricsbackend.cpp.s

util/numeric.o: util/numeric.cpp.o
.PHONY : util/numeric.o

# target to build an object file
util/numeric.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/numeric.cpp.o
.PHONY : util/numeric.cpp.o

util/numeric.i: util/numeric.cpp.i
.PHONY : util/numeric.i

# target to preprocess a source file
util/numeric.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/numeric.cpp.i
.PHONY : util/numeric.cpp.i

util/numeric.s: util/numeric.cpp.s
.PHONY : util/numeric.s

# target to generate assembly for a file
util/numeric.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/numeric.cpp.s
.PHONY : util/numeric.cpp.s

util/png.o: util/png.cpp.o
.PHONY : util/png.o

# target to build an object file
util/png.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/png.cpp.o
.PHONY : util/png.cpp.o

util/png.i: util/png.cpp.i
.PHONY : util/png.i

# target to preprocess a source file
util/png.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/png.cpp.i
.PHONY : util/png.cpp.i

util/png.s: util/png.cpp.s
.PHONY : util/png.s

# target to generate assembly for a file
util/png.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/png.cpp.s
.PHONY : util/png.cpp.s

util/pointabilities.o: util/pointabilities.cpp.o
.PHONY : util/pointabilities.o

# target to build an object file
util/pointabilities.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/pointabilities.cpp.o
.PHONY : util/pointabilities.cpp.o

util/pointabilities.i: util/pointabilities.cpp.i
.PHONY : util/pointabilities.i

# target to preprocess a source file
util/pointabilities.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/pointabilities.cpp.i
.PHONY : util/pointabilities.cpp.i

util/pointabilities.s: util/pointabilities.cpp.s
.PHONY : util/pointabilities.s

# target to generate assembly for a file
util/pointabilities.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/pointabilities.cpp.s
.PHONY : util/pointabilities.cpp.s

util/pointedthing.o: util/pointedthing.cpp.o
.PHONY : util/pointedthing.o

# target to build an object file
util/pointedthing.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/pointedthing.cpp.o
.PHONY : util/pointedthing.cpp.o

util/pointedthing.i: util/pointedthing.cpp.i
.PHONY : util/pointedthing.i

# target to preprocess a source file
util/pointedthing.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/pointedthing.cpp.i
.PHONY : util/pointedthing.cpp.i

util/pointedthing.s: util/pointedthing.cpp.s
.PHONY : util/pointedthing.s

# target to generate assembly for a file
util/pointedthing.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/pointedthing.cpp.s
.PHONY : util/pointedthing.cpp.s

util/quicktune.o: util/quicktune.cpp.o
.PHONY : util/quicktune.o

# target to build an object file
util/quicktune.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/quicktune.cpp.o
.PHONY : util/quicktune.cpp.o

util/quicktune.i: util/quicktune.cpp.i
.PHONY : util/quicktune.i

# target to preprocess a source file
util/quicktune.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/quicktune.cpp.i
.PHONY : util/quicktune.cpp.i

util/quicktune.s: util/quicktune.cpp.s
.PHONY : util/quicktune.s

# target to generate assembly for a file
util/quicktune.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/quicktune.cpp.s
.PHONY : util/quicktune.cpp.s

util/serialize.o: util/serialize.cpp.o
.PHONY : util/serialize.o

# target to build an object file
util/serialize.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/serialize.cpp.o
.PHONY : util/serialize.cpp.o

util/serialize.i: util/serialize.cpp.i
.PHONY : util/serialize.i

# target to preprocess a source file
util/serialize.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/serialize.cpp.i
.PHONY : util/serialize.cpp.i

util/serialize.s: util/serialize.cpp.s
.PHONY : util/serialize.s

# target to generate assembly for a file
util/serialize.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/serialize.cpp.s
.PHONY : util/serialize.cpp.s

util/sha1.o: util/sha1.cpp.o
.PHONY : util/sha1.o

# target to build an object file
util/sha1.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/sha1.cpp.o
.PHONY : util/sha1.cpp.o

util/sha1.i: util/sha1.cpp.i
.PHONY : util/sha1.i

# target to preprocess a source file
util/sha1.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/sha1.cpp.i
.PHONY : util/sha1.cpp.i

util/sha1.s: util/sha1.cpp.s
.PHONY : util/sha1.s

# target to generate assembly for a file
util/sha1.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/sha1.cpp.s
.PHONY : util/sha1.cpp.s

util/srp.o: util/srp.cpp.o
.PHONY : util/srp.o

# target to build an object file
util/srp.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/srp.cpp.o
.PHONY : util/srp.cpp.o

util/srp.i: util/srp.cpp.i
.PHONY : util/srp.i

# target to preprocess a source file
util/srp.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/srp.cpp.i
.PHONY : util/srp.cpp.i

util/srp.s: util/srp.cpp.s
.PHONY : util/srp.s

# target to generate assembly for a file
util/srp.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/srp.cpp.s
.PHONY : util/srp.cpp.s

util/string.o: util/string.cpp.o
.PHONY : util/string.o

# target to build an object file
util/string.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/string.cpp.o
.PHONY : util/string.cpp.o

util/string.i: util/string.cpp.i
.PHONY : util/string.i

# target to preprocess a source file
util/string.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/string.cpp.i
.PHONY : util/string.cpp.i

util/string.s: util/string.cpp.s
.PHONY : util/string.s

# target to generate assembly for a file
util/string.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/string.cpp.s
.PHONY : util/string.cpp.s

util/timetaker.o: util/timetaker.cpp.o
.PHONY : util/timetaker.o

# target to build an object file
util/timetaker.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/timetaker.cpp.o
.PHONY : util/timetaker.cpp.o

util/timetaker.i: util/timetaker.cpp.i
.PHONY : util/timetaker.i

# target to preprocess a source file
util/timetaker.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/timetaker.cpp.i
.PHONY : util/timetaker.cpp.i

util/timetaker.s: util/timetaker.cpp.s
.PHONY : util/timetaker.s

# target to generate assembly for a file
util/timetaker.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/EngineCommon.dir/build.make src/CMakeFiles/EngineCommon.dir/util/timetaker.cpp.s
.PHONY : util/timetaker.cpp.s

version.o: version.cpp.o
.PHONY : version.o

# target to build an object file
version.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/version.cpp.o
.PHONY : version.cpp.o

version.i: version.cpp.i
.PHONY : version.i

# target to preprocess a source file
version.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/version.cpp.i
.PHONY : version.cpp.i

version.s: version.cpp.s
.PHONY : version.s

# target to generate assembly for a file
version.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/version.cpp.s
.PHONY : version.cpp.s

voxel.o: voxel.cpp.o
.PHONY : voxel.o

# target to build an object file
voxel.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/voxel.cpp.o
.PHONY : voxel.cpp.o

voxel.i: voxel.cpp.i
.PHONY : voxel.i

# target to preprocess a source file
voxel.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/voxel.cpp.i
.PHONY : voxel.cpp.i

voxel.s: voxel.cpp.s
.PHONY : voxel.s

# target to generate assembly for a file
voxel.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/voxel.cpp.s
.PHONY : voxel.cpp.s

voxelalgorithms.o: voxelalgorithms.cpp.o
.PHONY : voxelalgorithms.o

# target to build an object file
voxelalgorithms.cpp.o:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/voxelalgorithms.cpp.o
.PHONY : voxelalgorithms.cpp.o

voxelalgorithms.i: voxelalgorithms.cpp.i
.PHONY : voxelalgorithms.i

# target to preprocess a source file
voxelalgorithms.cpp.i:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/voxelalgorithms.cpp.i
.PHONY : voxelalgorithms.cpp.i

voxelalgorithms.s: voxelalgorithms.cpp.s
.PHONY : voxelalgorithms.s

# target to generate assembly for a file
voxelalgorithms.cpp.s:
	cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/luanti.dir/build.make src/CMakeFiles/luanti.dir/voxelalgorithms.cpp.s
.PHONY : voxelalgorithms.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 "... GenerateVersion"
	@echo "... minetest_alias"
	@echo "... translations"
	@echo "... EngineCommon"
	@echo "... luanti"
	@echo "... catch.o"
	@echo "... catch.i"
	@echo "... catch.s"
	@echo "... chat.o"
	@echo "... chat.i"
	@echo "... chat.s"
	@echo "... client/activeobjectmgr.o"
	@echo "... client/activeobjectmgr.i"
	@echo "... client/activeobjectmgr.s"
	@echo "... client/camera.o"
	@echo "... client/camera.i"
	@echo "... client/camera.s"
	@echo "... client/client.o"
	@echo "... client/client.i"
	@echo "... client/client.s"
	@echo "... client/clientenvironment.o"
	@echo "... client/clientenvironment.i"
	@echo "... client/clientenvironment.s"
	@echo "... client/clientlauncher.o"
	@echo "... client/clientlauncher.i"
	@echo "... client/clientlauncher.s"
	@echo "... client/clientmap.o"
	@echo "... client/clientmap.i"
	@echo "... client/clientmap.s"
	@echo "... client/clientmedia.o"
	@echo "... client/clientmedia.i"
	@echo "... client/clientmedia.s"
	@echo "... client/clientobject.o"
	@echo "... client/clientobject.i"
	@echo "... client/clientobject.s"
	@echo "... client/clouds.o"
	@echo "... client/clouds.i"
	@echo "... client/clouds.s"
	@echo "... client/content_cao.o"
	@echo "... client/content_cao.i"
	@echo "... client/content_cao.s"
	@echo "... client/content_cso.o"
	@echo "... client/content_cso.i"
	@echo "... client/content_cso.s"
	@echo "... client/content_mapblock.o"
	@echo "... client/content_mapblock.i"
	@echo "... client/content_mapblock.s"
	@echo "... client/filecache.o"
	@echo "... client/filecache.i"
	@echo "... client/filecache.s"
	@echo "... client/fontengine.o"
	@echo "... client/fontengine.i"
	@echo "... client/fontengine.s"
	@echo "... client/game.o"
	@echo "... client/game.i"
	@echo "... client/game.s"
	@echo "... client/game_formspec.o"
	@echo "... client/game_formspec.i"
	@echo "... client/game_formspec.s"
	@echo "... client/gameui.o"
	@echo "... client/gameui.i"
	@echo "... client/gameui.s"
	@echo "... client/guiscalingfilter.o"
	@echo "... client/guiscalingfilter.i"
	@echo "... client/guiscalingfilter.s"
	@echo "... client/hud.o"
	@echo "... client/hud.i"
	@echo "... client/hud.s"
	@echo "... client/imagefilters.o"
	@echo "... client/imagefilters.i"
	@echo "... client/imagefilters.s"
	@echo "... client/imagesource.o"
	@echo "... client/imagesource.i"
	@echo "... client/imagesource.s"
	@echo "... client/inputhandler.o"
	@echo "... client/inputhandler.i"
	@echo "... client/inputhandler.s"
	@echo "... client/item_visuals_manager.o"
	@echo "... client/item_visuals_manager.i"
	@echo "... client/item_visuals_manager.s"
	@echo "... client/joystick_controller.o"
	@echo "... client/joystick_controller.i"
	@echo "... client/joystick_controller.s"
	@echo "... client/keycode.o"
	@echo "... client/keycode.i"
	@echo "... client/keycode.s"
	@echo "... client/localplayer.o"
	@echo "... client/localplayer.i"
	@echo "... client/localplayer.s"
	@echo "... client/mapblock_mesh.o"
	@echo "... client/mapblock_mesh.i"
	@echo "... client/mapblock_mesh.s"
	@echo "... client/mesh.o"
	@echo "... client/mesh.i"
	@echo "... client/mesh.s"
	@echo "... client/mesh_generator_thread.o"
	@echo "... client/mesh_generator_thread.i"
	@echo "... client/mesh_generator_thread.s"
	@echo "... client/meshgen/collector.o"
	@echo "... client/meshgen/collector.i"
	@echo "... client/meshgen/collector.s"
	@echo "... client/minimap.o"
	@echo "... client/minimap.i"
	@echo "... client/minimap.s"
	@echo "... client/particles.o"
	@echo "... client/particles.i"
	@echo "... client/particles.s"
	@echo "... client/render/anaglyph.o"
	@echo "... client/render/anaglyph.i"
	@echo "... client/render/anaglyph.s"
	@echo "... client/render/core.o"
	@echo "... client/render/core.i"
	@echo "... client/render/core.s"
	@echo "... client/render/factory.o"
	@echo "... client/render/factory.i"
	@echo "... client/render/factory.s"
	@echo "... client/render/pipeline.o"
	@echo "... client/render/pipeline.i"
	@echo "... client/render/pipeline.s"
	@echo "... client/render/plain.o"
	@echo "... client/render/plain.i"
	@echo "... client/render/plain.s"
	@echo "... client/render/secondstage.o"
	@echo "... client/render/secondstage.i"
	@echo "... client/render/secondstage.s"
	@echo "... client/render/sidebyside.o"
	@echo "... client/render/sidebyside.i"
	@echo "... client/render/sidebyside.s"
	@echo "... client/render/stereo.o"
	@echo "... client/render/stereo.i"
	@echo "... client/render/stereo.s"
	@echo "... client/renderingengine.o"
	@echo "... client/renderingengine.i"
	@echo "... client/renderingengine.s"
	@echo "... client/shader.o"
	@echo "... client/shader.i"
	@echo "... client/shader.s"
	@echo "... client/shadows/dynamicshadows.o"
	@echo "... client/shadows/dynamicshadows.i"
	@echo "... client/shadows/dynamicshadows.s"
	@echo "... client/shadows/dynamicshadowsrender.o"
	@echo "... client/shadows/dynamicshadowsrender.i"
	@echo "... client/shadows/dynamicshadowsrender.s"
	@echo "... client/shadows/shadowsScreenQuad.o"
	@echo "... client/shadows/shadowsScreenQuad.i"
	@echo "... client/shadows/shadowsScreenQuad.s"
	@echo "... client/shadows/shadowsshadercallbacks.o"
	@echo "... client/shadows/shadowsshadercallbacks.i"
	@echo "... client/shadows/shadowsshadercallbacks.s"
	@echo "... client/sky.o"
	@echo "... client/sky.i"
	@echo "... client/sky.s"
	@echo "... client/sound.o"
	@echo "... client/sound.i"
	@echo "... client/sound.s"
	@echo "... client/sound/al_extensions.o"
	@echo "... client/sound/al_extensions.i"
	@echo "... client/sound/al_extensions.s"
	@echo "... client/sound/al_helpers.o"
	@echo "... client/sound/al_helpers.i"
	@echo "... client/sound/al_helpers.s"
	@echo "... client/sound/ogg_file.o"
	@echo "... client/sound/ogg_file.i"
	@echo "... client/sound/ogg_file.s"
	@echo "... client/sound/playing_sound.o"
	@echo "... client/sound/playing_sound.i"
	@echo "... client/sound/playing_sound.s"
	@echo "... client/sound/proxy_sound_manager.o"
	@echo "... client/sound/proxy_sound_manager.i"
	@echo "... client/sound/proxy_sound_manager.s"
	@echo "... client/sound/sound_data.o"
	@echo "... client/sound/sound_data.i"
	@echo "... client/sound/sound_data.s"
	@echo "... client/sound/sound_manager.o"
	@echo "... client/sound/sound_manager.i"
	@echo "... client/sound/sound_manager.s"
	@echo "... client/sound/sound_openal.o"
	@echo "... client/sound/sound_openal.i"
	@echo "... client/sound/sound_openal.s"
	@echo "... client/sound/sound_singleton.o"
	@echo "... client/sound/sound_singleton.i"
	@echo "... client/sound/sound_singleton.s"
	@echo "... client/texturepaths.o"
	@echo "... client/texturepaths.i"
	@echo "... client/texturepaths.s"
	@echo "... client/texturesource.o"
	@echo "... client/texturesource.i"
	@echo "... client/texturesource.s"
	@echo "... client/tile.o"
	@echo "... client/tile.i"
	@echo "... client/tile.s"
	@echo "... client/wieldmesh.o"
	@echo "... client/wieldmesh.i"
	@echo "... client/wieldmesh.s"
	@echo "... clientdynamicinfo.o"
	@echo "... clientdynamicinfo.i"
	@echo "... clientdynamicinfo.s"
	@echo "... collision.o"
	@echo "... collision.i"
	@echo "... collision.s"
	@echo "... content/content.o"
	@echo "... content/content.i"
	@echo "... content/content.s"
	@echo "... content/mod_configuration.o"
	@echo "... content/mod_configuration.i"
	@echo "... content/mod_configuration.s"
	@echo "... content/mods.o"
	@echo "... content/mods.i"
	@echo "... content/mods.s"
	@echo "... content/subgames.o"
	@echo "... content/subgames.i"
	@echo "... content/subgames.s"
	@echo "... content_mapnode.o"
	@echo "... content_mapnode.i"
	@echo "... content_mapnode.s"
	@echo "... content_nodemeta.o"
	@echo "... content_nodemeta.i"
	@echo "... content_nodemeta.s"
	@echo "... convert_json.o"
	@echo "... convert_json.i"
	@echo "... convert_json.s"
	@echo "... craftdef.o"
	@echo "... craftdef.i"
	@echo "... craftdef.s"
	@echo "... database/database-dummy.o"
	@echo "... database/database-dummy.i"
	@echo "... database/database-dummy.s"
	@echo "... database/database-files.o"
	@echo "... database/database-files.i"
	@echo "... database/database-files.s"
	@echo "... database/database-leveldb.o"
	@echo "... database/database-leveldb.i"
	@echo "... database/database-leveldb.s"
	@echo "... database/database-postgresql.o"
	@echo "... database/database-postgresql.i"
	@echo "... database/database-postgresql.s"
	@echo "... database/database-redis.o"
	@echo "... database/database-redis.i"
	@echo "... database/database-redis.s"
	@echo "... database/database-sqlite3.o"
	@echo "... database/database-sqlite3.i"
	@echo "... database/database-sqlite3.s"
	@echo "... database/database.o"
	@echo "... database/database.i"
	@echo "... database/database.s"
	@echo "... debug.o"
	@echo "... debug.i"
	@echo "... debug.s"
	@echo "... defaultsettings.o"
	@echo "... defaultsettings.i"
	@echo "... defaultsettings.s"
	@echo "... emerge.o"
	@echo "... emerge.i"
	@echo "... emerge.s"
	@echo "... environment.o"
	@echo "... environment.i"
	@echo "... environment.s"
	@echo "... face_position_cache.o"
	@echo "... face_position_cache.i"
	@echo "... face_position_cache.s"
	@echo "... filesys.o"
	@echo "... filesys.i"
	@echo "... filesys.s"
	@echo "... gettext.o"
	@echo "... gettext.i"
	@echo "... gettext.s"
	@echo "... gettext_plural_form.o"
	@echo "... gettext_plural_form.i"
	@echo "... gettext_plural_form.s"
	@echo "... gui/drawItemStack.o"
	@echo "... gui/drawItemStack.i"
	@echo "... gui/drawItemStack.s"
	@echo "... gui/guiAnimatedImage.o"
	@echo "... gui/guiAnimatedImage.i"
	@echo "... gui/guiAnimatedImage.s"
	@echo "... gui/guiBackgroundImage.o"
	@echo "... gui/guiBackgroundImage.i"
	@echo "... gui/guiBackgroundImage.s"
	@echo "... gui/guiBox.o"
	@echo "... gui/guiBox.i"
	@echo "... gui/guiBox.s"
	@echo "... gui/guiButton.o"
	@echo "... gui/guiButton.i"
	@echo "... gui/guiButton.s"
	@echo "... gui/guiButtonImage.o"
	@echo "... gui/guiButtonImage.i"
	@echo "... gui/guiButtonImage.s"
	@echo "... gui/guiButtonItemImage.o"
	@echo "... gui/guiButtonItemImage.i"
	@echo "... gui/guiButtonItemImage.s"
	@echo "... gui/guiButtonKey.o"
	@echo "... gui/guiButtonKey.i"
	@echo "... gui/guiButtonKey.s"
	@echo "... gui/guiChatConsole.o"
	@echo "... gui/guiChatConsole.i"
	@echo "... gui/guiChatConsole.s"
	@echo "... gui/guiEditBoxWithScrollbar.o"
	@echo "... gui/guiEditBoxWithScrollbar.i"
	@echo "... gui/guiEditBoxWithScrollbar.s"
	@echo "... gui/guiEngine.o"
	@echo "... gui/guiEngine.i"
	@echo "... gui/guiEngine.s"
	@echo "... gui/guiFormSpecMenu.o"
	@echo "... gui/guiFormSpecMenu.i"
	@echo "... gui/guiFormSpecMenu.s"
	@echo "... gui/guiHyperText.o"
	@echo "... gui/guiHyperText.i"
	@echo "... gui/guiHyperText.s"
	@echo "... gui/guiInventoryList.o"
	@echo "... gui/guiInventoryList.i"
	@echo "... gui/guiInventoryList.s"
	@echo "... gui/guiItemImage.o"
	@echo "... gui/guiItemImage.i"
	@echo "... gui/guiItemImage.s"
	@echo "... gui/guiOpenURL.o"
	@echo "... gui/guiOpenURL.i"
	@echo "... gui/guiOpenURL.s"
	@echo "... gui/guiPasswordChange.o"
	@echo "... gui/guiPasswordChange.i"
	@echo "... gui/guiPasswordChange.s"
	@echo "... gui/guiPathSelectMenu.o"
	@echo "... gui/guiPathSelectMenu.i"
	@echo "... gui/guiPathSelectMenu.s"
	@echo "... gui/guiScene.o"
	@echo "... gui/guiScene.i"
	@echo "... gui/guiScene.s"
	@echo "... gui/guiScrollBar.o"
	@echo "... gui/guiScrollBar.i"
	@echo "... gui/guiScrollBar.s"
	@echo "... gui/guiScrollContainer.o"
	@echo "... gui/guiScrollContainer.i"
	@echo "... gui/guiScrollContainer.s"
	@echo "... gui/guiTable.o"
	@echo "... gui/guiTable.i"
	@echo "... gui/guiTable.s"
	@echo "... gui/guiVolumeChange.o"
	@echo "... gui/guiVolumeChange.i"
	@echo "... gui/guiVolumeChange.s"
	@echo "... gui/modalMenu.o"
	@echo "... gui/modalMenu.i"
	@echo "... gui/modalMenu.s"
	@echo "... gui/profilergraph.o"
	@echo "... gui/profilergraph.i"
	@echo "... gui/profilergraph.s"
	@echo "... gui/touchcontrols.o"
	@echo "... gui/touchcontrols.i"
	@echo "... gui/touchcontrols.s"
	@echo "... gui/touchscreeneditor.o"
	@echo "... gui/touchscreeneditor.i"
	@echo "... gui/touchscreeneditor.s"
	@echo "... gui/touchscreenlayout.o"
	@echo "... gui/touchscreenlayout.i"
	@echo "... gui/touchscreenlayout.s"
	@echo "... httpfetch.o"
	@echo "... httpfetch.i"
	@echo "... httpfetch.s"
	@echo "... hud.o"
	@echo "... hud.i"
	@echo "... hud.s"
	@echo "... inventory.o"
	@echo "... inventory.i"
	@echo "... inventory.s"
	@echo "... inventorymanager.o"
	@echo "... inventorymanager.i"
	@echo "... inventorymanager.s"
	@echo "... irrlicht_changes/CGUITTFont.o"
	@echo "... irrlicht_changes/CGUITTFont.i"
	@echo "... irrlicht_changes/CGUITTFont.s"
	@echo "... irrlicht_changes/static_text.o"
	@echo "... irrlicht_changes/static_text.i"
	@echo "... irrlicht_changes/static_text.s"
	@echo "... itemdef.o"
	@echo "... itemdef.i"
	@echo "... itemdef.s"
	@echo "... itemstackmetadata.o"
	@echo "... itemstackmetadata.i"
	@echo "... itemstackmetadata.s"
	@echo "... light.o"
	@echo "... light.i"
	@echo "... light.s"
	@echo "... log.o"
	@echo "... log.i"
	@echo "... log.s"
	@echo "... main.o"
	@echo "... main.i"
	@echo "... main.s"
	@echo "... map.o"
	@echo "... map.i"
	@echo "... map.s"
	@echo "... map_settings_manager.o"
	@echo "... map_settings_manager.i"
	@echo "... map_settings_manager.s"
	@echo "... mapblock.o"
	@echo "... mapblock.i"
	@echo "... mapblock.s"
	@echo "... mapgen/cavegen.o"
	@echo "... mapgen/cavegen.i"
	@echo "... mapgen/cavegen.s"
	@echo "... mapgen/dungeongen.o"
	@echo "... mapgen/dungeongen.i"
	@echo "... mapgen/dungeongen.s"
	@echo "... mapgen/mapgen.o"
	@echo "... mapgen/mapgen.i"
	@echo "... mapgen/mapgen.s"
	@echo "... mapgen/mapgen_carpathian.o"
	@echo "... mapgen/mapgen_carpathian.i"
	@echo "... mapgen/mapgen_carpathian.s"
	@echo "... mapgen/mapgen_flat.o"
	@echo "... mapgen/mapgen_flat.i"
	@echo "... mapgen/mapgen_flat.s"
	@echo "... mapgen/mapgen_fractal.o"
	@echo "... mapgen/mapgen_fractal.i"
	@echo "... mapgen/mapgen_fractal.s"
	@echo "... mapgen/mapgen_singlenode.o"
	@echo "... mapgen/mapgen_singlenode.i"
	@echo "... mapgen/mapgen_singlenode.s"
	@echo "... mapgen/mapgen_v5.o"
	@echo "... mapgen/mapgen_v5.i"
	@echo "... mapgen/mapgen_v5.s"
	@echo "... mapgen/mapgen_v6.o"
	@echo "... mapgen/mapgen_v6.i"
	@echo "... mapgen/mapgen_v6.s"
	@echo "... mapgen/mapgen_v7.o"
	@echo "... mapgen/mapgen_v7.i"
	@echo "... mapgen/mapgen_v7.s"
	@echo "... mapgen/mapgen_valleys.o"
	@echo "... mapgen/mapgen_valleys.i"
	@echo "... mapgen/mapgen_valleys.s"
	@echo "... mapgen/mg_biome.o"
	@echo "... mapgen/mg_biome.i"
	@echo "... mapgen/mg_biome.s"
	@echo "... mapgen/mg_decoration.o"
	@echo "... mapgen/mg_decoration.i"
	@echo "... mapgen/mg_decoration.s"
	@echo "... mapgen/mg_ore.o"
	@echo "... mapgen/mg_ore.i"
	@echo "... mapgen/mg_ore.s"
	@echo "... mapgen/mg_schematic.o"
	@echo "... mapgen/mg_schematic.i"
	@echo "... mapgen/mg_schematic.s"
	@echo "... mapgen/treegen.o"
	@echo "... mapgen/treegen.i"
	@echo "... mapgen/treegen.s"
	@echo "... mapnode.o"
	@echo "... mapnode.i"
	@echo "... mapnode.s"
	@echo "... mapsector.o"
	@echo "... mapsector.i"
	@echo "... mapsector.s"
	@echo "... metadata.o"
	@echo "... metadata.i"
	@echo "... metadata.s"
	@echo "... modchannels.o"
	@echo "... modchannels.i"
	@echo "... modchannels.s"
	@echo "... nameidmapping.o"
	@echo "... nameidmapping.i"
	@echo "... nameidmapping.s"
	@echo "... network/address.o"
	@echo "... network/address.i"
	@echo "... network/address.s"
	@echo "... network/clientopcodes.o"
	@echo "... network/clientopcodes.i"
	@echo "... network/clientopcodes.s"
	@echo "... network/clientpackethandler.o"
	@echo "... network/clientpackethandler.i"
	@echo "... network/clientpackethandler.s"
	@echo "... network/connection.o"
	@echo "... network/connection.i"
	@echo "... network/connection.s"
	@echo "... network/mtp/impl.o"
	@echo "... network/mtp/impl.i"
	@echo "... network/mtp/impl.s"
	@echo "... network/mtp/threads.o"
	@echo "... network/mtp/threads.i"
	@echo "... network/mtp/threads.s"
	@echo "... network/networkpacket.o"
	@echo "... network/networkpacket.i"
	@echo "... network/networkpacket.s"
	@echo "... network/networkprotocol.o"
	@echo "... network/networkprotocol.i"
	@echo "... network/networkprotocol.s"
	@echo "... network/serveropcodes.o"
	@echo "... network/serveropcodes.i"
	@echo "... network/serveropcodes.s"
	@echo "... network/serverpackethandler.o"
	@echo "... network/serverpackethandler.i"
	@echo "... network/serverpackethandler.s"
	@echo "... network/socket.o"
	@echo "... network/socket.i"
	@echo "... network/socket.s"
	@echo "... nodedef.o"
	@echo "... nodedef.i"
	@echo "... nodedef.s"
	@echo "... nodemetadata.o"
	@echo "... nodemetadata.i"
	@echo "... nodemetadata.s"
	@echo "... nodetimer.o"
	@echo "... nodetimer.i"
	@echo "... nodetimer.s"
	@echo "... noise.o"
	@echo "... noise.i"
	@echo "... noise.s"
	@echo "... objdef.o"
	@echo "... objdef.i"
	@echo "... objdef.s"
	@echo "... object_properties.o"
	@echo "... object_properties.i"
	@echo "... object_properties.s"
	@echo "... particles.o"
	@echo "... particles.i"
	@echo "... particles.s"
	@echo "... pathfinder.o"
	@echo "... pathfinder.i"
	@echo "... pathfinder.s"
	@echo "... player.o"
	@echo "... player.i"
	@echo "... player.s"
	@echo "... porting.o"
	@echo "... porting.i"
	@echo "... porting.s"
	@echo "... profiler.o"
	@echo "... profiler.i"
	@echo "... profiler.s"
	@echo "... raycast.o"
	@echo "... raycast.i"
	@echo "... raycast.s"
	@echo "... reflowscan.o"
	@echo "... reflowscan.i"
	@echo "... reflowscan.s"
	@echo "... remoteplayer.o"
	@echo "... remoteplayer.i"
	@echo "... remoteplayer.s"
	@echo "... rollback_interface.o"
	@echo "... rollback_interface.i"
	@echo "... rollback_interface.s"
	@echo "... script/common/c_content.o"
	@echo "... script/common/c_content.i"
	@echo "... script/common/c_content.s"
	@echo "... script/common/c_converter.o"
	@echo "... script/common/c_converter.i"
	@echo "... script/common/c_converter.s"
	@echo "... script/common/c_internal.o"
	@echo "... script/common/c_internal.i"
	@echo "... script/common/c_internal.s"
	@echo "... script/common/c_packer.o"
	@echo "... script/common/c_packer.i"
	@echo "... script/common/c_packer.s"
	@echo "... script/common/helper.o"
	@echo "... script/common/helper.i"
	@echo "... script/common/helper.s"
	@echo "... script/cpp_api/s_async.o"
	@echo "... script/cpp_api/s_async.i"
	@echo "... script/cpp_api/s_async.s"
	@echo "... script/cpp_api/s_base.o"
	@echo "... script/cpp_api/s_base.i"
	@echo "... script/cpp_api/s_base.s"
	@echo "... script/cpp_api/s_client.o"
	@echo "... script/cpp_api/s_client.i"
	@echo "... script/cpp_api/s_client.s"
	@echo "... script/cpp_api/s_client_common.o"
	@echo "... script/cpp_api/s_client_common.i"
	@echo "... script/cpp_api/s_client_common.s"
	@echo "... script/cpp_api/s_entity.o"
	@echo "... script/cpp_api/s_entity.i"
	@echo "... script/cpp_api/s_entity.s"
	@echo "... script/cpp_api/s_env.o"
	@echo "... script/cpp_api/s_env.i"
	@echo "... script/cpp_api/s_env.s"
	@echo "... script/cpp_api/s_inventory.o"
	@echo "... script/cpp_api/s_inventory.i"
	@echo "... script/cpp_api/s_inventory.s"
	@echo "... script/cpp_api/s_item.o"
	@echo "... script/cpp_api/s_item.i"
	@echo "... script/cpp_api/s_item.s"
	@echo "... script/cpp_api/s_mainmenu.o"
	@echo "... script/cpp_api/s_mainmenu.i"
	@echo "... script/cpp_api/s_mainmenu.s"
	@echo "... script/cpp_api/s_mapgen.o"
	@echo "... script/cpp_api/s_mapgen.i"
	@echo "... script/cpp_api/s_mapgen.s"
	@echo "... script/cpp_api/s_modchannels.o"
	@echo "... script/cpp_api/s_modchannels.i"
	@echo "... script/cpp_api/s_modchannels.s"
	@echo "... script/cpp_api/s_node.o"
	@echo "... script/cpp_api/s_node.i"
	@echo "... script/cpp_api/s_node.s"
	@echo "... script/cpp_api/s_nodemeta.o"
	@echo "... script/cpp_api/s_nodemeta.i"
	@echo "... script/cpp_api/s_nodemeta.s"
	@echo "... script/cpp_api/s_pause_menu.o"
	@echo "... script/cpp_api/s_pause_menu.i"
	@echo "... script/cpp_api/s_pause_menu.s"
	@echo "... script/cpp_api/s_player.o"
	@echo "... script/cpp_api/s_player.i"
	@echo "... script/cpp_api/s_player.s"
	@echo "... script/cpp_api/s_security.o"
	@echo "... script/cpp_api/s_security.i"
	@echo "... script/cpp_api/s_security.s"
	@echo "... script/cpp_api/s_server.o"
	@echo "... script/cpp_api/s_server.i"
	@echo "... script/cpp_api/s_server.s"
	@echo "... script/lua_api/l_areastore.o"
	@echo "... script/lua_api/l_areastore.i"
	@echo "... script/lua_api/l_areastore.s"
	@echo "... script/lua_api/l_async.o"
	@echo "... script/lua_api/l_async.i"
	@echo "... script/lua_api/l_async.s"
	@echo "... script/lua_api/l_auth.o"
	@echo "... script/lua_api/l_auth.i"
	@echo "... script/lua_api/l_auth.s"
	@echo "... script/lua_api/l_base.o"
	@echo "... script/lua_api/l_base.i"
	@echo "... script/lua_api/l_base.s"
	@echo "... script/lua_api/l_camera.o"
	@echo "... script/lua_api/l_camera.i"
	@echo "... script/lua_api/l_camera.s"
	@echo "... script/lua_api/l_client.o"
	@echo "... script/lua_api/l_client.i"
	@echo "... script/lua_api/l_client.s"
	@echo "... script/lua_api/l_client_common.o"
	@echo "... script/lua_api/l_client_common.i"
	@echo "... script/lua_api/l_client_common.s"
	@echo "... script/lua_api/l_client_sound.o"
	@echo "... script/lua_api/l_client_sound.i"
	@echo "... script/lua_api/l_client_sound.s"
	@echo "... script/lua_api/l_craft.o"
	@echo "... script/lua_api/l_craft.i"
	@echo "... script/lua_api/l_craft.s"
	@echo "... script/lua_api/l_env.o"
	@echo "... script/lua_api/l_env.i"
	@echo "... script/lua_api/l_env.s"
	@echo "... script/lua_api/l_http.o"
	@echo "... script/lua_api/l_http.i"
	@echo "... script/lua_api/l_http.s"
	@echo "... script/lua_api/l_inventory.o"
	@echo "... script/lua_api/l_inventory.i"
	@echo "... script/lua_api/l_inventory.s"
	@echo "... script/lua_api/l_ipc.o"
	@echo "... script/lua_api/l_ipc.i"
	@echo "... script/lua_api/l_ipc.s"
	@echo "... script/lua_api/l_item.o"
	@echo "... script/lua_api/l_item.i"
	@echo "... script/lua_api/l_item.s"
	@echo "... script/lua_api/l_itemstackmeta.o"
	@echo "... script/lua_api/l_itemstackmeta.i"
	@echo "... script/lua_api/l_itemstackmeta.s"
	@echo "... script/lua_api/l_localplayer.o"
	@echo "... script/lua_api/l_localplayer.i"
	@echo "... script/lua_api/l_localplayer.s"
	@echo "... script/lua_api/l_mainmenu.o"
	@echo "... script/lua_api/l_mainmenu.i"
	@echo "... script/lua_api/l_mainmenu.s"
	@echo "... script/lua_api/l_mainmenu_sound.o"
	@echo "... script/lua_api/l_mainmenu_sound.i"
	@echo "... script/lua_api/l_mainmenu_sound.s"
	@echo "... script/lua_api/l_mapgen.o"
	@echo "... script/lua_api/l_mapgen.i"
	@echo "... script/lua_api/l_mapgen.s"
	@echo "... script/lua_api/l_menu_common.o"
	@echo "... script/lua_api/l_menu_common.i"
	@echo "... script/lua_api/l_menu_common.s"
	@echo "... script/lua_api/l_metadata.o"
	@echo "... script/lua_api/l_metadata.i"
	@echo "... script/lua_api/l_metadata.s"
	@echo "... script/lua_api/l_minimap.o"
	@echo "... script/lua_api/l_minimap.i"
	@echo "... script/lua_api/l_minimap.s"
	@echo "... script/lua_api/l_modchannels.o"
	@echo "... script/lua_api/l_modchannels.i"
	@echo "... script/lua_api/l_modchannels.s"
	@echo "... script/lua_api/l_nodemeta.o"
	@echo "... script/lua_api/l_nodemeta.i"
	@echo "... script/lua_api/l_nodemeta.s"
	@echo "... script/lua_api/l_nodetimer.o"
	@echo "... script/lua_api/l_nodetimer.i"
	@echo "... script/lua_api/l_nodetimer.s"
	@echo "... script/lua_api/l_noise.o"
	@echo "... script/lua_api/l_noise.i"
	@echo "... script/lua_api/l_noise.s"
	@echo "... script/lua_api/l_object.o"
	@echo "... script/lua_api/l_object.i"
	@echo "... script/lua_api/l_object.s"
	@echo "... script/lua_api/l_particles.o"
	@echo "... script/lua_api/l_particles.i"
	@echo "... script/lua_api/l_particles.s"
	@echo "... script/lua_api/l_particles_local.o"
	@echo "... script/lua_api/l_particles_local.i"
	@echo "... script/lua_api/l_particles_local.s"
	@echo "... script/lua_api/l_pause_menu.o"
	@echo "... script/lua_api/l_pause_menu.i"
	@echo "... script/lua_api/l_pause_menu.s"
	@echo "... script/lua_api/l_playermeta.o"
	@echo "... script/lua_api/l_playermeta.i"
	@echo "... script/lua_api/l_playermeta.s"
	@echo "... script/lua_api/l_rollback.o"
	@echo "... script/lua_api/l_rollback.i"
	@echo "... script/lua_api/l_rollback.s"
	@echo "... script/lua_api/l_server.o"
	@echo "... script/lua_api/l_server.i"
	@echo "... script/lua_api/l_server.s"
	@echo "... script/lua_api/l_settings.o"
	@echo "... script/lua_api/l_settings.i"
	@echo "... script/lua_api/l_settings.s"
	@echo "... script/lua_api/l_storage.o"
	@echo "... script/lua_api/l_storage.i"
	@echo "... script/lua_api/l_storage.s"
	@echo "... script/lua_api/l_util.o"
	@echo "... script/lua_api/l_util.i"
	@echo "... script/lua_api/l_util.s"
	@echo "... script/lua_api/l_vmanip.o"
	@echo "... script/lua_api/l_vmanip.i"
	@echo "... script/lua_api/l_vmanip.s"
	@echo "... script/scripting_client.o"
	@echo "... script/scripting_client.i"
	@echo "... script/scripting_client.s"
	@echo "... script/scripting_emerge.o"
	@echo "... script/scripting_emerge.i"
	@echo "... script/scripting_emerge.s"
	@echo "... script/scripting_mainmenu.o"
	@echo "... script/scripting_mainmenu.i"
	@echo "... script/scripting_mainmenu.s"
	@echo "... script/scripting_pause_menu.o"
	@echo "... script/scripting_pause_menu.i"
	@echo "... script/scripting_pause_menu.s"
	@echo "... script/scripting_server.o"
	@echo "... script/scripting_server.i"
	@echo "... script/scripting_server.s"
	@echo "... serialization.o"
	@echo "... serialization.i"
	@echo "... serialization.s"
	@echo "... server.o"
	@echo "... server.i"
	@echo "... server.s"
	@echo "... server/activeobjectmgr.o"
	@echo "... server/activeobjectmgr.i"
	@echo "... server/activeobjectmgr.s"
	@echo "... server/ban.o"
	@echo "... server/ban.i"
	@echo "... server/ban.s"
	@echo "... server/blockmodifier.o"
	@echo "... server/blockmodifier.i"
	@echo "... server/blockmodifier.s"
	@echo "... server/clientiface.o"
	@echo "... server/clientiface.i"
	@echo "... server/clientiface.s"
	@echo "... server/luaentity_sao.o"
	@echo "... server/luaentity_sao.i"
	@echo "... server/luaentity_sao.s"
	@echo "... server/mods.o"
	@echo "... server/mods.i"
	@echo "... server/mods.s"
	@echo "... server/player_sao.o"
	@echo "... server/player_sao.i"
	@echo "... server/player_sao.s"
	@echo "... server/rollback.o"
	@echo "... server/rollback.i"
	@echo "... server/rollback.s"
	@echo "... server/serveractiveobject.o"
	@echo "... server/serveractiveobject.i"
	@echo "... server/serveractiveobject.s"
	@echo "... server/serverinventorymgr.o"
	@echo "... server/serverinventorymgr.i"
	@echo "... server/serverinventorymgr.s"
	@echo "... server/serverlist.o"
	@echo "... server/serverlist.i"
	@echo "... server/serverlist.s"
	@echo "... server/unit_sao.o"
	@echo "... server/unit_sao.i"
	@echo "... server/unit_sao.s"
	@echo "... serverenvironment.o"
	@echo "... serverenvironment.i"
	@echo "... serverenvironment.s"
	@echo "... servermap.o"
	@echo "... servermap.i"
	@echo "... servermap.s"
	@echo "... settings.o"
	@echo "... settings.i"
	@echo "... settings.s"
	@echo "... staticobject.o"
	@echo "... staticobject.i"
	@echo "... staticobject.s"
	@echo "... terminal_chat_console.o"
	@echo "... terminal_chat_console.i"
	@echo "... terminal_chat_console.s"
	@echo "... texture_override.o"
	@echo "... texture_override.i"
	@echo "... texture_override.s"
	@echo "... threading/event.o"
	@echo "... threading/event.i"
	@echo "... threading/event.s"
	@echo "... threading/semaphore.o"
	@echo "... threading/semaphore.i"
	@echo "... threading/semaphore.s"
	@echo "... threading/thread.o"
	@echo "... threading/thread.i"
	@echo "... threading/thread.s"
	@echo "... tileanimation.o"
	@echo "... tileanimation.i"
	@echo "... tileanimation.s"
	@echo "... tool.o"
	@echo "... tool.i"
	@echo "... tool.s"
	@echo "... translation.o"
	@echo "... translation.i"
	@echo "... translation.s"
	@echo "... unittest/mesh_compare.o"
	@echo "... unittest/mesh_compare.i"
	@echo "... unittest/mesh_compare.s"
	@echo "... unittest/test.o"
	@echo "... unittest/test.i"
	@echo "... unittest/test.s"
	@echo "... unittest/test_activeobject.o"
	@echo "... unittest/test_activeobject.i"
	@echo "... unittest/test_activeobject.s"
	@echo "... unittest/test_address.o"
	@echo "... unittest/test_address.i"
	@echo "... unittest/test_address.s"
	@echo "... unittest/test_areastore.o"
	@echo "... unittest/test_areastore.i"
	@echo "... unittest/test_areastore.s"
	@echo "... unittest/test_authdatabase.o"
	@echo "... unittest/test_authdatabase.i"
	@echo "... unittest/test_authdatabase.s"
	@echo "... unittest/test_ban.o"
	@echo "... unittest/test_ban.i"
	@echo "... unittest/test_ban.s"
	@echo "... unittest/test_clientactiveobjectmgr.o"
	@echo "... unittest/test_clientactiveobjectmgr.i"
	@echo "... unittest/test_clientactiveobjectmgr.s"
	@echo "... unittest/test_collision.o"
	@echo "... unittest/test_collision.i"
	@echo "... unittest/test_collision.s"
	@echo "... unittest/test_compression.o"
	@echo "... unittest/test_compression.i"
	@echo "... unittest/test_compression.s"
	@echo "... unittest/test_connection.o"
	@echo "... unittest/test_connection.i"
	@echo "... unittest/test_connection.s"
	@echo "... unittest/test_content_mapblock.o"
	@echo "... unittest/test_content_mapblock.i"
	@echo "... unittest/test_content_mapblock.s"
	@echo "... unittest/test_craft.o"
	@echo "... unittest/test_craft.i"
	@echo "... unittest/test_craft.s"
	@echo "... unittest/test_datastructures.o"
	@echo "... unittest/test_datastructures.i"
	@echo "... unittest/test_datastructures.s"
	@echo "... unittest/test_eventmanager.o"
	@echo "... unittest/test_eventmanager.i"
	@echo "... unittest/test_eventmanager.s"
	@echo "... unittest/test_filesys.o"
	@echo "... unittest/test_filesys.i"
	@echo "... unittest/test_filesys.s"
	@echo "... unittest/test_gameui.o"
	@echo "... unittest/test_gameui.i"
	@echo "... unittest/test_gameui.s"
	@echo "... unittest/test_gettext.o"
	@echo "... unittest/test_gettext.i"
	@echo "... unittest/test_gettext.s"
	@echo "... unittest/test_inventory.o"
	@echo "... unittest/test_inventory.i"
	@echo "... unittest/test_inventory.s"
	@echo "... unittest/test_irr_gltf_mesh_loader.o"
	@echo "... unittest/test_irr_gltf_mesh_loader.i"
	@echo "... unittest/test_irr_gltf_mesh_loader.s"
	@echo "... unittest/test_irr_matrix4.o"
	@echo "... unittest/test_irr_matrix4.i"
	@echo "... unittest/test_irr_matrix4.s"
	@echo "... unittest/test_irr_rotation.o"
	@echo "... unittest/test_irr_rotation.i"
	@echo "... unittest/test_irr_rotation.s"
	@echo "... unittest/test_irr_x_mesh_loader.o"
	@echo "... unittest/test_irr_x_mesh_loader.i"
	@echo "... unittest/test_irr_x_mesh_loader.s"
	@echo "... unittest/test_irrptr.o"
	@echo "... unittest/test_irrptr.i"
	@echo "... unittest/test_irrptr.s"
	@echo "... unittest/test_k_d_tree.o"
	@echo "... unittest/test_k_d_tree.i"
	@echo "... unittest/test_k_d_tree.s"
	@echo "... unittest/test_keycode.o"
	@echo "... unittest/test_keycode.i"
	@echo "... unittest/test_keycode.s"
	@echo "... unittest/test_lbmmanager.o"
	@echo "... unittest/test_lbmmanager.i"
	@echo "... unittest/test_lbmmanager.s"
	@echo "... unittest/test_logging.o"
	@echo "... unittest/test_logging.i"
	@echo "... unittest/test_logging.s"
	@echo "... unittest/test_lua.o"
	@echo "... unittest/test_lua.i"
	@echo "... unittest/test_lua.s"
	@echo "... unittest/test_map.o"
	@echo "... unittest/test_map.i"
	@echo "... unittest/test_map.s"
	@echo "... unittest/test_map_settings_manager.o"
	@echo "... unittest/test_map_settings_manager.i"
	@echo "... unittest/test_map_settings_manager.s"
	@echo "... unittest/test_mapblock.o"
	@echo "... unittest/test_mapblock.i"
	@echo "... unittest/test_mapblock.s"
	@echo "... unittest/test_mapdatabase.o"
	@echo "... unittest/test_mapdatabase.i"
	@echo "... unittest/test_mapdatabase.s"
	@echo "... unittest/test_mapgen.o"
	@echo "... unittest/test_mapgen.i"
	@echo "... unittest/test_mapgen.s"
	@echo "... unittest/test_mapnode.o"
	@echo "... unittest/test_mapnode.i"
	@echo "... unittest/test_mapnode.s"
	@echo "... unittest/test_mesh_compare.o"
	@echo "... unittest/test_mesh_compare.i"
	@echo "... unittest/test_mesh_compare.s"
	@echo "... unittest/test_modchannels.o"
	@echo "... unittest/test_modchannels.i"
	@echo "... unittest/test_modchannels.s"
	@echo "... unittest/test_modstoragedatabase.o"
	@echo "... unittest/test_modstoragedatabase.i"
	@echo "... unittest/test_modstoragedatabase.s"
	@echo "... unittest/test_moveaction.o"
	@echo "... unittest/test_moveaction.i"
	@echo "... unittest/test_moveaction.s"
	@echo "... unittest/test_nodedef.o"
	@echo "... unittest/test_nodedef.i"
	@echo "... unittest/test_nodedef.s"
	@echo "... unittest/test_noderesolver.o"
	@echo "... unittest/test_noderesolver.i"
	@echo "... unittest/test_noderesolver.s"
	@echo "... unittest/test_noise.o"
	@echo "... unittest/test_noise.i"
	@echo "... unittest/test_noise.s"
	@echo "... unittest/test_objdef.o"
	@echo "... unittest/test_objdef.i"
	@echo "... unittest/test_objdef.s"
	@echo "... unittest/test_profiler.o"
	@echo "... unittest/test_profiler.i"
	@echo "... unittest/test_profiler.s"
	@echo "... unittest/test_random.o"
	@echo "... unittest/test_random.i"
	@echo "... unittest/test_random.s"
	@echo "... unittest/test_sao.o"
	@echo "... unittest/test_sao.i"
	@echo "... unittest/test_sao.s"
	@echo "... unittest/test_schematic.o"
	@echo "... unittest/test_schematic.i"
	@echo "... unittest/test_schematic.s"
	@echo "... unittest/test_scriptapi.o"
	@echo "... unittest/test_scriptapi.i"
	@echo "... unittest/test_scriptapi.s"
	@echo "... unittest/test_serialization.o"
	@echo "... unittest/test_serialization.i"
	@echo "... unittest/test_serialization.s"
	@echo "... unittest/test_server_shutdown_state.o"
	@echo "... unittest/test_server_shutdown_state.i"
	@echo "... unittest/test_server_shutdown_state.s"
	@echo "... unittest/test_serveractiveobjectmgr.o"
	@echo "... unittest/test_serveractiveobjectmgr.i"
	@echo "... unittest/test_serveractiveobjectmgr.s"
	@echo "... unittest/test_servermodmanager.o"
	@echo "... unittest/test_servermodmanager.i"
	@echo "... unittest/test_servermodmanager.s"
	@echo "... unittest/test_settings.o"
	@echo "... unittest/test_settings.i"
	@echo "... unittest/test_settings.s"
	@echo "... unittest/test_socket.o"
	@echo "... unittest/test_socket.i"
	@echo "... unittest/test_socket.s"
	@echo "... unittest/test_threading.o"
	@echo "... unittest/test_threading.i"
	@echo "... unittest/test_threading.s"
	@echo "... unittest/test_translations.o"
	@echo "... unittest/test_translations.i"
	@echo "... unittest/test_translations.s"
	@echo "... unittest/test_utilities.o"
	@echo "... unittest/test_utilities.i"
	@echo "... unittest/test_utilities.s"
	@echo "... unittest/test_voxelalgorithms.o"
	@echo "... unittest/test_voxelalgorithms.i"
	@echo "... unittest/test_voxelalgorithms.s"
	@echo "... unittest/test_voxelarea.o"
	@echo "... unittest/test_voxelarea.i"
	@echo "... unittest/test_voxelarea.s"
	@echo "... unittest/test_voxelmanipulator.o"
	@echo "... unittest/test_voxelmanipulator.i"
	@echo "... unittest/test_voxelmanipulator.s"
	@echo "... util/areastore.o"
	@echo "... util/areastore.i"
	@echo "... util/areastore.s"
	@echo "... util/auth.o"
	@echo "... util/auth.i"
	@echo "... util/auth.s"
	@echo "... util/base64.o"
	@echo "... util/base64.i"
	@echo "... util/base64.s"
	@echo "... util/colorize.o"
	@echo "... util/colorize.i"
	@echo "... util/colorize.s"
	@echo "... util/directiontables.o"
	@echo "... util/directiontables.i"
	@echo "... util/directiontables.s"
	@echo "... util/enriched_string.o"
	@echo "... util/enriched_string.i"
	@echo "... util/enriched_string.s"
	@echo "... util/enum_string.o"
	@echo "... util/enum_string.i"
	@echo "... util/enum_string.s"
	@echo "... util/guid.o"
	@echo "... util/guid.i"
	@echo "... util/guid.s"
	@echo "... util/hashing.o"
	@echo "... util/hashing.i"
	@echo "... util/hashing.s"
	@echo "... util/ieee_float.o"
	@echo "... util/ieee_float.i"
	@echo "... util/ieee_float.s"
	@echo "... util/metricsbackend.o"
	@echo "... util/metricsbackend.i"
	@echo "... util/metricsbackend.s"
	@echo "... util/numeric.o"
	@echo "... util/numeric.i"
	@echo "... util/numeric.s"
	@echo "... util/png.o"
	@echo "... util/png.i"
	@echo "... util/png.s"
	@echo "... util/pointabilities.o"
	@echo "... util/pointabilities.i"
	@echo "... util/pointabilities.s"
	@echo "... util/pointedthing.o"
	@echo "... util/pointedthing.i"
	@echo "... util/pointedthing.s"
	@echo "... util/quicktune.o"
	@echo "... util/quicktune.i"
	@echo "... util/quicktune.s"
	@echo "... util/serialize.o"
	@echo "... util/serialize.i"
	@echo "... util/serialize.s"
	@echo "... util/sha1.o"
	@echo "... util/sha1.i"
	@echo "... util/sha1.s"
	@echo "... util/srp.o"
	@echo "... util/srp.i"
	@echo "... util/srp.s"
	@echo "... util/string.o"
	@echo "... util/string.i"
	@echo "... util/string.s"
	@echo "... util/timetaker.o"
	@echo "... util/timetaker.i"
	@echo "... util/timetaker.s"
	@echo "... version.o"
	@echo "... version.i"
	@echo "... version.s"
	@echo "... voxel.o"
	@echo "... voxel.i"
	@echo "... voxel.s"
	@echo "... voxelalgorithms.o"
	@echo "... voxelalgorithms.i"
	@echo "... voxelalgorithms.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 /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

