From 9a1d6eded2750572e9f5f79e53ec507dd7a06ba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 5 May 2018 18:22:00 +0200 Subject: New upstream version 5.1.1 --- app/help/CMakeFiles/Help.dir/build.make | 87 +++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 app/help/CMakeFiles/Help.dir/build.make (limited to 'app/help/CMakeFiles/Help.dir/build.make') 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 + -- cgit v1.2.3