diff options
Diffstat (limited to 'Homework/cs3460/rands/build/_deps/fmt-build')
14 files changed, 504 insertions, 0 deletions
diff --git a/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/CMakeDirectoryInformation.cmake b/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..020d27e --- /dev/null +++ b/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.24 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/logan/school/C++/rands") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/logan/school/C++/rands/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/DependInfo.cmake b/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/DependInfo.cmake new file mode 100644 index 0000000..9f7caa2 --- /dev/null +++ b/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/DependInfo.cmake @@ -0,0 +1,20 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/logan/school/C++/rands/build/_deps/fmt-src/src/format.cc" "_deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.o" "gcc" "_deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.o.d" + "/home/logan/school/C++/rands/build/_deps/fmt-src/src/os.cc" "_deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.o" "gcc" "_deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.o.d" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/build.make b/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/build.make new file mode 100644 index 0000000..fae211f --- /dev/null +++ b/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/build.make @@ -0,0 +1,127 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.24 + +# 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 + +# 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 = /home/logan/school/C++/rands + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/logan/school/C++/rands/build + +# Include any dependencies generated for this target. +include _deps/fmt-build/CMakeFiles/fmt.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include _deps/fmt-build/CMakeFiles/fmt.dir/compiler_depend.make + +# Include the progress variables for this target. +include _deps/fmt-build/CMakeFiles/fmt.dir/progress.make + +# Include the compile flags for this target's objects. +include _deps/fmt-build/CMakeFiles/fmt.dir/flags.make + +_deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.o: _deps/fmt-build/CMakeFiles/fmt.dir/flags.make +_deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.o: _deps/fmt-src/src/format.cc +_deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.o: _deps/fmt-build/CMakeFiles/fmt.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/logan/school/C++/rands/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object _deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.o" + cd /home/logan/school/C++/rands/build/_deps/fmt-build && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.o -MF CMakeFiles/fmt.dir/src/format.cc.o.d -o CMakeFiles/fmt.dir/src/format.cc.o -c /home/logan/school/C++/rands/build/_deps/fmt-src/src/format.cc + +_deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/fmt.dir/src/format.cc.i" + cd /home/logan/school/C++/rands/build/_deps/fmt-build && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/logan/school/C++/rands/build/_deps/fmt-src/src/format.cc > CMakeFiles/fmt.dir/src/format.cc.i + +_deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/fmt.dir/src/format.cc.s" + cd /home/logan/school/C++/rands/build/_deps/fmt-build && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/logan/school/C++/rands/build/_deps/fmt-src/src/format.cc -o CMakeFiles/fmt.dir/src/format.cc.s + +_deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.o: _deps/fmt-build/CMakeFiles/fmt.dir/flags.make +_deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.o: _deps/fmt-src/src/os.cc +_deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.o: _deps/fmt-build/CMakeFiles/fmt.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/logan/school/C++/rands/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object _deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.o" + cd /home/logan/school/C++/rands/build/_deps/fmt-build && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.o -MF CMakeFiles/fmt.dir/src/os.cc.o.d -o CMakeFiles/fmt.dir/src/os.cc.o -c /home/logan/school/C++/rands/build/_deps/fmt-src/src/os.cc + +_deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/fmt.dir/src/os.cc.i" + cd /home/logan/school/C++/rands/build/_deps/fmt-build && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/logan/school/C++/rands/build/_deps/fmt-src/src/os.cc > CMakeFiles/fmt.dir/src/os.cc.i + +_deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/fmt.dir/src/os.cc.s" + cd /home/logan/school/C++/rands/build/_deps/fmt-build && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/logan/school/C++/rands/build/_deps/fmt-src/src/os.cc -o CMakeFiles/fmt.dir/src/os.cc.s + +# Object files for target fmt +fmt_OBJECTS = \ +"CMakeFiles/fmt.dir/src/format.cc.o" \ +"CMakeFiles/fmt.dir/src/os.cc.o" + +# External object files for target fmt +fmt_EXTERNAL_OBJECTS = + +_deps/fmt-build/libfmt.a: _deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.o +_deps/fmt-build/libfmt.a: _deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.o +_deps/fmt-build/libfmt.a: _deps/fmt-build/CMakeFiles/fmt.dir/build.make +_deps/fmt-build/libfmt.a: _deps/fmt-build/CMakeFiles/fmt.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/logan/school/C++/rands/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX static library libfmt.a" + cd /home/logan/school/C++/rands/build/_deps/fmt-build && $(CMAKE_COMMAND) -P CMakeFiles/fmt.dir/cmake_clean_target.cmake + cd /home/logan/school/C++/rands/build/_deps/fmt-build && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/fmt.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +_deps/fmt-build/CMakeFiles/fmt.dir/build: _deps/fmt-build/libfmt.a +.PHONY : _deps/fmt-build/CMakeFiles/fmt.dir/build + +_deps/fmt-build/CMakeFiles/fmt.dir/clean: + cd /home/logan/school/C++/rands/build/_deps/fmt-build && $(CMAKE_COMMAND) -P CMakeFiles/fmt.dir/cmake_clean.cmake +.PHONY : _deps/fmt-build/CMakeFiles/fmt.dir/clean + +_deps/fmt-build/CMakeFiles/fmt.dir/depend: + cd /home/logan/school/C++/rands/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/logan/school/C++/rands /home/logan/school/C++/rands/build/_deps/fmt-src /home/logan/school/C++/rands/build /home/logan/school/C++/rands/build/_deps/fmt-build /home/logan/school/C++/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : _deps/fmt-build/CMakeFiles/fmt.dir/depend + diff --git a/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/cmake_clean.cmake b/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/cmake_clean.cmake new file mode 100644 index 0000000..73e5979 --- /dev/null +++ b/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/cmake_clean.cmake @@ -0,0 +1,13 @@ +file(REMOVE_RECURSE + "CMakeFiles/fmt.dir/src/format.cc.o" + "CMakeFiles/fmt.dir/src/format.cc.o.d" + "CMakeFiles/fmt.dir/src/os.cc.o" + "CMakeFiles/fmt.dir/src/os.cc.o.d" + "libfmt.a" + "libfmt.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/fmt.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/cmake_clean_target.cmake b/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/cmake_clean_target.cmake new file mode 100644 index 0000000..b975c95 --- /dev/null +++ b/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libfmt.a" +) diff --git a/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/compiler_depend.make b/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/compiler_depend.make new file mode 100644 index 0000000..7f064b3 --- /dev/null +++ b/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for fmt. +# This may be replaced when dependencies are built. diff --git a/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/compiler_depend.ts b/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/compiler_depend.ts new file mode 100644 index 0000000..4f74151 --- /dev/null +++ b/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for fmt. diff --git a/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/depend.make b/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/depend.make new file mode 100644 index 0000000..012503b --- /dev/null +++ b/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for fmt. +# This may be replaced when dependencies are built. diff --git a/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/flags.make b/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/flags.make new file mode 100644 index 0000000..d4a4076 --- /dev/null +++ b/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.24 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = + +CXX_INCLUDES = -I/home/logan/school/C++/rands/build/_deps/fmt-src/include + +CXX_FLAGS = -std=gnu++11 + diff --git a/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/link.txt b/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/link.txt new file mode 100644 index 0000000..7f9b909 --- /dev/null +++ b/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libfmt.a CMakeFiles/fmt.dir/src/format.cc.o CMakeFiles/fmt.dir/src/os.cc.o +/usr/bin/ranlib libfmt.a diff --git a/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/progress.make b/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/progress.make new file mode 100644 index 0000000..cd5d6f7 --- /dev/null +++ b/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/fmt.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = 7 +CMAKE_PROGRESS_2 = 8 +CMAKE_PROGRESS_3 = 9 + diff --git a/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/progress.marks b/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/progress.marks new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/Homework/cs3460/rands/build/_deps/fmt-build/CMakeFiles/progress.marks @@ -0,0 +1 @@ +3 diff --git a/Homework/cs3460/rands/build/_deps/fmt-build/Makefile b/Homework/cs3460/rands/build/_deps/fmt-build/Makefile new file mode 100644 index 0000000..7a1e585 --- /dev/null +++ b/Homework/cs3460/rands/build/_deps/fmt-build/Makefile @@ -0,0 +1,258 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.24 + +# 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 + +# 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 = /home/logan/school/C++/rands + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/logan/school/C++/rands/build + +#============================================================================= +# Targets provided globally by CMake. + +# 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 + +# 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 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 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 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/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 + +# The main all target +all: cmake_check_build_system + cd /home/logan/school/C++/rands/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/logan/school/C++/rands/build/CMakeFiles /home/logan/school/C++/rands/build/_deps/fmt-build//CMakeFiles/progress.marks + cd /home/logan/school/C++/rands/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/fmt-build/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/logan/school/C++/rands/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/logan/school/C++/rands/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/fmt-build/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/logan/school/C++/rands/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/fmt-build/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/logan/school/C++/rands/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/fmt-build/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/logan/school/C++/rands/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +_deps/fmt-build/CMakeFiles/fmt.dir/rule: + cd /home/logan/school/C++/rands/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/fmt-build/CMakeFiles/fmt.dir/rule +.PHONY : _deps/fmt-build/CMakeFiles/fmt.dir/rule + +# Convenience name for target. +fmt: _deps/fmt-build/CMakeFiles/fmt.dir/rule +.PHONY : fmt + +# fast build rule for target. +fmt/fast: + cd /home/logan/school/C++/rands/build && $(MAKE) $(MAKESILENT) -f _deps/fmt-build/CMakeFiles/fmt.dir/build.make _deps/fmt-build/CMakeFiles/fmt.dir/build +.PHONY : fmt/fast + +src/format.o: src/format.cc.o +.PHONY : src/format.o + +# target to build an object file +src/format.cc.o: + cd /home/logan/school/C++/rands/build && $(MAKE) $(MAKESILENT) -f _deps/fmt-build/CMakeFiles/fmt.dir/build.make _deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.o +.PHONY : src/format.cc.o + +src/format.i: src/format.cc.i +.PHONY : src/format.i + +# target to preprocess a source file +src/format.cc.i: + cd /home/logan/school/C++/rands/build && $(MAKE) $(MAKESILENT) -f _deps/fmt-build/CMakeFiles/fmt.dir/build.make _deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.i +.PHONY : src/format.cc.i + +src/format.s: src/format.cc.s +.PHONY : src/format.s + +# target to generate assembly for a file +src/format.cc.s: + cd /home/logan/school/C++/rands/build && $(MAKE) $(MAKESILENT) -f _deps/fmt-build/CMakeFiles/fmt.dir/build.make _deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.s +.PHONY : src/format.cc.s + +src/os.o: src/os.cc.o +.PHONY : src/os.o + +# target to build an object file +src/os.cc.o: + cd /home/logan/school/C++/rands/build && $(MAKE) $(MAKESILENT) -f _deps/fmt-build/CMakeFiles/fmt.dir/build.make _deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.o +.PHONY : src/os.cc.o + +src/os.i: src/os.cc.i +.PHONY : src/os.i + +# target to preprocess a source file +src/os.cc.i: + cd /home/logan/school/C++/rands/build && $(MAKE) $(MAKESILENT) -f _deps/fmt-build/CMakeFiles/fmt.dir/build.make _deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.i +.PHONY : src/os.cc.i + +src/os.s: src/os.cc.s +.PHONY : src/os.s + +# target to generate assembly for a file +src/os.cc.s: + cd /home/logan/school/C++/rands/build && $(MAKE) $(MAKESILENT) -f _deps/fmt-build/CMakeFiles/fmt.dir/build.make _deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.s +.PHONY : src/os.cc.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... fmt" + @echo "... src/format.o" + @echo "... src/format.i" + @echo "... src/format.s" + @echo "... src/os.o" + @echo "... src/os.i" + @echo "... src/os.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/logan/school/C++/rands/build && $(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/Homework/cs3460/rands/build/_deps/fmt-build/cmake_install.cmake b/Homework/cs3460/rands/build/_deps/fmt-build/cmake_install.cmake new file mode 100644 index 0000000..d60ffad --- /dev/null +++ b/Homework/cs3460/rands/build/_deps/fmt-build/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /home/logan/school/C++/rands/build/_deps/fmt-src + +# 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 "") + 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 "/usr/bin/objdump") +endif() + |
