初版
This commit is contained in:
16
build/test/CMakeFiles/CMakeDirectoryInformation.cmake
Normal file
16
build/test/CMakeFiles/CMakeDirectoryInformation.cmake
Normal file
@@ -0,0 +1,16 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.26
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/dnf_project/dnf_project")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/dnf_project/dnf_project/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})
|
||||
19
build/test/CMakeFiles/hook-test.dir/DependInfo.cmake
Normal file
19
build/test/CMakeFiles/hook-test.dir/DependInfo.cmake
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
"/home/dnf_project/dnf_project/test/main.cc" "test/CMakeFiles/hook-test.dir/main.cc.o" "gcc" "test/CMakeFiles/hook-test.dir/main.cc.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
110
build/test/CMakeFiles/hook-test.dir/build.make
Normal file
110
build/test/CMakeFiles/hook-test.dir/build.make
Normal file
@@ -0,0 +1,110 @@
|
||||
# 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
|
||||
|
||||
11
build/test/CMakeFiles/hook-test.dir/cmake_clean.cmake
Normal file
11
build/test/CMakeFiles/hook-test.dir/cmake_clean.cmake
Normal file
@@ -0,0 +1,11 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/hook-test.dir/main.cc.o"
|
||||
"CMakeFiles/hook-test.dir/main.cc.o.d"
|
||||
"hook-test"
|
||||
"hook-test.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/hook-test.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
2
build/test/CMakeFiles/hook-test.dir/compiler_depend.make
Normal file
2
build/test/CMakeFiles/hook-test.dir/compiler_depend.make
Normal file
@@ -0,0 +1,2 @@
|
||||
# Empty compiler generated dependencies file for hook-test.
|
||||
# This may be replaced when dependencies are built.
|
||||
2
build/test/CMakeFiles/hook-test.dir/compiler_depend.ts
Normal file
2
build/test/CMakeFiles/hook-test.dir/compiler_depend.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for hook-test.
|
||||
2
build/test/CMakeFiles/hook-test.dir/depend.make
Normal file
2
build/test/CMakeFiles/hook-test.dir/depend.make
Normal file
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for hook-test.
|
||||
# This may be replaced when dependencies are built.
|
||||
10
build/test/CMakeFiles/hook-test.dir/flags.make
Normal file
10
build/test/CMakeFiles/hook-test.dir/flags.make
Normal file
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.26
|
||||
|
||||
# compile CXX with /usr/bin/g++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/dnf_project/dnf_project/src
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG
|
||||
|
||||
1
build/test/CMakeFiles/hook-test.dir/link.txt
Normal file
1
build/test/CMakeFiles/hook-test.dir/link.txt
Normal file
@@ -0,0 +1 @@
|
||||
/usr/bin/g++ -O3 -DNDEBUG -rdynamic "CMakeFiles/hook-test.dir/main.cc.o" -o hook-test -L/home/dnf_project/dnf_project/build/lib -Wl,-rpath,/home/dnf_project/dnf_project/build/lib -lSHARED -lhook
|
||||
BIN
build/test/CMakeFiles/hook-test.dir/main.cc.o
Normal file
BIN
build/test/CMakeFiles/hook-test.dir/main.cc.o
Normal file
Binary file not shown.
73
build/test/CMakeFiles/hook-test.dir/main.cc.o.d
Normal file
73
build/test/CMakeFiles/hook-test.dir/main.cc.o.d
Normal file
@@ -0,0 +1,73 @@
|
||||
test/CMakeFiles/hook-test.dir/main.cc.o: \
|
||||
/home/dnf_project/dnf_project/test/main.cc /usr/include/stdc-predef.h \
|
||||
/usr/include/c++/4.8.2/iostream \
|
||||
/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/c++config.h \
|
||||
/usr/include/bits/wordsize.h \
|
||||
/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/os_defines.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
|
||||
/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/cpu_defines.h \
|
||||
/usr/include/c++/4.8.2/ostream /usr/include/c++/4.8.2/ios \
|
||||
/usr/include/c++/4.8.2/iosfwd /usr/include/c++/4.8.2/bits/stringfwd.h \
|
||||
/usr/include/c++/4.8.2/bits/memoryfwd.h \
|
||||
/usr/include/c++/4.8.2/bits/postypes.h /usr/include/c++/4.8.2/cwchar \
|
||||
/usr/include/wchar.h /usr/include/stdio.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/stdarg.h \
|
||||
/usr/include/bits/wchar.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/stddef.h \
|
||||
/usr/include/xlocale.h /usr/include/c++/4.8.2/exception \
|
||||
/usr/include/c++/4.8.2/bits/atomic_lockfree_defines.h \
|
||||
/usr/include/c++/4.8.2/bits/char_traits.h \
|
||||
/usr/include/c++/4.8.2/bits/stl_algobase.h \
|
||||
/usr/include/c++/4.8.2/bits/functexcept.h \
|
||||
/usr/include/c++/4.8.2/bits/exception_defines.h \
|
||||
/usr/include/c++/4.8.2/bits/cpp_type_traits.h \
|
||||
/usr/include/c++/4.8.2/ext/type_traits.h \
|
||||
/usr/include/c++/4.8.2/ext/numeric_traits.h \
|
||||
/usr/include/c++/4.8.2/bits/stl_pair.h \
|
||||
/usr/include/c++/4.8.2/bits/move.h \
|
||||
/usr/include/c++/4.8.2/bits/concept_check.h \
|
||||
/usr/include/c++/4.8.2/bits/stl_iterator_base_types.h \
|
||||
/usr/include/c++/4.8.2/bits/stl_iterator_base_funcs.h \
|
||||
/usr/include/c++/4.8.2/debug/debug.h \
|
||||
/usr/include/c++/4.8.2/bits/stl_iterator.h \
|
||||
/usr/include/c++/4.8.2/bits/localefwd.h \
|
||||
/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/c++locale.h \
|
||||
/usr/include/c++/4.8.2/clocale /usr/include/locale.h \
|
||||
/usr/include/bits/locale.h /usr/include/c++/4.8.2/cctype \
|
||||
/usr/include/ctype.h /usr/include/bits/types.h \
|
||||
/usr/include/bits/typesizes.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/bits/byteswap.h \
|
||||
/usr/include/bits/byteswap-16.h /usr/include/c++/4.8.2/bits/ios_base.h \
|
||||
/usr/include/c++/4.8.2/ext/atomicity.h \
|
||||
/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/gthr.h \
|
||||
/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/gthr-default.h \
|
||||
/usr/include/pthread.h /usr/include/sched.h /usr/include/time.h \
|
||||
/usr/include/bits/sched.h /usr/include/bits/time.h \
|
||||
/usr/include/bits/timex.h /usr/include/bits/pthreadtypes.h \
|
||||
/usr/include/bits/setjmp.h \
|
||||
/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/atomic_word.h \
|
||||
/usr/include/c++/4.8.2/bits/locale_classes.h \
|
||||
/usr/include/c++/4.8.2/string /usr/include/c++/4.8.2/bits/allocator.h \
|
||||
/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/c++allocator.h \
|
||||
/usr/include/c++/4.8.2/ext/new_allocator.h /usr/include/c++/4.8.2/new \
|
||||
/usr/include/c++/4.8.2/bits/ostream_insert.h \
|
||||
/usr/include/c++/4.8.2/bits/cxxabi_forced.h \
|
||||
/usr/include/c++/4.8.2/bits/stl_function.h \
|
||||
/usr/include/c++/4.8.2/backward/binders.h \
|
||||
/usr/include/c++/4.8.2/bits/range_access.h \
|
||||
/usr/include/c++/4.8.2/bits/basic_string.h \
|
||||
/usr/include/c++/4.8.2/bits/basic_string.tcc \
|
||||
/usr/include/c++/4.8.2/bits/locale_classes.tcc \
|
||||
/usr/include/c++/4.8.2/streambuf \
|
||||
/usr/include/c++/4.8.2/bits/streambuf.tcc \
|
||||
/usr/include/c++/4.8.2/bits/basic_ios.h \
|
||||
/usr/include/c++/4.8.2/bits/locale_facets.h \
|
||||
/usr/include/c++/4.8.2/cwctype /usr/include/wctype.h \
|
||||
/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/ctype_base.h \
|
||||
/usr/include/c++/4.8.2/bits/streambuf_iterator.h \
|
||||
/usr/include/c++/4.8.2/x86_64-redhat-linux/bits/ctype_inline.h \
|
||||
/usr/include/c++/4.8.2/bits/locale_facets.tcc \
|
||||
/usr/include/c++/4.8.2/bits/basic_ios.tcc \
|
||||
/usr/include/c++/4.8.2/bits/ostream.tcc /usr/include/c++/4.8.2/istream \
|
||||
/usr/include/c++/4.8.2/bits/istream.tcc
|
||||
3
build/test/CMakeFiles/hook-test.dir/progress.make
Normal file
3
build/test/CMakeFiles/hook-test.dir/progress.make
Normal file
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 1
|
||||
CMAKE_PROGRESS_2 = 2
|
||||
|
||||
1
build/test/CMakeFiles/progress.marks
Normal file
1
build/test/CMakeFiles/progress.marks
Normal file
@@ -0,0 +1 @@
|
||||
2
|
||||
Reference in New Issue
Block a user