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 --- .../CMakeFiles/CMakeDirectoryInformation.cmake | 16 +++ app/tools/CMakeFiles/listxtp.dir/DependInfo.cmake | 29 ++++++ app/tools/CMakeFiles/listxtp.dir/build.make | 113 +++++++++++++++++++++ app/tools/CMakeFiles/listxtp.dir/cmake_clean.cmake | 10 ++ app/tools/CMakeFiles/listxtp.dir/depend.make | 2 + app/tools/CMakeFiles/listxtp.dir/flags.make | 10 ++ app/tools/CMakeFiles/listxtp.dir/link.txt | 1 + app/tools/CMakeFiles/listxtp.dir/progress.make | 3 + app/tools/CMakeFiles/progress.marks | 1 + 9 files changed, 185 insertions(+) create mode 100644 app/tools/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 app/tools/CMakeFiles/listxtp.dir/DependInfo.cmake create mode 100644 app/tools/CMakeFiles/listxtp.dir/build.make create mode 100644 app/tools/CMakeFiles/listxtp.dir/cmake_clean.cmake create mode 100644 app/tools/CMakeFiles/listxtp.dir/depend.make create mode 100644 app/tools/CMakeFiles/listxtp.dir/flags.make create mode 100644 app/tools/CMakeFiles/listxtp.dir/link.txt create mode 100644 app/tools/CMakeFiles/listxtp.dir/progress.make create mode 100644 app/tools/CMakeFiles/progress.marks (limited to 'app/tools/CMakeFiles') diff --git a/app/tools/CMakeFiles/CMakeDirectoryInformation.cmake b/app/tools/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..2569371 --- /dev/null +++ b/app/tools/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.6 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/martin/XTrackCAD/src/work") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/martin/XTrackCAD/src/work") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/app/tools/CMakeFiles/listxtp.dir/DependInfo.cmake b/app/tools/CMakeFiles/listxtp.dir/DependInfo.cmake new file mode 100644 index 0000000..0dba786 --- /dev/null +++ b/app/tools/CMakeFiles/listxtp.dir/DependInfo.cmake @@ -0,0 +1,29 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "C" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_C + "/home/martin/XTrackCAD/src/work/app/tools/listxtp.c" "/home/martin/XTrackCAD/src/work/app/tools/CMakeFiles/listxtp.dir/listxtp.c.o" + ) +set(CMAKE_C_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_C + "XTRKCAD_CMAKE_BUILD" + ) + +# The include file search paths: +set(CMAKE_C_TARGET_INCLUDE_PATH + "/usr/local/include" + "app/bin" + "app/dynstring" + "app/cornu" + ) + +# 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/tools/CMakeFiles/listxtp.dir/build.make b/app/tools/CMakeFiles/listxtp.dir/build.make new file mode 100644 index 0000000..dad40fa --- /dev/null +++ b/app/tools/CMakeFiles/listxtp.dir/build.make @@ -0,0 +1,113 @@ +# 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 + +# Include any dependencies generated for this target. +include app/tools/CMakeFiles/listxtp.dir/depend.make + +# Include the progress variables for this target. +include app/tools/CMakeFiles/listxtp.dir/progress.make + +# Include the compile flags for this target's objects. +include app/tools/CMakeFiles/listxtp.dir/flags.make + +app/tools/CMakeFiles/listxtp.dir/listxtp.c.o: app/tools/CMakeFiles/listxtp.dir/flags.make +app/tools/CMakeFiles/listxtp.dir/listxtp.c.o: app/tools/listxtp.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object app/tools/CMakeFiles/listxtp.dir/listxtp.c.o" + cd /home/martin/XTrackCAD/src/work/app/tools && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/listxtp.dir/listxtp.c.o -c /home/martin/XTrackCAD/src/work/app/tools/listxtp.c + +app/tools/CMakeFiles/listxtp.dir/listxtp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/listxtp.dir/listxtp.c.i" + cd /home/martin/XTrackCAD/src/work/app/tools && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/tools/listxtp.c > CMakeFiles/listxtp.dir/listxtp.c.i + +app/tools/CMakeFiles/listxtp.dir/listxtp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/listxtp.dir/listxtp.c.s" + cd /home/martin/XTrackCAD/src/work/app/tools && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/tools/listxtp.c -o CMakeFiles/listxtp.dir/listxtp.c.s + +app/tools/CMakeFiles/listxtp.dir/listxtp.c.o.requires: + +.PHONY : app/tools/CMakeFiles/listxtp.dir/listxtp.c.o.requires + +app/tools/CMakeFiles/listxtp.dir/listxtp.c.o.provides: app/tools/CMakeFiles/listxtp.dir/listxtp.c.o.requires + $(MAKE) -f app/tools/CMakeFiles/listxtp.dir/build.make app/tools/CMakeFiles/listxtp.dir/listxtp.c.o.provides.build +.PHONY : app/tools/CMakeFiles/listxtp.dir/listxtp.c.o.provides + +app/tools/CMakeFiles/listxtp.dir/listxtp.c.o.provides.build: app/tools/CMakeFiles/listxtp.dir/listxtp.c.o + + +# Object files for target listxtp +listxtp_OBJECTS = \ +"CMakeFiles/listxtp.dir/listxtp.c.o" + +# External object files for target listxtp +listxtp_EXTERNAL_OBJECTS = + +app/tools/listxtp: app/tools/CMakeFiles/listxtp.dir/listxtp.c.o +app/tools/listxtp: app/tools/CMakeFiles/listxtp.dir/build.make +app/tools/listxtp: app/tools/CMakeFiles/listxtp.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable listxtp" + cd /home/martin/XTrackCAD/src/work/app/tools && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/listxtp.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +app/tools/CMakeFiles/listxtp.dir/build: app/tools/listxtp + +.PHONY : app/tools/CMakeFiles/listxtp.dir/build + +app/tools/CMakeFiles/listxtp.dir/requires: app/tools/CMakeFiles/listxtp.dir/listxtp.c.o.requires + +.PHONY : app/tools/CMakeFiles/listxtp.dir/requires + +app/tools/CMakeFiles/listxtp.dir/clean: + cd /home/martin/XTrackCAD/src/work/app/tools && $(CMAKE_COMMAND) -P CMakeFiles/listxtp.dir/cmake_clean.cmake +.PHONY : app/tools/CMakeFiles/listxtp.dir/clean + +app/tools/CMakeFiles/listxtp.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/tools /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/tools /home/martin/XTrackCAD/src/work/app/tools/CMakeFiles/listxtp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : app/tools/CMakeFiles/listxtp.dir/depend + diff --git a/app/tools/CMakeFiles/listxtp.dir/cmake_clean.cmake b/app/tools/CMakeFiles/listxtp.dir/cmake_clean.cmake new file mode 100644 index 0000000..6340b0e --- /dev/null +++ b/app/tools/CMakeFiles/listxtp.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/listxtp.dir/listxtp.c.o" + "listxtp.pdb" + "listxtp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/listxtp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/app/tools/CMakeFiles/listxtp.dir/depend.make b/app/tools/CMakeFiles/listxtp.dir/depend.make new file mode 100644 index 0000000..2087009 --- /dev/null +++ b/app/tools/CMakeFiles/listxtp.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for listxtp. +# This may be replaced when dependencies are built. diff --git a/app/tools/CMakeFiles/listxtp.dir/flags.make b/app/tools/CMakeFiles/listxtp.dir/flags.make new file mode 100644 index 0000000..adbe140 --- /dev/null +++ b/app/tools/CMakeFiles/listxtp.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.6 + +# compile C with /usr/bin/gcc +C_FLAGS = -g3 -gdwarf-2 -std=gnu99 + +C_DEFINES = -DXTRKCAD_CMAKE_BUILD + +C_INCLUDES = -I/usr/local/include -I/home/martin/XTrackCAD/src/work/app/bin -I/home/martin/XTrackCAD/src/work/app/dynstring -I/home/martin/XTrackCAD/src/work/app/cornu + diff --git a/app/tools/CMakeFiles/listxtp.dir/link.txt b/app/tools/CMakeFiles/listxtp.dir/link.txt new file mode 100644 index 0000000..c355270 --- /dev/null +++ b/app/tools/CMakeFiles/listxtp.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -g3 -gdwarf-2 CMakeFiles/listxtp.dir/listxtp.c.o -o listxtp -rdynamic diff --git a/app/tools/CMakeFiles/listxtp.dir/progress.make b/app/tools/CMakeFiles/listxtp.dir/progress.make new file mode 100644 index 0000000..649948f --- /dev/null +++ b/app/tools/CMakeFiles/listxtp.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 18 + diff --git a/app/tools/CMakeFiles/progress.marks b/app/tools/CMakeFiles/progress.marks new file mode 100644 index 0000000..a45fd52 --- /dev/null +++ b/app/tools/CMakeFiles/progress.marks @@ -0,0 +1 @@ +24 -- cgit v1.2.3