mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-27 22:05:17 +01:00
Removing changes of commit 70b50ab
This commit is contained in:
68
CMakeFiles/doc.dir/build.make
Normal file
68
CMakeFiles/doc.dir/build.make
Normal file
@@ -0,0 +1,68 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.2
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Remove some rules from gmake that .SUFFIXES does not remove.
|
||||
SUFFIXES =
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# 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 remove -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/foghrye4/minetest
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/foghrye4/minetest
|
||||
|
||||
# Utility rule file for doc.
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/doc.dir/progress.make
|
||||
|
||||
CMakeFiles/doc:
|
||||
$(CMAKE_COMMAND) -E cmake_progress_report /home/foghrye4/minetest/CMakeFiles $(CMAKE_PROGRESS_1)
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "Generating API documentation with Doxygen"
|
||||
cd /home/foghrye4/minetest/doc && /usr/bin/doxygen /home/foghrye4/minetest/doc/Doxyfile
|
||||
|
||||
doc: CMakeFiles/doc
|
||||
doc: CMakeFiles/doc.dir/build.make
|
||||
.PHONY : doc
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/doc.dir/build: doc
|
||||
.PHONY : CMakeFiles/doc.dir/build
|
||||
|
||||
CMakeFiles/doc.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/doc.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/doc.dir/clean
|
||||
|
||||
CMakeFiles/doc.dir/depend:
|
||||
cd /home/foghrye4/minetest && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/foghrye4/minetest /home/foghrye4/minetest /home/foghrye4/minetest /home/foghrye4/minetest /home/foghrye4/minetest/CMakeFiles/doc.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/doc.dir/depend
|
||||
|
||||
Reference in New Issue
Block a user