From fa1ff1284f51341d452b6adc3a667d13a5d35747 Mon Sep 17 00:00:00 2001 From: fgodi Date: Mon, 4 Apr 2016 13:14:31 +0000 Subject: cmake lists git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bottleneckDistance@1092 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 77b2a427cb3ff80b9a0c5d1c71f9f1de11547530 --- .../CMakeFiles/CMakeDirectoryInformation.cmake | 16 ++ .../CMakeFiles/basic_example.dir/CXX.includecache | 50 ++++++ .../CMakeFiles/basic_example.dir/DependInfo.cmake | 43 +++++ .../CMakeFiles/basic_example.dir/build.make | 109 +++++++++++++ .../CMakeFiles/basic_example.dir/cmake_clean.cmake | 10 ++ .../CMakeFiles/basic_example.dir/depend.internal | 9 ++ .../CMakeFiles/basic_example.dir/depend.make | 9 ++ .../CMakeFiles/basic_example.dir/flags.make | 8 + .../example/CMakeFiles/basic_example.dir/link.txt | 1 + .../CMakeFiles/basic_example.dir/progress.make | 2 + .../example/CMakeFiles/progress.marks | 1 + .../example/CTestTestfile.cmake | 6 + .../src/Bipartite_graphs_matching/example/Makefile | 179 +++++++++++++++++++++ .../example/cmake_install.cmake | 34 ++++ 14 files changed, 477 insertions(+) create mode 100644 build/src/Bipartite_graphs_matching/example/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/CXX.includecache create mode 100644 build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/DependInfo.cmake create mode 100644 build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/build.make create mode 100644 build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/cmake_clean.cmake create mode 100644 build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/depend.internal create mode 100644 build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/depend.make create mode 100644 build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/flags.make create mode 100644 build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/link.txt create mode 100644 build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/progress.make create mode 100644 build/src/Bipartite_graphs_matching/example/CMakeFiles/progress.marks create mode 100644 build/src/Bipartite_graphs_matching/example/CTestTestfile.cmake create mode 100644 build/src/Bipartite_graphs_matching/example/Makefile create mode 100644 build/src/Bipartite_graphs_matching/example/cmake_install.cmake (limited to 'build/src/Bipartite_graphs_matching/example') diff --git a/build/src/Bipartite_graphs_matching/example/CMakeFiles/CMakeDirectoryInformation.cmake b/build/src/Bipartite_graphs_matching/example/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..ebf460f0 --- /dev/null +++ b/build/src/Bipartite_graphs_matching/example/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/frg/Bureau/mWorkingDirectory") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/frg/Bureau/mWorkingDirectory/build") + +# 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/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/CXX.includecache b/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/CXX.includecache new file mode 100644 index 00000000..f00d4cf4 --- /dev/null +++ b/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/CXX.includecache @@ -0,0 +1,50 @@ +#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +/home/frg/Bureau/mWorkingDirectory/src/Bipartite_graphs_matching/example/basic.cpp +../include/gudhi/Graph_matching.h +/home/frg/Bureau/mWorkingDirectory/src/Bipartite_graphs_matching/include/gudhi/Graph_matching.h +iostream +- + +/home/frg/Bureau/mWorkingDirectory/src/Bipartite_graphs_matching/include/gudhi/Graph_matching.h +deque +- +Neighbors_finder.h +/home/frg/Bureau/mWorkingDirectory/src/Bipartite_graphs_matching/include/gudhi/Neighbors_finder.h + +/home/frg/Bureau/mWorkingDirectory/src/Bipartite_graphs_matching/include/gudhi/Neighbors_finder.h +unordered_set +- +Planar_neighbors_finder.h +/home/frg/Bureau/mWorkingDirectory/src/Bipartite_graphs_matching/include/gudhi/Planar_neighbors_finder.h + +/home/frg/Bureau/mWorkingDirectory/src/Bipartite_graphs_matching/include/gudhi/Persistence_diagrams_graph.h +vector +- +set +- +cmath +- +utility +- +algorithm +- +math.h +- +memory +- + +/home/frg/Bureau/mWorkingDirectory/src/Bipartite_graphs_matching/include/gudhi/Planar_neighbors_finder.h +list +- +map +- +Persistence_diagrams_graph.h +/home/frg/Bureau/mWorkingDirectory/src/Bipartite_graphs_matching/include/gudhi/Persistence_diagrams_graph.h + diff --git a/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/DependInfo.cmake b/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/DependInfo.cmake new file mode 100644 index 00000000..938846aa --- /dev/null +++ b/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/DependInfo.cmake @@ -0,0 +1,43 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/frg/Bureau/mWorkingDirectory/src/Bipartite_graphs_matching/example/basic.cpp" "/home/frg/Bureau/mWorkingDirectory/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS + "BOOST_ALL_NO_LIB" + "BOOST_RESULT_OF_USE_DECLTYPE" + "CGAL_EIGEN3_ENABLED" + "CGAL_USE_GMP" + "CGAL_USE_GMPXX" + "CGAL_USE_MPFR" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# The include file search paths: +set(CMAKE_C_TARGET_INCLUDE_PATH + "../src/Bipartite_graphs_matching/example/../../include" + "../src/common/include" + "../src/Alpha_shapes/include" + "../src/Bottleneck/include" + "../src/Contraction/include" + "../src/Hasse_complex/include" + "../src/Persistent_cohomology/include" + "../src/Simplex_tree/include" + "../src/Skeleton_blocker/include" + "/usr/include/x86_64-linux-gnu" + "src/Bipartite_graphs_matching/example" + "/usr/local/include" + "/usr/include/eigen3" + ) +set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff --git a/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/build.make b/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/build.make new file mode 100644 index 00000000..39b34d2e --- /dev/null +++ b/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/build.make @@ -0,0 +1,109 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.0 + +#============================================================================= +# 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/frg/Bureau/mWorkingDirectory + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/frg/Bureau/mWorkingDirectory/build + +# Include any dependencies generated for this target. +include src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/depend.make + +# Include the progress variables for this target. +include src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/progress.make + +# Include the compile flags for this target's objects. +include src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/flags.make + +src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.o: src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/flags.make +src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.o: ../src/Bipartite_graphs_matching/example/basic.cpp + $(CMAKE_COMMAND) -E cmake_progress_report /home/frg/Bureau/mWorkingDirectory/build/CMakeFiles $(CMAKE_PROGRESS_1) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.o" + cd /home/frg/Bureau/mWorkingDirectory/build/src/Bipartite_graphs_matching/example && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/basic_example.dir/basic.cpp.o -c /home/frg/Bureau/mWorkingDirectory/src/Bipartite_graphs_matching/example/basic.cpp + +src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/basic_example.dir/basic.cpp.i" + cd /home/frg/Bureau/mWorkingDirectory/build/src/Bipartite_graphs_matching/example && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/frg/Bureau/mWorkingDirectory/src/Bipartite_graphs_matching/example/basic.cpp > CMakeFiles/basic_example.dir/basic.cpp.i + +src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/basic_example.dir/basic.cpp.s" + cd /home/frg/Bureau/mWorkingDirectory/build/src/Bipartite_graphs_matching/example && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/frg/Bureau/mWorkingDirectory/src/Bipartite_graphs_matching/example/basic.cpp -o CMakeFiles/basic_example.dir/basic.cpp.s + +src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.o.requires: +.PHONY : src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.o.requires + +src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.o.provides: src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.o.requires + $(MAKE) -f src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/build.make src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.o.provides.build +.PHONY : src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.o.provides + +src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.o.provides.build: src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.o + +# Object files for target basic_example +basic_example_OBJECTS = \ +"CMakeFiles/basic_example.dir/basic.cpp.o" + +# External object files for target basic_example +basic_example_EXTERNAL_OBJECTS = + +src/Bipartite_graphs_matching/example/basic_example: src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.o +src/Bipartite_graphs_matching/example/basic_example: src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/build.make +src/Bipartite_graphs_matching/example/basic_example: /usr/lib/x86_64-linux-gnu/libmpfr.so +src/Bipartite_graphs_matching/example/basic_example: /usr/lib/x86_64-linux-gnu/libgmpxx.so +src/Bipartite_graphs_matching/example/basic_example: /usr/lib/x86_64-linux-gnu/libgmp.so +src/Bipartite_graphs_matching/example/basic_example: /usr/local/lib/libCGAL.so.11.0.1 +src/Bipartite_graphs_matching/example/basic_example: /usr/lib/x86_64-linux-gnu/libboost_thread.so +src/Bipartite_graphs_matching/example/basic_example: /usr/lib/x86_64-linux-gnu/libboost_system.so +src/Bipartite_graphs_matching/example/basic_example: /usr/lib/x86_64-linux-gnu/libpthread.so +src/Bipartite_graphs_matching/example/basic_example: src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable basic_example" + cd /home/frg/Bureau/mWorkingDirectory/build/src/Bipartite_graphs_matching/example && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/basic_example.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/build: src/Bipartite_graphs_matching/example/basic_example +.PHONY : src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/build + +src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/requires: src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.o.requires +.PHONY : src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/requires + +src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/clean: + cd /home/frg/Bureau/mWorkingDirectory/build/src/Bipartite_graphs_matching/example && $(CMAKE_COMMAND) -P CMakeFiles/basic_example.dir/cmake_clean.cmake +.PHONY : src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/clean + +src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/depend: + cd /home/frg/Bureau/mWorkingDirectory/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/frg/Bureau/mWorkingDirectory /home/frg/Bureau/mWorkingDirectory/src/Bipartite_graphs_matching/example /home/frg/Bureau/mWorkingDirectory/build /home/frg/Bureau/mWorkingDirectory/build/src/Bipartite_graphs_matching/example /home/frg/Bureau/mWorkingDirectory/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/depend + diff --git a/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/cmake_clean.cmake b/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/cmake_clean.cmake new file mode 100644 index 00000000..50890190 --- /dev/null +++ b/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/basic_example.dir/basic.cpp.o" + "basic_example.pdb" + "basic_example" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/basic_example.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/depend.internal b/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/depend.internal new file mode 100644 index 00000000..83e0086d --- /dev/null +++ b/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/depend.internal @@ -0,0 +1,9 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.0 + +src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.o + /home/frg/Bureau/mWorkingDirectory/src/Bipartite_graphs_matching/example/basic.cpp + /home/frg/Bureau/mWorkingDirectory/src/Bipartite_graphs_matching/include/gudhi/Graph_matching.h + /home/frg/Bureau/mWorkingDirectory/src/Bipartite_graphs_matching/include/gudhi/Neighbors_finder.h + /home/frg/Bureau/mWorkingDirectory/src/Bipartite_graphs_matching/include/gudhi/Persistence_diagrams_graph.h + /home/frg/Bureau/mWorkingDirectory/src/Bipartite_graphs_matching/include/gudhi/Planar_neighbors_finder.h diff --git a/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/depend.make b/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/depend.make new file mode 100644 index 00000000..7dc17fe7 --- /dev/null +++ b/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/depend.make @@ -0,0 +1,9 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.0 + +src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.o: ../src/Bipartite_graphs_matching/example/basic.cpp +src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.o: ../src/Bipartite_graphs_matching/include/gudhi/Graph_matching.h +src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.o: ../src/Bipartite_graphs_matching/include/gudhi/Neighbors_finder.h +src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.o: ../src/Bipartite_graphs_matching/include/gudhi/Persistence_diagrams_graph.h +src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.o: ../src/Bipartite_graphs_matching/include/gudhi/Planar_neighbors_finder.h + diff --git a/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/flags.make b/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/flags.make new file mode 100644 index 00000000..80ce78fa --- /dev/null +++ b/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/flags.make @@ -0,0 +1,8 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.0 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -frounding-math -O2 -std=c++11 -Wall -Wpedantic -Wsign-compare -O3 -DNDEBUG -I/home/frg/Bureau/mWorkingDirectory/src/Bipartite_graphs_matching/example/../../include -I/home/frg/Bureau/mWorkingDirectory/src/common/include -I/home/frg/Bureau/mWorkingDirectory/src/Alpha_shapes/include -I/home/frg/Bureau/mWorkingDirectory/src/Bottleneck/include -I/home/frg/Bureau/mWorkingDirectory/src/Contraction/include -I/home/frg/Bureau/mWorkingDirectory/src/Hasse_complex/include -I/home/frg/Bureau/mWorkingDirectory/src/Persistent_cohomology/include -I/home/frg/Bureau/mWorkingDirectory/src/Simplex_tree/include -I/home/frg/Bureau/mWorkingDirectory/src/Skeleton_blocker/include -isystem /usr/include/x86_64-linux-gnu -I/home/frg/Bureau/mWorkingDirectory/build/src/Bipartite_graphs_matching/example -I/usr/local/include -isystem /usr/include/eigen3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_RESULT_OF_USE_DECLTYPE -DCGAL_EIGEN3_ENABLED -DCGAL_USE_GMP -DCGAL_USE_GMPXX -DCGAL_USE_MPFR + diff --git a/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/link.txt b/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/link.txt new file mode 100644 index 00000000..b5a58fa1 --- /dev/null +++ b/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -frounding-math -O2 -std=c++11 -Wall -Wpedantic -Wsign-compare -O3 -DNDEBUG CMakeFiles/basic_example.dir/basic.cpp.o -o basic_example -L/usr/local/lib -rdynamic -lmpfr -lgmpxx -lgmp /usr/local/lib/libCGAL.so.11.0.1 -lboost_thread -lboost_system -lpthread -Wl,-rpath,/usr/local/lib diff --git a/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/progress.make b/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/progress.make new file mode 100644 index 00000000..6bdbd146 --- /dev/null +++ b/build/src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 15 + diff --git a/build/src/Bipartite_graphs_matching/example/CMakeFiles/progress.marks b/build/src/Bipartite_graphs_matching/example/CMakeFiles/progress.marks new file mode 100644 index 00000000..d00491fd --- /dev/null +++ b/build/src/Bipartite_graphs_matching/example/CMakeFiles/progress.marks @@ -0,0 +1 @@ +1 diff --git a/build/src/Bipartite_graphs_matching/example/CTestTestfile.cmake b/build/src/Bipartite_graphs_matching/example/CTestTestfile.cmake new file mode 100644 index 00000000..bdd91796 --- /dev/null +++ b/build/src/Bipartite_graphs_matching/example/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /home/frg/Bureau/mWorkingDirectory/src/Bipartite_graphs_matching/example +# Build directory: /home/frg/Bureau/mWorkingDirectory/build/src/Bipartite_graphs_matching/example +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/build/src/Bipartite_graphs_matching/example/Makefile b/build/src/Bipartite_graphs_matching/example/Makefile new file mode 100644 index 00000000..d15dd9de --- /dev/null +++ b/build/src/Bipartite_graphs_matching/example/Makefile @@ -0,0 +1,179 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: +.PHONY : .NOTPARALLEL + +#============================================================================= +# 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/frg/Bureau/mWorkingDirectory + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/frg/Bureau/mWorkingDirectory/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target test +test: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." + /usr/bin/ctest --force-new-ctest-process $(ARGS) +.PHONY : test + +# Special rule for the target test +test/fast: test +.PHONY : test/fast + +# The main all target +all: cmake_check_build_system + cd /home/frg/Bureau/mWorkingDirectory/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/frg/Bureau/mWorkingDirectory/build/CMakeFiles /home/frg/Bureau/mWorkingDirectory/build/src/Bipartite_graphs_matching/example/CMakeFiles/progress.marks + cd /home/frg/Bureau/mWorkingDirectory/build && $(MAKE) -f CMakeFiles/Makefile2 src/Bipartite_graphs_matching/example/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/frg/Bureau/mWorkingDirectory/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/frg/Bureau/mWorkingDirectory/build && $(MAKE) -f CMakeFiles/Makefile2 src/Bipartite_graphs_matching/example/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/frg/Bureau/mWorkingDirectory/build && $(MAKE) -f CMakeFiles/Makefile2 src/Bipartite_graphs_matching/example/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/frg/Bureau/mWorkingDirectory/build && $(MAKE) -f CMakeFiles/Makefile2 src/Bipartite_graphs_matching/example/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/frg/Bureau/mWorkingDirectory/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/rule: + cd /home/frg/Bureau/mWorkingDirectory/build && $(MAKE) -f CMakeFiles/Makefile2 src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/rule +.PHONY : src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/rule + +# Convenience name for target. +basic_example: src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/rule +.PHONY : basic_example + +# fast build rule for target. +basic_example/fast: + cd /home/frg/Bureau/mWorkingDirectory/build && $(MAKE) -f src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/build.make src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/build +.PHONY : basic_example/fast + +basic.o: basic.cpp.o +.PHONY : basic.o + +# target to build an object file +basic.cpp.o: + cd /home/frg/Bureau/mWorkingDirectory/build && $(MAKE) -f src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/build.make src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.o +.PHONY : basic.cpp.o + +basic.i: basic.cpp.i +.PHONY : basic.i + +# target to preprocess a source file +basic.cpp.i: + cd /home/frg/Bureau/mWorkingDirectory/build && $(MAKE) -f src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/build.make src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.i +.PHONY : basic.cpp.i + +basic.s: basic.cpp.s +.PHONY : basic.s + +# target to generate assembly for a file +basic.cpp.s: + cd /home/frg/Bureau/mWorkingDirectory/build && $(MAKE) -f src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/build.make src/Bipartite_graphs_matching/example/CMakeFiles/basic_example.dir/basic.cpp.s +.PHONY : basic.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... basic_example" + @echo "... edit_cache" + @echo "... rebuild_cache" + @echo "... test" + @echo "... basic.o" + @echo "... basic.i" + @echo "... basic.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/frg/Bureau/mWorkingDirectory/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/src/Bipartite_graphs_matching/example/cmake_install.cmake b/build/src/Bipartite_graphs_matching/example/cmake_install.cmake new file mode 100644 index 00000000..f30e0932 --- /dev/null +++ b/build/src/Bipartite_graphs_matching/example/cmake_install.cmake @@ -0,0 +1,34 @@ +# Install script for directory: /home/frg/Bureau/mWorkingDirectory/src/Bipartite_graphs_matching/example + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + -- cgit v1.2.3