# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.21 # 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 = /local/bin/cmake # The command to remove a file. RM = /local/bin/cmake -E rm -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /home/rauch/manticore-1.5.3 # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /home/rauch/manticore-1.5.3/build # Include any dependencies generated for this target. include CMakeFiles/mant.dir/depend.make # Include any dependencies generated by the compiler for this target. include CMakeFiles/mant.dir/compiler_depend.make # Include the progress variables for this target. include CMakeFiles/mant.dir/progress.make # Include the compile flags for this target's objects. include CMakeFiles/mant.dir/flags.make CMakeFiles/mant.dir/manticore.cc.o: CMakeFiles/mant.dir/flags.make CMakeFiles/mant.dir/manticore.cc.o: ../manticore.cc CMakeFiles/mant.dir/manticore.cc.o: CMakeFiles/mant.dir/compiler_depend.ts @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rauch/manticore-1.5.3/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/mant.dir/manticore.cc.o" /local/bin/g++11 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/mant.dir/manticore.cc.o -MF CMakeFiles/mant.dir/manticore.cc.o.d -o CMakeFiles/mant.dir/manticore.cc.o -c /home/rauch/manticore-1.5.3/manticore.cc CMakeFiles/mant.dir/manticore.cc.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/mant.dir/manticore.cc.i" /local/bin/g++11 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/rauch/manticore-1.5.3/manticore.cc > CMakeFiles/mant.dir/manticore.cc.i CMakeFiles/mant.dir/manticore.cc.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/mant.dir/manticore.cc.s" /local/bin/g++11 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/rauch/manticore-1.5.3/manticore.cc -o CMakeFiles/mant.dir/manticore.cc.s # Object files for target mant mant_OBJECTS = \ "CMakeFiles/mant.dir/manticore.cc.o" # External object files for target mant mant_EXTERNAL_OBJECTS = manticore: CMakeFiles/mant.dir/manticore.cc.o manticore: CMakeFiles/mant.dir/build.make manticore: libmanticore.a manticore: /local/lib64/libCCfits.so manticore: /local/lib64/libcfitsio.a manticore: /local/lib64/libceres.a manticore: /usr/lib64/libglog.so manticore: /usr/lib64/libgflags.so manticore: /usr/lib64/libgsl.so manticore: /usr/lib64/libgslcblas.so manticore: /usr/lib64/libopenblas.so manticore: CMakeFiles/mant.dir/link.txt @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/rauch/manticore-1.5.3/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable manticore" $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/mant.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. CMakeFiles/mant.dir/build: manticore .PHONY : CMakeFiles/mant.dir/build CMakeFiles/mant.dir/clean: $(CMAKE_COMMAND) -P CMakeFiles/mant.dir/cmake_clean.cmake .PHONY : CMakeFiles/mant.dir/clean CMakeFiles/mant.dir/depend: cd /home/rauch/manticore-1.5.3/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/rauch/manticore-1.5.3 /home/rauch/manticore-1.5.3 /home/rauch/manticore-1.5.3/build /home/rauch/manticore-1.5.3/build /home/rauch/manticore-1.5.3/build/CMakeFiles/mant.dir/DependInfo.cmake --color=$(COLOR) .PHONY : CMakeFiles/mant.dir/depend