diff options
author | Norbert Preining <norbert@preining.info> | 2022-03-09 03:01:03 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-03-09 03:01:03 +0000 |
commit | b23d702a4a177c6d047cd03020e5a0fb7effd88a (patch) | |
tree | 60f860c1b86caf0fa6637b79a3490f642b57c761 /graphics/asymptote/LspCpp/third_party/uri/test | |
parent | b1f3f2681b2bf35570ad11f65270777f38c55f7e (diff) |
CTAN sync 202203090301
Diffstat (limited to 'graphics/asymptote/LspCpp/third_party/uri/test')
113 files changed, 2815 insertions, 0 deletions
diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/CMakeDirectoryInformation.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000..d2b940510b --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/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/test/CMakeFiles/optional_test.dir/DependInfo.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/DependInfo.cmake new file mode 100644 index 0000000000..e1f8b3ae34 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# 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/test/optional_test.cpp" "third_party/uri/test/CMakeFiles/optional_test.dir/optional_test.cpp.o" "gcc" "third_party/uri/test/CMakeFiles/optional_test.dir/optional_test.cpp.o.d" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/u/bowman/camp/LspCpp/third_party/uri/src/CMakeFiles/network-uri.dir/DependInfo.cmake" + "/u/bowman/camp/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake" + "/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/test/CMakeFiles/optional_test.dir/build.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/build.make new file mode 100644 index 0000000000..2fea09d2fb --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/build.make @@ -0,0 +1,116 @@ +# 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/test/CMakeFiles/optional_test.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include third_party/uri/test/CMakeFiles/optional_test.dir/compiler_depend.make + +# Include the progress variables for this target. +include third_party/uri/test/CMakeFiles/optional_test.dir/progress.make + +# Include the compile flags for this target's objects. +include third_party/uri/test/CMakeFiles/optional_test.dir/flags.make + +third_party/uri/test/CMakeFiles/optional_test.dir/optional_test.cpp.o: third_party/uri/test/CMakeFiles/optional_test.dir/flags.make +third_party/uri/test/CMakeFiles/optional_test.dir/optional_test.cpp.o: third_party/uri/test/optional_test.cpp +third_party/uri/test/CMakeFiles/optional_test.dir/optional_test.cpp.o: third_party/uri/test/CMakeFiles/optional_test.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/test/CMakeFiles/optional_test.dir/optional_test.cpp.o" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT third_party/uri/test/CMakeFiles/optional_test.dir/optional_test.cpp.o -MF CMakeFiles/optional_test.dir/optional_test.cpp.o.d -o CMakeFiles/optional_test.dir/optional_test.cpp.o -c /u/bowman/camp/LspCpp/third_party/uri/test/optional_test.cpp + +third_party/uri/test/CMakeFiles/optional_test.dir/optional_test.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/optional_test.dir/optional_test.cpp.i" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /u/bowman/camp/LspCpp/third_party/uri/test/optional_test.cpp > CMakeFiles/optional_test.dir/optional_test.cpp.i + +third_party/uri/test/CMakeFiles/optional_test.dir/optional_test.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/optional_test.dir/optional_test.cpp.s" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /u/bowman/camp/LspCpp/third_party/uri/test/optional_test.cpp -o CMakeFiles/optional_test.dir/optional_test.cpp.s + +# Object files for target optional_test +optional_test_OBJECTS = \ +"CMakeFiles/optional_test.dir/optional_test.cpp.o" + +# External object files for target optional_test +optional_test_EXTERNAL_OBJECTS = + +third_party/uri/tests/optional_test: third_party/uri/test/CMakeFiles/optional_test.dir/optional_test.cpp.o +third_party/uri/tests/optional_test: third_party/uri/test/CMakeFiles/optional_test.dir/build.make +third_party/uri/tests/optional_test: third_party/uri/src/libnetwork-uri.a +third_party/uri/tests/optional_test: lib/libgtest_main.a +third_party/uri/tests/optional_test: lib/libgtest.a +third_party/uri/tests/optional_test: third_party/uri/test/CMakeFiles/optional_test.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 executable ../tests/optional_test" + cd /u/bowman/camp/LspCpp/third_party/uri/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/optional_test.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +third_party/uri/test/CMakeFiles/optional_test.dir/build: third_party/uri/tests/optional_test +.PHONY : third_party/uri/test/CMakeFiles/optional_test.dir/build + +third_party/uri/test/CMakeFiles/optional_test.dir/clean: + cd /u/bowman/camp/LspCpp/third_party/uri/test && $(CMAKE_COMMAND) -P CMakeFiles/optional_test.dir/cmake_clean.cmake +.PHONY : third_party/uri/test/CMakeFiles/optional_test.dir/clean + +third_party/uri/test/CMakeFiles/optional_test.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/test /u/bowman/camp/LspCpp /u/bowman/camp/LspCpp/third_party/uri/test /u/bowman/camp/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : third_party/uri/test/CMakeFiles/optional_test.dir/depend + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/cmake_clean.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/cmake_clean.cmake new file mode 100644 index 0000000000..7681e7e0f7 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "../tests/optional_test" + "../tests/optional_test.pdb" + "CMakeFiles/optional_test.dir/optional_test.cpp.o" + "CMakeFiles/optional_test.dir/optional_test.cpp.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/optional_test.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/compiler_depend.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/compiler_depend.make new file mode 100644 index 0000000000..d7663bb33c --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for optional_test. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/compiler_depend.ts b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/compiler_depend.ts new file mode 100644 index 0000000000..1064b50863 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for optional_test. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/depend.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/depend.make new file mode 100644 index 0000000000..26cbb1b3c7 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for optional_test. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/flags.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/flags.make new file mode 100644 index 0000000000..8e0692091e --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.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 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/link.txt b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/link.txt new file mode 100644 index 0000000000..5f0028cadd --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/link.txt @@ -0,0 +1 @@ +/bin/c++ -D_FILE_OFFSET_BITS=64 -DUSEGC -std=c++11 -Wall -Werror -Wno-parentheses -O2 -g -DNDEBUG -rdynamic CMakeFiles/optional_test.dir/optional_test.cpp.o -o ../tests/optional_test -lpthread ../src/libnetwork-uri.a ../../../lib/libgtest_main.a ../../../lib/libgtest.a -lpthread diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/progress.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/progress.make new file mode 100644 index 0000000000..2178e35f72 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/optional_test.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 36 +CMAKE_PROGRESS_2 = 37 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/progress.marks b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/progress.marks new file mode 100644 index 0000000000..81b5c5d06c --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/progress.marks @@ -0,0 +1 @@ +37 diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/DependInfo.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/DependInfo.cmake new file mode 100644 index 0000000000..7b0bac6332 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# 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/test/uri_builder_test.cpp" "third_party/uri/test/CMakeFiles/uri_builder_test.dir/uri_builder_test.cpp.o" "gcc" "third_party/uri/test/CMakeFiles/uri_builder_test.dir/uri_builder_test.cpp.o.d" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/u/bowman/camp/LspCpp/third_party/uri/src/CMakeFiles/network-uri.dir/DependInfo.cmake" + "/u/bowman/camp/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake" + "/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/test/CMakeFiles/uri_builder_test.dir/build.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/build.make new file mode 100644 index 0000000000..34ea47ed1b --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/build.make @@ -0,0 +1,116 @@ +# 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/test/CMakeFiles/uri_builder_test.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include third_party/uri/test/CMakeFiles/uri_builder_test.dir/compiler_depend.make + +# Include the progress variables for this target. +include third_party/uri/test/CMakeFiles/uri_builder_test.dir/progress.make + +# Include the compile flags for this target's objects. +include third_party/uri/test/CMakeFiles/uri_builder_test.dir/flags.make + +third_party/uri/test/CMakeFiles/uri_builder_test.dir/uri_builder_test.cpp.o: third_party/uri/test/CMakeFiles/uri_builder_test.dir/flags.make +third_party/uri/test/CMakeFiles/uri_builder_test.dir/uri_builder_test.cpp.o: third_party/uri/test/uri_builder_test.cpp +third_party/uri/test/CMakeFiles/uri_builder_test.dir/uri_builder_test.cpp.o: third_party/uri/test/CMakeFiles/uri_builder_test.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/test/CMakeFiles/uri_builder_test.dir/uri_builder_test.cpp.o" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT third_party/uri/test/CMakeFiles/uri_builder_test.dir/uri_builder_test.cpp.o -MF CMakeFiles/uri_builder_test.dir/uri_builder_test.cpp.o.d -o CMakeFiles/uri_builder_test.dir/uri_builder_test.cpp.o -c /u/bowman/camp/LspCpp/third_party/uri/test/uri_builder_test.cpp + +third_party/uri/test/CMakeFiles/uri_builder_test.dir/uri_builder_test.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/uri_builder_test.dir/uri_builder_test.cpp.i" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /u/bowman/camp/LspCpp/third_party/uri/test/uri_builder_test.cpp > CMakeFiles/uri_builder_test.dir/uri_builder_test.cpp.i + +third_party/uri/test/CMakeFiles/uri_builder_test.dir/uri_builder_test.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/uri_builder_test.dir/uri_builder_test.cpp.s" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /u/bowman/camp/LspCpp/third_party/uri/test/uri_builder_test.cpp -o CMakeFiles/uri_builder_test.dir/uri_builder_test.cpp.s + +# Object files for target uri_builder_test +uri_builder_test_OBJECTS = \ +"CMakeFiles/uri_builder_test.dir/uri_builder_test.cpp.o" + +# External object files for target uri_builder_test +uri_builder_test_EXTERNAL_OBJECTS = + +third_party/uri/tests/uri_builder_test: third_party/uri/test/CMakeFiles/uri_builder_test.dir/uri_builder_test.cpp.o +third_party/uri/tests/uri_builder_test: third_party/uri/test/CMakeFiles/uri_builder_test.dir/build.make +third_party/uri/tests/uri_builder_test: third_party/uri/src/libnetwork-uri.a +third_party/uri/tests/uri_builder_test: lib/libgtest_main.a +third_party/uri/tests/uri_builder_test: lib/libgtest.a +third_party/uri/tests/uri_builder_test: third_party/uri/test/CMakeFiles/uri_builder_test.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 executable ../tests/uri_builder_test" + cd /u/bowman/camp/LspCpp/third_party/uri/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/uri_builder_test.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +third_party/uri/test/CMakeFiles/uri_builder_test.dir/build: third_party/uri/tests/uri_builder_test +.PHONY : third_party/uri/test/CMakeFiles/uri_builder_test.dir/build + +third_party/uri/test/CMakeFiles/uri_builder_test.dir/clean: + cd /u/bowman/camp/LspCpp/third_party/uri/test && $(CMAKE_COMMAND) -P CMakeFiles/uri_builder_test.dir/cmake_clean.cmake +.PHONY : third_party/uri/test/CMakeFiles/uri_builder_test.dir/clean + +third_party/uri/test/CMakeFiles/uri_builder_test.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/test /u/bowman/camp/LspCpp /u/bowman/camp/LspCpp/third_party/uri/test /u/bowman/camp/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : third_party/uri/test/CMakeFiles/uri_builder_test.dir/depend + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/cmake_clean.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/cmake_clean.cmake new file mode 100644 index 0000000000..af0eb8e6f5 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "../tests/uri_builder_test" + "../tests/uri_builder_test.pdb" + "CMakeFiles/uri_builder_test.dir/uri_builder_test.cpp.o" + "CMakeFiles/uri_builder_test.dir/uri_builder_test.cpp.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/uri_builder_test.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/compiler_depend.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/compiler_depend.make new file mode 100644 index 0000000000..ca6c08f991 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for uri_builder_test. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/compiler_depend.ts b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/compiler_depend.ts new file mode 100644 index 0000000000..7c949685f9 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for uri_builder_test. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/depend.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/depend.make new file mode 100644 index 0000000000..453d695cf3 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for uri_builder_test. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/flags.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/flags.make new file mode 100644 index 0000000000..8e0692091e --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.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 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/link.txt b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/link.txt new file mode 100644 index 0000000000..b426652579 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/link.txt @@ -0,0 +1 @@ +/bin/c++ -D_FILE_OFFSET_BITS=64 -DUSEGC -std=c++11 -Wall -Werror -Wno-parentheses -O2 -g -DNDEBUG -rdynamic CMakeFiles/uri_builder_test.dir/uri_builder_test.cpp.o -o ../tests/uri_builder_test -lpthread ../src/libnetwork-uri.a ../../../lib/libgtest_main.a ../../../lib/libgtest.a -lpthread diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/progress.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/progress.make new file mode 100644 index 0000000000..ad2d357457 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_builder_test.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 38 +CMAKE_PROGRESS_2 = 39 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/DependInfo.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/DependInfo.cmake new file mode 100644 index 0000000000..5dda9db223 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# 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/test/uri_comparison_test.cpp" "third_party/uri/test/CMakeFiles/uri_comparison_test.dir/uri_comparison_test.cpp.o" "gcc" "third_party/uri/test/CMakeFiles/uri_comparison_test.dir/uri_comparison_test.cpp.o.d" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/u/bowman/camp/LspCpp/third_party/uri/src/CMakeFiles/network-uri.dir/DependInfo.cmake" + "/u/bowman/camp/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake" + "/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/test/CMakeFiles/uri_comparison_test.dir/build.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/build.make new file mode 100644 index 0000000000..fde8485140 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/build.make @@ -0,0 +1,116 @@ +# 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/test/CMakeFiles/uri_comparison_test.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include third_party/uri/test/CMakeFiles/uri_comparison_test.dir/compiler_depend.make + +# Include the progress variables for this target. +include third_party/uri/test/CMakeFiles/uri_comparison_test.dir/progress.make + +# Include the compile flags for this target's objects. +include third_party/uri/test/CMakeFiles/uri_comparison_test.dir/flags.make + +third_party/uri/test/CMakeFiles/uri_comparison_test.dir/uri_comparison_test.cpp.o: third_party/uri/test/CMakeFiles/uri_comparison_test.dir/flags.make +third_party/uri/test/CMakeFiles/uri_comparison_test.dir/uri_comparison_test.cpp.o: third_party/uri/test/uri_comparison_test.cpp +third_party/uri/test/CMakeFiles/uri_comparison_test.dir/uri_comparison_test.cpp.o: third_party/uri/test/CMakeFiles/uri_comparison_test.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/test/CMakeFiles/uri_comparison_test.dir/uri_comparison_test.cpp.o" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT third_party/uri/test/CMakeFiles/uri_comparison_test.dir/uri_comparison_test.cpp.o -MF CMakeFiles/uri_comparison_test.dir/uri_comparison_test.cpp.o.d -o CMakeFiles/uri_comparison_test.dir/uri_comparison_test.cpp.o -c /u/bowman/camp/LspCpp/third_party/uri/test/uri_comparison_test.cpp + +third_party/uri/test/CMakeFiles/uri_comparison_test.dir/uri_comparison_test.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/uri_comparison_test.dir/uri_comparison_test.cpp.i" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /u/bowman/camp/LspCpp/third_party/uri/test/uri_comparison_test.cpp > CMakeFiles/uri_comparison_test.dir/uri_comparison_test.cpp.i + +third_party/uri/test/CMakeFiles/uri_comparison_test.dir/uri_comparison_test.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/uri_comparison_test.dir/uri_comparison_test.cpp.s" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /u/bowman/camp/LspCpp/third_party/uri/test/uri_comparison_test.cpp -o CMakeFiles/uri_comparison_test.dir/uri_comparison_test.cpp.s + +# Object files for target uri_comparison_test +uri_comparison_test_OBJECTS = \ +"CMakeFiles/uri_comparison_test.dir/uri_comparison_test.cpp.o" + +# External object files for target uri_comparison_test +uri_comparison_test_EXTERNAL_OBJECTS = + +third_party/uri/tests/uri_comparison_test: third_party/uri/test/CMakeFiles/uri_comparison_test.dir/uri_comparison_test.cpp.o +third_party/uri/tests/uri_comparison_test: third_party/uri/test/CMakeFiles/uri_comparison_test.dir/build.make +third_party/uri/tests/uri_comparison_test: third_party/uri/src/libnetwork-uri.a +third_party/uri/tests/uri_comparison_test: lib/libgtest_main.a +third_party/uri/tests/uri_comparison_test: lib/libgtest.a +third_party/uri/tests/uri_comparison_test: third_party/uri/test/CMakeFiles/uri_comparison_test.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 executable ../tests/uri_comparison_test" + cd /u/bowman/camp/LspCpp/third_party/uri/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/uri_comparison_test.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +third_party/uri/test/CMakeFiles/uri_comparison_test.dir/build: third_party/uri/tests/uri_comparison_test +.PHONY : third_party/uri/test/CMakeFiles/uri_comparison_test.dir/build + +third_party/uri/test/CMakeFiles/uri_comparison_test.dir/clean: + cd /u/bowman/camp/LspCpp/third_party/uri/test && $(CMAKE_COMMAND) -P CMakeFiles/uri_comparison_test.dir/cmake_clean.cmake +.PHONY : third_party/uri/test/CMakeFiles/uri_comparison_test.dir/clean + +third_party/uri/test/CMakeFiles/uri_comparison_test.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/test /u/bowman/camp/LspCpp /u/bowman/camp/LspCpp/third_party/uri/test /u/bowman/camp/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : third_party/uri/test/CMakeFiles/uri_comparison_test.dir/depend + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/cmake_clean.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/cmake_clean.cmake new file mode 100644 index 0000000000..32e59d93fb --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "../tests/uri_comparison_test" + "../tests/uri_comparison_test.pdb" + "CMakeFiles/uri_comparison_test.dir/uri_comparison_test.cpp.o" + "CMakeFiles/uri_comparison_test.dir/uri_comparison_test.cpp.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/uri_comparison_test.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/compiler_depend.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/compiler_depend.make new file mode 100644 index 0000000000..afda6b8ad2 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for uri_comparison_test. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/compiler_depend.ts b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/compiler_depend.ts new file mode 100644 index 0000000000..7ec804617b --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for uri_comparison_test. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/depend.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/depend.make new file mode 100644 index 0000000000..949bde3c29 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for uri_comparison_test. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/flags.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/flags.make new file mode 100644 index 0000000000..8e0692091e --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.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 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/link.txt b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/link.txt new file mode 100644 index 0000000000..638a0046b8 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/link.txt @@ -0,0 +1 @@ +/bin/c++ -D_FILE_OFFSET_BITS=64 -DUSEGC -std=c++11 -Wall -Werror -Wno-parentheses -O2 -g -DNDEBUG -rdynamic CMakeFiles/uri_comparison_test.dir/uri_comparison_test.cpp.o -o ../tests/uri_comparison_test -lpthread ../src/libnetwork-uri.a ../../../lib/libgtest_main.a ../../../lib/libgtest.a -lpthread diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/progress.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/progress.make new file mode 100644 index 0000000000..eb247b0834 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_comparison_test.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 40 +CMAKE_PROGRESS_2 = 41 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/DependInfo.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/DependInfo.cmake new file mode 100644 index 0000000000..eead809370 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# 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/test/uri_encoding_test.cpp" "third_party/uri/test/CMakeFiles/uri_encoding_test.dir/uri_encoding_test.cpp.o" "gcc" "third_party/uri/test/CMakeFiles/uri_encoding_test.dir/uri_encoding_test.cpp.o.d" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/u/bowman/camp/LspCpp/third_party/uri/src/CMakeFiles/network-uri.dir/DependInfo.cmake" + "/u/bowman/camp/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake" + "/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/test/CMakeFiles/uri_encoding_test.dir/build.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/build.make new file mode 100644 index 0000000000..aeb05d20ec --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/build.make @@ -0,0 +1,116 @@ +# 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/test/CMakeFiles/uri_encoding_test.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include third_party/uri/test/CMakeFiles/uri_encoding_test.dir/compiler_depend.make + +# Include the progress variables for this target. +include third_party/uri/test/CMakeFiles/uri_encoding_test.dir/progress.make + +# Include the compile flags for this target's objects. +include third_party/uri/test/CMakeFiles/uri_encoding_test.dir/flags.make + +third_party/uri/test/CMakeFiles/uri_encoding_test.dir/uri_encoding_test.cpp.o: third_party/uri/test/CMakeFiles/uri_encoding_test.dir/flags.make +third_party/uri/test/CMakeFiles/uri_encoding_test.dir/uri_encoding_test.cpp.o: third_party/uri/test/uri_encoding_test.cpp +third_party/uri/test/CMakeFiles/uri_encoding_test.dir/uri_encoding_test.cpp.o: third_party/uri/test/CMakeFiles/uri_encoding_test.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/test/CMakeFiles/uri_encoding_test.dir/uri_encoding_test.cpp.o" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT third_party/uri/test/CMakeFiles/uri_encoding_test.dir/uri_encoding_test.cpp.o -MF CMakeFiles/uri_encoding_test.dir/uri_encoding_test.cpp.o.d -o CMakeFiles/uri_encoding_test.dir/uri_encoding_test.cpp.o -c /u/bowman/camp/LspCpp/third_party/uri/test/uri_encoding_test.cpp + +third_party/uri/test/CMakeFiles/uri_encoding_test.dir/uri_encoding_test.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/uri_encoding_test.dir/uri_encoding_test.cpp.i" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /u/bowman/camp/LspCpp/third_party/uri/test/uri_encoding_test.cpp > CMakeFiles/uri_encoding_test.dir/uri_encoding_test.cpp.i + +third_party/uri/test/CMakeFiles/uri_encoding_test.dir/uri_encoding_test.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/uri_encoding_test.dir/uri_encoding_test.cpp.s" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /u/bowman/camp/LspCpp/third_party/uri/test/uri_encoding_test.cpp -o CMakeFiles/uri_encoding_test.dir/uri_encoding_test.cpp.s + +# Object files for target uri_encoding_test +uri_encoding_test_OBJECTS = \ +"CMakeFiles/uri_encoding_test.dir/uri_encoding_test.cpp.o" + +# External object files for target uri_encoding_test +uri_encoding_test_EXTERNAL_OBJECTS = + +third_party/uri/tests/uri_encoding_test: third_party/uri/test/CMakeFiles/uri_encoding_test.dir/uri_encoding_test.cpp.o +third_party/uri/tests/uri_encoding_test: third_party/uri/test/CMakeFiles/uri_encoding_test.dir/build.make +third_party/uri/tests/uri_encoding_test: third_party/uri/src/libnetwork-uri.a +third_party/uri/tests/uri_encoding_test: lib/libgtest_main.a +third_party/uri/tests/uri_encoding_test: lib/libgtest.a +third_party/uri/tests/uri_encoding_test: third_party/uri/test/CMakeFiles/uri_encoding_test.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 executable ../tests/uri_encoding_test" + cd /u/bowman/camp/LspCpp/third_party/uri/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/uri_encoding_test.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +third_party/uri/test/CMakeFiles/uri_encoding_test.dir/build: third_party/uri/tests/uri_encoding_test +.PHONY : third_party/uri/test/CMakeFiles/uri_encoding_test.dir/build + +third_party/uri/test/CMakeFiles/uri_encoding_test.dir/clean: + cd /u/bowman/camp/LspCpp/third_party/uri/test && $(CMAKE_COMMAND) -P CMakeFiles/uri_encoding_test.dir/cmake_clean.cmake +.PHONY : third_party/uri/test/CMakeFiles/uri_encoding_test.dir/clean + +third_party/uri/test/CMakeFiles/uri_encoding_test.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/test /u/bowman/camp/LspCpp /u/bowman/camp/LspCpp/third_party/uri/test /u/bowman/camp/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : third_party/uri/test/CMakeFiles/uri_encoding_test.dir/depend + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/cmake_clean.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/cmake_clean.cmake new file mode 100644 index 0000000000..77d8fed1e0 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "../tests/uri_encoding_test" + "../tests/uri_encoding_test.pdb" + "CMakeFiles/uri_encoding_test.dir/uri_encoding_test.cpp.o" + "CMakeFiles/uri_encoding_test.dir/uri_encoding_test.cpp.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/uri_encoding_test.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/compiler_depend.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/compiler_depend.make new file mode 100644 index 0000000000..a1572a3a2f --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for uri_encoding_test. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/compiler_depend.ts b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/compiler_depend.ts new file mode 100644 index 0000000000..7fdbc547f5 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for uri_encoding_test. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/depend.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/depend.make new file mode 100644 index 0000000000..0957caa273 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for uri_encoding_test. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/flags.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/flags.make new file mode 100644 index 0000000000..8e0692091e --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.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 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/link.txt b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/link.txt new file mode 100644 index 0000000000..dc3e1b3ab9 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/link.txt @@ -0,0 +1 @@ +/bin/c++ -D_FILE_OFFSET_BITS=64 -DUSEGC -std=c++11 -Wall -Werror -Wno-parentheses -O2 -g -DNDEBUG -rdynamic CMakeFiles/uri_encoding_test.dir/uri_encoding_test.cpp.o -o ../tests/uri_encoding_test -lpthread ../src/libnetwork-uri.a ../../../lib/libgtest_main.a ../../../lib/libgtest.a -lpthread diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/progress.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/progress.make new file mode 100644 index 0000000000..0ae2165365 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_encoding_test.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 42 +CMAKE_PROGRESS_2 = 43 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/DependInfo.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/DependInfo.cmake new file mode 100644 index 0000000000..724a20af5c --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# 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/test/uri_normalization_test.cpp" "third_party/uri/test/CMakeFiles/uri_normalization_test.dir/uri_normalization_test.cpp.o" "gcc" "third_party/uri/test/CMakeFiles/uri_normalization_test.dir/uri_normalization_test.cpp.o.d" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/u/bowman/camp/LspCpp/third_party/uri/src/CMakeFiles/network-uri.dir/DependInfo.cmake" + "/u/bowman/camp/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake" + "/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/test/CMakeFiles/uri_normalization_test.dir/build.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/build.make new file mode 100644 index 0000000000..6f57eedaac --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/build.make @@ -0,0 +1,116 @@ +# 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/test/CMakeFiles/uri_normalization_test.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include third_party/uri/test/CMakeFiles/uri_normalization_test.dir/compiler_depend.make + +# Include the progress variables for this target. +include third_party/uri/test/CMakeFiles/uri_normalization_test.dir/progress.make + +# Include the compile flags for this target's objects. +include third_party/uri/test/CMakeFiles/uri_normalization_test.dir/flags.make + +third_party/uri/test/CMakeFiles/uri_normalization_test.dir/uri_normalization_test.cpp.o: third_party/uri/test/CMakeFiles/uri_normalization_test.dir/flags.make +third_party/uri/test/CMakeFiles/uri_normalization_test.dir/uri_normalization_test.cpp.o: third_party/uri/test/uri_normalization_test.cpp +third_party/uri/test/CMakeFiles/uri_normalization_test.dir/uri_normalization_test.cpp.o: third_party/uri/test/CMakeFiles/uri_normalization_test.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/test/CMakeFiles/uri_normalization_test.dir/uri_normalization_test.cpp.o" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT third_party/uri/test/CMakeFiles/uri_normalization_test.dir/uri_normalization_test.cpp.o -MF CMakeFiles/uri_normalization_test.dir/uri_normalization_test.cpp.o.d -o CMakeFiles/uri_normalization_test.dir/uri_normalization_test.cpp.o -c /u/bowman/camp/LspCpp/third_party/uri/test/uri_normalization_test.cpp + +third_party/uri/test/CMakeFiles/uri_normalization_test.dir/uri_normalization_test.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/uri_normalization_test.dir/uri_normalization_test.cpp.i" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /u/bowman/camp/LspCpp/third_party/uri/test/uri_normalization_test.cpp > CMakeFiles/uri_normalization_test.dir/uri_normalization_test.cpp.i + +third_party/uri/test/CMakeFiles/uri_normalization_test.dir/uri_normalization_test.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/uri_normalization_test.dir/uri_normalization_test.cpp.s" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /u/bowman/camp/LspCpp/third_party/uri/test/uri_normalization_test.cpp -o CMakeFiles/uri_normalization_test.dir/uri_normalization_test.cpp.s + +# Object files for target uri_normalization_test +uri_normalization_test_OBJECTS = \ +"CMakeFiles/uri_normalization_test.dir/uri_normalization_test.cpp.o" + +# External object files for target uri_normalization_test +uri_normalization_test_EXTERNAL_OBJECTS = + +third_party/uri/tests/uri_normalization_test: third_party/uri/test/CMakeFiles/uri_normalization_test.dir/uri_normalization_test.cpp.o +third_party/uri/tests/uri_normalization_test: third_party/uri/test/CMakeFiles/uri_normalization_test.dir/build.make +third_party/uri/tests/uri_normalization_test: third_party/uri/src/libnetwork-uri.a +third_party/uri/tests/uri_normalization_test: lib/libgtest_main.a +third_party/uri/tests/uri_normalization_test: lib/libgtest.a +third_party/uri/tests/uri_normalization_test: third_party/uri/test/CMakeFiles/uri_normalization_test.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 executable ../tests/uri_normalization_test" + cd /u/bowman/camp/LspCpp/third_party/uri/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/uri_normalization_test.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +third_party/uri/test/CMakeFiles/uri_normalization_test.dir/build: third_party/uri/tests/uri_normalization_test +.PHONY : third_party/uri/test/CMakeFiles/uri_normalization_test.dir/build + +third_party/uri/test/CMakeFiles/uri_normalization_test.dir/clean: + cd /u/bowman/camp/LspCpp/third_party/uri/test && $(CMAKE_COMMAND) -P CMakeFiles/uri_normalization_test.dir/cmake_clean.cmake +.PHONY : third_party/uri/test/CMakeFiles/uri_normalization_test.dir/clean + +third_party/uri/test/CMakeFiles/uri_normalization_test.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/test /u/bowman/camp/LspCpp /u/bowman/camp/LspCpp/third_party/uri/test /u/bowman/camp/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : third_party/uri/test/CMakeFiles/uri_normalization_test.dir/depend + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/cmake_clean.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/cmake_clean.cmake new file mode 100644 index 0000000000..4a96b63c4f --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "../tests/uri_normalization_test" + "../tests/uri_normalization_test.pdb" + "CMakeFiles/uri_normalization_test.dir/uri_normalization_test.cpp.o" + "CMakeFiles/uri_normalization_test.dir/uri_normalization_test.cpp.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/uri_normalization_test.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/compiler_depend.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/compiler_depend.make new file mode 100644 index 0000000000..ab750c0e2a --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for uri_normalization_test. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/compiler_depend.ts b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/compiler_depend.ts new file mode 100644 index 0000000000..9a7e2da319 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for uri_normalization_test. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/depend.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/depend.make new file mode 100644 index 0000000000..c6bdc8b573 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for uri_normalization_test. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/flags.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/flags.make new file mode 100644 index 0000000000..8e0692091e --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.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 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/link.txt b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/link.txt new file mode 100644 index 0000000000..4294be3e81 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/link.txt @@ -0,0 +1 @@ +/bin/c++ -D_FILE_OFFSET_BITS=64 -DUSEGC -std=c++11 -Wall -Werror -Wno-parentheses -O2 -g -DNDEBUG -rdynamic CMakeFiles/uri_normalization_test.dir/uri_normalization_test.cpp.o -o ../tests/uri_normalization_test -lpthread ../src/libnetwork-uri.a ../../../lib/libgtest_main.a ../../../lib/libgtest.a -lpthread diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/progress.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/progress.make new file mode 100644 index 0000000000..c51eef3db7 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_normalization_test.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 44 +CMAKE_PROGRESS_2 = 45 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/DependInfo.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/DependInfo.cmake new file mode 100644 index 0000000000..53c5b14591 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# 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/test/uri_parse_path_test.cpp" "third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/uri_parse_path_test.cpp.o" "gcc" "third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/uri_parse_path_test.cpp.o.d" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/u/bowman/camp/LspCpp/third_party/uri/src/CMakeFiles/network-uri.dir/DependInfo.cmake" + "/u/bowman/camp/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake" + "/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/test/CMakeFiles/uri_parse_path_test.dir/build.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/build.make new file mode 100644 index 0000000000..927058a6bd --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/build.make @@ -0,0 +1,116 @@ +# 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/test/CMakeFiles/uri_parse_path_test.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/compiler_depend.make + +# Include the progress variables for this target. +include third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/progress.make + +# Include the compile flags for this target's objects. +include third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/flags.make + +third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/uri_parse_path_test.cpp.o: third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/flags.make +third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/uri_parse_path_test.cpp.o: third_party/uri/test/uri_parse_path_test.cpp +third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/uri_parse_path_test.cpp.o: third_party/uri/test/CMakeFiles/uri_parse_path_test.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/test/CMakeFiles/uri_parse_path_test.dir/uri_parse_path_test.cpp.o" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/uri_parse_path_test.cpp.o -MF CMakeFiles/uri_parse_path_test.dir/uri_parse_path_test.cpp.o.d -o CMakeFiles/uri_parse_path_test.dir/uri_parse_path_test.cpp.o -c /u/bowman/camp/LspCpp/third_party/uri/test/uri_parse_path_test.cpp + +third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/uri_parse_path_test.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/uri_parse_path_test.dir/uri_parse_path_test.cpp.i" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /u/bowman/camp/LspCpp/third_party/uri/test/uri_parse_path_test.cpp > CMakeFiles/uri_parse_path_test.dir/uri_parse_path_test.cpp.i + +third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/uri_parse_path_test.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/uri_parse_path_test.dir/uri_parse_path_test.cpp.s" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /u/bowman/camp/LspCpp/third_party/uri/test/uri_parse_path_test.cpp -o CMakeFiles/uri_parse_path_test.dir/uri_parse_path_test.cpp.s + +# Object files for target uri_parse_path_test +uri_parse_path_test_OBJECTS = \ +"CMakeFiles/uri_parse_path_test.dir/uri_parse_path_test.cpp.o" + +# External object files for target uri_parse_path_test +uri_parse_path_test_EXTERNAL_OBJECTS = + +third_party/uri/tests/uri_parse_path_test: third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/uri_parse_path_test.cpp.o +third_party/uri/tests/uri_parse_path_test: third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/build.make +third_party/uri/tests/uri_parse_path_test: third_party/uri/src/libnetwork-uri.a +third_party/uri/tests/uri_parse_path_test: lib/libgtest_main.a +third_party/uri/tests/uri_parse_path_test: lib/libgtest.a +third_party/uri/tests/uri_parse_path_test: third_party/uri/test/CMakeFiles/uri_parse_path_test.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 executable ../tests/uri_parse_path_test" + cd /u/bowman/camp/LspCpp/third_party/uri/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/uri_parse_path_test.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/build: third_party/uri/tests/uri_parse_path_test +.PHONY : third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/build + +third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/clean: + cd /u/bowman/camp/LspCpp/third_party/uri/test && $(CMAKE_COMMAND) -P CMakeFiles/uri_parse_path_test.dir/cmake_clean.cmake +.PHONY : third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/clean + +third_party/uri/test/CMakeFiles/uri_parse_path_test.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/test /u/bowman/camp/LspCpp /u/bowman/camp/LspCpp/third_party/uri/test /u/bowman/camp/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/depend + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/cmake_clean.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/cmake_clean.cmake new file mode 100644 index 0000000000..d054cdd0ea --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "../tests/uri_parse_path_test" + "../tests/uri_parse_path_test.pdb" + "CMakeFiles/uri_parse_path_test.dir/uri_parse_path_test.cpp.o" + "CMakeFiles/uri_parse_path_test.dir/uri_parse_path_test.cpp.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/uri_parse_path_test.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/compiler_depend.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/compiler_depend.make new file mode 100644 index 0000000000..2ac6c5da35 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for uri_parse_path_test. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/compiler_depend.ts b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/compiler_depend.ts new file mode 100644 index 0000000000..3030bdbaea --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for uri_parse_path_test. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/depend.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/depend.make new file mode 100644 index 0000000000..7e58262af1 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for uri_parse_path_test. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/flags.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/flags.make new file mode 100644 index 0000000000..8e0692091e --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.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 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/link.txt b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/link.txt new file mode 100644 index 0000000000..b2965a4690 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/link.txt @@ -0,0 +1 @@ +/bin/c++ -D_FILE_OFFSET_BITS=64 -DUSEGC -std=c++11 -Wall -Werror -Wno-parentheses -O2 -g -DNDEBUG -rdynamic CMakeFiles/uri_parse_path_test.dir/uri_parse_path_test.cpp.o -o ../tests/uri_parse_path_test -lpthread ../src/libnetwork-uri.a ../../../lib/libgtest_main.a ../../../lib/libgtest.a -lpthread diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/progress.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/progress.make new file mode 100644 index 0000000000..80ac6c176b --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 46 +CMAKE_PROGRESS_2 = 47 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/DependInfo.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/DependInfo.cmake new file mode 100644 index 0000000000..1a224a7cab --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# 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/test/uri_parse_scheme_test.cpp" "third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/uri_parse_scheme_test.cpp.o" "gcc" "third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/uri_parse_scheme_test.cpp.o.d" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/u/bowman/camp/LspCpp/third_party/uri/src/CMakeFiles/network-uri.dir/DependInfo.cmake" + "/u/bowman/camp/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake" + "/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/test/CMakeFiles/uri_parse_scheme_test.dir/build.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/build.make new file mode 100644 index 0000000000..50db09851d --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/build.make @@ -0,0 +1,116 @@ +# 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/test/CMakeFiles/uri_parse_scheme_test.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/compiler_depend.make + +# Include the progress variables for this target. +include third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/progress.make + +# Include the compile flags for this target's objects. +include third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/flags.make + +third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/uri_parse_scheme_test.cpp.o: third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/flags.make +third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/uri_parse_scheme_test.cpp.o: third_party/uri/test/uri_parse_scheme_test.cpp +third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/uri_parse_scheme_test.cpp.o: third_party/uri/test/CMakeFiles/uri_parse_scheme_test.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/test/CMakeFiles/uri_parse_scheme_test.dir/uri_parse_scheme_test.cpp.o" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/uri_parse_scheme_test.cpp.o -MF CMakeFiles/uri_parse_scheme_test.dir/uri_parse_scheme_test.cpp.o.d -o CMakeFiles/uri_parse_scheme_test.dir/uri_parse_scheme_test.cpp.o -c /u/bowman/camp/LspCpp/third_party/uri/test/uri_parse_scheme_test.cpp + +third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/uri_parse_scheme_test.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/uri_parse_scheme_test.dir/uri_parse_scheme_test.cpp.i" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /u/bowman/camp/LspCpp/third_party/uri/test/uri_parse_scheme_test.cpp > CMakeFiles/uri_parse_scheme_test.dir/uri_parse_scheme_test.cpp.i + +third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/uri_parse_scheme_test.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/uri_parse_scheme_test.dir/uri_parse_scheme_test.cpp.s" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /u/bowman/camp/LspCpp/third_party/uri/test/uri_parse_scheme_test.cpp -o CMakeFiles/uri_parse_scheme_test.dir/uri_parse_scheme_test.cpp.s + +# Object files for target uri_parse_scheme_test +uri_parse_scheme_test_OBJECTS = \ +"CMakeFiles/uri_parse_scheme_test.dir/uri_parse_scheme_test.cpp.o" + +# External object files for target uri_parse_scheme_test +uri_parse_scheme_test_EXTERNAL_OBJECTS = + +third_party/uri/tests/uri_parse_scheme_test: third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/uri_parse_scheme_test.cpp.o +third_party/uri/tests/uri_parse_scheme_test: third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/build.make +third_party/uri/tests/uri_parse_scheme_test: third_party/uri/src/libnetwork-uri.a +third_party/uri/tests/uri_parse_scheme_test: lib/libgtest_main.a +third_party/uri/tests/uri_parse_scheme_test: lib/libgtest.a +third_party/uri/tests/uri_parse_scheme_test: third_party/uri/test/CMakeFiles/uri_parse_scheme_test.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 executable ../tests/uri_parse_scheme_test" + cd /u/bowman/camp/LspCpp/third_party/uri/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/uri_parse_scheme_test.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/build: third_party/uri/tests/uri_parse_scheme_test +.PHONY : third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/build + +third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/clean: + cd /u/bowman/camp/LspCpp/third_party/uri/test && $(CMAKE_COMMAND) -P CMakeFiles/uri_parse_scheme_test.dir/cmake_clean.cmake +.PHONY : third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/clean + +third_party/uri/test/CMakeFiles/uri_parse_scheme_test.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/test /u/bowman/camp/LspCpp /u/bowman/camp/LspCpp/third_party/uri/test /u/bowman/camp/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/depend + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/cmake_clean.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/cmake_clean.cmake new file mode 100644 index 0000000000..b9dd88c611 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "../tests/uri_parse_scheme_test" + "../tests/uri_parse_scheme_test.pdb" + "CMakeFiles/uri_parse_scheme_test.dir/uri_parse_scheme_test.cpp.o" + "CMakeFiles/uri_parse_scheme_test.dir/uri_parse_scheme_test.cpp.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/uri_parse_scheme_test.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/compiler_depend.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/compiler_depend.make new file mode 100644 index 0000000000..126fa457d5 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for uri_parse_scheme_test. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/compiler_depend.ts b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/compiler_depend.ts new file mode 100644 index 0000000000..4da7754d24 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for uri_parse_scheme_test. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/depend.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/depend.make new file mode 100644 index 0000000000..f2a6a16d28 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for uri_parse_scheme_test. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/flags.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/flags.make new file mode 100644 index 0000000000..8e0692091e --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.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 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/link.txt b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/link.txt new file mode 100644 index 0000000000..8866ba9781 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/link.txt @@ -0,0 +1 @@ +/bin/c++ -D_FILE_OFFSET_BITS=64 -DUSEGC -std=c++11 -Wall -Werror -Wno-parentheses -O2 -g -DNDEBUG -rdynamic CMakeFiles/uri_parse_scheme_test.dir/uri_parse_scheme_test.cpp.o -o ../tests/uri_parse_scheme_test -lpthread ../src/libnetwork-uri.a ../../../lib/libgtest_main.a ../../../lib/libgtest.a -lpthread diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/progress.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/progress.make new file mode 100644 index 0000000000..961e1cad8a --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 48 +CMAKE_PROGRESS_2 = 49 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/DependInfo.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/DependInfo.cmake new file mode 100644 index 0000000000..3b713dc439 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# 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/test/uri_parse_test.cpp" "third_party/uri/test/CMakeFiles/uri_parse_test.dir/uri_parse_test.cpp.o" "gcc" "third_party/uri/test/CMakeFiles/uri_parse_test.dir/uri_parse_test.cpp.o.d" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/u/bowman/camp/LspCpp/third_party/uri/src/CMakeFiles/network-uri.dir/DependInfo.cmake" + "/u/bowman/camp/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake" + "/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/test/CMakeFiles/uri_parse_test.dir/build.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/build.make new file mode 100644 index 0000000000..3aa7b50961 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/build.make @@ -0,0 +1,116 @@ +# 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/test/CMakeFiles/uri_parse_test.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include third_party/uri/test/CMakeFiles/uri_parse_test.dir/compiler_depend.make + +# Include the progress variables for this target. +include third_party/uri/test/CMakeFiles/uri_parse_test.dir/progress.make + +# Include the compile flags for this target's objects. +include third_party/uri/test/CMakeFiles/uri_parse_test.dir/flags.make + +third_party/uri/test/CMakeFiles/uri_parse_test.dir/uri_parse_test.cpp.o: third_party/uri/test/CMakeFiles/uri_parse_test.dir/flags.make +third_party/uri/test/CMakeFiles/uri_parse_test.dir/uri_parse_test.cpp.o: third_party/uri/test/uri_parse_test.cpp +third_party/uri/test/CMakeFiles/uri_parse_test.dir/uri_parse_test.cpp.o: third_party/uri/test/CMakeFiles/uri_parse_test.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/test/CMakeFiles/uri_parse_test.dir/uri_parse_test.cpp.o" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT third_party/uri/test/CMakeFiles/uri_parse_test.dir/uri_parse_test.cpp.o -MF CMakeFiles/uri_parse_test.dir/uri_parse_test.cpp.o.d -o CMakeFiles/uri_parse_test.dir/uri_parse_test.cpp.o -c /u/bowman/camp/LspCpp/third_party/uri/test/uri_parse_test.cpp + +third_party/uri/test/CMakeFiles/uri_parse_test.dir/uri_parse_test.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/uri_parse_test.dir/uri_parse_test.cpp.i" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /u/bowman/camp/LspCpp/third_party/uri/test/uri_parse_test.cpp > CMakeFiles/uri_parse_test.dir/uri_parse_test.cpp.i + +third_party/uri/test/CMakeFiles/uri_parse_test.dir/uri_parse_test.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/uri_parse_test.dir/uri_parse_test.cpp.s" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /u/bowman/camp/LspCpp/third_party/uri/test/uri_parse_test.cpp -o CMakeFiles/uri_parse_test.dir/uri_parse_test.cpp.s + +# Object files for target uri_parse_test +uri_parse_test_OBJECTS = \ +"CMakeFiles/uri_parse_test.dir/uri_parse_test.cpp.o" + +# External object files for target uri_parse_test +uri_parse_test_EXTERNAL_OBJECTS = + +third_party/uri/tests/uri_parse_test: third_party/uri/test/CMakeFiles/uri_parse_test.dir/uri_parse_test.cpp.o +third_party/uri/tests/uri_parse_test: third_party/uri/test/CMakeFiles/uri_parse_test.dir/build.make +third_party/uri/tests/uri_parse_test: third_party/uri/src/libnetwork-uri.a +third_party/uri/tests/uri_parse_test: lib/libgtest_main.a +third_party/uri/tests/uri_parse_test: lib/libgtest.a +third_party/uri/tests/uri_parse_test: third_party/uri/test/CMakeFiles/uri_parse_test.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 executable ../tests/uri_parse_test" + cd /u/bowman/camp/LspCpp/third_party/uri/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/uri_parse_test.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +third_party/uri/test/CMakeFiles/uri_parse_test.dir/build: third_party/uri/tests/uri_parse_test +.PHONY : third_party/uri/test/CMakeFiles/uri_parse_test.dir/build + +third_party/uri/test/CMakeFiles/uri_parse_test.dir/clean: + cd /u/bowman/camp/LspCpp/third_party/uri/test && $(CMAKE_COMMAND) -P CMakeFiles/uri_parse_test.dir/cmake_clean.cmake +.PHONY : third_party/uri/test/CMakeFiles/uri_parse_test.dir/clean + +third_party/uri/test/CMakeFiles/uri_parse_test.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/test /u/bowman/camp/LspCpp /u/bowman/camp/LspCpp/third_party/uri/test /u/bowman/camp/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : third_party/uri/test/CMakeFiles/uri_parse_test.dir/depend + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/cmake_clean.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/cmake_clean.cmake new file mode 100644 index 0000000000..9f9071cbae --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "../tests/uri_parse_test" + "../tests/uri_parse_test.pdb" + "CMakeFiles/uri_parse_test.dir/uri_parse_test.cpp.o" + "CMakeFiles/uri_parse_test.dir/uri_parse_test.cpp.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/uri_parse_test.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/compiler_depend.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/compiler_depend.make new file mode 100644 index 0000000000..50519a7e85 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for uri_parse_test. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/compiler_depend.ts b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/compiler_depend.ts new file mode 100644 index 0000000000..e2570267ef --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for uri_parse_test. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/depend.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/depend.make new file mode 100644 index 0000000000..d3ef211cf6 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for uri_parse_test. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/flags.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/flags.make new file mode 100644 index 0000000000..8e0692091e --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.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 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/link.txt b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/link.txt new file mode 100644 index 0000000000..7294380edb --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/link.txt @@ -0,0 +1 @@ +/bin/c++ -D_FILE_OFFSET_BITS=64 -DUSEGC -std=c++11 -Wall -Werror -Wno-parentheses -O2 -g -DNDEBUG -rdynamic CMakeFiles/uri_parse_test.dir/uri_parse_test.cpp.o -o ../tests/uri_parse_test -lpthread ../src/libnetwork-uri.a ../../../lib/libgtest_main.a ../../../lib/libgtest.a -lpthread diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/progress.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/progress.make new file mode 100644 index 0000000000..dbabe1f503 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_parse_test.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 50 +CMAKE_PROGRESS_2 = 51 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/DependInfo.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/DependInfo.cmake new file mode 100644 index 0000000000..8a4abc87e4 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# 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/test/uri_reference_test.cpp" "third_party/uri/test/CMakeFiles/uri_reference_test.dir/uri_reference_test.cpp.o" "gcc" "third_party/uri/test/CMakeFiles/uri_reference_test.dir/uri_reference_test.cpp.o.d" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/u/bowman/camp/LspCpp/third_party/uri/src/CMakeFiles/network-uri.dir/DependInfo.cmake" + "/u/bowman/camp/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake" + "/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/test/CMakeFiles/uri_reference_test.dir/build.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/build.make new file mode 100644 index 0000000000..22d0fe23f8 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/build.make @@ -0,0 +1,116 @@ +# 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/test/CMakeFiles/uri_reference_test.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include third_party/uri/test/CMakeFiles/uri_reference_test.dir/compiler_depend.make + +# Include the progress variables for this target. +include third_party/uri/test/CMakeFiles/uri_reference_test.dir/progress.make + +# Include the compile flags for this target's objects. +include third_party/uri/test/CMakeFiles/uri_reference_test.dir/flags.make + +third_party/uri/test/CMakeFiles/uri_reference_test.dir/uri_reference_test.cpp.o: third_party/uri/test/CMakeFiles/uri_reference_test.dir/flags.make +third_party/uri/test/CMakeFiles/uri_reference_test.dir/uri_reference_test.cpp.o: third_party/uri/test/uri_reference_test.cpp +third_party/uri/test/CMakeFiles/uri_reference_test.dir/uri_reference_test.cpp.o: third_party/uri/test/CMakeFiles/uri_reference_test.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/test/CMakeFiles/uri_reference_test.dir/uri_reference_test.cpp.o" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT third_party/uri/test/CMakeFiles/uri_reference_test.dir/uri_reference_test.cpp.o -MF CMakeFiles/uri_reference_test.dir/uri_reference_test.cpp.o.d -o CMakeFiles/uri_reference_test.dir/uri_reference_test.cpp.o -c /u/bowman/camp/LspCpp/third_party/uri/test/uri_reference_test.cpp + +third_party/uri/test/CMakeFiles/uri_reference_test.dir/uri_reference_test.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/uri_reference_test.dir/uri_reference_test.cpp.i" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /u/bowman/camp/LspCpp/third_party/uri/test/uri_reference_test.cpp > CMakeFiles/uri_reference_test.dir/uri_reference_test.cpp.i + +third_party/uri/test/CMakeFiles/uri_reference_test.dir/uri_reference_test.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/uri_reference_test.dir/uri_reference_test.cpp.s" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /u/bowman/camp/LspCpp/third_party/uri/test/uri_reference_test.cpp -o CMakeFiles/uri_reference_test.dir/uri_reference_test.cpp.s + +# Object files for target uri_reference_test +uri_reference_test_OBJECTS = \ +"CMakeFiles/uri_reference_test.dir/uri_reference_test.cpp.o" + +# External object files for target uri_reference_test +uri_reference_test_EXTERNAL_OBJECTS = + +third_party/uri/tests/uri_reference_test: third_party/uri/test/CMakeFiles/uri_reference_test.dir/uri_reference_test.cpp.o +third_party/uri/tests/uri_reference_test: third_party/uri/test/CMakeFiles/uri_reference_test.dir/build.make +third_party/uri/tests/uri_reference_test: third_party/uri/src/libnetwork-uri.a +third_party/uri/tests/uri_reference_test: lib/libgtest_main.a +third_party/uri/tests/uri_reference_test: lib/libgtest.a +third_party/uri/tests/uri_reference_test: third_party/uri/test/CMakeFiles/uri_reference_test.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 executable ../tests/uri_reference_test" + cd /u/bowman/camp/LspCpp/third_party/uri/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/uri_reference_test.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +third_party/uri/test/CMakeFiles/uri_reference_test.dir/build: third_party/uri/tests/uri_reference_test +.PHONY : third_party/uri/test/CMakeFiles/uri_reference_test.dir/build + +third_party/uri/test/CMakeFiles/uri_reference_test.dir/clean: + cd /u/bowman/camp/LspCpp/third_party/uri/test && $(CMAKE_COMMAND) -P CMakeFiles/uri_reference_test.dir/cmake_clean.cmake +.PHONY : third_party/uri/test/CMakeFiles/uri_reference_test.dir/clean + +third_party/uri/test/CMakeFiles/uri_reference_test.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/test /u/bowman/camp/LspCpp /u/bowman/camp/LspCpp/third_party/uri/test /u/bowman/camp/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : third_party/uri/test/CMakeFiles/uri_reference_test.dir/depend + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/cmake_clean.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/cmake_clean.cmake new file mode 100644 index 0000000000..ede67e6d21 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "../tests/uri_reference_test" + "../tests/uri_reference_test.pdb" + "CMakeFiles/uri_reference_test.dir/uri_reference_test.cpp.o" + "CMakeFiles/uri_reference_test.dir/uri_reference_test.cpp.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/uri_reference_test.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/compiler_depend.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/compiler_depend.make new file mode 100644 index 0000000000..64966ad509 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for uri_reference_test. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/compiler_depend.ts b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/compiler_depend.ts new file mode 100644 index 0000000000..ae9d2510a5 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for uri_reference_test. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/depend.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/depend.make new file mode 100644 index 0000000000..afa79f6cc4 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for uri_reference_test. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/flags.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/flags.make new file mode 100644 index 0000000000..8e0692091e --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.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 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/link.txt b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/link.txt new file mode 100644 index 0000000000..1cd059359a --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/link.txt @@ -0,0 +1 @@ +/bin/c++ -D_FILE_OFFSET_BITS=64 -DUSEGC -std=c++11 -Wall -Werror -Wno-parentheses -O2 -g -DNDEBUG -rdynamic CMakeFiles/uri_reference_test.dir/uri_reference_test.cpp.o -o ../tests/uri_reference_test -lpthread ../src/libnetwork-uri.a ../../../lib/libgtest_main.a ../../../lib/libgtest.a -lpthread diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/progress.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/progress.make new file mode 100644 index 0000000000..3b1f03a283 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_reference_test.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 52 +CMAKE_PROGRESS_2 = 53 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/DependInfo.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/DependInfo.cmake new file mode 100644 index 0000000000..de31b9c2dd --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# 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/test/uri_resolve_test.cpp" "third_party/uri/test/CMakeFiles/uri_resolve_test.dir/uri_resolve_test.cpp.o" "gcc" "third_party/uri/test/CMakeFiles/uri_resolve_test.dir/uri_resolve_test.cpp.o.d" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/u/bowman/camp/LspCpp/third_party/uri/src/CMakeFiles/network-uri.dir/DependInfo.cmake" + "/u/bowman/camp/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake" + "/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/test/CMakeFiles/uri_resolve_test.dir/build.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/build.make new file mode 100644 index 0000000000..f66120efe3 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/build.make @@ -0,0 +1,116 @@ +# 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/test/CMakeFiles/uri_resolve_test.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include third_party/uri/test/CMakeFiles/uri_resolve_test.dir/compiler_depend.make + +# Include the progress variables for this target. +include third_party/uri/test/CMakeFiles/uri_resolve_test.dir/progress.make + +# Include the compile flags for this target's objects. +include third_party/uri/test/CMakeFiles/uri_resolve_test.dir/flags.make + +third_party/uri/test/CMakeFiles/uri_resolve_test.dir/uri_resolve_test.cpp.o: third_party/uri/test/CMakeFiles/uri_resolve_test.dir/flags.make +third_party/uri/test/CMakeFiles/uri_resolve_test.dir/uri_resolve_test.cpp.o: third_party/uri/test/uri_resolve_test.cpp +third_party/uri/test/CMakeFiles/uri_resolve_test.dir/uri_resolve_test.cpp.o: third_party/uri/test/CMakeFiles/uri_resolve_test.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/test/CMakeFiles/uri_resolve_test.dir/uri_resolve_test.cpp.o" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT third_party/uri/test/CMakeFiles/uri_resolve_test.dir/uri_resolve_test.cpp.o -MF CMakeFiles/uri_resolve_test.dir/uri_resolve_test.cpp.o.d -o CMakeFiles/uri_resolve_test.dir/uri_resolve_test.cpp.o -c /u/bowman/camp/LspCpp/third_party/uri/test/uri_resolve_test.cpp + +third_party/uri/test/CMakeFiles/uri_resolve_test.dir/uri_resolve_test.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/uri_resolve_test.dir/uri_resolve_test.cpp.i" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /u/bowman/camp/LspCpp/third_party/uri/test/uri_resolve_test.cpp > CMakeFiles/uri_resolve_test.dir/uri_resolve_test.cpp.i + +third_party/uri/test/CMakeFiles/uri_resolve_test.dir/uri_resolve_test.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/uri_resolve_test.dir/uri_resolve_test.cpp.s" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /u/bowman/camp/LspCpp/third_party/uri/test/uri_resolve_test.cpp -o CMakeFiles/uri_resolve_test.dir/uri_resolve_test.cpp.s + +# Object files for target uri_resolve_test +uri_resolve_test_OBJECTS = \ +"CMakeFiles/uri_resolve_test.dir/uri_resolve_test.cpp.o" + +# External object files for target uri_resolve_test +uri_resolve_test_EXTERNAL_OBJECTS = + +third_party/uri/tests/uri_resolve_test: third_party/uri/test/CMakeFiles/uri_resolve_test.dir/uri_resolve_test.cpp.o +third_party/uri/tests/uri_resolve_test: third_party/uri/test/CMakeFiles/uri_resolve_test.dir/build.make +third_party/uri/tests/uri_resolve_test: third_party/uri/src/libnetwork-uri.a +third_party/uri/tests/uri_resolve_test: lib/libgtest_main.a +third_party/uri/tests/uri_resolve_test: lib/libgtest.a +third_party/uri/tests/uri_resolve_test: third_party/uri/test/CMakeFiles/uri_resolve_test.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 executable ../tests/uri_resolve_test" + cd /u/bowman/camp/LspCpp/third_party/uri/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/uri_resolve_test.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +third_party/uri/test/CMakeFiles/uri_resolve_test.dir/build: third_party/uri/tests/uri_resolve_test +.PHONY : third_party/uri/test/CMakeFiles/uri_resolve_test.dir/build + +third_party/uri/test/CMakeFiles/uri_resolve_test.dir/clean: + cd /u/bowman/camp/LspCpp/third_party/uri/test && $(CMAKE_COMMAND) -P CMakeFiles/uri_resolve_test.dir/cmake_clean.cmake +.PHONY : third_party/uri/test/CMakeFiles/uri_resolve_test.dir/clean + +third_party/uri/test/CMakeFiles/uri_resolve_test.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/test /u/bowman/camp/LspCpp /u/bowman/camp/LspCpp/third_party/uri/test /u/bowman/camp/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : third_party/uri/test/CMakeFiles/uri_resolve_test.dir/depend + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/cmake_clean.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/cmake_clean.cmake new file mode 100644 index 0000000000..f8efcb7ae0 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "../tests/uri_resolve_test" + "../tests/uri_resolve_test.pdb" + "CMakeFiles/uri_resolve_test.dir/uri_resolve_test.cpp.o" + "CMakeFiles/uri_resolve_test.dir/uri_resolve_test.cpp.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/uri_resolve_test.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/compiler_depend.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/compiler_depend.make new file mode 100644 index 0000000000..bdfe565854 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for uri_resolve_test. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/compiler_depend.ts b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/compiler_depend.ts new file mode 100644 index 0000000000..14d8c8809b --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for uri_resolve_test. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/depend.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/depend.make new file mode 100644 index 0000000000..a7b85fc758 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for uri_resolve_test. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/flags.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/flags.make new file mode 100644 index 0000000000..8e0692091e --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.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 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/link.txt b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/link.txt new file mode 100644 index 0000000000..e049e13e2d --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/link.txt @@ -0,0 +1 @@ +/bin/c++ -D_FILE_OFFSET_BITS=64 -DUSEGC -std=c++11 -Wall -Werror -Wno-parentheses -O2 -g -DNDEBUG -rdynamic CMakeFiles/uri_resolve_test.dir/uri_resolve_test.cpp.o -o ../tests/uri_resolve_test -lpthread ../src/libnetwork-uri.a ../../../lib/libgtest_main.a ../../../lib/libgtest.a -lpthread diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/progress.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/progress.make new file mode 100644 index 0000000000..2e6ba90569 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_resolve_test.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 54 +CMAKE_PROGRESS_2 = 55 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/DependInfo.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/DependInfo.cmake new file mode 100644 index 0000000000..4a5dd6c7af --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# 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/test/uri_stream_test.cpp" "third_party/uri/test/CMakeFiles/uri_stream_test.dir/uri_stream_test.cpp.o" "gcc" "third_party/uri/test/CMakeFiles/uri_stream_test.dir/uri_stream_test.cpp.o.d" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/u/bowman/camp/LspCpp/third_party/uri/src/CMakeFiles/network-uri.dir/DependInfo.cmake" + "/u/bowman/camp/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake" + "/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/test/CMakeFiles/uri_stream_test.dir/build.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/build.make new file mode 100644 index 0000000000..dd4718d53f --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/build.make @@ -0,0 +1,116 @@ +# 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/test/CMakeFiles/uri_stream_test.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include third_party/uri/test/CMakeFiles/uri_stream_test.dir/compiler_depend.make + +# Include the progress variables for this target. +include third_party/uri/test/CMakeFiles/uri_stream_test.dir/progress.make + +# Include the compile flags for this target's objects. +include third_party/uri/test/CMakeFiles/uri_stream_test.dir/flags.make + +third_party/uri/test/CMakeFiles/uri_stream_test.dir/uri_stream_test.cpp.o: third_party/uri/test/CMakeFiles/uri_stream_test.dir/flags.make +third_party/uri/test/CMakeFiles/uri_stream_test.dir/uri_stream_test.cpp.o: third_party/uri/test/uri_stream_test.cpp +third_party/uri/test/CMakeFiles/uri_stream_test.dir/uri_stream_test.cpp.o: third_party/uri/test/CMakeFiles/uri_stream_test.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/test/CMakeFiles/uri_stream_test.dir/uri_stream_test.cpp.o" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT third_party/uri/test/CMakeFiles/uri_stream_test.dir/uri_stream_test.cpp.o -MF CMakeFiles/uri_stream_test.dir/uri_stream_test.cpp.o.d -o CMakeFiles/uri_stream_test.dir/uri_stream_test.cpp.o -c /u/bowman/camp/LspCpp/third_party/uri/test/uri_stream_test.cpp + +third_party/uri/test/CMakeFiles/uri_stream_test.dir/uri_stream_test.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/uri_stream_test.dir/uri_stream_test.cpp.i" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /u/bowman/camp/LspCpp/third_party/uri/test/uri_stream_test.cpp > CMakeFiles/uri_stream_test.dir/uri_stream_test.cpp.i + +third_party/uri/test/CMakeFiles/uri_stream_test.dir/uri_stream_test.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/uri_stream_test.dir/uri_stream_test.cpp.s" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /u/bowman/camp/LspCpp/third_party/uri/test/uri_stream_test.cpp -o CMakeFiles/uri_stream_test.dir/uri_stream_test.cpp.s + +# Object files for target uri_stream_test +uri_stream_test_OBJECTS = \ +"CMakeFiles/uri_stream_test.dir/uri_stream_test.cpp.o" + +# External object files for target uri_stream_test +uri_stream_test_EXTERNAL_OBJECTS = + +third_party/uri/tests/uri_stream_test: third_party/uri/test/CMakeFiles/uri_stream_test.dir/uri_stream_test.cpp.o +third_party/uri/tests/uri_stream_test: third_party/uri/test/CMakeFiles/uri_stream_test.dir/build.make +third_party/uri/tests/uri_stream_test: third_party/uri/src/libnetwork-uri.a +third_party/uri/tests/uri_stream_test: lib/libgtest_main.a +third_party/uri/tests/uri_stream_test: lib/libgtest.a +third_party/uri/tests/uri_stream_test: third_party/uri/test/CMakeFiles/uri_stream_test.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 executable ../tests/uri_stream_test" + cd /u/bowman/camp/LspCpp/third_party/uri/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/uri_stream_test.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +third_party/uri/test/CMakeFiles/uri_stream_test.dir/build: third_party/uri/tests/uri_stream_test +.PHONY : third_party/uri/test/CMakeFiles/uri_stream_test.dir/build + +third_party/uri/test/CMakeFiles/uri_stream_test.dir/clean: + cd /u/bowman/camp/LspCpp/third_party/uri/test && $(CMAKE_COMMAND) -P CMakeFiles/uri_stream_test.dir/cmake_clean.cmake +.PHONY : third_party/uri/test/CMakeFiles/uri_stream_test.dir/clean + +third_party/uri/test/CMakeFiles/uri_stream_test.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/test /u/bowman/camp/LspCpp /u/bowman/camp/LspCpp/third_party/uri/test /u/bowman/camp/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : third_party/uri/test/CMakeFiles/uri_stream_test.dir/depend + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/cmake_clean.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/cmake_clean.cmake new file mode 100644 index 0000000000..fc1056c23c --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "../tests/uri_stream_test" + "../tests/uri_stream_test.pdb" + "CMakeFiles/uri_stream_test.dir/uri_stream_test.cpp.o" + "CMakeFiles/uri_stream_test.dir/uri_stream_test.cpp.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/uri_stream_test.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/compiler_depend.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/compiler_depend.make new file mode 100644 index 0000000000..1039c1a90d --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for uri_stream_test. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/compiler_depend.ts b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/compiler_depend.ts new file mode 100644 index 0000000000..f0ca0efd88 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for uri_stream_test. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/depend.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/depend.make new file mode 100644 index 0000000000..90f8b8e5c2 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for uri_stream_test. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/flags.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/flags.make new file mode 100644 index 0000000000..8e0692091e --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.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 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/link.txt b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/link.txt new file mode 100644 index 0000000000..f140c5f432 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/link.txt @@ -0,0 +1 @@ +/bin/c++ -D_FILE_OFFSET_BITS=64 -DUSEGC -std=c++11 -Wall -Werror -Wno-parentheses -O2 -g -DNDEBUG -rdynamic CMakeFiles/uri_stream_test.dir/uri_stream_test.cpp.o -o ../tests/uri_stream_test -lpthread ../src/libnetwork-uri.a ../../../lib/libgtest_main.a ../../../lib/libgtest.a -lpthread diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/progress.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/progress.make new file mode 100644 index 0000000000..fb03824bd3 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_stream_test.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 56 +CMAKE_PROGRESS_2 = 57 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/DependInfo.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/DependInfo.cmake new file mode 100644 index 0000000000..5dfb523a85 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# 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/test/uri_test.cpp" "third_party/uri/test/CMakeFiles/uri_test.dir/uri_test.cpp.o" "gcc" "third_party/uri/test/CMakeFiles/uri_test.dir/uri_test.cpp.o.d" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/u/bowman/camp/LspCpp/third_party/uri/src/CMakeFiles/network-uri.dir/DependInfo.cmake" + "/u/bowman/camp/LspCpp/third_party/uri/deps/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake" + "/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/test/CMakeFiles/uri_test.dir/build.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/build.make new file mode 100644 index 0000000000..fe4cb09418 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/build.make @@ -0,0 +1,116 @@ +# 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/test/CMakeFiles/uri_test.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include third_party/uri/test/CMakeFiles/uri_test.dir/compiler_depend.make + +# Include the progress variables for this target. +include third_party/uri/test/CMakeFiles/uri_test.dir/progress.make + +# Include the compile flags for this target's objects. +include third_party/uri/test/CMakeFiles/uri_test.dir/flags.make + +third_party/uri/test/CMakeFiles/uri_test.dir/uri_test.cpp.o: third_party/uri/test/CMakeFiles/uri_test.dir/flags.make +third_party/uri/test/CMakeFiles/uri_test.dir/uri_test.cpp.o: third_party/uri/test/uri_test.cpp +third_party/uri/test/CMakeFiles/uri_test.dir/uri_test.cpp.o: third_party/uri/test/CMakeFiles/uri_test.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/test/CMakeFiles/uri_test.dir/uri_test.cpp.o" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT third_party/uri/test/CMakeFiles/uri_test.dir/uri_test.cpp.o -MF CMakeFiles/uri_test.dir/uri_test.cpp.o.d -o CMakeFiles/uri_test.dir/uri_test.cpp.o -c /u/bowman/camp/LspCpp/third_party/uri/test/uri_test.cpp + +third_party/uri/test/CMakeFiles/uri_test.dir/uri_test.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/uri_test.dir/uri_test.cpp.i" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /u/bowman/camp/LspCpp/third_party/uri/test/uri_test.cpp > CMakeFiles/uri_test.dir/uri_test.cpp.i + +third_party/uri/test/CMakeFiles/uri_test.dir/uri_test.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/uri_test.dir/uri_test.cpp.s" + cd /u/bowman/camp/LspCpp/third_party/uri/test && /bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /u/bowman/camp/LspCpp/third_party/uri/test/uri_test.cpp -o CMakeFiles/uri_test.dir/uri_test.cpp.s + +# Object files for target uri_test +uri_test_OBJECTS = \ +"CMakeFiles/uri_test.dir/uri_test.cpp.o" + +# External object files for target uri_test +uri_test_EXTERNAL_OBJECTS = + +third_party/uri/tests/uri_test: third_party/uri/test/CMakeFiles/uri_test.dir/uri_test.cpp.o +third_party/uri/tests/uri_test: third_party/uri/test/CMakeFiles/uri_test.dir/build.make +third_party/uri/tests/uri_test: third_party/uri/src/libnetwork-uri.a +third_party/uri/tests/uri_test: lib/libgtest_main.a +third_party/uri/tests/uri_test: lib/libgtest.a +third_party/uri/tests/uri_test: third_party/uri/test/CMakeFiles/uri_test.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 executable ../tests/uri_test" + cd /u/bowman/camp/LspCpp/third_party/uri/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/uri_test.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +third_party/uri/test/CMakeFiles/uri_test.dir/build: third_party/uri/tests/uri_test +.PHONY : third_party/uri/test/CMakeFiles/uri_test.dir/build + +third_party/uri/test/CMakeFiles/uri_test.dir/clean: + cd /u/bowman/camp/LspCpp/third_party/uri/test && $(CMAKE_COMMAND) -P CMakeFiles/uri_test.dir/cmake_clean.cmake +.PHONY : third_party/uri/test/CMakeFiles/uri_test.dir/clean + +third_party/uri/test/CMakeFiles/uri_test.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/test /u/bowman/camp/LspCpp /u/bowman/camp/LspCpp/third_party/uri/test /u/bowman/camp/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : third_party/uri/test/CMakeFiles/uri_test.dir/depend + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/cmake_clean.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/cmake_clean.cmake new file mode 100644 index 0000000000..37e9c35694 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "../tests/uri_test" + "../tests/uri_test.pdb" + "CMakeFiles/uri_test.dir/uri_test.cpp.o" + "CMakeFiles/uri_test.dir/uri_test.cpp.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/uri_test.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/compiler_depend.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/compiler_depend.make new file mode 100644 index 0000000000..5f8f2d5002 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for uri_test. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/compiler_depend.ts b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/compiler_depend.ts new file mode 100644 index 0000000000..9c55271244 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for uri_test. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/depend.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/depend.make new file mode 100644 index 0000000000..f09b71c14d --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for uri_test. +# This may be replaced when dependencies are built. diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/flags.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/flags.make new file mode 100644 index 0000000000..8e0692091e --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.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 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/link.txt b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/link.txt new file mode 100644 index 0000000000..53c1cdbe1a --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/link.txt @@ -0,0 +1 @@ +/bin/c++ -D_FILE_OFFSET_BITS=64 -DUSEGC -std=c++11 -Wall -Werror -Wno-parentheses -O2 -g -DNDEBUG -rdynamic CMakeFiles/uri_test.dir/uri_test.cpp.o -o ../tests/uri_test -lpthread ../src/libnetwork-uri.a ../../../lib/libgtest_main.a ../../../lib/libgtest.a -lpthread diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/progress.make b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/progress.make new file mode 100644 index 0000000000..42baabaf6e --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CMakeFiles/uri_test.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 58 +CMAKE_PROGRESS_2 = 59 + diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/CTestTestfile.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/CTestTestfile.cmake new file mode 100644 index 0000000000..cf20b84f73 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/CTestTestfile.cmake @@ -0,0 +1,30 @@ +# CMake generated Testfile for +# Source directory: /u/bowman/camp/LspCpp/third_party/uri/test +# Build directory: /u/bowman/camp/LspCpp/third_party/uri/test +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +add_test(uri_parse_test "/u/bowman/camp/LspCpp/third_party/uri/tests/uri_parse_test") +set_tests_properties(uri_parse_test PROPERTIES _BACKTRACE_TRIPLES "/u/bowman/camp/LspCpp/third_party/uri/test/CMakeLists.txt;34;add_test;/u/bowman/camp/LspCpp/third_party/uri/test/CMakeLists.txt;0;") +add_test(uri_parse_scheme_test "/u/bowman/camp/LspCpp/third_party/uri/tests/uri_parse_scheme_test") +set_tests_properties(uri_parse_scheme_test PROPERTIES _BACKTRACE_TRIPLES "/u/bowman/camp/LspCpp/third_party/uri/test/CMakeLists.txt;34;add_test;/u/bowman/camp/LspCpp/third_party/uri/test/CMakeLists.txt;0;") +add_test(uri_parse_path_test "/u/bowman/camp/LspCpp/third_party/uri/tests/uri_parse_path_test") +set_tests_properties(uri_parse_path_test PROPERTIES _BACKTRACE_TRIPLES "/u/bowman/camp/LspCpp/third_party/uri/test/CMakeLists.txt;34;add_test;/u/bowman/camp/LspCpp/third_party/uri/test/CMakeLists.txt;0;") +add_test(uri_test "/u/bowman/camp/LspCpp/third_party/uri/tests/uri_test") +set_tests_properties(uri_test PROPERTIES _BACKTRACE_TRIPLES "/u/bowman/camp/LspCpp/third_party/uri/test/CMakeLists.txt;34;add_test;/u/bowman/camp/LspCpp/third_party/uri/test/CMakeLists.txt;0;") +add_test(uri_encoding_test "/u/bowman/camp/LspCpp/third_party/uri/tests/uri_encoding_test") +set_tests_properties(uri_encoding_test PROPERTIES _BACKTRACE_TRIPLES "/u/bowman/camp/LspCpp/third_party/uri/test/CMakeLists.txt;34;add_test;/u/bowman/camp/LspCpp/third_party/uri/test/CMakeLists.txt;0;") +add_test(uri_normalization_test "/u/bowman/camp/LspCpp/third_party/uri/tests/uri_normalization_test") +set_tests_properties(uri_normalization_test PROPERTIES _BACKTRACE_TRIPLES "/u/bowman/camp/LspCpp/third_party/uri/test/CMakeLists.txt;34;add_test;/u/bowman/camp/LspCpp/third_party/uri/test/CMakeLists.txt;0;") +add_test(uri_comparison_test "/u/bowman/camp/LspCpp/third_party/uri/tests/uri_comparison_test") +set_tests_properties(uri_comparison_test PROPERTIES _BACKTRACE_TRIPLES "/u/bowman/camp/LspCpp/third_party/uri/test/CMakeLists.txt;34;add_test;/u/bowman/camp/LspCpp/third_party/uri/test/CMakeLists.txt;0;") +add_test(uri_reference_test "/u/bowman/camp/LspCpp/third_party/uri/tests/uri_reference_test") +set_tests_properties(uri_reference_test PROPERTIES _BACKTRACE_TRIPLES "/u/bowman/camp/LspCpp/third_party/uri/test/CMakeLists.txt;34;add_test;/u/bowman/camp/LspCpp/third_party/uri/test/CMakeLists.txt;0;") +add_test(uri_resolve_test "/u/bowman/camp/LspCpp/third_party/uri/tests/uri_resolve_test") +set_tests_properties(uri_resolve_test PROPERTIES _BACKTRACE_TRIPLES "/u/bowman/camp/LspCpp/third_party/uri/test/CMakeLists.txt;34;add_test;/u/bowman/camp/LspCpp/third_party/uri/test/CMakeLists.txt;0;") +add_test(uri_builder_test "/u/bowman/camp/LspCpp/third_party/uri/tests/uri_builder_test") +set_tests_properties(uri_builder_test PROPERTIES _BACKTRACE_TRIPLES "/u/bowman/camp/LspCpp/third_party/uri/test/CMakeLists.txt;34;add_test;/u/bowman/camp/LspCpp/third_party/uri/test/CMakeLists.txt;0;") +add_test(uri_stream_test "/u/bowman/camp/LspCpp/third_party/uri/tests/uri_stream_test") +set_tests_properties(uri_stream_test PROPERTIES _BACKTRACE_TRIPLES "/u/bowman/camp/LspCpp/third_party/uri/test/CMakeLists.txt;34;add_test;/u/bowman/camp/LspCpp/third_party/uri/test/CMakeLists.txt;0;") +add_test(optional_test "/u/bowman/camp/LspCpp/third_party/uri/tests/optional_test") +set_tests_properties(optional_test PROPERTIES _BACKTRACE_TRIPLES "/u/bowman/camp/LspCpp/third_party/uri/test/CMakeLists.txt;34;add_test;/u/bowman/camp/LspCpp/third_party/uri/test/CMakeLists.txt;0;") diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/Makefile b/graphics/asymptote/LspCpp/third_party/uri/test/Makefile new file mode 100644 index 0000000000..dd3788956e --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/Makefile @@ -0,0 +1,696 @@ +# 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/test//CMakeFiles/progress.marks + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/test/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/test/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/test/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/test/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/test/CMakeFiles/uri_parse_test.dir/rule: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/test/CMakeFiles/uri_parse_test.dir/rule +.PHONY : third_party/uri/test/CMakeFiles/uri_parse_test.dir/rule + +# Convenience name for target. +uri_parse_test: third_party/uri/test/CMakeFiles/uri_parse_test.dir/rule +.PHONY : uri_parse_test + +# fast build rule for target. +uri_parse_test/fast: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_parse_test.dir/build.make third_party/uri/test/CMakeFiles/uri_parse_test.dir/build +.PHONY : uri_parse_test/fast + +# Convenience name for target. +third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/rule: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/rule +.PHONY : third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/rule + +# Convenience name for target. +uri_parse_path_test: third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/rule +.PHONY : uri_parse_path_test + +# fast build rule for target. +uri_parse_path_test/fast: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/build.make third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/build +.PHONY : uri_parse_path_test/fast + +# Convenience name for target. +third_party/uri/test/CMakeFiles/uri_test.dir/rule: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/test/CMakeFiles/uri_test.dir/rule +.PHONY : third_party/uri/test/CMakeFiles/uri_test.dir/rule + +# Convenience name for target. +uri_test: third_party/uri/test/CMakeFiles/uri_test.dir/rule +.PHONY : uri_test + +# fast build rule for target. +uri_test/fast: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_test.dir/build.make third_party/uri/test/CMakeFiles/uri_test.dir/build +.PHONY : uri_test/fast + +# Convenience name for target. +third_party/uri/test/CMakeFiles/optional_test.dir/rule: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/test/CMakeFiles/optional_test.dir/rule +.PHONY : third_party/uri/test/CMakeFiles/optional_test.dir/rule + +# Convenience name for target. +optional_test: third_party/uri/test/CMakeFiles/optional_test.dir/rule +.PHONY : optional_test + +# fast build rule for target. +optional_test/fast: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/optional_test.dir/build.make third_party/uri/test/CMakeFiles/optional_test.dir/build +.PHONY : optional_test/fast + +# Convenience name for target. +third_party/uri/test/CMakeFiles/uri_normalization_test.dir/rule: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/test/CMakeFiles/uri_normalization_test.dir/rule +.PHONY : third_party/uri/test/CMakeFiles/uri_normalization_test.dir/rule + +# Convenience name for target. +uri_normalization_test: third_party/uri/test/CMakeFiles/uri_normalization_test.dir/rule +.PHONY : uri_normalization_test + +# fast build rule for target. +uri_normalization_test/fast: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_normalization_test.dir/build.make third_party/uri/test/CMakeFiles/uri_normalization_test.dir/build +.PHONY : uri_normalization_test/fast + +# Convenience name for target. +third_party/uri/test/CMakeFiles/uri_reference_test.dir/rule: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/test/CMakeFiles/uri_reference_test.dir/rule +.PHONY : third_party/uri/test/CMakeFiles/uri_reference_test.dir/rule + +# Convenience name for target. +uri_reference_test: third_party/uri/test/CMakeFiles/uri_reference_test.dir/rule +.PHONY : uri_reference_test + +# fast build rule for target. +uri_reference_test/fast: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_reference_test.dir/build.make third_party/uri/test/CMakeFiles/uri_reference_test.dir/build +.PHONY : uri_reference_test/fast + +# Convenience name for target. +third_party/uri/test/CMakeFiles/uri_stream_test.dir/rule: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/test/CMakeFiles/uri_stream_test.dir/rule +.PHONY : third_party/uri/test/CMakeFiles/uri_stream_test.dir/rule + +# Convenience name for target. +uri_stream_test: third_party/uri/test/CMakeFiles/uri_stream_test.dir/rule +.PHONY : uri_stream_test + +# fast build rule for target. +uri_stream_test/fast: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_stream_test.dir/build.make third_party/uri/test/CMakeFiles/uri_stream_test.dir/build +.PHONY : uri_stream_test/fast + +# Convenience name for target. +third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/rule: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/rule +.PHONY : third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/rule + +# Convenience name for target. +uri_parse_scheme_test: third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/rule +.PHONY : uri_parse_scheme_test + +# fast build rule for target. +uri_parse_scheme_test/fast: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/build.make third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/build +.PHONY : uri_parse_scheme_test/fast + +# Convenience name for target. +third_party/uri/test/CMakeFiles/uri_comparison_test.dir/rule: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/test/CMakeFiles/uri_comparison_test.dir/rule +.PHONY : third_party/uri/test/CMakeFiles/uri_comparison_test.dir/rule + +# Convenience name for target. +uri_comparison_test: third_party/uri/test/CMakeFiles/uri_comparison_test.dir/rule +.PHONY : uri_comparison_test + +# fast build rule for target. +uri_comparison_test/fast: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_comparison_test.dir/build.make third_party/uri/test/CMakeFiles/uri_comparison_test.dir/build +.PHONY : uri_comparison_test/fast + +# Convenience name for target. +third_party/uri/test/CMakeFiles/uri_resolve_test.dir/rule: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/test/CMakeFiles/uri_resolve_test.dir/rule +.PHONY : third_party/uri/test/CMakeFiles/uri_resolve_test.dir/rule + +# Convenience name for target. +uri_resolve_test: third_party/uri/test/CMakeFiles/uri_resolve_test.dir/rule +.PHONY : uri_resolve_test + +# fast build rule for target. +uri_resolve_test/fast: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_resolve_test.dir/build.make third_party/uri/test/CMakeFiles/uri_resolve_test.dir/build +.PHONY : uri_resolve_test/fast + +# Convenience name for target. +third_party/uri/test/CMakeFiles/uri_builder_test.dir/rule: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/test/CMakeFiles/uri_builder_test.dir/rule +.PHONY : third_party/uri/test/CMakeFiles/uri_builder_test.dir/rule + +# Convenience name for target. +uri_builder_test: third_party/uri/test/CMakeFiles/uri_builder_test.dir/rule +.PHONY : uri_builder_test + +# fast build rule for target. +uri_builder_test/fast: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_builder_test.dir/build.make third_party/uri/test/CMakeFiles/uri_builder_test.dir/build +.PHONY : uri_builder_test/fast + +# Convenience name for target. +third_party/uri/test/CMakeFiles/uri_encoding_test.dir/rule: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/test/CMakeFiles/uri_encoding_test.dir/rule +.PHONY : third_party/uri/test/CMakeFiles/uri_encoding_test.dir/rule + +# Convenience name for target. +uri_encoding_test: third_party/uri/test/CMakeFiles/uri_encoding_test.dir/rule +.PHONY : uri_encoding_test + +# fast build rule for target. +uri_encoding_test/fast: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_encoding_test.dir/build.make third_party/uri/test/CMakeFiles/uri_encoding_test.dir/build +.PHONY : uri_encoding_test/fast + +optional_test.o: optional_test.cpp.o +.PHONY : optional_test.o + +# target to build an object file +optional_test.cpp.o: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/optional_test.dir/build.make third_party/uri/test/CMakeFiles/optional_test.dir/optional_test.cpp.o +.PHONY : optional_test.cpp.o + +optional_test.i: optional_test.cpp.i +.PHONY : optional_test.i + +# target to preprocess a source file +optional_test.cpp.i: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/optional_test.dir/build.make third_party/uri/test/CMakeFiles/optional_test.dir/optional_test.cpp.i +.PHONY : optional_test.cpp.i + +optional_test.s: optional_test.cpp.s +.PHONY : optional_test.s + +# target to generate assembly for a file +optional_test.cpp.s: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/optional_test.dir/build.make third_party/uri/test/CMakeFiles/optional_test.dir/optional_test.cpp.s +.PHONY : optional_test.cpp.s + +uri_builder_test.o: uri_builder_test.cpp.o +.PHONY : uri_builder_test.o + +# target to build an object file +uri_builder_test.cpp.o: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_builder_test.dir/build.make third_party/uri/test/CMakeFiles/uri_builder_test.dir/uri_builder_test.cpp.o +.PHONY : uri_builder_test.cpp.o + +uri_builder_test.i: uri_builder_test.cpp.i +.PHONY : uri_builder_test.i + +# target to preprocess a source file +uri_builder_test.cpp.i: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_builder_test.dir/build.make third_party/uri/test/CMakeFiles/uri_builder_test.dir/uri_builder_test.cpp.i +.PHONY : uri_builder_test.cpp.i + +uri_builder_test.s: uri_builder_test.cpp.s +.PHONY : uri_builder_test.s + +# target to generate assembly for a file +uri_builder_test.cpp.s: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_builder_test.dir/build.make third_party/uri/test/CMakeFiles/uri_builder_test.dir/uri_builder_test.cpp.s +.PHONY : uri_builder_test.cpp.s + +uri_comparison_test.o: uri_comparison_test.cpp.o +.PHONY : uri_comparison_test.o + +# target to build an object file +uri_comparison_test.cpp.o: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_comparison_test.dir/build.make third_party/uri/test/CMakeFiles/uri_comparison_test.dir/uri_comparison_test.cpp.o +.PHONY : uri_comparison_test.cpp.o + +uri_comparison_test.i: uri_comparison_test.cpp.i +.PHONY : uri_comparison_test.i + +# target to preprocess a source file +uri_comparison_test.cpp.i: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_comparison_test.dir/build.make third_party/uri/test/CMakeFiles/uri_comparison_test.dir/uri_comparison_test.cpp.i +.PHONY : uri_comparison_test.cpp.i + +uri_comparison_test.s: uri_comparison_test.cpp.s +.PHONY : uri_comparison_test.s + +# target to generate assembly for a file +uri_comparison_test.cpp.s: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_comparison_test.dir/build.make third_party/uri/test/CMakeFiles/uri_comparison_test.dir/uri_comparison_test.cpp.s +.PHONY : uri_comparison_test.cpp.s + +uri_encoding_test.o: uri_encoding_test.cpp.o +.PHONY : uri_encoding_test.o + +# target to build an object file +uri_encoding_test.cpp.o: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_encoding_test.dir/build.make third_party/uri/test/CMakeFiles/uri_encoding_test.dir/uri_encoding_test.cpp.o +.PHONY : uri_encoding_test.cpp.o + +uri_encoding_test.i: uri_encoding_test.cpp.i +.PHONY : uri_encoding_test.i + +# target to preprocess a source file +uri_encoding_test.cpp.i: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_encoding_test.dir/build.make third_party/uri/test/CMakeFiles/uri_encoding_test.dir/uri_encoding_test.cpp.i +.PHONY : uri_encoding_test.cpp.i + +uri_encoding_test.s: uri_encoding_test.cpp.s +.PHONY : uri_encoding_test.s + +# target to generate assembly for a file +uri_encoding_test.cpp.s: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_encoding_test.dir/build.make third_party/uri/test/CMakeFiles/uri_encoding_test.dir/uri_encoding_test.cpp.s +.PHONY : uri_encoding_test.cpp.s + +uri_normalization_test.o: uri_normalization_test.cpp.o +.PHONY : uri_normalization_test.o + +# target to build an object file +uri_normalization_test.cpp.o: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_normalization_test.dir/build.make third_party/uri/test/CMakeFiles/uri_normalization_test.dir/uri_normalization_test.cpp.o +.PHONY : uri_normalization_test.cpp.o + +uri_normalization_test.i: uri_normalization_test.cpp.i +.PHONY : uri_normalization_test.i + +# target to preprocess a source file +uri_normalization_test.cpp.i: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_normalization_test.dir/build.make third_party/uri/test/CMakeFiles/uri_normalization_test.dir/uri_normalization_test.cpp.i +.PHONY : uri_normalization_test.cpp.i + +uri_normalization_test.s: uri_normalization_test.cpp.s +.PHONY : uri_normalization_test.s + +# target to generate assembly for a file +uri_normalization_test.cpp.s: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_normalization_test.dir/build.make third_party/uri/test/CMakeFiles/uri_normalization_test.dir/uri_normalization_test.cpp.s +.PHONY : uri_normalization_test.cpp.s + +uri_parse_path_test.o: uri_parse_path_test.cpp.o +.PHONY : uri_parse_path_test.o + +# target to build an object file +uri_parse_path_test.cpp.o: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/build.make third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/uri_parse_path_test.cpp.o +.PHONY : uri_parse_path_test.cpp.o + +uri_parse_path_test.i: uri_parse_path_test.cpp.i +.PHONY : uri_parse_path_test.i + +# target to preprocess a source file +uri_parse_path_test.cpp.i: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/build.make third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/uri_parse_path_test.cpp.i +.PHONY : uri_parse_path_test.cpp.i + +uri_parse_path_test.s: uri_parse_path_test.cpp.s +.PHONY : uri_parse_path_test.s + +# target to generate assembly for a file +uri_parse_path_test.cpp.s: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/build.make third_party/uri/test/CMakeFiles/uri_parse_path_test.dir/uri_parse_path_test.cpp.s +.PHONY : uri_parse_path_test.cpp.s + +uri_parse_scheme_test.o: uri_parse_scheme_test.cpp.o +.PHONY : uri_parse_scheme_test.o + +# target to build an object file +uri_parse_scheme_test.cpp.o: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/build.make third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/uri_parse_scheme_test.cpp.o +.PHONY : uri_parse_scheme_test.cpp.o + +uri_parse_scheme_test.i: uri_parse_scheme_test.cpp.i +.PHONY : uri_parse_scheme_test.i + +# target to preprocess a source file +uri_parse_scheme_test.cpp.i: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/build.make third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/uri_parse_scheme_test.cpp.i +.PHONY : uri_parse_scheme_test.cpp.i + +uri_parse_scheme_test.s: uri_parse_scheme_test.cpp.s +.PHONY : uri_parse_scheme_test.s + +# target to generate assembly for a file +uri_parse_scheme_test.cpp.s: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/build.make third_party/uri/test/CMakeFiles/uri_parse_scheme_test.dir/uri_parse_scheme_test.cpp.s +.PHONY : uri_parse_scheme_test.cpp.s + +uri_parse_test.o: uri_parse_test.cpp.o +.PHONY : uri_parse_test.o + +# target to build an object file +uri_parse_test.cpp.o: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_parse_test.dir/build.make third_party/uri/test/CMakeFiles/uri_parse_test.dir/uri_parse_test.cpp.o +.PHONY : uri_parse_test.cpp.o + +uri_parse_test.i: uri_parse_test.cpp.i +.PHONY : uri_parse_test.i + +# target to preprocess a source file +uri_parse_test.cpp.i: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_parse_test.dir/build.make third_party/uri/test/CMakeFiles/uri_parse_test.dir/uri_parse_test.cpp.i +.PHONY : uri_parse_test.cpp.i + +uri_parse_test.s: uri_parse_test.cpp.s +.PHONY : uri_parse_test.s + +# target to generate assembly for a file +uri_parse_test.cpp.s: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_parse_test.dir/build.make third_party/uri/test/CMakeFiles/uri_parse_test.dir/uri_parse_test.cpp.s +.PHONY : uri_parse_test.cpp.s + +uri_reference_test.o: uri_reference_test.cpp.o +.PHONY : uri_reference_test.o + +# target to build an object file +uri_reference_test.cpp.o: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_reference_test.dir/build.make third_party/uri/test/CMakeFiles/uri_reference_test.dir/uri_reference_test.cpp.o +.PHONY : uri_reference_test.cpp.o + +uri_reference_test.i: uri_reference_test.cpp.i +.PHONY : uri_reference_test.i + +# target to preprocess a source file +uri_reference_test.cpp.i: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_reference_test.dir/build.make third_party/uri/test/CMakeFiles/uri_reference_test.dir/uri_reference_test.cpp.i +.PHONY : uri_reference_test.cpp.i + +uri_reference_test.s: uri_reference_test.cpp.s +.PHONY : uri_reference_test.s + +# target to generate assembly for a file +uri_reference_test.cpp.s: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_reference_test.dir/build.make third_party/uri/test/CMakeFiles/uri_reference_test.dir/uri_reference_test.cpp.s +.PHONY : uri_reference_test.cpp.s + +uri_resolve_test.o: uri_resolve_test.cpp.o +.PHONY : uri_resolve_test.o + +# target to build an object file +uri_resolve_test.cpp.o: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_resolve_test.dir/build.make third_party/uri/test/CMakeFiles/uri_resolve_test.dir/uri_resolve_test.cpp.o +.PHONY : uri_resolve_test.cpp.o + +uri_resolve_test.i: uri_resolve_test.cpp.i +.PHONY : uri_resolve_test.i + +# target to preprocess a source file +uri_resolve_test.cpp.i: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_resolve_test.dir/build.make third_party/uri/test/CMakeFiles/uri_resolve_test.dir/uri_resolve_test.cpp.i +.PHONY : uri_resolve_test.cpp.i + +uri_resolve_test.s: uri_resolve_test.cpp.s +.PHONY : uri_resolve_test.s + +# target to generate assembly for a file +uri_resolve_test.cpp.s: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_resolve_test.dir/build.make third_party/uri/test/CMakeFiles/uri_resolve_test.dir/uri_resolve_test.cpp.s +.PHONY : uri_resolve_test.cpp.s + +uri_stream_test.o: uri_stream_test.cpp.o +.PHONY : uri_stream_test.o + +# target to build an object file +uri_stream_test.cpp.o: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_stream_test.dir/build.make third_party/uri/test/CMakeFiles/uri_stream_test.dir/uri_stream_test.cpp.o +.PHONY : uri_stream_test.cpp.o + +uri_stream_test.i: uri_stream_test.cpp.i +.PHONY : uri_stream_test.i + +# target to preprocess a source file +uri_stream_test.cpp.i: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_stream_test.dir/build.make third_party/uri/test/CMakeFiles/uri_stream_test.dir/uri_stream_test.cpp.i +.PHONY : uri_stream_test.cpp.i + +uri_stream_test.s: uri_stream_test.cpp.s +.PHONY : uri_stream_test.s + +# target to generate assembly for a file +uri_stream_test.cpp.s: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_stream_test.dir/build.make third_party/uri/test/CMakeFiles/uri_stream_test.dir/uri_stream_test.cpp.s +.PHONY : uri_stream_test.cpp.s + +uri_test.o: uri_test.cpp.o +.PHONY : uri_test.o + +# target to build an object file +uri_test.cpp.o: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_test.dir/build.make third_party/uri/test/CMakeFiles/uri_test.dir/uri_test.cpp.o +.PHONY : uri_test.cpp.o + +uri_test.i: uri_test.cpp.i +.PHONY : uri_test.i + +# target to preprocess a source file +uri_test.cpp.i: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_test.dir/build.make third_party/uri/test/CMakeFiles/uri_test.dir/uri_test.cpp.i +.PHONY : uri_test.cpp.i + +uri_test.s: uri_test.cpp.s +.PHONY : uri_test.s + +# target to generate assembly for a file +uri_test.cpp.s: + cd /u/bowman/camp/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/test/CMakeFiles/uri_test.dir/build.make third_party/uri/test/CMakeFiles/uri_test.dir/uri_test.cpp.s +.PHONY : uri_test.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 "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... optional_test" + @echo "... uri_builder_test" + @echo "... uri_comparison_test" + @echo "... uri_encoding_test" + @echo "... uri_normalization_test" + @echo "... uri_parse_path_test" + @echo "... uri_parse_scheme_test" + @echo "... uri_parse_test" + @echo "... uri_reference_test" + @echo "... uri_resolve_test" + @echo "... uri_stream_test" + @echo "... uri_test" + @echo "... optional_test.o" + @echo "... optional_test.i" + @echo "... optional_test.s" + @echo "... uri_builder_test.o" + @echo "... uri_builder_test.i" + @echo "... uri_builder_test.s" + @echo "... uri_comparison_test.o" + @echo "... uri_comparison_test.i" + @echo "... uri_comparison_test.s" + @echo "... uri_encoding_test.o" + @echo "... uri_encoding_test.i" + @echo "... uri_encoding_test.s" + @echo "... uri_normalization_test.o" + @echo "... uri_normalization_test.i" + @echo "... uri_normalization_test.s" + @echo "... uri_parse_path_test.o" + @echo "... uri_parse_path_test.i" + @echo "... uri_parse_path_test.s" + @echo "... uri_parse_scheme_test.o" + @echo "... uri_parse_scheme_test.i" + @echo "... uri_parse_scheme_test.s" + @echo "... uri_parse_test.o" + @echo "... uri_parse_test.i" + @echo "... uri_parse_test.s" + @echo "... uri_reference_test.o" + @echo "... uri_reference_test.i" + @echo "... uri_reference_test.s" + @echo "... uri_resolve_test.o" + @echo "... uri_resolve_test.i" + @echo "... uri_resolve_test.s" + @echo "... uri_stream_test.o" + @echo "... uri_stream_test.i" + @echo "... uri_stream_test.s" + @echo "... uri_test.o" + @echo "... uri_test.i" + @echo "... uri_test.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/test/cmake_install.cmake b/graphics/asymptote/LspCpp/third_party/uri/test/cmake_install.cmake new file mode 100644 index 0000000000..e5e298da17 --- /dev/null +++ b/graphics/asymptote/LspCpp/third_party/uri/test/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /u/bowman/camp/LspCpp/third_party/uri/test + +# 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() + |