# 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/irr/src//CMakeFiles/progress.marks cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 irr/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 irr/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 irr/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 irr/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. irr/src/CMakeFiles/IRRMESHOBJ.dir/rule: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 irr/src/CMakeFiles/IRRMESHOBJ.dir/rule .PHONY : irr/src/CMakeFiles/IRRMESHOBJ.dir/rule # Convenience name for target. IRRMESHOBJ: irr/src/CMakeFiles/IRRMESHOBJ.dir/rule .PHONY : IRRMESHOBJ # fast build rule for target. IRRMESHOBJ/fast: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRMESHOBJ.dir/build.make irr/src/CMakeFiles/IRRMESHOBJ.dir/build .PHONY : IRRMESHOBJ/fast # Convenience name for target. irr/src/CMakeFiles/IRRVIDEOOBJ.dir/rule: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 irr/src/CMakeFiles/IRRVIDEOOBJ.dir/rule .PHONY : irr/src/CMakeFiles/IRRVIDEOOBJ.dir/rule # Convenience name for target. IRRVIDEOOBJ: irr/src/CMakeFiles/IRRVIDEOOBJ.dir/rule .PHONY : IRRVIDEOOBJ # fast build rule for target. IRRVIDEOOBJ/fast: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build .PHONY : IRRVIDEOOBJ/fast # Convenience name for target. irr/src/CMakeFiles/IRRIOOBJ.dir/rule: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 irr/src/CMakeFiles/IRRIOOBJ.dir/rule .PHONY : irr/src/CMakeFiles/IRRIOOBJ.dir/rule # Convenience name for target. IRRIOOBJ: irr/src/CMakeFiles/IRRIOOBJ.dir/rule .PHONY : IRRIOOBJ # fast build rule for target. IRRIOOBJ/fast: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRIOOBJ.dir/build.make irr/src/CMakeFiles/IRRIOOBJ.dir/build .PHONY : IRRIOOBJ/fast # Convenience name for target. irr/src/CMakeFiles/IRROTHEROBJ.dir/rule: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 irr/src/CMakeFiles/IRROTHEROBJ.dir/rule .PHONY : irr/src/CMakeFiles/IRROTHEROBJ.dir/rule # Convenience name for target. IRROTHEROBJ: irr/src/CMakeFiles/IRROTHEROBJ.dir/rule .PHONY : IRROTHEROBJ # fast build rule for target. IRROTHEROBJ/fast: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/build .PHONY : IRROTHEROBJ/fast # Convenience name for target. irr/src/CMakeFiles/IRRGUIOBJ.dir/rule: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 irr/src/CMakeFiles/IRRGUIOBJ.dir/rule .PHONY : irr/src/CMakeFiles/IRRGUIOBJ.dir/rule # Convenience name for target. IRRGUIOBJ: irr/src/CMakeFiles/IRRGUIOBJ.dir/rule .PHONY : IRRGUIOBJ # fast build rule for target. IRRGUIOBJ/fast: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/build .PHONY : IRRGUIOBJ/fast # Convenience name for target. irr/src/CMakeFiles/IrrlichtMt.dir/rule: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 irr/src/CMakeFiles/IrrlichtMt.dir/rule .PHONY : irr/src/CMakeFiles/IrrlichtMt.dir/rule # Convenience name for target. IrrlichtMt: irr/src/CMakeFiles/IrrlichtMt.dir/rule .PHONY : IrrlichtMt # fast build rule for target. IrrlichtMt/fast: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/build .PHONY : IrrlichtMt/fast CAnimatedMeshSceneNode.o: CAnimatedMeshSceneNode.cpp.o .PHONY : CAnimatedMeshSceneNode.o # target to build an object file CAnimatedMeshSceneNode.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRMESHOBJ.dir/build.make irr/src/CMakeFiles/IRRMESHOBJ.dir/CAnimatedMeshSceneNode.cpp.o .PHONY : CAnimatedMeshSceneNode.cpp.o CAnimatedMeshSceneNode.i: CAnimatedMeshSceneNode.cpp.i .PHONY : CAnimatedMeshSceneNode.i # target to preprocess a source file CAnimatedMeshSceneNode.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRMESHOBJ.dir/build.make irr/src/CMakeFiles/IRRMESHOBJ.dir/CAnimatedMeshSceneNode.cpp.i .PHONY : CAnimatedMeshSceneNode.cpp.i CAnimatedMeshSceneNode.s: CAnimatedMeshSceneNode.cpp.s .PHONY : CAnimatedMeshSceneNode.s # target to generate assembly for a file CAnimatedMeshSceneNode.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRMESHOBJ.dir/build.make irr/src/CMakeFiles/IRRMESHOBJ.dir/CAnimatedMeshSceneNode.cpp.s .PHONY : CAnimatedMeshSceneNode.cpp.s CB3DMeshFileLoader.o: CB3DMeshFileLoader.cpp.o .PHONY : CB3DMeshFileLoader.o # target to build an object file CB3DMeshFileLoader.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRMESHOBJ.dir/build.make irr/src/CMakeFiles/IRRMESHOBJ.dir/CB3DMeshFileLoader.cpp.o .PHONY : CB3DMeshFileLoader.cpp.o CB3DMeshFileLoader.i: CB3DMeshFileLoader.cpp.i .PHONY : CB3DMeshFileLoader.i # target to preprocess a source file CB3DMeshFileLoader.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRMESHOBJ.dir/build.make irr/src/CMakeFiles/IRRMESHOBJ.dir/CB3DMeshFileLoader.cpp.i .PHONY : CB3DMeshFileLoader.cpp.i CB3DMeshFileLoader.s: CB3DMeshFileLoader.cpp.s .PHONY : CB3DMeshFileLoader.s # target to generate assembly for a file CB3DMeshFileLoader.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRMESHOBJ.dir/build.make irr/src/CMakeFiles/IRRMESHOBJ.dir/CB3DMeshFileLoader.cpp.s .PHONY : CB3DMeshFileLoader.cpp.s CBillboardSceneNode.o: CBillboardSceneNode.cpp.o .PHONY : CBillboardSceneNode.o # target to build an object file CBillboardSceneNode.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/CBillboardSceneNode.cpp.o .PHONY : CBillboardSceneNode.cpp.o CBillboardSceneNode.i: CBillboardSceneNode.cpp.i .PHONY : CBillboardSceneNode.i # target to preprocess a source file CBillboardSceneNode.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/CBillboardSceneNode.cpp.i .PHONY : CBillboardSceneNode.cpp.i CBillboardSceneNode.s: CBillboardSceneNode.cpp.s .PHONY : CBillboardSceneNode.s # target to generate assembly for a file CBillboardSceneNode.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/CBillboardSceneNode.cpp.s .PHONY : CBillboardSceneNode.cpp.s CCameraSceneNode.o: CCameraSceneNode.cpp.o .PHONY : CCameraSceneNode.o # target to build an object file CCameraSceneNode.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/CCameraSceneNode.cpp.o .PHONY : CCameraSceneNode.cpp.o CCameraSceneNode.i: CCameraSceneNode.cpp.i .PHONY : CCameraSceneNode.i # target to preprocess a source file CCameraSceneNode.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/CCameraSceneNode.cpp.i .PHONY : CCameraSceneNode.cpp.i CCameraSceneNode.s: CCameraSceneNode.cpp.s .PHONY : CCameraSceneNode.s # target to generate assembly for a file CCameraSceneNode.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/CCameraSceneNode.cpp.s .PHONY : CCameraSceneNode.cpp.s CColorConverter.o: CColorConverter.cpp.o .PHONY : CColorConverter.o # target to build an object file CColorConverter.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CColorConverter.cpp.o .PHONY : CColorConverter.cpp.o CColorConverter.i: CColorConverter.cpp.i .PHONY : CColorConverter.i # target to preprocess a source file CColorConverter.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CColorConverter.cpp.i .PHONY : CColorConverter.cpp.i CColorConverter.s: CColorConverter.cpp.s .PHONY : CColorConverter.s # target to generate assembly for a file CColorConverter.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CColorConverter.cpp.s .PHONY : CColorConverter.cpp.s CDummyTransformationSceneNode.o: CDummyTransformationSceneNode.cpp.o .PHONY : CDummyTransformationSceneNode.o # target to build an object file CDummyTransformationSceneNode.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/CDummyTransformationSceneNode.cpp.o .PHONY : CDummyTransformationSceneNode.cpp.o CDummyTransformationSceneNode.i: CDummyTransformationSceneNode.cpp.i .PHONY : CDummyTransformationSceneNode.i # target to preprocess a source file CDummyTransformationSceneNode.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/CDummyTransformationSceneNode.cpp.i .PHONY : CDummyTransformationSceneNode.cpp.i CDummyTransformationSceneNode.s: CDummyTransformationSceneNode.cpp.s .PHONY : CDummyTransformationSceneNode.s # target to generate assembly for a file CDummyTransformationSceneNode.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/CDummyTransformationSceneNode.cpp.s .PHONY : CDummyTransformationSceneNode.cpp.s CEGLManager.o: CEGLManager.cpp.o .PHONY : CEGLManager.o # target to build an object file CEGLManager.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CEGLManager.cpp.o .PHONY : CEGLManager.cpp.o CEGLManager.i: CEGLManager.cpp.i .PHONY : CEGLManager.i # target to preprocess a source file CEGLManager.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CEGLManager.cpp.i .PHONY : CEGLManager.cpp.i CEGLManager.s: CEGLManager.cpp.s .PHONY : CEGLManager.s # target to generate assembly for a file CEGLManager.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CEGLManager.cpp.s .PHONY : CEGLManager.cpp.s CEmptySceneNode.o: CEmptySceneNode.cpp.o .PHONY : CEmptySceneNode.o # target to build an object file CEmptySceneNode.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/CEmptySceneNode.cpp.o .PHONY : CEmptySceneNode.cpp.o CEmptySceneNode.i: CEmptySceneNode.cpp.i .PHONY : CEmptySceneNode.i # target to preprocess a source file CEmptySceneNode.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/CEmptySceneNode.cpp.i .PHONY : CEmptySceneNode.cpp.i CEmptySceneNode.s: CEmptySceneNode.cpp.s .PHONY : CEmptySceneNode.s # target to generate assembly for a file CEmptySceneNode.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/CEmptySceneNode.cpp.s .PHONY : CEmptySceneNode.cpp.s CFPSCounter.o: CFPSCounter.cpp.o .PHONY : CFPSCounter.o # target to build an object file CFPSCounter.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CFPSCounter.cpp.o .PHONY : CFPSCounter.cpp.o CFPSCounter.i: CFPSCounter.cpp.i .PHONY : CFPSCounter.i # target to preprocess a source file CFPSCounter.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CFPSCounter.cpp.i .PHONY : CFPSCounter.cpp.i CFPSCounter.s: CFPSCounter.cpp.s .PHONY : CFPSCounter.s # target to generate assembly for a file CFPSCounter.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CFPSCounter.cpp.s .PHONY : CFPSCounter.cpp.s CFileList.o: CFileList.cpp.o .PHONY : CFileList.o # target to build an object file CFileList.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRIOOBJ.dir/build.make irr/src/CMakeFiles/IRRIOOBJ.dir/CFileList.cpp.o .PHONY : CFileList.cpp.o CFileList.i: CFileList.cpp.i .PHONY : CFileList.i # target to preprocess a source file CFileList.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRIOOBJ.dir/build.make irr/src/CMakeFiles/IRRIOOBJ.dir/CFileList.cpp.i .PHONY : CFileList.cpp.i CFileList.s: CFileList.cpp.s .PHONY : CFileList.s # target to generate assembly for a file CFileList.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRIOOBJ.dir/build.make irr/src/CMakeFiles/IRRIOOBJ.dir/CFileList.cpp.s .PHONY : CFileList.cpp.s CFileSystem.o: CFileSystem.cpp.o .PHONY : CFileSystem.o # target to build an object file CFileSystem.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRIOOBJ.dir/build.make irr/src/CMakeFiles/IRRIOOBJ.dir/CFileSystem.cpp.o .PHONY : CFileSystem.cpp.o CFileSystem.i: CFileSystem.cpp.i .PHONY : CFileSystem.i # target to preprocess a source file CFileSystem.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRIOOBJ.dir/build.make irr/src/CMakeFiles/IRRIOOBJ.dir/CFileSystem.cpp.i .PHONY : CFileSystem.cpp.i CFileSystem.s: CFileSystem.cpp.s .PHONY : CFileSystem.s # target to generate assembly for a file CFileSystem.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRIOOBJ.dir/build.make irr/src/CMakeFiles/IRRIOOBJ.dir/CFileSystem.cpp.s .PHONY : CFileSystem.cpp.s CGLTFMeshFileLoader.o: CGLTFMeshFileLoader.cpp.o .PHONY : CGLTFMeshFileLoader.o # target to build an object file CGLTFMeshFileLoader.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRMESHOBJ.dir/build.make irr/src/CMakeFiles/IRRMESHOBJ.dir/CGLTFMeshFileLoader.cpp.o .PHONY : CGLTFMeshFileLoader.cpp.o CGLTFMeshFileLoader.i: CGLTFMeshFileLoader.cpp.i .PHONY : CGLTFMeshFileLoader.i # target to preprocess a source file CGLTFMeshFileLoader.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRMESHOBJ.dir/build.make irr/src/CMakeFiles/IRRMESHOBJ.dir/CGLTFMeshFileLoader.cpp.i .PHONY : CGLTFMeshFileLoader.cpp.i CGLTFMeshFileLoader.s: CGLTFMeshFileLoader.cpp.s .PHONY : CGLTFMeshFileLoader.s # target to generate assembly for a file CGLTFMeshFileLoader.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRMESHOBJ.dir/build.make irr/src/CMakeFiles/IRRMESHOBJ.dir/CGLTFMeshFileLoader.cpp.s .PHONY : CGLTFMeshFileLoader.cpp.s CGLXManager.o: CGLXManager.cpp.o .PHONY : CGLXManager.o # target to build an object file CGLXManager.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CGLXManager.cpp.o .PHONY : CGLXManager.cpp.o CGLXManager.i: CGLXManager.cpp.i .PHONY : CGLXManager.i # target to preprocess a source file CGLXManager.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CGLXManager.cpp.i .PHONY : CGLXManager.cpp.i CGLXManager.s: CGLXManager.cpp.s .PHONY : CGLXManager.s # target to generate assembly for a file CGLXManager.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CGLXManager.cpp.s .PHONY : CGLXManager.cpp.s CGUIButton.o: CGUIButton.cpp.o .PHONY : CGUIButton.o # target to build an object file CGUIButton.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIButton.cpp.o .PHONY : CGUIButton.cpp.o CGUIButton.i: CGUIButton.cpp.i .PHONY : CGUIButton.i # target to preprocess a source file CGUIButton.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIButton.cpp.i .PHONY : CGUIButton.cpp.i CGUIButton.s: CGUIButton.cpp.s .PHONY : CGUIButton.s # target to generate assembly for a file CGUIButton.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIButton.cpp.s .PHONY : CGUIButton.cpp.s CGUICheckBox.o: CGUICheckBox.cpp.o .PHONY : CGUICheckBox.o # target to build an object file CGUICheckBox.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUICheckBox.cpp.o .PHONY : CGUICheckBox.cpp.o CGUICheckBox.i: CGUICheckBox.cpp.i .PHONY : CGUICheckBox.i # target to preprocess a source file CGUICheckBox.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUICheckBox.cpp.i .PHONY : CGUICheckBox.cpp.i CGUICheckBox.s: CGUICheckBox.cpp.s .PHONY : CGUICheckBox.s # target to generate assembly for a file CGUICheckBox.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUICheckBox.cpp.s .PHONY : CGUICheckBox.cpp.s CGUIComboBox.o: CGUIComboBox.cpp.o .PHONY : CGUIComboBox.o # target to build an object file CGUIComboBox.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIComboBox.cpp.o .PHONY : CGUIComboBox.cpp.o CGUIComboBox.i: CGUIComboBox.cpp.i .PHONY : CGUIComboBox.i # target to preprocess a source file CGUIComboBox.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIComboBox.cpp.i .PHONY : CGUIComboBox.cpp.i CGUIComboBox.s: CGUIComboBox.cpp.s .PHONY : CGUIComboBox.s # target to generate assembly for a file CGUIComboBox.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIComboBox.cpp.s .PHONY : CGUIComboBox.cpp.s CGUIEditBox.o: CGUIEditBox.cpp.o .PHONY : CGUIEditBox.o # target to build an object file CGUIEditBox.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIEditBox.cpp.o .PHONY : CGUIEditBox.cpp.o CGUIEditBox.i: CGUIEditBox.cpp.i .PHONY : CGUIEditBox.i # target to preprocess a source file CGUIEditBox.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIEditBox.cpp.i .PHONY : CGUIEditBox.cpp.i CGUIEditBox.s: CGUIEditBox.cpp.s .PHONY : CGUIEditBox.s # target to generate assembly for a file CGUIEditBox.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIEditBox.cpp.s .PHONY : CGUIEditBox.cpp.s CGUIEnvironment.o: CGUIEnvironment.cpp.o .PHONY : CGUIEnvironment.o # target to build an object file CGUIEnvironment.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIEnvironment.cpp.o .PHONY : CGUIEnvironment.cpp.o CGUIEnvironment.i: CGUIEnvironment.cpp.i .PHONY : CGUIEnvironment.i # target to preprocess a source file CGUIEnvironment.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIEnvironment.cpp.i .PHONY : CGUIEnvironment.cpp.i CGUIEnvironment.s: CGUIEnvironment.cpp.s .PHONY : CGUIEnvironment.s # target to generate assembly for a file CGUIEnvironment.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIEnvironment.cpp.s .PHONY : CGUIEnvironment.cpp.s CGUIFileOpenDialog.o: CGUIFileOpenDialog.cpp.o .PHONY : CGUIFileOpenDialog.o # target to build an object file CGUIFileOpenDialog.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIFileOpenDialog.cpp.o .PHONY : CGUIFileOpenDialog.cpp.o CGUIFileOpenDialog.i: CGUIFileOpenDialog.cpp.i .PHONY : CGUIFileOpenDialog.i # target to preprocess a source file CGUIFileOpenDialog.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIFileOpenDialog.cpp.i .PHONY : CGUIFileOpenDialog.cpp.i CGUIFileOpenDialog.s: CGUIFileOpenDialog.cpp.s .PHONY : CGUIFileOpenDialog.s # target to generate assembly for a file CGUIFileOpenDialog.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIFileOpenDialog.cpp.s .PHONY : CGUIFileOpenDialog.cpp.s CGUIFont.o: CGUIFont.cpp.o .PHONY : CGUIFont.o # target to build an object file CGUIFont.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIFont.cpp.o .PHONY : CGUIFont.cpp.o CGUIFont.i: CGUIFont.cpp.i .PHONY : CGUIFont.i # target to preprocess a source file CGUIFont.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIFont.cpp.i .PHONY : CGUIFont.cpp.i CGUIFont.s: CGUIFont.cpp.s .PHONY : CGUIFont.s # target to generate assembly for a file CGUIFont.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIFont.cpp.s .PHONY : CGUIFont.cpp.s CGUIImage.o: CGUIImage.cpp.o .PHONY : CGUIImage.o # target to build an object file CGUIImage.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIImage.cpp.o .PHONY : CGUIImage.cpp.o CGUIImage.i: CGUIImage.cpp.i .PHONY : CGUIImage.i # target to preprocess a source file CGUIImage.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIImage.cpp.i .PHONY : CGUIImage.cpp.i CGUIImage.s: CGUIImage.cpp.s .PHONY : CGUIImage.s # target to generate assembly for a file CGUIImage.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIImage.cpp.s .PHONY : CGUIImage.cpp.s CGUIImageList.o: CGUIImageList.cpp.o .PHONY : CGUIImageList.o # target to build an object file CGUIImageList.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIImageList.cpp.o .PHONY : CGUIImageList.cpp.o CGUIImageList.i: CGUIImageList.cpp.i .PHONY : CGUIImageList.i # target to preprocess a source file CGUIImageList.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIImageList.cpp.i .PHONY : CGUIImageList.cpp.i CGUIImageList.s: CGUIImageList.cpp.s .PHONY : CGUIImageList.s # target to generate assembly for a file CGUIImageList.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIImageList.cpp.s .PHONY : CGUIImageList.cpp.s CGUIListBox.o: CGUIListBox.cpp.o .PHONY : CGUIListBox.o # target to build an object file CGUIListBox.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIListBox.cpp.o .PHONY : CGUIListBox.cpp.o CGUIListBox.i: CGUIListBox.cpp.i .PHONY : CGUIListBox.i # target to preprocess a source file CGUIListBox.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIListBox.cpp.i .PHONY : CGUIListBox.cpp.i CGUIListBox.s: CGUIListBox.cpp.s .PHONY : CGUIListBox.s # target to generate assembly for a file CGUIListBox.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIListBox.cpp.s .PHONY : CGUIListBox.cpp.s CGUIScrollBar.o: CGUIScrollBar.cpp.o .PHONY : CGUIScrollBar.o # target to build an object file CGUIScrollBar.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIScrollBar.cpp.o .PHONY : CGUIScrollBar.cpp.o CGUIScrollBar.i: CGUIScrollBar.cpp.i .PHONY : CGUIScrollBar.i # target to preprocess a source file CGUIScrollBar.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIScrollBar.cpp.i .PHONY : CGUIScrollBar.cpp.i CGUIScrollBar.s: CGUIScrollBar.cpp.s .PHONY : CGUIScrollBar.s # target to generate assembly for a file CGUIScrollBar.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIScrollBar.cpp.s .PHONY : CGUIScrollBar.cpp.s CGUISkin.o: CGUISkin.cpp.o .PHONY : CGUISkin.o # target to build an object file CGUISkin.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUISkin.cpp.o .PHONY : CGUISkin.cpp.o CGUISkin.i: CGUISkin.cpp.i .PHONY : CGUISkin.i # target to preprocess a source file CGUISkin.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUISkin.cpp.i .PHONY : CGUISkin.cpp.i CGUISkin.s: CGUISkin.cpp.s .PHONY : CGUISkin.s # target to generate assembly for a file CGUISkin.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUISkin.cpp.s .PHONY : CGUISkin.cpp.s CGUISpriteBank.o: CGUISpriteBank.cpp.o .PHONY : CGUISpriteBank.o # target to build an object file CGUISpriteBank.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUISpriteBank.cpp.o .PHONY : CGUISpriteBank.cpp.o CGUISpriteBank.i: CGUISpriteBank.cpp.i .PHONY : CGUISpriteBank.i # target to preprocess a source file CGUISpriteBank.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUISpriteBank.cpp.i .PHONY : CGUISpriteBank.cpp.i CGUISpriteBank.s: CGUISpriteBank.cpp.s .PHONY : CGUISpriteBank.s # target to generate assembly for a file CGUISpriteBank.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUISpriteBank.cpp.s .PHONY : CGUISpriteBank.cpp.s CGUIStaticText.o: CGUIStaticText.cpp.o .PHONY : CGUIStaticText.o # target to build an object file CGUIStaticText.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIStaticText.cpp.o .PHONY : CGUIStaticText.cpp.o CGUIStaticText.i: CGUIStaticText.cpp.i .PHONY : CGUIStaticText.i # target to preprocess a source file CGUIStaticText.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIStaticText.cpp.i .PHONY : CGUIStaticText.cpp.i CGUIStaticText.s: CGUIStaticText.cpp.s .PHONY : CGUIStaticText.s # target to generate assembly for a file CGUIStaticText.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUIStaticText.cpp.s .PHONY : CGUIStaticText.cpp.s CGUITabControl.o: CGUITabControl.cpp.o .PHONY : CGUITabControl.o # target to build an object file CGUITabControl.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUITabControl.cpp.o .PHONY : CGUITabControl.cpp.o CGUITabControl.i: CGUITabControl.cpp.i .PHONY : CGUITabControl.i # target to preprocess a source file CGUITabControl.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUITabControl.cpp.i .PHONY : CGUITabControl.cpp.i CGUITabControl.s: CGUITabControl.cpp.s .PHONY : CGUITabControl.s # target to generate assembly for a file CGUITabControl.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRGUIOBJ.dir/build.make irr/src/CMakeFiles/IRRGUIOBJ.dir/CGUITabControl.cpp.s .PHONY : CGUITabControl.cpp.s CImage.o: CImage.cpp.o .PHONY : CImage.o # target to build an object file CImage.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CImage.cpp.o .PHONY : CImage.cpp.o CImage.i: CImage.cpp.i .PHONY : CImage.i # target to preprocess a source file CImage.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CImage.cpp.i .PHONY : CImage.cpp.i CImage.s: CImage.cpp.s .PHONY : CImage.s # target to generate assembly for a file CImage.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CImage.cpp.s .PHONY : CImage.cpp.s CImageLoaderJPG.o: CImageLoaderJPG.cpp.o .PHONY : CImageLoaderJPG.o # target to build an object file CImageLoaderJPG.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CImageLoaderJPG.cpp.o .PHONY : CImageLoaderJPG.cpp.o CImageLoaderJPG.i: CImageLoaderJPG.cpp.i .PHONY : CImageLoaderJPG.i # target to preprocess a source file CImageLoaderJPG.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CImageLoaderJPG.cpp.i .PHONY : CImageLoaderJPG.cpp.i CImageLoaderJPG.s: CImageLoaderJPG.cpp.s .PHONY : CImageLoaderJPG.s # target to generate assembly for a file CImageLoaderJPG.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CImageLoaderJPG.cpp.s .PHONY : CImageLoaderJPG.cpp.s CImageLoaderPNG.o: CImageLoaderPNG.cpp.o .PHONY : CImageLoaderPNG.o # target to build an object file CImageLoaderPNG.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CImageLoaderPNG.cpp.o .PHONY : CImageLoaderPNG.cpp.o CImageLoaderPNG.i: CImageLoaderPNG.cpp.i .PHONY : CImageLoaderPNG.i # target to preprocess a source file CImageLoaderPNG.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CImageLoaderPNG.cpp.i .PHONY : CImageLoaderPNG.cpp.i CImageLoaderPNG.s: CImageLoaderPNG.cpp.s .PHONY : CImageLoaderPNG.s # target to generate assembly for a file CImageLoaderPNG.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CImageLoaderPNG.cpp.s .PHONY : CImageLoaderPNG.cpp.s CImageLoaderTGA.o: CImageLoaderTGA.cpp.o .PHONY : CImageLoaderTGA.o # target to build an object file CImageLoaderTGA.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CImageLoaderTGA.cpp.o .PHONY : CImageLoaderTGA.cpp.o CImageLoaderTGA.i: CImageLoaderTGA.cpp.i .PHONY : CImageLoaderTGA.i # target to preprocess a source file CImageLoaderTGA.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CImageLoaderTGA.cpp.i .PHONY : CImageLoaderTGA.cpp.i CImageLoaderTGA.s: CImageLoaderTGA.cpp.s .PHONY : CImageLoaderTGA.s # target to generate assembly for a file CImageLoaderTGA.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CImageLoaderTGA.cpp.s .PHONY : CImageLoaderTGA.cpp.s CImageWriterJPG.o: CImageWriterJPG.cpp.o .PHONY : CImageWriterJPG.o # target to build an object file CImageWriterJPG.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CImageWriterJPG.cpp.o .PHONY : CImageWriterJPG.cpp.o CImageWriterJPG.i: CImageWriterJPG.cpp.i .PHONY : CImageWriterJPG.i # target to preprocess a source file CImageWriterJPG.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CImageWriterJPG.cpp.i .PHONY : CImageWriterJPG.cpp.i CImageWriterJPG.s: CImageWriterJPG.cpp.s .PHONY : CImageWriterJPG.s # target to generate assembly for a file CImageWriterJPG.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CImageWriterJPG.cpp.s .PHONY : CImageWriterJPG.cpp.s CImageWriterPNG.o: CImageWriterPNG.cpp.o .PHONY : CImageWriterPNG.o # target to build an object file CImageWriterPNG.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CImageWriterPNG.cpp.o .PHONY : CImageWriterPNG.cpp.o CImageWriterPNG.i: CImageWriterPNG.cpp.i .PHONY : CImageWriterPNG.i # target to preprocess a source file CImageWriterPNG.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CImageWriterPNG.cpp.i .PHONY : CImageWriterPNG.cpp.i CImageWriterPNG.s: CImageWriterPNG.cpp.s .PHONY : CImageWriterPNG.s # target to generate assembly for a file CImageWriterPNG.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CImageWriterPNG.cpp.s .PHONY : CImageWriterPNG.cpp.s CIrrDeviceLinux.o: CIrrDeviceLinux.cpp.o .PHONY : CIrrDeviceLinux.o # target to build an object file CIrrDeviceLinux.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/CIrrDeviceLinux.cpp.o .PHONY : CIrrDeviceLinux.cpp.o CIrrDeviceLinux.i: CIrrDeviceLinux.cpp.i .PHONY : CIrrDeviceLinux.i # target to preprocess a source file CIrrDeviceLinux.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/CIrrDeviceLinux.cpp.i .PHONY : CIrrDeviceLinux.cpp.i CIrrDeviceLinux.s: CIrrDeviceLinux.cpp.s .PHONY : CIrrDeviceLinux.s # target to generate assembly for a file CIrrDeviceLinux.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/CIrrDeviceLinux.cpp.s .PHONY : CIrrDeviceLinux.cpp.s CIrrDeviceSDL.o: CIrrDeviceSDL.cpp.o .PHONY : CIrrDeviceSDL.o # target to build an object file CIrrDeviceSDL.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/CIrrDeviceSDL.cpp.o .PHONY : CIrrDeviceSDL.cpp.o CIrrDeviceSDL.i: CIrrDeviceSDL.cpp.i .PHONY : CIrrDeviceSDL.i # target to preprocess a source file CIrrDeviceSDL.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/CIrrDeviceSDL.cpp.i .PHONY : CIrrDeviceSDL.cpp.i CIrrDeviceSDL.s: CIrrDeviceSDL.cpp.s .PHONY : CIrrDeviceSDL.s # target to generate assembly for a file CIrrDeviceSDL.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/CIrrDeviceSDL.cpp.s .PHONY : CIrrDeviceSDL.cpp.s CIrrDeviceStub.o: CIrrDeviceStub.cpp.o .PHONY : CIrrDeviceStub.o # target to build an object file CIrrDeviceStub.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/CIrrDeviceStub.cpp.o .PHONY : CIrrDeviceStub.cpp.o CIrrDeviceStub.i: CIrrDeviceStub.cpp.i .PHONY : CIrrDeviceStub.i # target to preprocess a source file CIrrDeviceStub.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/CIrrDeviceStub.cpp.i .PHONY : CIrrDeviceStub.cpp.i CIrrDeviceStub.s: CIrrDeviceStub.cpp.s .PHONY : CIrrDeviceStub.s # target to generate assembly for a file CIrrDeviceStub.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/CIrrDeviceStub.cpp.s .PHONY : CIrrDeviceStub.cpp.s CIrrDeviceWin32.o: CIrrDeviceWin32.cpp.o .PHONY : CIrrDeviceWin32.o # target to build an object file CIrrDeviceWin32.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/CIrrDeviceWin32.cpp.o .PHONY : CIrrDeviceWin32.cpp.o CIrrDeviceWin32.i: CIrrDeviceWin32.cpp.i .PHONY : CIrrDeviceWin32.i # target to preprocess a source file CIrrDeviceWin32.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/CIrrDeviceWin32.cpp.i .PHONY : CIrrDeviceWin32.cpp.i CIrrDeviceWin32.s: CIrrDeviceWin32.cpp.s .PHONY : CIrrDeviceWin32.s # target to generate assembly for a file CIrrDeviceWin32.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/CIrrDeviceWin32.cpp.s .PHONY : CIrrDeviceWin32.cpp.s CLimitReadFile.o: CLimitReadFile.cpp.o .PHONY : CLimitReadFile.o # target to build an object file CLimitReadFile.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRIOOBJ.dir/build.make irr/src/CMakeFiles/IRRIOOBJ.dir/CLimitReadFile.cpp.o .PHONY : CLimitReadFile.cpp.o CLimitReadFile.i: CLimitReadFile.cpp.i .PHONY : CLimitReadFile.i # target to preprocess a source file CLimitReadFile.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRIOOBJ.dir/build.make irr/src/CMakeFiles/IRRIOOBJ.dir/CLimitReadFile.cpp.i .PHONY : CLimitReadFile.cpp.i CLimitReadFile.s: CLimitReadFile.cpp.s .PHONY : CLimitReadFile.s # target to generate assembly for a file CLimitReadFile.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRIOOBJ.dir/build.make irr/src/CMakeFiles/IRRIOOBJ.dir/CLimitReadFile.cpp.s .PHONY : CLimitReadFile.cpp.s CLogger.o: CLogger.cpp.o .PHONY : CLogger.o # target to build an object file CLogger.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/CLogger.cpp.o .PHONY : CLogger.cpp.o CLogger.i: CLogger.cpp.i .PHONY : CLogger.i # target to preprocess a source file CLogger.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/CLogger.cpp.i .PHONY : CLogger.cpp.i CLogger.s: CLogger.cpp.s .PHONY : CLogger.s # target to generate assembly for a file CLogger.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/CLogger.cpp.s .PHONY : CLogger.cpp.s CMemoryFile.o: CMemoryFile.cpp.o .PHONY : CMemoryFile.o # target to build an object file CMemoryFile.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRIOOBJ.dir/build.make irr/src/CMakeFiles/IRRIOOBJ.dir/CMemoryFile.cpp.o .PHONY : CMemoryFile.cpp.o CMemoryFile.i: CMemoryFile.cpp.i .PHONY : CMemoryFile.i # target to preprocess a source file CMemoryFile.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRIOOBJ.dir/build.make irr/src/CMakeFiles/IRRIOOBJ.dir/CMemoryFile.cpp.i .PHONY : CMemoryFile.cpp.i CMemoryFile.s: CMemoryFile.cpp.s .PHONY : CMemoryFile.s # target to generate assembly for a file CMemoryFile.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRIOOBJ.dir/build.make irr/src/CMakeFiles/IRRIOOBJ.dir/CMemoryFile.cpp.s .PHONY : CMemoryFile.cpp.s CMeshCache.o: CMeshCache.cpp.o .PHONY : CMeshCache.o # target to build an object file CMeshCache.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/CMeshCache.cpp.o .PHONY : CMeshCache.cpp.o CMeshCache.i: CMeshCache.cpp.i .PHONY : CMeshCache.i # target to preprocess a source file CMeshCache.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/CMeshCache.cpp.i .PHONY : CMeshCache.cpp.i CMeshCache.s: CMeshCache.cpp.s .PHONY : CMeshCache.s # target to generate assembly for a file CMeshCache.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/CMeshCache.cpp.s .PHONY : CMeshCache.cpp.s CMeshManipulator.o: CMeshManipulator.cpp.o .PHONY : CMeshManipulator.o # target to build an object file CMeshManipulator.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/CMeshManipulator.cpp.o .PHONY : CMeshManipulator.cpp.o CMeshManipulator.i: CMeshManipulator.cpp.i .PHONY : CMeshManipulator.i # target to preprocess a source file CMeshManipulator.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/CMeshManipulator.cpp.i .PHONY : CMeshManipulator.cpp.i CMeshManipulator.s: CMeshManipulator.cpp.s .PHONY : CMeshManipulator.s # target to generate assembly for a file CMeshManipulator.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/CMeshManipulator.cpp.s .PHONY : CMeshManipulator.cpp.s CMeshSceneNode.o: CMeshSceneNode.cpp.o .PHONY : CMeshSceneNode.o # target to build an object file CMeshSceneNode.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRMESHOBJ.dir/build.make irr/src/CMakeFiles/IRRMESHOBJ.dir/CMeshSceneNode.cpp.o .PHONY : CMeshSceneNode.cpp.o CMeshSceneNode.i: CMeshSceneNode.cpp.i .PHONY : CMeshSceneNode.i # target to preprocess a source file CMeshSceneNode.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRMESHOBJ.dir/build.make irr/src/CMakeFiles/IRRMESHOBJ.dir/CMeshSceneNode.cpp.i .PHONY : CMeshSceneNode.cpp.i CMeshSceneNode.s: CMeshSceneNode.cpp.s .PHONY : CMeshSceneNode.s # target to generate assembly for a file CMeshSceneNode.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRMESHOBJ.dir/build.make irr/src/CMakeFiles/IRRMESHOBJ.dir/CMeshSceneNode.cpp.s .PHONY : CMeshSceneNode.cpp.s CNullDriver.o: CNullDriver.cpp.o .PHONY : CNullDriver.o # target to build an object file CNullDriver.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CNullDriver.cpp.o .PHONY : CNullDriver.cpp.o CNullDriver.i: CNullDriver.cpp.i .PHONY : CNullDriver.i # target to preprocess a source file CNullDriver.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CNullDriver.cpp.i .PHONY : CNullDriver.cpp.i CNullDriver.s: CNullDriver.cpp.s .PHONY : CNullDriver.s # target to generate assembly for a file CNullDriver.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CNullDriver.cpp.s .PHONY : CNullDriver.cpp.s COBJMeshFileLoader.o: COBJMeshFileLoader.cpp.o .PHONY : COBJMeshFileLoader.o # target to build an object file COBJMeshFileLoader.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRMESHOBJ.dir/build.make irr/src/CMakeFiles/IRRMESHOBJ.dir/COBJMeshFileLoader.cpp.o .PHONY : COBJMeshFileLoader.cpp.o COBJMeshFileLoader.i: COBJMeshFileLoader.cpp.i .PHONY : COBJMeshFileLoader.i # target to preprocess a source file COBJMeshFileLoader.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRMESHOBJ.dir/build.make irr/src/CMakeFiles/IRRMESHOBJ.dir/COBJMeshFileLoader.cpp.i .PHONY : COBJMeshFileLoader.cpp.i COBJMeshFileLoader.s: COBJMeshFileLoader.cpp.s .PHONY : COBJMeshFileLoader.s # target to generate assembly for a file COBJMeshFileLoader.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRMESHOBJ.dir/build.make irr/src/CMakeFiles/IRRMESHOBJ.dir/COBJMeshFileLoader.cpp.s .PHONY : COBJMeshFileLoader.cpp.s COSOperator.o: COSOperator.cpp.o .PHONY : COSOperator.o # target to build an object file COSOperator.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/COSOperator.cpp.o .PHONY : COSOperator.cpp.o COSOperator.i: COSOperator.cpp.i .PHONY : COSOperator.i # target to preprocess a source file COSOperator.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/COSOperator.cpp.i .PHONY : COSOperator.cpp.i COSOperator.s: COSOperator.cpp.s .PHONY : COSOperator.s # target to generate assembly for a file COSOperator.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/COSOperator.cpp.s .PHONY : COSOperator.cpp.s COpenGLCacheHandler.o: COpenGLCacheHandler.cpp.o .PHONY : COpenGLCacheHandler.o # target to build an object file COpenGLCacheHandler.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/COpenGLCacheHandler.cpp.o .PHONY : COpenGLCacheHandler.cpp.o COpenGLCacheHandler.i: COpenGLCacheHandler.cpp.i .PHONY : COpenGLCacheHandler.i # target to preprocess a source file COpenGLCacheHandler.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/COpenGLCacheHandler.cpp.i .PHONY : COpenGLCacheHandler.cpp.i COpenGLCacheHandler.s: COpenGLCacheHandler.cpp.s .PHONY : COpenGLCacheHandler.s # target to generate assembly for a file COpenGLCacheHandler.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/COpenGLCacheHandler.cpp.s .PHONY : COpenGLCacheHandler.cpp.s COpenGLDriver.o: COpenGLDriver.cpp.o .PHONY : COpenGLDriver.o # target to build an object file COpenGLDriver.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/COpenGLDriver.cpp.o .PHONY : COpenGLDriver.cpp.o COpenGLDriver.i: COpenGLDriver.cpp.i .PHONY : COpenGLDriver.i # target to preprocess a source file COpenGLDriver.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/COpenGLDriver.cpp.i .PHONY : COpenGLDriver.cpp.i COpenGLDriver.s: COpenGLDriver.cpp.s .PHONY : COpenGLDriver.s # target to generate assembly for a file COpenGLDriver.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/COpenGLDriver.cpp.s .PHONY : COpenGLDriver.cpp.s COpenGLExtensionHandler.o: COpenGLExtensionHandler.cpp.o .PHONY : COpenGLExtensionHandler.o # target to build an object file COpenGLExtensionHandler.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/COpenGLExtensionHandler.cpp.o .PHONY : COpenGLExtensionHandler.cpp.o COpenGLExtensionHandler.i: COpenGLExtensionHandler.cpp.i .PHONY : COpenGLExtensionHandler.i # target to preprocess a source file COpenGLExtensionHandler.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/COpenGLExtensionHandler.cpp.i .PHONY : COpenGLExtensionHandler.cpp.i COpenGLExtensionHandler.s: COpenGLExtensionHandler.cpp.s .PHONY : COpenGLExtensionHandler.s # target to generate assembly for a file COpenGLExtensionHandler.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/COpenGLExtensionHandler.cpp.s .PHONY : COpenGLExtensionHandler.cpp.s COpenGLSLMaterialRenderer.o: COpenGLSLMaterialRenderer.cpp.o .PHONY : COpenGLSLMaterialRenderer.o # target to build an object file COpenGLSLMaterialRenderer.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/COpenGLSLMaterialRenderer.cpp.o .PHONY : COpenGLSLMaterialRenderer.cpp.o COpenGLSLMaterialRenderer.i: COpenGLSLMaterialRenderer.cpp.i .PHONY : COpenGLSLMaterialRenderer.i # target to preprocess a source file COpenGLSLMaterialRenderer.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/COpenGLSLMaterialRenderer.cpp.i .PHONY : COpenGLSLMaterialRenderer.cpp.i COpenGLSLMaterialRenderer.s: COpenGLSLMaterialRenderer.cpp.s .PHONY : COpenGLSLMaterialRenderer.s # target to generate assembly for a file COpenGLSLMaterialRenderer.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/COpenGLSLMaterialRenderer.cpp.s .PHONY : COpenGLSLMaterialRenderer.cpp.s CReadFile.o: CReadFile.cpp.o .PHONY : CReadFile.o # target to build an object file CReadFile.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRIOOBJ.dir/build.make irr/src/CMakeFiles/IRRIOOBJ.dir/CReadFile.cpp.o .PHONY : CReadFile.cpp.o CReadFile.i: CReadFile.cpp.i .PHONY : CReadFile.i # target to preprocess a source file CReadFile.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRIOOBJ.dir/build.make irr/src/CMakeFiles/IRRIOOBJ.dir/CReadFile.cpp.i .PHONY : CReadFile.cpp.i CReadFile.s: CReadFile.cpp.s .PHONY : CReadFile.s # target to generate assembly for a file CReadFile.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRIOOBJ.dir/build.make irr/src/CMakeFiles/IRRIOOBJ.dir/CReadFile.cpp.s .PHONY : CReadFile.cpp.s CSDLManager.o: CSDLManager.cpp.o .PHONY : CSDLManager.o # target to build an object file CSDLManager.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CSDLManager.cpp.o .PHONY : CSDLManager.cpp.o CSDLManager.i: CSDLManager.cpp.i .PHONY : CSDLManager.i # target to preprocess a source file CSDLManager.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CSDLManager.cpp.i .PHONY : CSDLManager.cpp.i CSDLManager.s: CSDLManager.cpp.s .PHONY : CSDLManager.s # target to generate assembly for a file CSDLManager.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CSDLManager.cpp.s .PHONY : CSDLManager.cpp.s CSceneCollisionManager.o: CSceneCollisionManager.cpp.o .PHONY : CSceneCollisionManager.o # target to build an object file CSceneCollisionManager.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/CSceneCollisionManager.cpp.o .PHONY : CSceneCollisionManager.cpp.o CSceneCollisionManager.i: CSceneCollisionManager.cpp.i .PHONY : CSceneCollisionManager.i # target to preprocess a source file CSceneCollisionManager.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/CSceneCollisionManager.cpp.i .PHONY : CSceneCollisionManager.cpp.i CSceneCollisionManager.s: CSceneCollisionManager.cpp.s .PHONY : CSceneCollisionManager.s # target to generate assembly for a file CSceneCollisionManager.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/CSceneCollisionManager.cpp.s .PHONY : CSceneCollisionManager.cpp.s CSceneManager.o: CSceneManager.cpp.o .PHONY : CSceneManager.o # target to build an object file CSceneManager.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/CSceneManager.cpp.o .PHONY : CSceneManager.cpp.o CSceneManager.i: CSceneManager.cpp.i .PHONY : CSceneManager.i # target to preprocess a source file CSceneManager.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/CSceneManager.cpp.i .PHONY : CSceneManager.cpp.i CSceneManager.s: CSceneManager.cpp.s .PHONY : CSceneManager.s # target to generate assembly for a file CSceneManager.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IrrlichtMt.dir/build.make irr/src/CMakeFiles/IrrlichtMt.dir/CSceneManager.cpp.s .PHONY : CSceneManager.cpp.s CWGLManager.o: CWGLManager.cpp.o .PHONY : CWGLManager.o # target to build an object file CWGLManager.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CWGLManager.cpp.o .PHONY : CWGLManager.cpp.o CWGLManager.i: CWGLManager.cpp.i .PHONY : CWGLManager.i # target to preprocess a source file CWGLManager.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CWGLManager.cpp.i .PHONY : CWGLManager.cpp.i CWGLManager.s: CWGLManager.cpp.s .PHONY : CWGLManager.s # target to generate assembly for a file CWGLManager.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/CWGLManager.cpp.s .PHONY : CWGLManager.cpp.s CWriteFile.o: CWriteFile.cpp.o .PHONY : CWriteFile.o # target to build an object file CWriteFile.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRIOOBJ.dir/build.make irr/src/CMakeFiles/IRRIOOBJ.dir/CWriteFile.cpp.o .PHONY : CWriteFile.cpp.o CWriteFile.i: CWriteFile.cpp.i .PHONY : CWriteFile.i # target to preprocess a source file CWriteFile.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRIOOBJ.dir/build.make irr/src/CMakeFiles/IRRIOOBJ.dir/CWriteFile.cpp.i .PHONY : CWriteFile.cpp.i CWriteFile.s: CWriteFile.cpp.s .PHONY : CWriteFile.s # target to generate assembly for a file CWriteFile.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRIOOBJ.dir/build.make irr/src/CMakeFiles/IRRIOOBJ.dir/CWriteFile.cpp.s .PHONY : CWriteFile.cpp.s CXMeshFileLoader.o: CXMeshFileLoader.cpp.o .PHONY : CXMeshFileLoader.o # target to build an object file CXMeshFileLoader.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRMESHOBJ.dir/build.make irr/src/CMakeFiles/IRRMESHOBJ.dir/CXMeshFileLoader.cpp.o .PHONY : CXMeshFileLoader.cpp.o CXMeshFileLoader.i: CXMeshFileLoader.cpp.i .PHONY : CXMeshFileLoader.i # target to preprocess a source file CXMeshFileLoader.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRMESHOBJ.dir/build.make irr/src/CMakeFiles/IRRMESHOBJ.dir/CXMeshFileLoader.cpp.i .PHONY : CXMeshFileLoader.cpp.i CXMeshFileLoader.s: CXMeshFileLoader.cpp.s .PHONY : CXMeshFileLoader.s # target to generate assembly for a file CXMeshFileLoader.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRMESHOBJ.dir/build.make irr/src/CMakeFiles/IRRMESHOBJ.dir/CXMeshFileLoader.cpp.s .PHONY : CXMeshFileLoader.cpp.s CZipReader.o: CZipReader.cpp.o .PHONY : CZipReader.o # target to build an object file CZipReader.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRIOOBJ.dir/build.make irr/src/CMakeFiles/IRRIOOBJ.dir/CZipReader.cpp.o .PHONY : CZipReader.cpp.o CZipReader.i: CZipReader.cpp.i .PHONY : CZipReader.i # target to preprocess a source file CZipReader.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRIOOBJ.dir/build.make irr/src/CMakeFiles/IRRIOOBJ.dir/CZipReader.cpp.i .PHONY : CZipReader.cpp.i CZipReader.s: CZipReader.cpp.s .PHONY : CZipReader.s # target to generate assembly for a file CZipReader.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRIOOBJ.dir/build.make irr/src/CMakeFiles/IRRIOOBJ.dir/CZipReader.cpp.s .PHONY : CZipReader.cpp.s Irrlicht.o: Irrlicht.cpp.o .PHONY : Irrlicht.o # target to build an object file Irrlicht.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/Irrlicht.cpp.o .PHONY : Irrlicht.cpp.o Irrlicht.i: Irrlicht.cpp.i .PHONY : Irrlicht.i # target to preprocess a source file Irrlicht.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/Irrlicht.cpp.i .PHONY : Irrlicht.cpp.i Irrlicht.s: Irrlicht.cpp.s .PHONY : Irrlicht.s # target to generate assembly for a file Irrlicht.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/Irrlicht.cpp.s .PHONY : Irrlicht.cpp.s OpenGL/Driver.o: OpenGL/Driver.cpp.o .PHONY : OpenGL/Driver.o # target to build an object file OpenGL/Driver.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/OpenGL/Driver.cpp.o .PHONY : OpenGL/Driver.cpp.o OpenGL/Driver.i: OpenGL/Driver.cpp.i .PHONY : OpenGL/Driver.i # target to preprocess a source file OpenGL/Driver.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/OpenGL/Driver.cpp.i .PHONY : OpenGL/Driver.cpp.i OpenGL/Driver.s: OpenGL/Driver.cpp.s .PHONY : OpenGL/Driver.s # target to generate assembly for a file OpenGL/Driver.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/OpenGL/Driver.cpp.s .PHONY : OpenGL/Driver.cpp.s OpenGL/ExtensionHandler.o: OpenGL/ExtensionHandler.cpp.o .PHONY : OpenGL/ExtensionHandler.o # target to build an object file OpenGL/ExtensionHandler.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/OpenGL/ExtensionHandler.cpp.o .PHONY : OpenGL/ExtensionHandler.cpp.o OpenGL/ExtensionHandler.i: OpenGL/ExtensionHandler.cpp.i .PHONY : OpenGL/ExtensionHandler.i # target to preprocess a source file OpenGL/ExtensionHandler.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/OpenGL/ExtensionHandler.cpp.i .PHONY : OpenGL/ExtensionHandler.cpp.i OpenGL/ExtensionHandler.s: OpenGL/ExtensionHandler.cpp.s .PHONY : OpenGL/ExtensionHandler.s # target to generate assembly for a file OpenGL/ExtensionHandler.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/OpenGL/ExtensionHandler.cpp.s .PHONY : OpenGL/ExtensionHandler.cpp.s OpenGL/FixedPipelineRenderer.o: OpenGL/FixedPipelineRenderer.cpp.o .PHONY : OpenGL/FixedPipelineRenderer.o # target to build an object file OpenGL/FixedPipelineRenderer.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/OpenGL/FixedPipelineRenderer.cpp.o .PHONY : OpenGL/FixedPipelineRenderer.cpp.o OpenGL/FixedPipelineRenderer.i: OpenGL/FixedPipelineRenderer.cpp.i .PHONY : OpenGL/FixedPipelineRenderer.i # target to preprocess a source file OpenGL/FixedPipelineRenderer.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/OpenGL/FixedPipelineRenderer.cpp.i .PHONY : OpenGL/FixedPipelineRenderer.cpp.i OpenGL/FixedPipelineRenderer.s: OpenGL/FixedPipelineRenderer.cpp.s .PHONY : OpenGL/FixedPipelineRenderer.s # target to generate assembly for a file OpenGL/FixedPipelineRenderer.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/OpenGL/FixedPipelineRenderer.cpp.s .PHONY : OpenGL/FixedPipelineRenderer.cpp.s OpenGL/MaterialRenderer.o: OpenGL/MaterialRenderer.cpp.o .PHONY : OpenGL/MaterialRenderer.o # target to build an object file OpenGL/MaterialRenderer.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/OpenGL/MaterialRenderer.cpp.o .PHONY : OpenGL/MaterialRenderer.cpp.o OpenGL/MaterialRenderer.i: OpenGL/MaterialRenderer.cpp.i .PHONY : OpenGL/MaterialRenderer.i # target to preprocess a source file OpenGL/MaterialRenderer.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/OpenGL/MaterialRenderer.cpp.i .PHONY : OpenGL/MaterialRenderer.cpp.i OpenGL/MaterialRenderer.s: OpenGL/MaterialRenderer.cpp.s .PHONY : OpenGL/MaterialRenderer.s # target to generate assembly for a file OpenGL/MaterialRenderer.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/OpenGL/MaterialRenderer.cpp.s .PHONY : OpenGL/MaterialRenderer.cpp.s OpenGL/Renderer2D.o: OpenGL/Renderer2D.cpp.o .PHONY : OpenGL/Renderer2D.o # target to build an object file OpenGL/Renderer2D.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/OpenGL/Renderer2D.cpp.o .PHONY : OpenGL/Renderer2D.cpp.o OpenGL/Renderer2D.i: OpenGL/Renderer2D.cpp.i .PHONY : OpenGL/Renderer2D.i # target to preprocess a source file OpenGL/Renderer2D.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/OpenGL/Renderer2D.cpp.i .PHONY : OpenGL/Renderer2D.cpp.i OpenGL/Renderer2D.s: OpenGL/Renderer2D.cpp.s .PHONY : OpenGL/Renderer2D.s # target to generate assembly for a file OpenGL/Renderer2D.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/OpenGL/Renderer2D.cpp.s .PHONY : OpenGL/Renderer2D.cpp.s OpenGL/VBO.o: OpenGL/VBO.cpp.o .PHONY : OpenGL/VBO.o # target to build an object file OpenGL/VBO.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/OpenGL/VBO.cpp.o .PHONY : OpenGL/VBO.cpp.o OpenGL/VBO.i: OpenGL/VBO.cpp.i .PHONY : OpenGL/VBO.i # target to preprocess a source file OpenGL/VBO.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/OpenGL/VBO.cpp.i .PHONY : OpenGL/VBO.cpp.i OpenGL/VBO.s: OpenGL/VBO.cpp.s .PHONY : OpenGL/VBO.s # target to generate assembly for a file OpenGL/VBO.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/OpenGL/VBO.cpp.s .PHONY : OpenGL/VBO.cpp.s OpenGL3/DriverGL3.o: OpenGL3/DriverGL3.cpp.o .PHONY : OpenGL3/DriverGL3.o # target to build an object file OpenGL3/DriverGL3.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/OpenGL3/DriverGL3.cpp.o .PHONY : OpenGL3/DriverGL3.cpp.o OpenGL3/DriverGL3.i: OpenGL3/DriverGL3.cpp.i .PHONY : OpenGL3/DriverGL3.i # target to preprocess a source file OpenGL3/DriverGL3.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/OpenGL3/DriverGL3.cpp.i .PHONY : OpenGL3/DriverGL3.cpp.i OpenGL3/DriverGL3.s: OpenGL3/DriverGL3.cpp.s .PHONY : OpenGL3/DriverGL3.s # target to generate assembly for a file OpenGL3/DriverGL3.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/OpenGL3/DriverGL3.cpp.s .PHONY : OpenGL3/DriverGL3.cpp.s SkinnedMesh.o: SkinnedMesh.cpp.o .PHONY : SkinnedMesh.o # target to build an object file SkinnedMesh.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRMESHOBJ.dir/build.make irr/src/CMakeFiles/IRRMESHOBJ.dir/SkinnedMesh.cpp.o .PHONY : SkinnedMesh.cpp.o SkinnedMesh.i: SkinnedMesh.cpp.i .PHONY : SkinnedMesh.i # target to preprocess a source file SkinnedMesh.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRMESHOBJ.dir/build.make irr/src/CMakeFiles/IRRMESHOBJ.dir/SkinnedMesh.cpp.i .PHONY : SkinnedMesh.cpp.i SkinnedMesh.s: SkinnedMesh.cpp.s .PHONY : SkinnedMesh.s # target to generate assembly for a file SkinnedMesh.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRMESHOBJ.dir/build.make irr/src/CMakeFiles/IRRMESHOBJ.dir/SkinnedMesh.cpp.s .PHONY : SkinnedMesh.cpp.s mt_opengl_loader.o: mt_opengl_loader.cpp.o .PHONY : mt_opengl_loader.o # target to build an object file mt_opengl_loader.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/mt_opengl_loader.cpp.o .PHONY : mt_opengl_loader.cpp.o mt_opengl_loader.i: mt_opengl_loader.cpp.i .PHONY : mt_opengl_loader.i # target to preprocess a source file mt_opengl_loader.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/mt_opengl_loader.cpp.i .PHONY : mt_opengl_loader.cpp.i mt_opengl_loader.s: mt_opengl_loader.cpp.s .PHONY : mt_opengl_loader.s # target to generate assembly for a file mt_opengl_loader.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRRVIDEOOBJ.dir/build.make irr/src/CMakeFiles/IRRVIDEOOBJ.dir/mt_opengl_loader.cpp.s .PHONY : mt_opengl_loader.cpp.s os.o: os.cpp.o .PHONY : os.o # target to build an object file os.cpp.o: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/os.cpp.o .PHONY : os.cpp.o os.i: os.cpp.i .PHONY : os.i # target to preprocess a source file os.cpp.i: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/os.cpp.i .PHONY : os.cpp.i os.s: os.cpp.s .PHONY : os.s # target to generate assembly for a file os.cpp.s: cd /export/home/andreas/oi-userland/components/games/luanti/build/amd64 && $(MAKE) $(MAKESILENT) -f irr/src/CMakeFiles/IRROTHEROBJ.dir/build.make irr/src/CMakeFiles/IRROTHEROBJ.dir/os.cpp.s .PHONY : os.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 "... IRRGUIOBJ" @echo "... IRRIOOBJ" @echo "... IRRMESHOBJ" @echo "... IRROTHEROBJ" @echo "... IRRVIDEOOBJ" @echo "... IrrlichtMt" @echo "... CAnimatedMeshSceneNode.o" @echo "... CAnimatedMeshSceneNode.i" @echo "... CAnimatedMeshSceneNode.s" @echo "... CB3DMeshFileLoader.o" @echo "... CB3DMeshFileLoader.i" @echo "... CB3DMeshFileLoader.s" @echo "... CBillboardSceneNode.o" @echo "... CBillboardSceneNode.i" @echo "... CBillboardSceneNode.s" @echo "... CCameraSceneNode.o" @echo "... CCameraSceneNode.i" @echo "... CCameraSceneNode.s" @echo "... CColorConverter.o" @echo "... CColorConverter.i" @echo "... CColorConverter.s" @echo "... CDummyTransformationSceneNode.o" @echo "... CDummyTransformationSceneNode.i" @echo "... CDummyTransformationSceneNode.s" @echo "... CEGLManager.o" @echo "... CEGLManager.i" @echo "... CEGLManager.s" @echo "... CEmptySceneNode.o" @echo "... CEmptySceneNode.i" @echo "... CEmptySceneNode.s" @echo "... CFPSCounter.o" @echo "... CFPSCounter.i" @echo "... CFPSCounter.s" @echo "... CFileList.o" @echo "... CFileList.i" @echo "... CFileList.s" @echo "... CFileSystem.o" @echo "... CFileSystem.i" @echo "... CFileSystem.s" @echo "... CGLTFMeshFileLoader.o" @echo "... CGLTFMeshFileLoader.i" @echo "... CGLTFMeshFileLoader.s" @echo "... CGLXManager.o" @echo "... CGLXManager.i" @echo "... CGLXManager.s" @echo "... CGUIButton.o" @echo "... CGUIButton.i" @echo "... CGUIButton.s" @echo "... CGUICheckBox.o" @echo "... CGUICheckBox.i" @echo "... CGUICheckBox.s" @echo "... CGUIComboBox.o" @echo "... CGUIComboBox.i" @echo "... CGUIComboBox.s" @echo "... CGUIEditBox.o" @echo "... CGUIEditBox.i" @echo "... CGUIEditBox.s" @echo "... CGUIEnvironment.o" @echo "... CGUIEnvironment.i" @echo "... CGUIEnvironment.s" @echo "... CGUIFileOpenDialog.o" @echo "... CGUIFileOpenDialog.i" @echo "... CGUIFileOpenDialog.s" @echo "... CGUIFont.o" @echo "... CGUIFont.i" @echo "... CGUIFont.s" @echo "... CGUIImage.o" @echo "... CGUIImage.i" @echo "... CGUIImage.s" @echo "... CGUIImageList.o" @echo "... CGUIImageList.i" @echo "... CGUIImageList.s" @echo "... CGUIListBox.o" @echo "... CGUIListBox.i" @echo "... CGUIListBox.s" @echo "... CGUIScrollBar.o" @echo "... CGUIScrollBar.i" @echo "... CGUIScrollBar.s" @echo "... CGUISkin.o" @echo "... CGUISkin.i" @echo "... CGUISkin.s" @echo "... CGUISpriteBank.o" @echo "... CGUISpriteBank.i" @echo "... CGUISpriteBank.s" @echo "... CGUIStaticText.o" @echo "... CGUIStaticText.i" @echo "... CGUIStaticText.s" @echo "... CGUITabControl.o" @echo "... CGUITabControl.i" @echo "... CGUITabControl.s" @echo "... CImage.o" @echo "... CImage.i" @echo "... CImage.s" @echo "... CImageLoaderJPG.o" @echo "... CImageLoaderJPG.i" @echo "... CImageLoaderJPG.s" @echo "... CImageLoaderPNG.o" @echo "... CImageLoaderPNG.i" @echo "... CImageLoaderPNG.s" @echo "... CImageLoaderTGA.o" @echo "... CImageLoaderTGA.i" @echo "... CImageLoaderTGA.s" @echo "... CImageWriterJPG.o" @echo "... CImageWriterJPG.i" @echo "... CImageWriterJPG.s" @echo "... CImageWriterPNG.o" @echo "... CImageWriterPNG.i" @echo "... CImageWriterPNG.s" @echo "... CIrrDeviceLinux.o" @echo "... CIrrDeviceLinux.i" @echo "... CIrrDeviceLinux.s" @echo "... CIrrDeviceSDL.o" @echo "... CIrrDeviceSDL.i" @echo "... CIrrDeviceSDL.s" @echo "... CIrrDeviceStub.o" @echo "... CIrrDeviceStub.i" @echo "... CIrrDeviceStub.s" @echo "... CIrrDeviceWin32.o" @echo "... CIrrDeviceWin32.i" @echo "... CIrrDeviceWin32.s" @echo "... CLimitReadFile.o" @echo "... CLimitReadFile.i" @echo "... CLimitReadFile.s" @echo "... CLogger.o" @echo "... CLogger.i" @echo "... CLogger.s" @echo "... CMemoryFile.o" @echo "... CMemoryFile.i" @echo "... CMemoryFile.s" @echo "... CMeshCache.o" @echo "... CMeshCache.i" @echo "... CMeshCache.s" @echo "... CMeshManipulator.o" @echo "... CMeshManipulator.i" @echo "... CMeshManipulator.s" @echo "... CMeshSceneNode.o" @echo "... CMeshSceneNode.i" @echo "... CMeshSceneNode.s" @echo "... CNullDriver.o" @echo "... CNullDriver.i" @echo "... CNullDriver.s" @echo "... COBJMeshFileLoader.o" @echo "... COBJMeshFileLoader.i" @echo "... COBJMeshFileLoader.s" @echo "... COSOperator.o" @echo "... COSOperator.i" @echo "... COSOperator.s" @echo "... COpenGLCacheHandler.o" @echo "... COpenGLCacheHandler.i" @echo "... COpenGLCacheHandler.s" @echo "... COpenGLDriver.o" @echo "... COpenGLDriver.i" @echo "... COpenGLDriver.s" @echo "... COpenGLExtensionHandler.o" @echo "... COpenGLExtensionHandler.i" @echo "... COpenGLExtensionHandler.s" @echo "... COpenGLSLMaterialRenderer.o" @echo "... COpenGLSLMaterialRenderer.i" @echo "... COpenGLSLMaterialRenderer.s" @echo "... CReadFile.o" @echo "... CReadFile.i" @echo "... CReadFile.s" @echo "... CSDLManager.o" @echo "... CSDLManager.i" @echo "... CSDLManager.s" @echo "... CSceneCollisionManager.o" @echo "... CSceneCollisionManager.i" @echo "... CSceneCollisionManager.s" @echo "... CSceneManager.o" @echo "... CSceneManager.i" @echo "... CSceneManager.s" @echo "... CWGLManager.o" @echo "... CWGLManager.i" @echo "... CWGLManager.s" @echo "... CWriteFile.o" @echo "... CWriteFile.i" @echo "... CWriteFile.s" @echo "... CXMeshFileLoader.o" @echo "... CXMeshFileLoader.i" @echo "... CXMeshFileLoader.s" @echo "... CZipReader.o" @echo "... CZipReader.i" @echo "... CZipReader.s" @echo "... Irrlicht.o" @echo "... Irrlicht.i" @echo "... Irrlicht.s" @echo "... OpenGL/Driver.o" @echo "... OpenGL/Driver.i" @echo "... OpenGL/Driver.s" @echo "... OpenGL/ExtensionHandler.o" @echo "... OpenGL/ExtensionHandler.i" @echo "... OpenGL/ExtensionHandler.s" @echo "... OpenGL/FixedPipelineRenderer.o" @echo "... OpenGL/FixedPipelineRenderer.i" @echo "... OpenGL/FixedPipelineRenderer.s" @echo "... OpenGL/MaterialRenderer.o" @echo "... OpenGL/MaterialRenderer.i" @echo "... OpenGL/MaterialRenderer.s" @echo "... OpenGL/Renderer2D.o" @echo "... OpenGL/Renderer2D.i" @echo "... OpenGL/Renderer2D.s" @echo "... OpenGL/VBO.o" @echo "... OpenGL/VBO.i" @echo "... OpenGL/VBO.s" @echo "... OpenGL3/DriverGL3.o" @echo "... OpenGL3/DriverGL3.i" @echo "... OpenGL3/DriverGL3.s" @echo "... SkinnedMesh.o" @echo "... SkinnedMesh.i" @echo "... SkinnedMesh.s" @echo "... mt_opengl_loader.o" @echo "... mt_opengl_loader.i" @echo "... mt_opengl_loader.s" @echo "... os.o" @echo "... os.i" @echo "... os.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