diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-05 18:22:19 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-05 18:22:19 +0200 |
commit | 498011c44291d7d619143ce5ff3e38369d759c22 (patch) | |
tree | 5b4d1fdd686089c0c1778a462e27fa694b8f49be /app/help/CMakeFiles/Help.dir | |
parent | 67d0ce65dc6a1d240e271a7cd479b60aa1dc2967 (diff) | |
parent | 9a1d6eded2750572e9f5f79e53ec507dd7a06ba5 (diff) |
Update upstream source from tag 'upstream/5.1.1'
Update to upstream version '5.1.1'
with Debian dir 878f8cb06af8c1037570ac8774f9261ff9b12fa4
Diffstat (limited to 'app/help/CMakeFiles/Help.dir')
-rw-r--r-- | app/help/CMakeFiles/Help.dir/DependInfo.cmake | 17 | ||||
-rw-r--r-- | app/help/CMakeFiles/Help.dir/build.make | 87 | ||||
-rw-r--r-- | app/help/CMakeFiles/Help.dir/cmake_clean.cmake | 10 | ||||
-rw-r--r-- | app/help/CMakeFiles/Help.dir/progress.make | 2 |
4 files changed, 116 insertions, 0 deletions
diff --git a/app/help/CMakeFiles/Help.dir/DependInfo.cmake b/app/help/CMakeFiles/Help.dir/DependInfo.cmake new file mode 100644 index 0000000..96d5456 --- /dev/null +++ b/app/help/CMakeFiles/Help.dir/DependInfo.cmake @@ -0,0 +1,17 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Pairs of files generated by the same build rule. +set(CMAKE_MULTIPLE_OUTPUT_PAIRS + "/home/martin/XTrackCAD/src/work/app/help/messages.but" "/home/martin/XTrackCAD/src/work/app/help/messages.h" + ) + + +# 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/help/CMakeFiles/Help.dir/build.make b/app/help/CMakeFiles/Help.dir/build.make new file mode 100644 index 0000000..251fbf1 --- /dev/null +++ b/app/help/CMakeFiles/Help.dir/build.make @@ -0,0 +1,87 @@ +# 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 Help. + +# Include the progress variables for this target. +include app/help/CMakeFiles/Help.dir/progress.make + +app/help/CMakeFiles/Help: app/help/messages.h +app/help/CMakeFiles/Help: app/help/messages.but + + +app/help/messages.h: app/help/genmessages +app/help/messages.h: app/help/messages.in + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating messages.h, messages.but" + cd /home/martin/XTrackCAD/src/work/app/help && ./genmessages -i18n /home/martin/XTrackCAD/src/work/app/help/messages.in /home/martin/XTrackCAD/src/work/app/help/messages.but + +app/help/messages.but: app/help/messages.h + @$(CMAKE_COMMAND) -E touch_nocreate app/help/messages.but + +Help: app/help/CMakeFiles/Help +Help: app/help/messages.h +Help: app/help/messages.but +Help: app/help/CMakeFiles/Help.dir/build.make + +.PHONY : Help + +# Rule to build all files generated by this target. +app/help/CMakeFiles/Help.dir/build: Help + +.PHONY : app/help/CMakeFiles/Help.dir/build + +app/help/CMakeFiles/Help.dir/clean: + cd /home/martin/XTrackCAD/src/work/app/help && $(CMAKE_COMMAND) -P CMakeFiles/Help.dir/cmake_clean.cmake +.PHONY : app/help/CMakeFiles/Help.dir/clean + +app/help/CMakeFiles/Help.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/help /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/help /home/martin/XTrackCAD/src/work/app/help/CMakeFiles/Help.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : app/help/CMakeFiles/Help.dir/depend + diff --git a/app/help/CMakeFiles/Help.dir/cmake_clean.cmake b/app/help/CMakeFiles/Help.dir/cmake_clean.cmake new file mode 100644 index 0000000..785e5d1 --- /dev/null +++ b/app/help/CMakeFiles/Help.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/Help" + "messages.h" + "messages.but" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/Help.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/app/help/CMakeFiles/Help.dir/progress.make b/app/help/CMakeFiles/Help.dir/progress.make new file mode 100644 index 0000000..225de34 --- /dev/null +++ b/app/help/CMakeFiles/Help.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = + |