From b23d702a4a177c6d047cd03020e5a0fb7effd88a Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 9 Mar 2022 03:01:03 +0000 Subject: CTAN sync 202203090301 --- .../uri/deps/docs/assets/css/style.scss | 5 + .../CMakeFiles/CMakeDirectoryInformation.cmake | 16 ++ .../CMakeFiles/gtest.dir/DependInfo.cmake | 19 ++ .../googletest/CMakeFiles/gtest.dir/build.make | 114 +++++++++ .../CMakeFiles/gtest.dir/cmake_clean.cmake | 11 + .../CMakeFiles/gtest.dir/cmake_clean_target.cmake | 3 + .../CMakeFiles/gtest.dir/compiler_depend.make | 2 + .../CMakeFiles/gtest.dir/compiler_depend.ts | 2 + .../googletest/CMakeFiles/gtest.dir/depend.make | 2 + .../googletest/CMakeFiles/gtest.dir/flags.make | 10 + .../deps/googletest/CMakeFiles/gtest.dir/link.txt | 2 + .../googletest/CMakeFiles/gtest.dir/progress.make | 3 + .../CMakeFiles/gtest_main.dir/DependInfo.cmake | 20 ++ .../CMakeFiles/gtest_main.dir/build.make | 114 +++++++++ .../CMakeFiles/gtest_main.dir/cmake_clean.cmake | 11 + .../gtest_main.dir/cmake_clean_target.cmake | 3 + .../CMakeFiles/gtest_main.dir/compiler_depend.make | 2 + .../CMakeFiles/gtest_main.dir/compiler_depend.ts | 2 + .../CMakeFiles/gtest_main.dir/depend.make | 2 + .../CMakeFiles/gtest_main.dir/flags.make | 10 + .../googletest/CMakeFiles/gtest_main.dir/link.txt | 2 + .../CMakeFiles/gtest_main.dir/progress.make | 3 + .../uri/deps/googletest/CMakeFiles/progress.marks | 1 + .../uri/deps/googletest/CTestTestfile.cmake | 6 + .../third_party/uri/deps/googletest/Makefile | 276 +++++++++++++++++++++ .../uri/deps/googletest/cmake_install.cmake | 44 ++++ 26 files changed, 685 insertions(+) create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/docs/assets/css/style.scss create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/DependInfo.cmake create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/build.make create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/cmake_clean.cmake create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/cmake_clean_target.cmake create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/compiler_depend.make create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/compiler_depend.ts create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/depend.make create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/flags.make create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/link.txt create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/progress.make create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/build.make create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/cmake_clean.cmake create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/cmake_clean_target.cmake create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/compiler_depend.make create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/compiler_depend.ts create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/depend.make create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/flags.make create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/link.txt create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/progress.make create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/progress.marks create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CTestTestfile.cmake create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/Makefile create mode 100644 graphics/asymptote/LspCpp/third_party/uri/deps/googletest/cmake_install.cmake (limited to 'graphics/asymptote/LspCpp/third_party/uri/deps') diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/docs/assets/css/style.scss b/graphics/asymptote/LspCpp/third_party/uri/deps/docs/assets/css/style.scss new file mode 100644 index 0000000000..bb30f418da --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/docs/assets/css/style.scss @@ -0,0 +1,5 @@ +--- +--- + +@import "jekyll-theme-primer"; +@import "main"; diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/CMakeDirectoryInformation.cmake b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000..d2b940510b --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.20 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/u/bowman/camp/LspCpp") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/u/bowman/camp/LspCpp") + +# 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/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/DependInfo.cmake b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/DependInfo.cmake new file mode 100644 index 0000000000..7428db6aad --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/DependInfo.cmake @@ -0,0 +1,19 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/u/bowman/camp/LspCpp/third_party/uri/deps/googletest/src/gtest-all.cc" "third_party/uri/deps/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o" "gcc" "third_party/uri/deps/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.d" + ) + +# 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/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/build.make b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/build.make new file mode 100644 index 0000000000..83aa36ab56 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.20 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Produce verbose output by default. +VERBOSE = 1 + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /u/bowman/camp/LspCpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /u/bowman/camp/LspCpp + +# Include any dependencies generated for this target. +include third_party/uri/deps/googletest/CMakeFiles/gtest.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include third_party/uri/deps/googletest/CMakeFiles/gtest.dir/compiler_depend.make + +# Include the progress variables for this target. +include third_party/uri/deps/googletest/CMakeFiles/gtest.dir/progress.make + +# Include the compile flags for this target's objects. +include third_party/uri/deps/googletest/CMakeFiles/gtest.dir/flags.make + +third_party/uri/deps/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: third_party/uri/deps/googletest/CMakeFiles/gtest.dir/flags.make +third_party/uri/deps/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: third_party/uri/deps/googletest/src/gtest-all.cc +third_party/uri/deps/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: third_party/uri/deps/googletest/CMakeFiles/gtest.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/u/bowman/camp/LspCpp/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object third_party/uri/deps/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o" + cd /u/bowman/camp/LspCpp/third_party/uri/deps/googletest && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT third_party/uri/deps/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o -MF CMakeFiles/gtest.dir/src/gtest-all.cc.o.d -o CMakeFiles/gtest.dir/src/gtest-all.cc.o -c /u/bowman/camp/LspCpp/third_party/uri/deps/googletest/src/gtest-all.cc + +third_party/uri/deps/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gtest.dir/src/gtest-all.cc.i" + cd /u/bowman/camp/LspCpp/third_party/uri/deps/googletest && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /u/bowman/camp/LspCpp/third_party/uri/deps/googletest/src/gtest-all.cc > CMakeFiles/gtest.dir/src/gtest-all.cc.i + +third_party/uri/deps/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gtest.dir/src/gtest-all.cc.s" + cd /u/bowman/camp/LspCpp/third_party/uri/deps/googletest && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /u/bowman/camp/LspCpp/third_party/uri/deps/googletest/src/gtest-all.cc -o CMakeFiles/gtest.dir/src/gtest-all.cc.s + +# Object files for target gtest +gtest_OBJECTS = \ +"CMakeFiles/gtest.dir/src/gtest-all.cc.o" + +# External object files for target gtest +gtest_EXTERNAL_OBJECTS = + +lib/libgtest.a: third_party/uri/deps/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o +lib/libgtest.a: third_party/uri/deps/googletest/CMakeFiles/gtest.dir/build.make +lib/libgtest.a: third_party/uri/deps/googletest/CMakeFiles/gtest.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/u/bowman/camp/LspCpp/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library ../../../../lib/libgtest.a" + cd /u/bowman/camp/LspCpp/third_party/uri/deps/googletest && $(CMAKE_COMMAND) -P CMakeFiles/gtest.dir/cmake_clean_target.cmake + cd /u/bowman/camp/LspCpp/third_party/uri/deps/googletest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gtest.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +third_party/uri/deps/googletest/CMakeFiles/gtest.dir/build: lib/libgtest.a +.PHONY : third_party/uri/deps/googletest/CMakeFiles/gtest.dir/build + +third_party/uri/deps/googletest/CMakeFiles/gtest.dir/clean: + cd /u/bowman/camp/LspCpp/third_party/uri/deps/googletest && $(CMAKE_COMMAND) -P CMakeFiles/gtest.dir/cmake_clean.cmake +.PHONY : third_party/uri/deps/googletest/CMakeFiles/gtest.dir/clean + +third_party/uri/deps/googletest/CMakeFiles/gtest.dir/depend: + cd /u/bowman/camp/LspCpp && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /u/bowman/camp/LspCpp /u/bowman/camp/LspCpp/third_party/uri/deps/googletest /u/bowman/camp/LspCpp /u/bowman/camp/LspCpp/third_party/uri/deps/googletest /u/bowman/camp/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : third_party/uri/deps/googletest/CMakeFiles/gtest.dir/depend + diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/cmake_clean.cmake b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/cmake_clean.cmake new file mode 100644 index 0000000000..357994285e --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "../../../../bin/libgtest.pdb" + "../../../../lib/libgtest.a" + "CMakeFiles/gtest.dir/src/gtest-all.cc.o" + "CMakeFiles/gtest.dir/src/gtest-all.cc.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/gtest.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/cmake_clean_target.cmake b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/cmake_clean_target.cmake new file mode 100644 index 0000000000..1609a82609 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "../../../../lib/libgtest.a" +) diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/compiler_depend.make b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/compiler_depend.make new file mode 100644 index 0000000000..71b2ee6908 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for gtest. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/compiler_depend.ts b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/compiler_depend.ts new file mode 100644 index 0000000000..32ab1fb11c --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for gtest. diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/depend.make b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/depend.make new file mode 100644 index 0000000000..37ac348dbd --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for gtest. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/flags.make b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/flags.make new file mode 100644 index 0000000000..a929d63318 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.20 + +# compile CXX with /bin/c++ +CXX_DEFINES = + +CXX_INCLUDES = -I/u/bowman/camp/LspCpp/third_party/uri/src -I/u/bowman/camp/LspCpp/third_party/uri/include -I/u/bowman/camp/LspCpp/third_party/uri/deps/googletest/include -I/u/bowman/camp/LspCpp/third_party/uri/deps/googletest + +CXX_FLAGS = -D_FILE_OFFSET_BITS=64 -DUSEGC -std=c++11 -Wall -Werror -Wno-parentheses -O2 -g -DNDEBUG -Wall -Wshadow -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers + diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/link.txt b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/link.txt new file mode 100644 index 0000000000..ba5baa87a4 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/link.txt @@ -0,0 +1,2 @@ +/bin/ar qc ../../../../lib/libgtest.a CMakeFiles/gtest.dir/src/gtest-all.cc.o +/bin/ranlib ../../../../lib/libgtest.a diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/progress.make b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/progress.make new file mode 100644 index 0000000000..251317162d --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 2 +CMAKE_PROGRESS_2 = 3 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake new file mode 100644 index 0000000000..bf3e1307c7 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake @@ -0,0 +1,20 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/u/bowman/camp/LspCpp/third_party/uri/deps/googletest/src/gtest_main.cc" "third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o" "gcc" "third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.d" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/u/bowman/camp/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/build.make b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/build.make new file mode 100644 index 0000000000..23c677212b --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.20 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Produce verbose output by default. +VERBOSE = 1 + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /u/bowman/camp/LspCpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /u/bowman/camp/LspCpp + +# Include any dependencies generated for this target. +include third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/compiler_depend.make + +# Include the progress variables for this target. +include third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/progress.make + +# Include the compile flags for this target's objects. +include third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/flags.make + +third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/flags.make +third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: third_party/uri/deps/googletest/src/gtest_main.cc +third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/u/bowman/camp/LspCpp/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o" + cd /u/bowman/camp/LspCpp/third_party/uri/deps/googletest && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -MF CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.d -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -c /u/bowman/camp/LspCpp/third_party/uri/deps/googletest/src/gtest_main.cc + +third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gtest_main.dir/src/gtest_main.cc.i" + cd /u/bowman/camp/LspCpp/third_party/uri/deps/googletest && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /u/bowman/camp/LspCpp/third_party/uri/deps/googletest/src/gtest_main.cc > CMakeFiles/gtest_main.dir/src/gtest_main.cc.i + +third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gtest_main.dir/src/gtest_main.cc.s" + cd /u/bowman/camp/LspCpp/third_party/uri/deps/googletest && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /u/bowman/camp/LspCpp/third_party/uri/deps/googletest/src/gtest_main.cc -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.s + +# Object files for target gtest_main +gtest_main_OBJECTS = \ +"CMakeFiles/gtest_main.dir/src/gtest_main.cc.o" + +# External object files for target gtest_main +gtest_main_EXTERNAL_OBJECTS = + +lib/libgtest_main.a: third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o +lib/libgtest_main.a: third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/build.make +lib/libgtest_main.a: third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/u/bowman/camp/LspCpp/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library ../../../../lib/libgtest_main.a" + cd /u/bowman/camp/LspCpp/third_party/uri/deps/googletest && $(CMAKE_COMMAND) -P CMakeFiles/gtest_main.dir/cmake_clean_target.cmake + cd /u/bowman/camp/LspCpp/third_party/uri/deps/googletest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gtest_main.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/build: lib/libgtest_main.a +.PHONY : third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/build + +third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/clean: + cd /u/bowman/camp/LspCpp/third_party/uri/deps/googletest && $(CMAKE_COMMAND) -P CMakeFiles/gtest_main.dir/cmake_clean.cmake +.PHONY : third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/clean + +third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/depend: + cd /u/bowman/camp/LspCpp && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /u/bowman/camp/LspCpp /u/bowman/camp/LspCpp/third_party/uri/deps/googletest /u/bowman/camp/LspCpp /u/bowman/camp/LspCpp/third_party/uri/deps/googletest /u/bowman/camp/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/depend + diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/cmake_clean.cmake b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/cmake_clean.cmake new file mode 100644 index 0000000000..3eecc677eb --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "../../../../bin/libgtest_main.pdb" + "../../../../lib/libgtest_main.a" + "CMakeFiles/gtest_main.dir/src/gtest_main.cc.o" + "CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/gtest_main.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/cmake_clean_target.cmake b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/cmake_clean_target.cmake new file mode 100644 index 0000000000..f0924c4071 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "../../../../lib/libgtest_main.a" +) diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/compiler_depend.make b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/compiler_depend.make new file mode 100644 index 0000000000..9a6afc065a --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for gtest_main. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/compiler_depend.ts b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/compiler_depend.ts new file mode 100644 index 0000000000..033891a800 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for gtest_main. diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/depend.make b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/depend.make new file mode 100644 index 0000000000..1d67c1ab52 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for gtest_main. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/flags.make b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/flags.make new file mode 100644 index 0000000000..88d832e00e --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.20 + +# compile CXX with /bin/c++ +CXX_DEFINES = + +CXX_INCLUDES = -I/u/bowman/camp/LspCpp/third_party/uri/src -I/u/bowman/camp/LspCpp/third_party/uri/include -isystem /u/bowman/camp/LspCpp/third_party/uri/deps/googletest/include -isystem /u/bowman/camp/LspCpp/third_party/uri/deps/googletest + +CXX_FLAGS = -D_FILE_OFFSET_BITS=64 -DUSEGC -std=c++11 -Wall -Werror -Wno-parentheses -O2 -g -DNDEBUG -Wall -Wshadow -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers + diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/link.txt b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/link.txt new file mode 100644 index 0000000000..d045b32d84 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/link.txt @@ -0,0 +1,2 @@ +/bin/ar qc ../../../../lib/libgtest_main.a CMakeFiles/gtest_main.dir/src/gtest_main.cc.o +/bin/ranlib ../../../../lib/libgtest_main.a diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/progress.make b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/progress.make new file mode 100644 index 0000000000..19ce96ee79 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 4 +CMAKE_PROGRESS_2 = 5 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/progress.marks b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/progress.marks new file mode 100644 index 0000000000..b8626c4cff --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CMakeFiles/progress.marks @@ -0,0 +1 @@ +4 diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CTestTestfile.cmake b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CTestTestfile.cmake new file mode 100644 index 0000000000..1e998f9680 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /u/bowman/camp/LspCpp/third_party/uri/deps/googletest +# Build directory: /u/bowman/camp/LspCpp/third_party/uri/deps/googletest +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/Makefile b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/Makefile new file mode 100644 index 0000000000..742673a1f3 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/Makefile @@ -0,0 +1,276 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.20 + +# 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: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Produce verbose output by default. +VERBOSE = 1 + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /u/bowman/camp/LspCpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /u/bowman/camp/LspCpp + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/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 --regenerate-during-build -S$(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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# The main all target +all: cmake_check_build_system + cd /u/bowman/camp/LspCpp && $(CMAKE_COMMAND) -E cmake_progress_start /u/bowman/camp/LspCpp/CMakeFiles /u/bowman/camp/LspCpp/third_party/uri/deps/googletest//CMakeFiles/progress.marks + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/deps/googletest/all + $(CMAKE_COMMAND) -E cmake_progress_start /u/bowman/camp/LspCpp/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/deps/googletest/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/deps/googletest/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/deps/googletest/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /u/bowman/camp/LspCpp && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/rule: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/rule +.PHONY : third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/rule + +# Convenience name for target. +gtest_main: third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/rule +.PHONY : gtest_main + +# fast build rule for target. +gtest_main/fast: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/build.make third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/build +.PHONY : gtest_main/fast + +# Convenience name for target. +third_party/uri/deps/googletest/CMakeFiles/gtest.dir/rule: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/deps/googletest/CMakeFiles/gtest.dir/rule +.PHONY : third_party/uri/deps/googletest/CMakeFiles/gtest.dir/rule + +# Convenience name for target. +gtest: third_party/uri/deps/googletest/CMakeFiles/gtest.dir/rule +.PHONY : gtest + +# fast build rule for target. +gtest/fast: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/deps/googletest/CMakeFiles/gtest.dir/build.make third_party/uri/deps/googletest/CMakeFiles/gtest.dir/build +.PHONY : gtest/fast + +src/gtest-all.o: src/gtest-all.cc.o +.PHONY : src/gtest-all.o + +# target to build an object file +src/gtest-all.cc.o: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/deps/googletest/CMakeFiles/gtest.dir/build.make third_party/uri/deps/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o +.PHONY : src/gtest-all.cc.o + +src/gtest-all.i: src/gtest-all.cc.i +.PHONY : src/gtest-all.i + +# target to preprocess a source file +src/gtest-all.cc.i: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/deps/googletest/CMakeFiles/gtest.dir/build.make third_party/uri/deps/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.i +.PHONY : src/gtest-all.cc.i + +src/gtest-all.s: src/gtest-all.cc.s +.PHONY : src/gtest-all.s + +# target to generate assembly for a file +src/gtest-all.cc.s: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/deps/googletest/CMakeFiles/gtest.dir/build.make third_party/uri/deps/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.s +.PHONY : src/gtest-all.cc.s + +src/gtest_main.o: src/gtest_main.cc.o +.PHONY : src/gtest_main.o + +# target to build an object file +src/gtest_main.cc.o: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/build.make third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o +.PHONY : src/gtest_main.cc.o + +src/gtest_main.i: src/gtest_main.cc.i +.PHONY : src/gtest_main.i + +# target to preprocess a source file +src/gtest_main.cc.i: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/build.make third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.i +.PHONY : src/gtest_main.cc.i + +src/gtest_main.s: src/gtest_main.cc.s +.PHONY : src/gtest_main.s + +# target to generate assembly for a file +src/gtest_main.cc.s: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/build.make third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.s +.PHONY : src/gtest_main.cc.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 "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... gtest" + @echo "... gtest_main" + @echo "... src/gtest-all.o" + @echo "... src/gtest-all.i" + @echo "... src/gtest-all.s" + @echo "... src/gtest_main.o" + @echo "... src/gtest_main.i" + @echo "... src/gtest_main.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 /u/bowman/camp/LspCpp && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/cmake_install.cmake b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/cmake_install.cmake new file mode 100644 index 0000000000..5bbd00f620 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/deps/googletest/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /u/bowman/camp/LspCpp/third_party/uri/deps/googletest + +# 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 "RelWithDebInfo") + 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 "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/bin/objdump") +endif() + -- cgit v1.2.3