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/bin/CMakeFiles/cnvdsgn.dir/DependInfo.cmake | 33 ++++++ app/bin/CMakeFiles/cnvdsgn.dir/build.make | 140 +++++++++++++++++++++++ app/bin/CMakeFiles/cnvdsgn.dir/cmake_clean.cmake | 11 ++ app/bin/CMakeFiles/cnvdsgn.dir/depend.make | 2 + app/bin/CMakeFiles/cnvdsgn.dir/flags.make | 10 ++ app/bin/CMakeFiles/cnvdsgn.dir/link.txt | 1 + app/bin/CMakeFiles/cnvdsgn.dir/progress.make | 4 + 7 files changed, 201 insertions(+) create mode 100644 app/bin/CMakeFiles/cnvdsgn.dir/DependInfo.cmake create mode 100644 app/bin/CMakeFiles/cnvdsgn.dir/build.make create mode 100644 app/bin/CMakeFiles/cnvdsgn.dir/cmake_clean.cmake create mode 100644 app/bin/CMakeFiles/cnvdsgn.dir/depend.make create mode 100644 app/bin/CMakeFiles/cnvdsgn.dir/flags.make create mode 100644 app/bin/CMakeFiles/cnvdsgn.dir/link.txt create mode 100644 app/bin/CMakeFiles/cnvdsgn.dir/progress.make (limited to 'app/bin/CMakeFiles/cnvdsgn.dir') diff --git a/app/bin/CMakeFiles/cnvdsgn.dir/DependInfo.cmake b/app/bin/CMakeFiles/cnvdsgn.dir/DependInfo.cmake new file mode 100644 index 0000000..e54f25d --- /dev/null +++ b/app/bin/CMakeFiles/cnvdsgn.dir/DependInfo.cmake @@ -0,0 +1,33 @@ +# 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/bin/cnvdsgn.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o" + "/home/martin/XTrackCAD/src/work/app/bin/utility.c" "/home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/cnvdsgn.dir/utility.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" + "." + "app/help" + "app/wlib/include" + ) + +# 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/bin/CMakeFiles/cnvdsgn.dir/build.make b/app/bin/CMakeFiles/cnvdsgn.dir/build.make new file mode 100644 index 0000000..c2de164 --- /dev/null +++ b/app/bin/CMakeFiles/cnvdsgn.dir/build.make @@ -0,0 +1,140 @@ +# 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/bin/CMakeFiles/cnvdsgn.dir/depend.make + +# Include the progress variables for this target. +include app/bin/CMakeFiles/cnvdsgn.dir/progress.make + +# Include the compile flags for this target's objects. +include app/bin/CMakeFiles/cnvdsgn.dir/flags.make + +app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o: app/bin/CMakeFiles/cnvdsgn.dir/flags.make +app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o: app/bin/cnvdsgn.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/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o -c /home/martin/XTrackCAD/src/work/app/bin/cnvdsgn.c + +app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cnvdsgn.dir/cnvdsgn.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/cnvdsgn.c > CMakeFiles/cnvdsgn.dir/cnvdsgn.c.i + +app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cnvdsgn.dir/cnvdsgn.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/cnvdsgn.c -o CMakeFiles/cnvdsgn.dir/cnvdsgn.c.s + +app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o.requires: + +.PHONY : app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o.requires + +app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o.provides: app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/cnvdsgn.dir/build.make app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o.provides.build +.PHONY : app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o.provides + +app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o.provides.build: app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o + + +app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o: app/bin/CMakeFiles/cnvdsgn.dir/flags.make +app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o: app/bin/utility.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/cnvdsgn.dir/utility.c.o -c /home/martin/XTrackCAD/src/work/app/bin/utility.c + +app/bin/CMakeFiles/cnvdsgn.dir/utility.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cnvdsgn.dir/utility.c.i" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/bin/utility.c > CMakeFiles/cnvdsgn.dir/utility.c.i + +app/bin/CMakeFiles/cnvdsgn.dir/utility.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cnvdsgn.dir/utility.c.s" + cd /home/martin/XTrackCAD/src/work/app/bin && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/bin/utility.c -o CMakeFiles/cnvdsgn.dir/utility.c.s + +app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o.requires: + +.PHONY : app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o.requires + +app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o.provides: app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o.requires + $(MAKE) -f app/bin/CMakeFiles/cnvdsgn.dir/build.make app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o.provides.build +.PHONY : app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o.provides + +app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o.provides.build: app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o + + +# Object files for target cnvdsgn +cnvdsgn_OBJECTS = \ +"CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o" \ +"CMakeFiles/cnvdsgn.dir/utility.c.o" + +# External object files for target cnvdsgn +cnvdsgn_EXTERNAL_OBJECTS = + +app/bin/cnvdsgn: app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o +app/bin/cnvdsgn: app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o +app/bin/cnvdsgn: app/bin/CMakeFiles/cnvdsgn.dir/build.make +app/bin/cnvdsgn: app/bin/CMakeFiles/cnvdsgn.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_3) "Linking C executable cnvdsgn" + cd /home/martin/XTrackCAD/src/work/app/bin && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/cnvdsgn.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +app/bin/CMakeFiles/cnvdsgn.dir/build: app/bin/cnvdsgn + +.PHONY : app/bin/CMakeFiles/cnvdsgn.dir/build + +app/bin/CMakeFiles/cnvdsgn.dir/requires: app/bin/CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o.requires +app/bin/CMakeFiles/cnvdsgn.dir/requires: app/bin/CMakeFiles/cnvdsgn.dir/utility.c.o.requires + +.PHONY : app/bin/CMakeFiles/cnvdsgn.dir/requires + +app/bin/CMakeFiles/cnvdsgn.dir/clean: + cd /home/martin/XTrackCAD/src/work/app/bin && $(CMAKE_COMMAND) -P CMakeFiles/cnvdsgn.dir/cmake_clean.cmake +.PHONY : app/bin/CMakeFiles/cnvdsgn.dir/clean + +app/bin/CMakeFiles/cnvdsgn.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/bin /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/bin /home/martin/XTrackCAD/src/work/app/bin/CMakeFiles/cnvdsgn.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : app/bin/CMakeFiles/cnvdsgn.dir/depend + diff --git a/app/bin/CMakeFiles/cnvdsgn.dir/cmake_clean.cmake b/app/bin/CMakeFiles/cnvdsgn.dir/cmake_clean.cmake new file mode 100644 index 0000000..4e0d45d --- /dev/null +++ b/app/bin/CMakeFiles/cnvdsgn.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o" + "CMakeFiles/cnvdsgn.dir/utility.c.o" + "cnvdsgn.pdb" + "cnvdsgn" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/cnvdsgn.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/app/bin/CMakeFiles/cnvdsgn.dir/depend.make b/app/bin/CMakeFiles/cnvdsgn.dir/depend.make new file mode 100644 index 0000000..5e1b060 --- /dev/null +++ b/app/bin/CMakeFiles/cnvdsgn.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for cnvdsgn. +# This may be replaced when dependencies are built. diff --git a/app/bin/CMakeFiles/cnvdsgn.dir/flags.make b/app/bin/CMakeFiles/cnvdsgn.dir/flags.make new file mode 100644 index 0000000..5131b8b --- /dev/null +++ b/app/bin/CMakeFiles/cnvdsgn.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 -I/home/martin/XTrackCAD/src/work -I/home/martin/XTrackCAD/src/work/app/help -I/home/martin/XTrackCAD/src/work/app/wlib/include + diff --git a/app/bin/CMakeFiles/cnvdsgn.dir/link.txt b/app/bin/CMakeFiles/cnvdsgn.dir/link.txt new file mode 100644 index 0000000..d5dddd6 --- /dev/null +++ b/app/bin/CMakeFiles/cnvdsgn.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -g3 -gdwarf-2 CMakeFiles/cnvdsgn.dir/cnvdsgn.c.o CMakeFiles/cnvdsgn.dir/utility.c.o -o cnvdsgn -rdynamic -lm diff --git a/app/bin/CMakeFiles/cnvdsgn.dir/progress.make b/app/bin/CMakeFiles/cnvdsgn.dir/progress.make new file mode 100644 index 0000000..4323bb0 --- /dev/null +++ b/app/bin/CMakeFiles/cnvdsgn.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 2 +CMAKE_PROGRESS_3 = + -- cgit v1.2.3