111 lines
		
	
	
		
			4.8 KiB
		
	
	
	
		
			Makefile
		
	
	
	
			
		
		
	
	
			111 lines
		
	
	
		
			4.8 KiB
		
	
	
	
		
			Makefile
		
	
	
	
| # CMAKE generated file: DO NOT EDIT!
 | |
| # Generated by "Unix Makefiles" Generator, CMake Version 3.26
 | |
| 
 | |
| # 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 = /home/software/cmake-3.26.3-linux-x86_64/bin/cmake
 | |
| 
 | |
| # The command to remove a file.
 | |
| RM = /home/software/cmake-3.26.3-linux-x86_64/bin/cmake -E rm -f
 | |
| 
 | |
| # Escaping for special characters.
 | |
| EQUALS = =
 | |
| 
 | |
| # The top-level source directory on which CMake was run.
 | |
| CMAKE_SOURCE_DIR = /home/dnf_project/dnf_project
 | |
| 
 | |
| # The top-level build directory on which CMake was run.
 | |
| CMAKE_BINARY_DIR = /home/dnf_project/dnf_project/build
 | |
| 
 | |
| # Include any dependencies generated for this target.
 | |
| include test/CMakeFiles/hook-test.dir/depend.make
 | |
| # Include any dependencies generated by the compiler for this target.
 | |
| include test/CMakeFiles/hook-test.dir/compiler_depend.make
 | |
| 
 | |
| # Include the progress variables for this target.
 | |
| include test/CMakeFiles/hook-test.dir/progress.make
 | |
| 
 | |
| # Include the compile flags for this target's objects.
 | |
| include test/CMakeFiles/hook-test.dir/flags.make
 | |
| 
 | |
| test/CMakeFiles/hook-test.dir/main.cc.o: test/CMakeFiles/hook-test.dir/flags.make
 | |
| test/CMakeFiles/hook-test.dir/main.cc.o: /home/dnf_project/dnf_project/test/main.cc
 | |
| test/CMakeFiles/hook-test.dir/main.cc.o: test/CMakeFiles/hook-test.dir/compiler_depend.ts
 | |
| 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/dnf_project/dnf_project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object test/CMakeFiles/hook-test.dir/main.cc.o"
 | |
| 	cd /home/dnf_project/dnf_project/build/test && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT test/CMakeFiles/hook-test.dir/main.cc.o -MF CMakeFiles/hook-test.dir/main.cc.o.d -o CMakeFiles/hook-test.dir/main.cc.o -c /home/dnf_project/dnf_project/test/main.cc
 | |
| 
 | |
| test/CMakeFiles/hook-test.dir/main.cc.i: cmake_force
 | |
| 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/hook-test.dir/main.cc.i"
 | |
| 	cd /home/dnf_project/dnf_project/build/test && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/dnf_project/dnf_project/test/main.cc > CMakeFiles/hook-test.dir/main.cc.i
 | |
| 
 | |
| test/CMakeFiles/hook-test.dir/main.cc.s: cmake_force
 | |
| 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/hook-test.dir/main.cc.s"
 | |
| 	cd /home/dnf_project/dnf_project/build/test && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/dnf_project/dnf_project/test/main.cc -o CMakeFiles/hook-test.dir/main.cc.s
 | |
| 
 | |
| # Object files for target hook-test
 | |
| hook__test_OBJECTS = \
 | |
| "CMakeFiles/hook-test.dir/main.cc.o"
 | |
| 
 | |
| # External object files for target hook-test
 | |
| hook__test_EXTERNAL_OBJECTS =
 | |
| 
 | |
| test/hook-test: test/CMakeFiles/hook-test.dir/main.cc.o
 | |
| test/hook-test: test/CMakeFiles/hook-test.dir/build.make
 | |
| test/hook-test: test/CMakeFiles/hook-test.dir/link.txt
 | |
| 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/dnf_project/dnf_project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable hook-test"
 | |
| 	cd /home/dnf_project/dnf_project/build/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/hook-test.dir/link.txt --verbose=$(VERBOSE)
 | |
| 
 | |
| # Rule to build all files generated by this target.
 | |
| test/CMakeFiles/hook-test.dir/build: test/hook-test
 | |
| .PHONY : test/CMakeFiles/hook-test.dir/build
 | |
| 
 | |
| test/CMakeFiles/hook-test.dir/clean:
 | |
| 	cd /home/dnf_project/dnf_project/build/test && $(CMAKE_COMMAND) -P CMakeFiles/hook-test.dir/cmake_clean.cmake
 | |
| .PHONY : test/CMakeFiles/hook-test.dir/clean
 | |
| 
 | |
| test/CMakeFiles/hook-test.dir/depend:
 | |
| 	cd /home/dnf_project/dnf_project/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/dnf_project/dnf_project /home/dnf_project/dnf_project/test /home/dnf_project/dnf_project/build /home/dnf_project/dnf_project/build/test /home/dnf_project/dnf_project/build/test/CMakeFiles/hook-test.dir/DependInfo.cmake --color=$(COLOR)
 | |
| .PHONY : test/CMakeFiles/hook-test.dir/depend
 | |
| 
 |