diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-05 19:24:29 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-05 19:24:29 +0200 |
commit | 81184b836a6ddbeaca5f85781a052cb36424e37f (patch) | |
tree | 1965bd34b4e351e5148a1412e618555b72330117 /app/lib/CMakeFiles/CHANGELOG.dir | |
parent | 67d0ce65dc6a1d240e271a7cd479b60aa1dc2967 (diff) | |
parent | c1f7a0251136f6327d14a85eb5a761489551b668 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'app/lib/CMakeFiles/CHANGELOG.dir')
-rw-r--r-- | app/lib/CMakeFiles/CHANGELOG.dir/DependInfo.cmake | 11 | ||||
-rw-r--r-- | app/lib/CMakeFiles/CHANGELOG.dir/build.make | 81 | ||||
-rw-r--r-- | app/lib/CMakeFiles/CHANGELOG.dir/cmake_clean.cmake | 9 | ||||
-rw-r--r-- | app/lib/CMakeFiles/CHANGELOG.dir/progress.make | 2 |
4 files changed, 103 insertions, 0 deletions
diff --git a/app/lib/CMakeFiles/CHANGELOG.dir/DependInfo.cmake b/app/lib/CMakeFiles/CHANGELOG.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/app/lib/CMakeFiles/CHANGELOG.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/app/lib/CMakeFiles/CHANGELOG.dir/build.make b/app/lib/CMakeFiles/CHANGELOG.dir/build.make new file mode 100644 index 0000000..dde179c --- /dev/null +++ b/app/lib/CMakeFiles/CHANGELOG.dir/build.make @@ -0,0 +1,81 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.6 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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/martin/XTrackCAD/src/work + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/martin/XTrackCAD/src/work + +# Utility rule file for CHANGELOG. + +# Include the progress variables for this target. +include app/lib/CMakeFiles/CHANGELOG.dir/progress.make + +app/lib/CMakeFiles/CHANGELOG: app/lib/CHANGELOG.txt + + +app/lib/CHANGELOG.txt: app/lib/CHANGELOG.md + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating CHANGELOG.txt" + cd /home/martin/XTrackCAD/src/work/app/lib && /usr/bin/pandoc --from=Markdown --to=plain -o /home/martin/XTrackCAD/src/work/app/lib/CHANGELOG.txt /home/martin/XTrackCAD/src/work/app/lib/CHANGELOG.md + +CHANGELOG: app/lib/CMakeFiles/CHANGELOG +CHANGELOG: app/lib/CHANGELOG.txt +CHANGELOG: app/lib/CMakeFiles/CHANGELOG.dir/build.make + +.PHONY : CHANGELOG + +# Rule to build all files generated by this target. +app/lib/CMakeFiles/CHANGELOG.dir/build: CHANGELOG + +.PHONY : app/lib/CMakeFiles/CHANGELOG.dir/build + +app/lib/CMakeFiles/CHANGELOG.dir/clean: + cd /home/martin/XTrackCAD/src/work/app/lib && $(CMAKE_COMMAND) -P CMakeFiles/CHANGELOG.dir/cmake_clean.cmake +.PHONY : app/lib/CMakeFiles/CHANGELOG.dir/clean + +app/lib/CMakeFiles/CHANGELOG.dir/depend: + cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/lib /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/lib /home/martin/XTrackCAD/src/work/app/lib/CMakeFiles/CHANGELOG.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : app/lib/CMakeFiles/CHANGELOG.dir/depend + diff --git a/app/lib/CMakeFiles/CHANGELOG.dir/cmake_clean.cmake b/app/lib/CMakeFiles/CHANGELOG.dir/cmake_clean.cmake new file mode 100644 index 0000000..3ca44fd --- /dev/null +++ b/app/lib/CMakeFiles/CHANGELOG.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/CHANGELOG" + "CHANGELOG.txt" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/CHANGELOG.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/app/lib/CMakeFiles/CHANGELOG.dir/progress.make b/app/lib/CMakeFiles/CHANGELOG.dir/progress.make new file mode 100644 index 0000000..225de34 --- /dev/null +++ b/app/lib/CMakeFiles/CHANGELOG.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = + |