diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-05-27 14:58:13 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-05-27 14:58:13 +0200 |
commit | 265d6934cd70a60228e7a11cfc000aff73dd4701 (patch) | |
tree | 610eb753fea70e7f407e751e22697fc8a1ec04bd /app/lib/CMakeFiles/Readme.dir/build.make | |
parent | bd8c21a35fd05fcbdaa95e4c0b7c94c3b97507b6 (diff) | |
parent | 359b557176b9bb2ff1aed2082641eed39c358d0d (diff) |
Update upstream source from tag 'upstream/5.1.2a'
Update to upstream version '5.1.2a'
with Debian dir 4d0d8239e41bb5de5dc968c2a5c6eb9c140bb2f3
Diffstat (limited to 'app/lib/CMakeFiles/Readme.dir/build.make')
-rw-r--r-- | app/lib/CMakeFiles/Readme.dir/build.make | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/app/lib/CMakeFiles/Readme.dir/build.make b/app/lib/CMakeFiles/Readme.dir/build.make deleted file mode 100644 index b4b9850..0000000 --- a/app/lib/CMakeFiles/Readme.dir/build.make +++ /dev/null @@ -1,81 +0,0 @@ -# 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 Readme. - -# Include the progress variables for this target. -include app/lib/CMakeFiles/Readme.dir/progress.make - -app/lib/CMakeFiles/Readme: app/lib/Readme.txt - - -app/lib/Readme.txt: app/lib/Readme.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 Readme.txt" - cd /home/martin/XTrackCAD/src/work/app/lib && /usr/bin/pandoc --from=Markdown --to=plain -o /home/martin/XTrackCAD/src/work/app/lib/Readme.txt /home/martin/XTrackCAD/src/work/app/lib/Readme.md - -Readme: app/lib/CMakeFiles/Readme -Readme: app/lib/Readme.txt -Readme: app/lib/CMakeFiles/Readme.dir/build.make - -.PHONY : Readme - -# Rule to build all files generated by this target. -app/lib/CMakeFiles/Readme.dir/build: Readme - -.PHONY : app/lib/CMakeFiles/Readme.dir/build - -app/lib/CMakeFiles/Readme.dir/clean: - cd /home/martin/XTrackCAD/src/work/app/lib && $(CMAKE_COMMAND) -P CMakeFiles/Readme.dir/cmake_clean.cmake -.PHONY : app/lib/CMakeFiles/Readme.dir/clean - -app/lib/CMakeFiles/Readme.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/Readme.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : app/lib/CMakeFiles/Readme.dir/depend - |