diff --git a/CMakeLists.txt b/CMakeLists.txt index 69dbefb35fdc6ba8bb5831f40364b31de9d1c0d5..b70c6c323d9b9b35d5853ca8892cd3e9400bb062 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,14 +3,17 @@ project(extract C) set(CMAKE_C_STANDARD 99) set(LIBRARYS ocilib qlibc qlibcext) -set(LIBRARY_PATH /home/oracle/) +set(LIBRARY_PATH ${ARKCDC_HOME}/lib) +set(INCLUDE_PATH ${ARKCDC_HOME}/include) +add_compile_options(-g) add_executable(extract main.c modules/function.c) -target_include_directories(extract PUBLIC ${LIBRARY_PATH}/ocilib/include) -target_link_directories(extract PUBLIC ${LIBRARY_PATH}/ocilib/lib) +include_directories(${INCLUDE_PATH}) + +target_link_libraries(extract ${LIBRARYS}) + + +target_link_directories(extract PUBLIC ${LIBRARY_PATH}) -target_include_directories(extract PUBLIC ${LIBRARY_PATH}/qlibc/include) -target_link_directories(extract PUBLIC ${LIBRARY_PATH}/qlibc/lib) -target_link_libraries(extract ${LIBRARYS}) \ No newline at end of file diff --git a/cmake-build-debug/CMakeCache.txt b/cmake-build-debug/CMakeCache.txt index 67b1ccaa21e4dc14993f514300884cde67b0ab68..bdc25f339f6a7f74c82c4042c9bcb65be6432e7f 100644 --- a/cmake-build-debug/CMakeCache.txt +++ b/cmake-build-debug/CMakeCache.txt @@ -1,6 +1,6 @@ # This is the CMakeCache file. -# For build in directory: /home/oracle/CLionProjects/extract_project/cmake-build-debug -# It was generated by CMake: /home/oracle/clion-2021.1.3/bin/cmake/linux/bin/cmake +# For build in directory: /home/centos/other_code/extract_project/cmake-build-debug +# It was generated by CMake: /opt/clion-2021.1.3/bin/cmake/linux/bin/cmake # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. @@ -33,7 +33,7 @@ CMAKE_CODEBLOCKS_EXECUTABLE:FILEPATH=CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND //Additional command line arguments when CodeBlocks invokes make. // Enter e.g. -j to get parallel builds -CMAKE_CODEBLOCKS_MAKE_ARGUMENTS:STRING=-j2 +CMAKE_CODEBLOCKS_MAKE_ARGUMENTS:STRING=-j4 //Enable/Disable color output during build. CMAKE_COLOR_MAKEFILE:BOOL=ON @@ -201,16 +201,10 @@ ProcessorCount_cmd_nproc:FILEPATH=/usr/bin/nproc ProcessorCount_cmd_sysctl:FILEPATH=/usr/sbin/sysctl //Value Computed by CMake -extract_BINARY_DIR:STATIC=/home/oracle/CLionProjects/extract_project/cmake-build-debug +extract_BINARY_DIR:STATIC=/home/centos/other_code/extract_project/cmake-build-debug //Value Computed by CMake -extract_SOURCE_DIR:STATIC=/home/oracle/CLionProjects/extract_project - -//Value Computed by CMake -extract_project_BINARY_DIR:STATIC=/home/oracle/CLionProjects/extract_project/cmake-build-debug - -//Value Computed by CMake -extract_project_SOURCE_DIR:STATIC=/home/oracle/CLionProjects/extract_project +extract_SOURCE_DIR:STATIC=/home/centos/other_code/extract_project ######################## @@ -222,7 +216,7 @@ CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created -CMAKE_CACHEFILE_DIR:INTERNAL=/home/oracle/CLionProjects/extract_project/cmake-build-debug +CMAKE_CACHEFILE_DIR:INTERNAL=/home/centos/other_code/extract_project/cmake-build-debug //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache @@ -232,11 +226,11 @@ CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 //Path to CMake executable. -CMAKE_COMMAND:INTERNAL=/home/oracle/clion-2021.1.3/bin/cmake/linux/bin/cmake +CMAKE_COMMAND:INTERNAL=/opt/clion-2021.1.3/bin/cmake/linux/bin/cmake //Path to cpack program executable. -CMAKE_CPACK_COMMAND:INTERNAL=/home/oracle/clion-2021.1.3/bin/cmake/linux/bin/cpack +CMAKE_CPACK_COMMAND:INTERNAL=/opt/clion-2021.1.3/bin/cmake/linux/bin/cpack //Path to ctest program executable. -CMAKE_CTEST_COMMAND:INTERNAL=/home/oracle/clion-2021.1.3/bin/cmake/linux/bin/ctest +CMAKE_CTEST_COMMAND:INTERNAL=/opt/clion-2021.1.3/bin/cmake/linux/bin/ctest //ADVANCED property for variable: CMAKE_C_COMPILER CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER_AR @@ -285,7 +279,7 @@ CMAKE_GENERATOR_PLATFORM:INTERNAL= CMAKE_GENERATOR_TOOLSET:INTERNAL= //Source directory with the top level CMakeLists.txt file for this // project -CMAKE_HOME_DIRECTORY:INTERNAL=/home/oracle/CLionProjects/extract_project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/centos/other_code/extract_project //Install .so files without execute permission. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 //ADVANCED property for variable: CMAKE_LINKER @@ -317,7 +311,7 @@ CMAKE_RANLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_READELF CMAKE_READELF-ADVANCED:INTERNAL=1 //Path to CMake installation. -CMAKE_ROOT:INTERNAL=/home/oracle/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19 +CMAKE_ROOT:INTERNAL=/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG diff --git a/cmake-build-debug/CMakeFiles/3.19.2/CMakeSystem.cmake b/cmake-build-debug/CMakeFiles/3.19.2/CMakeSystem.cmake index 0b212f15cae39b3c5b3ab855f7ede123e470845f..4fd0b574c8c4b22b0180e65d6bf33bfbca7d52f6 100644 --- a/cmake-build-debug/CMakeFiles/3.19.2/CMakeSystem.cmake +++ b/cmake-build-debug/CMakeFiles/3.19.2/CMakeSystem.cmake @@ -1,13 +1,13 @@ -set(CMAKE_HOST_SYSTEM "Linux-3.10.0-1160.el7.x86_64") +set(CMAKE_HOST_SYSTEM "Linux-3.10.0-1160.108.1.el7.x86_64") set(CMAKE_HOST_SYSTEM_NAME "Linux") -set(CMAKE_HOST_SYSTEM_VERSION "3.10.0-1160.el7.x86_64") +set(CMAKE_HOST_SYSTEM_VERSION "3.10.0-1160.108.1.el7.x86_64") set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") -set(CMAKE_SYSTEM "Linux-3.10.0-1160.el7.x86_64") +set(CMAKE_SYSTEM "Linux-3.10.0-1160.108.1.el7.x86_64") set(CMAKE_SYSTEM_NAME "Linux") -set(CMAKE_SYSTEM_VERSION "3.10.0-1160.el7.x86_64") +set(CMAKE_SYSTEM_VERSION "3.10.0-1160.108.1.el7.x86_64") set(CMAKE_SYSTEM_PROCESSOR "x86_64") set(CMAKE_CROSSCOMPILING "FALSE") diff --git a/cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake b/cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake index 48a8ac6ac112440f8fa55a113d33e7bd6e92019e..d6039376713d770a3931636176f33aa828ecb772 100644 --- a/cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake +++ b/cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake @@ -2,8 +2,8 @@ # Generated by "Unix Makefiles" Generator, CMake Version 3.19 # Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/oracle/CLionProjects/extract_project") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/oracle/CLionProjects/extract_project/cmake-build-debug") +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/centos/other_code/extract_project") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/centos/other_code/extract_project/cmake-build-debug") # Force unix paths in dependencies. set(CMAKE_FORCE_UNIX_PATHS 1) diff --git a/cmake-build-debug/CMakeFiles/CMakeOutput.log b/cmake-build-debug/CMakeFiles/CMakeOutput.log index 1d8ede7e9295e1fcd3c77b487ac521f622932b9f..d052b381be9bb8eacc64f8164fe4e779e143c379 100644 --- a/cmake-build-debug/CMakeFiles/CMakeOutput.log +++ b/cmake-build-debug/CMakeFiles/CMakeOutput.log @@ -1,4 +1,4 @@ -The system is: Linux - 3.10.0-1160.el7.x86_64 - x86_64 +The system is: Linux - 3.10.0-1160.108.1.el7.x86_64 - x86_64 Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. Compiler: /usr/bin/cc Build flags: @@ -10,23 +10,23 @@ The output was: Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" -The C compiler identification is GNU, found in "/home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles/3.19.2/CompilerIdC/a.out" +The C compiler identification is GNU, found in "/home/centos/other_code/extract_project/cmake-build-debug/CMakeFiles/3.19.2/CompilerIdC/a.out" Detecting C compiler ABI info compiled with the following output: -Change Dir: /home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles/CMakeTmp +Change Dir: /home/centos/other_code/extract_project/cmake-build-debug/CMakeFiles/CMakeTmp -Run Build Command(s):/usr/bin/gmake cmTC_05d2a/fast && /usr/bin/gmake -f CMakeFiles/cmTC_05d2a.dir/build.make CMakeFiles/cmTC_05d2a.dir/build -gmake[1]: Entering directory `/home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles/CMakeTmp' -Building C object CMakeFiles/cmTC_05d2a.dir/CMakeCCompilerABI.c.o -/usr/bin/cc -v -o CMakeFiles/cmTC_05d2a.dir/CMakeCCompilerABI.c.o -c /home/oracle/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCCompilerABI.c +Run Build Command(s):/usr/bin/gmake cmTC_fd01c/fast && /usr/bin/gmake -f CMakeFiles/cmTC_fd01c.dir/build.make CMakeFiles/cmTC_fd01c.dir/build +gmake[1]: Entering directory `/home/centos/other_code/extract_project/cmake-build-debug/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_fd01c.dir/CMakeCCompilerABI.c.o +/usr/bin/cc -v -o CMakeFiles/cmTC_fd01c.dir/CMakeCCompilerABI.c.o -c /opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCCompilerABI.c Using built-in specs. COLLECT_GCC=/usr/bin/cc Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) -COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_05d2a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' - /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1 -quiet -v /home/oracle/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_05d2a.dir/CMakeCCompilerABI.c.o -version -o /tmp/ccO1LBf7.s +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_fd01c.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' + /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1 -quiet -v /opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_fd01c.dir/CMakeCCompilerABI.c.o -version -o /tmp/ccouIDcJ.s GNU C (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-44) (x86_64-redhat-linux) compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-44), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 @@ -42,15 +42,15 @@ GNU C (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-44) (x86_64-redhat-linux) compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-44), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 231b3394950636dbfe0428e88716bc73 -COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_05d2a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' - as -v --64 -o CMakeFiles/cmTC_05d2a.dir/CMakeCCompilerABI.c.o /tmp/ccO1LBf7.s +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_fd01c.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' + as -v --64 -o CMakeFiles/cmTC_fd01c.dir/CMakeCCompilerABI.c.o /tmp/ccouIDcJ.s GNU assembler version 2.27 (x86_64-redhat-linux) using BFD version version 2.27-44.base.el7_9.1 COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/ LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_05d2a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' -Linking C executable cmTC_05d2a -/home/oracle/clion-2021.1.3/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_05d2a.dir/link.txt --verbose=1 -/usr/bin/cc -v CMakeFiles/cmTC_05d2a.dir/CMakeCCompilerABI.c.o -o cmTC_05d2a +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_fd01c.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' +Linking C executable cmTC_fd01c +/opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fd01c.dir/link.txt --verbose=1 +/usr/bin/cc -v CMakeFiles/cmTC_fd01c.dir/CMakeCCompilerABI.c.o -o cmTC_fd01c Using built-in specs. COLLECT_GCC=/usr/bin/cc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper @@ -60,9 +60,9 @@ Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/ LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_05d2a' '-mtune=generic' '-march=x86-64' - /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_05d2a /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_05d2a.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o -gmake[1]: Leaving directory `/home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles/CMakeTmp' +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_fd01c' '-mtune=generic' '-march=x86-64' + /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_fd01c /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_fd01c.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o +gmake[1]: Leaving directory `/home/centos/other_code/extract_project/cmake-build-debug/CMakeFiles/CMakeTmp' @@ -81,20 +81,20 @@ Parsed C implicit include dir info from above output: rv=done Parsed C implicit link information from above output: link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles/CMakeTmp] + ignore line: [Change Dir: /home/centos/other_code/extract_project/cmake-build-debug/CMakeFiles/CMakeTmp] ignore line: [] - ignore line: [Run Build Command(s):/usr/bin/gmake cmTC_05d2a/fast && /usr/bin/gmake -f CMakeFiles/cmTC_05d2a.dir/build.make CMakeFiles/cmTC_05d2a.dir/build] - ignore line: [gmake[1]: Entering directory `/home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles/CMakeTmp'] - ignore line: [Building C object CMakeFiles/cmTC_05d2a.dir/CMakeCCompilerABI.c.o] - ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_05d2a.dir/CMakeCCompilerABI.c.o -c /home/oracle/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCCompilerABI.c] + ignore line: [Run Build Command(s):/usr/bin/gmake cmTC_fd01c/fast && /usr/bin/gmake -f CMakeFiles/cmTC_fd01c.dir/build.make CMakeFiles/cmTC_fd01c.dir/build] + ignore line: [gmake[1]: Entering directory `/home/centos/other_code/extract_project/cmake-build-debug/CMakeFiles/CMakeTmp'] + ignore line: [Building C object CMakeFiles/cmTC_fd01c.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_fd01c.dir/CMakeCCompilerABI.c.o -c /opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCCompilerABI.c] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=/usr/bin/cc] ignore line: [Target: x86_64-redhat-linux] ignore line: [Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c c++ objc obj-c++ java fortran ada go lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux] ignore line: [Thread model: posix] ignore line: [gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_05d2a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] - ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1 -quiet -v /home/oracle/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_05d2a.dir/CMakeCCompilerABI.c.o -version -o /tmp/ccO1LBf7.s] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_fd01c.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] + ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1 -quiet -v /opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_fd01c.dir/CMakeCCompilerABI.c.o -version -o /tmp/ccouIDcJ.s] ignore line: [GNU C (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-44) (x86_64-redhat-linux)] ignore line: [ compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-44) GMP version 6.0.0 MPFR version 3.1.1 MPC version 1.0.1] ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] @@ -110,15 +110,15 @@ Parsed C implicit link information from above output: ignore line: [ compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-44) GMP version 6.0.0 MPFR version 3.1.1 MPC version 1.0.1] ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] ignore line: [Compiler executable checksum: 231b3394950636dbfe0428e88716bc73] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_05d2a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] - ignore line: [ as -v --64 -o CMakeFiles/cmTC_05d2a.dir/CMakeCCompilerABI.c.o /tmp/ccO1LBf7.s] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_fd01c.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_fd01c.dir/CMakeCCompilerABI.c.o /tmp/ccouIDcJ.s] ignore line: [GNU assembler version 2.27 (x86_64-redhat-linux) using BFD version version 2.27-44.base.el7_9.1] ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/] ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_05d2a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] - ignore line: [Linking C executable cmTC_05d2a] - ignore line: [/home/oracle/clion-2021.1.3/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_05d2a.dir/link.txt --verbose=1] - ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_05d2a.dir/CMakeCCompilerABI.c.o -o cmTC_05d2a ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_fd01c.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] + ignore line: [Linking C executable cmTC_fd01c] + ignore line: [/opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fd01c.dir/link.txt --verbose=1] + ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_fd01c.dir/CMakeCCompilerABI.c.o -o cmTC_fd01c ] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=/usr/bin/cc] ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper] @@ -128,8 +128,8 @@ Parsed C implicit link information from above output: ignore line: [gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ] ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/] ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_05d2a' '-mtune=generic' '-march=x86-64'] - link line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_05d2a /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_05d2a.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_fd01c' '-mtune=generic' '-march=x86-64'] + link line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_fd01c /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_fd01c.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o] arg [/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2] ==> ignore arg [--build-id] ==> ignore arg [--no-add-needed] ==> ignore @@ -140,7 +140,7 @@ Parsed C implicit link information from above output: arg [-dynamic-linker] ==> ignore arg [/lib64/ld-linux-x86-64.so.2] ==> ignore arg [-o] ==> ignore - arg [cmTC_05d2a] ==> ignore + arg [cmTC_fd01c] ==> ignore arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o] ==> ignore arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o] ==> ignore arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o] ==> ignore @@ -149,7 +149,7 @@ Parsed C implicit link information from above output: arg [-L/lib/../lib64] ==> dir [/lib/../lib64] arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64] arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..] - arg [CMakeFiles/cmTC_05d2a.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [CMakeFiles/cmTC_fd01c.dir/CMakeCCompilerABI.c.o] ==> ignore arg [-lgcc] ==> lib [gcc] arg [--as-needed] ==> ignore arg [-lgcc_s] ==> lib [gcc_s] diff --git a/cmake-build-debug/CMakeFiles/Makefile.cmake b/cmake-build-debug/CMakeFiles/Makefile.cmake index c822d4184d4c31bd1149e6a86917d5c9442ed505..3e6953ab86fdfdaa29d4d941686113c309378372 100644 --- a/cmake-build-debug/CMakeFiles/Makefile.cmake +++ b/cmake-build-debug/CMakeFiles/Makefile.cmake @@ -10,23 +10,23 @@ set(CMAKE_MAKEFILE_DEPENDS "../CMakeLists.txt" "CMakeFiles/3.19.2/CMakeCCompiler.cmake" "CMakeFiles/3.19.2/CMakeSystem.cmake" - "/home/oracle/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCInformation.cmake" - "/home/oracle/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCommonLanguageInclude.cmake" - "/home/oracle/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake" - "/home/oracle/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeFindCodeBlocks.cmake" - "/home/oracle/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeGenericSystem.cmake" - "/home/oracle/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeInitializeConfigs.cmake" - "/home/oracle/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeLanguageInformation.cmake" - "/home/oracle/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeSystemSpecificInformation.cmake" - "/home/oracle/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeSystemSpecificInitialize.cmake" - "/home/oracle/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - "/home/oracle/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/GNU-C.cmake" - "/home/oracle/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/GNU.cmake" - "/home/oracle/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Platform/Linux-GNU-C.cmake" - "/home/oracle/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Platform/Linux-GNU.cmake" - "/home/oracle/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Platform/Linux.cmake" - "/home/oracle/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Platform/UnixPaths.cmake" - "/home/oracle/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/ProcessorCount.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCInformation.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCommonLanguageInclude.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeFindCodeBlocks.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeGenericSystem.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeInitializeConfigs.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeLanguageInformation.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeSystemSpecificInformation.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeSystemSpecificInitialize.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/GNU-C.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/GNU.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Platform/Linux-GNU-C.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Platform/Linux-GNU.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Platform/Linux.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Platform/UnixPaths.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/ProcessorCount.cmake" ) # The corresponding makefile is: diff --git a/cmake-build-debug/CMakeFiles/Makefile2 b/cmake-build-debug/CMakeFiles/Makefile2 index 6cbbfc6d50539ad9d7566f8845d5de36ae225fa6..a6cb3c80eed07ab34196b3425ee24cb95ef84b98 100644 --- a/cmake-build-debug/CMakeFiles/Makefile2 +++ b/cmake-build-debug/CMakeFiles/Makefile2 @@ -54,19 +54,19 @@ cmake_force: SHELL = /bin/sh # The CMake executable. -CMAKE_COMMAND = /home/oracle/clion-2021.1.3/bin/cmake/linux/bin/cmake +CMAKE_COMMAND = /opt/clion-2021.1.3/bin/cmake/linux/bin/cmake # The command to remove a file. -RM = /home/oracle/clion-2021.1.3/bin/cmake/linux/bin/cmake -E rm -f +RM = /opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -E rm -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/oracle/CLionProjects/extract_project +CMAKE_SOURCE_DIR = /home/centos/other_code/extract_project # The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/oracle/CLionProjects/extract_project/cmake-build-debug +CMAKE_BINARY_DIR = /home/centos/other_code/extract_project/cmake-build-debug #============================================================================= # Directory level rules for the build root directory @@ -93,14 +93,14 @@ clean: CMakeFiles/extract.dir/clean CMakeFiles/extract.dir/all: $(MAKE) $(MAKESILENT) -f CMakeFiles/extract.dir/build.make CMakeFiles/extract.dir/depend $(MAKE) $(MAKESILENT) -f CMakeFiles/extract.dir/build.make CMakeFiles/extract.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles --progress-num=1,2,3 "Built target extract" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/centos/other_code/extract_project/cmake-build-debug/CMakeFiles --progress-num=1,2,3 "Built target extract" .PHONY : CMakeFiles/extract.dir/all # Build rule for subdir invocation for target. CMakeFiles/extract.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles 3 + $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/other_code/extract_project/cmake-build-debug/CMakeFiles 3 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/extract.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/other_code/extract_project/cmake-build-debug/CMakeFiles 0 .PHONY : CMakeFiles/extract.dir/rule # Convenience name for target. diff --git a/cmake-build-debug/CMakeFiles/TargetDirectories.txt b/cmake-build-debug/CMakeFiles/TargetDirectories.txt index e4a743d5ac6ee9b7331da1578487e310af2b52cb..533831d02e6e3eba84af2c0c8f03a3c74abe60f5 100644 --- a/cmake-build-debug/CMakeFiles/TargetDirectories.txt +++ b/cmake-build-debug/CMakeFiles/TargetDirectories.txt @@ -1,3 +1,3 @@ -/home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles/rebuild_cache.dir -/home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles/edit_cache.dir -/home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles/extract.dir +/home/centos/other_code/extract_project/cmake-build-debug/CMakeFiles/rebuild_cache.dir +/home/centos/other_code/extract_project/cmake-build-debug/CMakeFiles/edit_cache.dir +/home/centos/other_code/extract_project/cmake-build-debug/CMakeFiles/extract.dir diff --git a/cmake-build-debug/CMakeFiles/clion-log.txt b/cmake-build-debug/CMakeFiles/clion-log.txt index 9eb59855f1db848a8ca87ac8895f29192afed017..502b55b7c079d53d4856f423af24edaa7ca0b650 100644 --- a/cmake-build-debug/CMakeFiles/clion-log.txt +++ b/cmake-build-debug/CMakeFiles/clion-log.txt @@ -1,4 +1,4 @@ -/home/oracle/clion-2021.1.3/bin/cmake/linux/bin/cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" /home/oracle/CLionProjects/extract_project +/opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" /home/centos/other_code/extract_project -- Configuring done -- Generating done --- Build files have been written to: /home/oracle/CLionProjects/extract_project/cmake-build-debug +-- Build files have been written to: /home/centos/other_code/extract_project/cmake-build-debug diff --git a/cmake-build-debug/CMakeFiles/extract.dir/C.includecache b/cmake-build-debug/CMakeFiles/extract.dir/C.includecache index 84525291c1a2a0818202a5df7c4a7f369080f86d..e06f6753ea3af62740400173e52721e1d1a01168 100644 --- a/cmake-build-debug/CMakeFiles/extract.dir/C.includecache +++ b/cmake-build-debug/CMakeFiles/extract.dir/C.includecache @@ -6,7 +6,13 @@ #IncludeRegexTransform: -/home/oracle/CLionProjects/extract_project/modules/define.h +/home/centos/other_code/extract_project/main.c +modules/function.h +/home/centos/other_code/extract_project/modules/function.h +ocilibc/api.h +/home/centos/other_code/extract_project/ocilibc/api.h + +/home/centos/other_code/extract_project/modules/define.h stdio.h - stdlib.h @@ -26,331 +32,23 @@ qlibc/containers/qlist.h qlibc/containers/qlisttbl.h - -/home/oracle/CLionProjects/extract_project/modules/function.c +/home/centos/other_code/extract_project/modules/function.c function.h -/home/oracle/CLionProjects/extract_project/modules/function.h +/home/centos/other_code/extract_project/modules/function.h malloc.h - +qlibc/containers/qvector.h +- +qlibc/extensions/qconfig.h +- -/home/oracle/CLionProjects/extract_project/modules/function.h +/home/centos/other_code/extract_project/modules/function.h define.h -/home/oracle/CLionProjects/extract_project/modules/define.h +/home/centos/other_code/extract_project/modules/define.h ocilib.h -/home/oracle/CLionProjects/extract_project/modules/ocilib.h +/home/centos/other_code/extract_project/modules/ocilib.h qlibc/qlibc.h - qlibc/qlibcext.h - -/home/oracle/ocilib/include/ocilib.h -ocilibc/platform.h -/home/oracle/ocilib/include/ocilibc/platform.h -ocilibc/defines.h -/home/oracle/ocilib/include/ocilibc/defines.h -ocilibc/types.h -/home/oracle/ocilib/include/ocilibc/types.h -ocilibc/api.h -/home/oracle/ocilib/include/ocilibc/api.h -ocilibc/compat.h -/home/oracle/ocilib/include/ocilibc/compat.h - -/home/oracle/ocilib/include/ocilibc/api.h -ocilibc/types.h -/home/oracle/ocilib/include/ocilibc/ocilibc/types.h - -/home/oracle/ocilib/include/ocilibc/compat.h -ocilibc/api.h -/home/oracle/ocilib/include/ocilibc/ocilibc/api.h - -/home/oracle/ocilib/include/ocilibc/defines.h -ocilibc/platform.h -/home/oracle/ocilib/include/ocilibc/ocilibc/platform.h - -/home/oracle/ocilib/include/ocilibc/platform.h -stdlib.h -- -stdio.h -- -stdarg.h -- -ctype.h -- -wctype.h -- -string.h -- -time.h -- -limits.h -- -Windows.h -- -wchar.h -- - -/home/oracle/ocilib/include/ocilibc/types.h -ocilibc/defines.h -/home/oracle/ocilib/include/ocilibc/ocilibc/defines.h - -/home/oracle/qlibc/include/qlibc/containers/qgrow.h -stdlib.h -- -stdbool.h -- -stdint.h -- -qlist.h -/home/oracle/qlibc/include/qlibc/containers/qlist.h - -/home/oracle/qlibc/include/qlibc/containers/qhasharr.h -stdlib.h -- -stdbool.h -- -stdint.h -- - -/home/oracle/qlibc/include/qlibc/containers/qhashtbl.h -stdlib.h -- -stdbool.h -- -stdint.h -- -stdio.h -- - -/home/oracle/qlibc/include/qlibc/containers/qlist.h -stdio.h -- -stdlib.h -- -stdbool.h -- -stdint.h -- - -/home/oracle/qlibc/include/qlibc/containers/qlisttbl.h -stdlib.h -- -stdbool.h -- -stdint.h -- - -/home/oracle/qlibc/include/qlibc/containers/qqueue.h -stdlib.h -- -stdbool.h -- -stdint.h -- -qlist.h -/home/oracle/qlibc/include/qlibc/containers/qlist.h - -/home/oracle/qlibc/include/qlibc/containers/qstack.h -stdlib.h -- -stdbool.h -- -stdint.h -- -qlist.h -/home/oracle/qlibc/include/qlibc/containers/qlist.h - -/home/oracle/qlibc/include/qlibc/containers/qtreetbl.h -stdio.h -- -stdlib.h -- -stdbool.h -- -stdint.h -- - -/home/oracle/qlibc/include/qlibc/containers/qvector.h -stdlib.h -- -stdbool.h -- -stdint.h -- - -/home/oracle/qlibc/include/qlibc/extensions/qaconf.h -stdlib.h -- -stdbool.h -- -stdint.h -- - -/home/oracle/qlibc/include/qlibc/extensions/qconfig.h -stdlib.h -- -stdbool.h -- -stdint.h -- -../containers/qlisttbl.h -/home/oracle/qlibc/include/qlibc/containers/qlisttbl.h - -/home/oracle/qlibc/include/qlibc/extensions/qdatabase.h -stdlib.h -- -stdbool.h -- -stdint.h -- - -/home/oracle/qlibc/include/qlibc/extensions/qhttpclient.h -stdlib.h -- -stdbool.h -- -stdint.h -- -netinet/in.h -- - -/home/oracle/qlibc/include/qlibc/extensions/qlog.h -stdlib.h -- -stdbool.h -- -stdint.h -- -limits.h -- - -/home/oracle/qlibc/include/qlibc/extensions/qtokenbucket.h -stdbool.h -- - -/home/oracle/qlibc/include/qlibc/ipc/qsem.h - -/home/oracle/qlibc/include/qlibc/ipc/qshm.h - -/home/oracle/qlibc/include/qlibc/qlibc.h -containers/qtreetbl.h -/home/oracle/qlibc/include/qlibc/containers/qtreetbl.h -containers/qhashtbl.h -/home/oracle/qlibc/include/qlibc/containers/qhashtbl.h -containers/qhasharr.h -/home/oracle/qlibc/include/qlibc/containers/qhasharr.h -containers/qlisttbl.h -/home/oracle/qlibc/include/qlibc/containers/qlisttbl.h -containers/qlist.h -/home/oracle/qlibc/include/qlibc/containers/qlist.h -containers/qvector.h -/home/oracle/qlibc/include/qlibc/containers/qvector.h -containers/qqueue.h -/home/oracle/qlibc/include/qlibc/containers/qqueue.h -containers/qstack.h -/home/oracle/qlibc/include/qlibc/containers/qstack.h -containers/qgrow.h -/home/oracle/qlibc/include/qlibc/containers/qgrow.h -utilities/qcount.h -/home/oracle/qlibc/include/qlibc/utilities/qcount.h -utilities/qencode.h -/home/oracle/qlibc/include/qlibc/utilities/qencode.h -utilities/qfile.h -/home/oracle/qlibc/include/qlibc/utilities/qfile.h -utilities/qhash.h -/home/oracle/qlibc/include/qlibc/utilities/qhash.h -utilities/qio.h -/home/oracle/qlibc/include/qlibc/utilities/qio.h -utilities/qsocket.h -/home/oracle/qlibc/include/qlibc/utilities/qsocket.h -utilities/qstring.h -/home/oracle/qlibc/include/qlibc/utilities/qstring.h -utilities/qsystem.h -/home/oracle/qlibc/include/qlibc/utilities/qsystem.h -utilities/qtime.h -/home/oracle/qlibc/include/qlibc/utilities/qtime.h -ipc/qsem.h -/home/oracle/qlibc/include/qlibc/ipc/qsem.h -ipc/qshm.h -/home/oracle/qlibc/include/qlibc/ipc/qshm.h - -/home/oracle/qlibc/include/qlibc/qlibcext.h -extensions/qconfig.h -/home/oracle/qlibc/include/qlibc/extensions/qconfig.h -extensions/qaconf.h -/home/oracle/qlibc/include/qlibc/extensions/qaconf.h -extensions/qlog.h -/home/oracle/qlibc/include/qlibc/extensions/qlog.h -extensions/qhttpclient.h -/home/oracle/qlibc/include/qlibc/extensions/qhttpclient.h -extensions/qdatabase.h -/home/oracle/qlibc/include/qlibc/extensions/qdatabase.h -extensions/qtokenbucket.h -/home/oracle/qlibc/include/qlibc/extensions/qtokenbucket.h - -/home/oracle/qlibc/include/qlibc/utilities/qcount.h -stdlib.h -- -stdbool.h -- -stdint.h -- - -/home/oracle/qlibc/include/qlibc/utilities/qencode.h -stdlib.h -- -stdbool.h -- -../containers/qlisttbl.h -/home/oracle/qlibc/include/qlibc/containers/qlisttbl.h - -/home/oracle/qlibc/include/qlibc/utilities/qfile.h -stdlib.h -- -stdbool.h -- -sys/types.h -- - -/home/oracle/qlibc/include/qlibc/utilities/qhash.h -stdlib.h -- -stdbool.h -- -stdint.h -- -sys/types.h -- - -/home/oracle/qlibc/include/qlibc/utilities/qio.h -stdlib.h -- -stdbool.h -- -sys/types.h -- - -/home/oracle/qlibc/include/qlibc/utilities/qsocket.h -stdlib.h -- -stdbool.h -- -netinet/in.h -- - -/home/oracle/qlibc/include/qlibc/utilities/qstring.h -stdlib.h -- -stdbool.h -- -../containers/qlist.h -/home/oracle/qlibc/include/qlibc/containers/qlist.h - -/home/oracle/qlibc/include/qlibc/utilities/qsystem.h - -/home/oracle/qlibc/include/qlibc/utilities/qtime.h -stdlib.h -- -stdbool.h -- -time.h -- - diff --git a/cmake-build-debug/CMakeFiles/extract.dir/DependInfo.cmake b/cmake-build-debug/CMakeFiles/extract.dir/DependInfo.cmake index ece028e55b0512af41d62d180763f11e6a86d1e5..880ff4fb233d499f38e0fac44f57899f1b69aaf6 100644 --- a/cmake-build-debug/CMakeFiles/extract.dir/DependInfo.cmake +++ b/cmake-build-debug/CMakeFiles/extract.dir/DependInfo.cmake @@ -4,15 +4,14 @@ set(CMAKE_DEPENDS_LANGUAGES ) # The set of files for implicit dependencies of each language: set(CMAKE_DEPENDS_CHECK_C - "/home/oracle/CLionProjects/extract_project/main.c" "/home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles/extract.dir/main.c.o" - "/home/oracle/CLionProjects/extract_project/modules/function.c" "/home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles/extract.dir/modules/function.c.o" + "/home/centos/other_code/extract_project/main.c" "/home/centos/other_code/extract_project/cmake-build-debug/CMakeFiles/extract.dir/main.c.o" + "/home/centos/other_code/extract_project/modules/function.c" "/home/centos/other_code/extract_project/cmake-build-debug/CMakeFiles/extract.dir/modules/function.c.o" ) set(CMAKE_C_COMPILER_ID "GNU") # The include file search paths: set(CMAKE_C_TARGET_INCLUDE_PATH - "/home/oracle/ocilib/include" - "/home/oracle/qlibc/include" + "/include" ) # Targets to which this target links. diff --git a/cmake-build-debug/CMakeFiles/extract.dir/build.make b/cmake-build-debug/CMakeFiles/extract.dir/build.make index b19f72a5687b76ef5484b85873fdad20cbaaf30d..5f338dda3449330dbca8ddecbff81fdc4692c4a5 100644 --- a/cmake-build-debug/CMakeFiles/extract.dir/build.make +++ b/cmake-build-debug/CMakeFiles/extract.dir/build.make @@ -53,19 +53,19 @@ cmake_force: SHELL = /bin/sh # The CMake executable. -CMAKE_COMMAND = /home/oracle/clion-2021.1.3/bin/cmake/linux/bin/cmake +CMAKE_COMMAND = /opt/clion-2021.1.3/bin/cmake/linux/bin/cmake # The command to remove a file. -RM = /home/oracle/clion-2021.1.3/bin/cmake/linux/bin/cmake -E rm -f +RM = /opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -E rm -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/oracle/CLionProjects/extract_project +CMAKE_SOURCE_DIR = /home/centos/other_code/extract_project # The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/oracle/CLionProjects/extract_project/cmake-build-debug +CMAKE_BINARY_DIR = /home/centos/other_code/extract_project/cmake-build-debug # Include any dependencies generated for this target. include CMakeFiles/extract.dir/depend.make @@ -78,29 +78,29 @@ include CMakeFiles/extract.dir/flags.make CMakeFiles/extract.dir/main.c.o: CMakeFiles/extract.dir/flags.make CMakeFiles/extract.dir/main.c.o: ../main.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/extract.dir/main.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/extract.dir/main.c.o -c /home/oracle/CLionProjects/extract_project/main.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/other_code/extract_project/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/extract.dir/main.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/extract.dir/main.c.o -c /home/centos/other_code/extract_project/main.c CMakeFiles/extract.dir/main.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/extract.dir/main.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/oracle/CLionProjects/extract_project/main.c > CMakeFiles/extract.dir/main.c.i + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/other_code/extract_project/main.c > CMakeFiles/extract.dir/main.c.i CMakeFiles/extract.dir/main.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/extract.dir/main.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/oracle/CLionProjects/extract_project/main.c -o CMakeFiles/extract.dir/main.c.s + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/other_code/extract_project/main.c -o CMakeFiles/extract.dir/main.c.s CMakeFiles/extract.dir/modules/function.c.o: CMakeFiles/extract.dir/flags.make CMakeFiles/extract.dir/modules/function.c.o: ../modules/function.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/extract.dir/modules/function.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/extract.dir/modules/function.c.o -c /home/oracle/CLionProjects/extract_project/modules/function.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/other_code/extract_project/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/extract.dir/modules/function.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/extract.dir/modules/function.c.o -c /home/centos/other_code/extract_project/modules/function.c CMakeFiles/extract.dir/modules/function.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/extract.dir/modules/function.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/oracle/CLionProjects/extract_project/modules/function.c > CMakeFiles/extract.dir/modules/function.c.i + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/other_code/extract_project/modules/function.c > CMakeFiles/extract.dir/modules/function.c.i CMakeFiles/extract.dir/modules/function.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/extract.dir/modules/function.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/oracle/CLionProjects/extract_project/modules/function.c -o CMakeFiles/extract.dir/modules/function.c.s + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/other_code/extract_project/modules/function.c -o CMakeFiles/extract.dir/modules/function.c.s # Object files for target extract extract_OBJECTS = \ @@ -114,7 +114,7 @@ extract: CMakeFiles/extract.dir/main.c.o extract: CMakeFiles/extract.dir/modules/function.c.o extract: CMakeFiles/extract.dir/build.make extract: CMakeFiles/extract.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable extract" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/centos/other_code/extract_project/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable extract" $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/extract.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. @@ -127,6 +127,6 @@ CMakeFiles/extract.dir/clean: .PHONY : CMakeFiles/extract.dir/clean CMakeFiles/extract.dir/depend: - cd /home/oracle/CLionProjects/extract_project/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/oracle/CLionProjects/extract_project /home/oracle/CLionProjects/extract_project /home/oracle/CLionProjects/extract_project/cmake-build-debug /home/oracle/CLionProjects/extract_project/cmake-build-debug /home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles/extract.dir/DependInfo.cmake --color=$(COLOR) + cd /home/centos/other_code/extract_project/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/centos/other_code/extract_project /home/centos/other_code/extract_project /home/centos/other_code/extract_project/cmake-build-debug /home/centos/other_code/extract_project/cmake-build-debug /home/centos/other_code/extract_project/cmake-build-debug/CMakeFiles/extract.dir/DependInfo.cmake --color=$(COLOR) .PHONY : CMakeFiles/extract.dir/depend diff --git a/cmake-build-debug/CMakeFiles/extract.dir/depend.internal b/cmake-build-debug/CMakeFiles/extract.dir/depend.internal index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..785090ac09f24d4a05077f79883f6491830a891e 100644 --- a/cmake-build-debug/CMakeFiles/extract.dir/depend.internal +++ b/cmake-build-debug/CMakeFiles/extract.dir/depend.internal @@ -0,0 +1,11 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 + +CMakeFiles/extract.dir/main.c.o + /home/centos/other_code/extract_project/main.c + /home/centos/other_code/extract_project/modules/define.h + /home/centos/other_code/extract_project/modules/function.h +CMakeFiles/extract.dir/modules/function.c.o + /home/centos/other_code/extract_project/modules/define.h + /home/centos/other_code/extract_project/modules/function.c + /home/centos/other_code/extract_project/modules/function.h diff --git a/cmake-build-debug/CMakeFiles/extract.dir/depend.make b/cmake-build-debug/CMakeFiles/extract.dir/depend.make index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..99a65d7b01b044dab20d515b20dc28e27dc24475 100644 --- a/cmake-build-debug/CMakeFiles/extract.dir/depend.make +++ b/cmake-build-debug/CMakeFiles/extract.dir/depend.make @@ -0,0 +1,11 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.19 + +CMakeFiles/extract.dir/main.c.o: ../main.c +CMakeFiles/extract.dir/main.c.o: ../modules/define.h +CMakeFiles/extract.dir/main.c.o: ../modules/function.h + +CMakeFiles/extract.dir/modules/function.c.o: ../modules/define.h +CMakeFiles/extract.dir/modules/function.c.o: ../modules/function.c +CMakeFiles/extract.dir/modules/function.c.o: ../modules/function.h + diff --git a/cmake-build-debug/CMakeFiles/extract.dir/flags.make b/cmake-build-debug/CMakeFiles/extract.dir/flags.make index df17705f6076e1450fe6ed1f8b6a653fb21d08eb..6d492b2d5acaf507efb4099a4d51572f46ab7425 100644 --- a/cmake-build-debug/CMakeFiles/extract.dir/flags.make +++ b/cmake-build-debug/CMakeFiles/extract.dir/flags.make @@ -4,7 +4,7 @@ # compile C with /usr/bin/cc C_DEFINES = -C_INCLUDES = -I/home/oracle/ocilib/include -I/home/oracle/qlibc/include +C_INCLUDES = -I/include -C_FLAGS = -g -std=gnu99 +C_FLAGS = -g -g -std=gnu99 diff --git a/cmake-build-debug/CMakeFiles/extract.dir/link.txt b/cmake-build-debug/CMakeFiles/extract.dir/link.txt index ec4aaa6473e6750612f7f286f273868f0822062c..b71fe95dbad4abe61efd01d5b7128e24b0b11975 100644 --- a/cmake-build-debug/CMakeFiles/extract.dir/link.txt +++ b/cmake-build-debug/CMakeFiles/extract.dir/link.txt @@ -1 +1 @@ -/usr/bin/cc -g CMakeFiles/extract.dir/main.c.o CMakeFiles/extract.dir/modules/function.c.o -o extract -L/home/oracle/ocilib/lib -L/home/oracle/qlibc/lib -Wl,-rpath,/home/oracle/ocilib/lib:/home/oracle/qlibc/lib -locilib -lqlibc -lqlibcext +/usr/bin/cc -g CMakeFiles/extract.dir/main.c.o CMakeFiles/extract.dir/modules/function.c.o -o extract -locilib -lqlibc -lqlibcext diff --git a/cmake-build-debug/CMakeFiles/extract.dir/main.c.o b/cmake-build-debug/CMakeFiles/extract.dir/main.c.o index 1cfad37c7d55e691f539337a7afd55232c15adcc..f58ca2436d2ab31df27a1aa53845c108b385380c 100644 Binary files a/cmake-build-debug/CMakeFiles/extract.dir/main.c.o and b/cmake-build-debug/CMakeFiles/extract.dir/main.c.o differ diff --git a/cmake-build-debug/CMakeFiles/extract.dir/modules/function.c.o b/cmake-build-debug/CMakeFiles/extract.dir/modules/function.c.o index 255508c81e69d4ca014e9a8dff1b97072390687d..328236a6a50b0365793afc3a8fa106aac2c4ee79 100644 Binary files a/cmake-build-debug/CMakeFiles/extract.dir/modules/function.c.o and b/cmake-build-debug/CMakeFiles/extract.dir/modules/function.c.o differ diff --git a/cmake-build-debug/CMakeFiles/extract_project.dir/C.includecache b/cmake-build-debug/CMakeFiles/extract_project.dir/C.includecache deleted file mode 100644 index 6fc048ef208ce2a7ccd92a0ade4f7ce03398758d..0000000000000000000000000000000000000000 --- a/cmake-build-debug/CMakeFiles/extract_project.dir/C.includecache +++ /dev/null @@ -1,360 +0,0 @@ -#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) - -#IncludeRegexScan: ^.*$ - -#IncludeRegexComplain: ^$ - -#IncludeRegexTransform: - -/home/oracle/CLionProjects/extract_project/main.c -modules/function.h -/home/oracle/CLionProjects/extract_project/modules/function.h -ocilibc/api.h -/home/oracle/CLionProjects/extract_project/ocilibc/api.h - -/home/oracle/CLionProjects/extract_project/modules/define.h -stdio.h -- -stdlib.h -- -unistd.h -- -pthread.h -- -signal.h -- -qlibc/containers/qlist.h -- -qlibc/containers/qlisttbl.h -- - -/home/oracle/CLionProjects/extract_project/modules/function.c -function.h -/home/oracle/CLionProjects/extract_project/modules/function.h -malloc.h -- - -/home/oracle/CLionProjects/extract_project/modules/function.h -define.h -/home/oracle/CLionProjects/extract_project/modules/define.h -ocilib.h -/home/oracle/CLionProjects/extract_project/modules/ocilib.h -qlibc/qlibc.h -- -qlibc/qlibcext.h -- -regex.h -- - -/home/oracle/ocilib/include/ocilib.h -ocilibc/platform.h -/home/oracle/ocilib/include/ocilibc/platform.h -ocilibc/defines.h -/home/oracle/ocilib/include/ocilibc/defines.h -ocilibc/types.h -/home/oracle/ocilib/include/ocilibc/types.h -ocilibc/api.h -/home/oracle/ocilib/include/ocilibc/api.h -ocilibc/compat.h -/home/oracle/ocilib/include/ocilibc/compat.h - -/home/oracle/ocilib/include/ocilibc/api.h -ocilibc/types.h -/home/oracle/ocilib/include/ocilibc/ocilibc/types.h - -/home/oracle/ocilib/include/ocilibc/compat.h -ocilibc/api.h -/home/oracle/ocilib/include/ocilibc/ocilibc/api.h - -/home/oracle/ocilib/include/ocilibc/defines.h -ocilibc/platform.h -/home/oracle/ocilib/include/ocilibc/ocilibc/platform.h - -/home/oracle/ocilib/include/ocilibc/platform.h -stdlib.h -- -stdio.h -- -stdarg.h -- -ctype.h -- -wctype.h -- -string.h -- -time.h -- -limits.h -- -Windows.h -- -wchar.h -- - -/home/oracle/ocilib/include/ocilibc/types.h -ocilibc/defines.h -/home/oracle/ocilib/include/ocilibc/ocilibc/defines.h - -/home/oracle/qlibc/include/qlibc/containers/qgrow.h -stdlib.h -- -stdbool.h -- -stdint.h -- -qlist.h -/home/oracle/qlibc/include/qlibc/containers/qlist.h - -/home/oracle/qlibc/include/qlibc/containers/qhasharr.h -stdlib.h -- -stdbool.h -- -stdint.h -- - -/home/oracle/qlibc/include/qlibc/containers/qhashtbl.h -stdlib.h -- -stdbool.h -- -stdint.h -- -stdio.h -- - -/home/oracle/qlibc/include/qlibc/containers/qlist.h -stdio.h -- -stdlib.h -- -stdbool.h -- -stdint.h -- - -/home/oracle/qlibc/include/qlibc/containers/qlisttbl.h -stdlib.h -- -stdbool.h -- -stdint.h -- - -/home/oracle/qlibc/include/qlibc/containers/qqueue.h -stdlib.h -- -stdbool.h -- -stdint.h -- -qlist.h -/home/oracle/qlibc/include/qlibc/containers/qlist.h - -/home/oracle/qlibc/include/qlibc/containers/qstack.h -stdlib.h -- -stdbool.h -- -stdint.h -- -qlist.h -/home/oracle/qlibc/include/qlibc/containers/qlist.h - -/home/oracle/qlibc/include/qlibc/containers/qtreetbl.h -stdio.h -- -stdlib.h -- -stdbool.h -- -stdint.h -- - -/home/oracle/qlibc/include/qlibc/containers/qvector.h -stdlib.h -- -stdbool.h -- -stdint.h -- - -/home/oracle/qlibc/include/qlibc/extensions/qaconf.h -stdlib.h -- -stdbool.h -- -stdint.h -- - -/home/oracle/qlibc/include/qlibc/extensions/qconfig.h -stdlib.h -- -stdbool.h -- -stdint.h -- -../containers/qlisttbl.h -/home/oracle/qlibc/include/qlibc/containers/qlisttbl.h - -/home/oracle/qlibc/include/qlibc/extensions/qdatabase.h -stdlib.h -- -stdbool.h -- -stdint.h -- - -/home/oracle/qlibc/include/qlibc/extensions/qhttpclient.h -stdlib.h -- -stdbool.h -- -stdint.h -- -netinet/in.h -- - -/home/oracle/qlibc/include/qlibc/extensions/qlog.h -stdlib.h -- -stdbool.h -- -stdint.h -- -limits.h -- - -/home/oracle/qlibc/include/qlibc/extensions/qtokenbucket.h -stdbool.h -- - -/home/oracle/qlibc/include/qlibc/ipc/qsem.h - -/home/oracle/qlibc/include/qlibc/ipc/qshm.h - -/home/oracle/qlibc/include/qlibc/qlibc.h -containers/qtreetbl.h -/home/oracle/qlibc/include/qlibc/containers/qtreetbl.h -containers/qhashtbl.h -/home/oracle/qlibc/include/qlibc/containers/qhashtbl.h -containers/qhasharr.h -/home/oracle/qlibc/include/qlibc/containers/qhasharr.h -containers/qlisttbl.h -/home/oracle/qlibc/include/qlibc/containers/qlisttbl.h -containers/qlist.h -/home/oracle/qlibc/include/qlibc/containers/qlist.h -containers/qvector.h -/home/oracle/qlibc/include/qlibc/containers/qvector.h -containers/qqueue.h -/home/oracle/qlibc/include/qlibc/containers/qqueue.h -containers/qstack.h -/home/oracle/qlibc/include/qlibc/containers/qstack.h -containers/qgrow.h -/home/oracle/qlibc/include/qlibc/containers/qgrow.h -utilities/qcount.h -/home/oracle/qlibc/include/qlibc/utilities/qcount.h -utilities/qencode.h -/home/oracle/qlibc/include/qlibc/utilities/qencode.h -utilities/qfile.h -/home/oracle/qlibc/include/qlibc/utilities/qfile.h -utilities/qhash.h -/home/oracle/qlibc/include/qlibc/utilities/qhash.h -utilities/qio.h -/home/oracle/qlibc/include/qlibc/utilities/qio.h -utilities/qsocket.h -/home/oracle/qlibc/include/qlibc/utilities/qsocket.h -utilities/qstring.h -/home/oracle/qlibc/include/qlibc/utilities/qstring.h -utilities/qsystem.h -/home/oracle/qlibc/include/qlibc/utilities/qsystem.h -utilities/qtime.h -/home/oracle/qlibc/include/qlibc/utilities/qtime.h -ipc/qsem.h -/home/oracle/qlibc/include/qlibc/ipc/qsem.h -ipc/qshm.h -/home/oracle/qlibc/include/qlibc/ipc/qshm.h - -/home/oracle/qlibc/include/qlibc/qlibcext.h -extensions/qconfig.h -/home/oracle/qlibc/include/qlibc/extensions/qconfig.h -extensions/qaconf.h -/home/oracle/qlibc/include/qlibc/extensions/qaconf.h -extensions/qlog.h -/home/oracle/qlibc/include/qlibc/extensions/qlog.h -extensions/qhttpclient.h -/home/oracle/qlibc/include/qlibc/extensions/qhttpclient.h -extensions/qdatabase.h -/home/oracle/qlibc/include/qlibc/extensions/qdatabase.h -extensions/qtokenbucket.h -/home/oracle/qlibc/include/qlibc/extensions/qtokenbucket.h - -/home/oracle/qlibc/include/qlibc/utilities/qcount.h -stdlib.h -- -stdbool.h -- -stdint.h -- - -/home/oracle/qlibc/include/qlibc/utilities/qencode.h -stdlib.h -- -stdbool.h -- -../containers/qlisttbl.h -/home/oracle/qlibc/include/qlibc/containers/qlisttbl.h - -/home/oracle/qlibc/include/qlibc/utilities/qfile.h -stdlib.h -- -stdbool.h -- -sys/types.h -- - -/home/oracle/qlibc/include/qlibc/utilities/qhash.h -stdlib.h -- -stdbool.h -- -stdint.h -- -sys/types.h -- - -/home/oracle/qlibc/include/qlibc/utilities/qio.h -stdlib.h -- -stdbool.h -- -sys/types.h -- - -/home/oracle/qlibc/include/qlibc/utilities/qsocket.h -stdlib.h -- -stdbool.h -- -netinet/in.h -- - -/home/oracle/qlibc/include/qlibc/utilities/qstring.h -stdlib.h -- -stdbool.h -- -../containers/qlist.h -/home/oracle/qlibc/include/qlibc/containers/qlist.h - -/home/oracle/qlibc/include/qlibc/utilities/qsystem.h - -/home/oracle/qlibc/include/qlibc/utilities/qtime.h -stdlib.h -- -stdbool.h -- -time.h -- - diff --git a/cmake-build-debug/CMakeFiles/extract_project.dir/DependInfo.cmake b/cmake-build-debug/CMakeFiles/extract_project.dir/DependInfo.cmake deleted file mode 100644 index 6f8435150a75884288f013f94dd60685cfc57c4a..0000000000000000000000000000000000000000 --- a/cmake-build-debug/CMakeFiles/extract_project.dir/DependInfo.cmake +++ /dev/null @@ -1,23 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "C" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_C - "/home/oracle/CLionProjects/extract_project/main.c" "/home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles/extract_project.dir/main.c.o" - "/home/oracle/CLionProjects/extract_project/modules/function.c" "/home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles/extract_project.dir/modules/function.c.o" - ) -set(CMAKE_C_COMPILER_ID "GNU") - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - "/home/oracle/ocilib/include" - "/home/oracle/qlibc/include" - ) - -# 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/cmake-build-debug/CMakeFiles/extract_project.dir/build.make b/cmake-build-debug/CMakeFiles/extract_project.dir/build.make deleted file mode 100644 index 2c149d47d1c996612316152ca0928c83096d2b81..0000000000000000000000000000000000000000 --- a/cmake-build-debug/CMakeFiles/extract_project.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.19 - -# 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/oracle/clion-2021.1.3/bin/cmake/linux/bin/cmake - -# The command to remove a file. -RM = /home/oracle/clion-2021.1.3/bin/cmake/linux/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/oracle/CLionProjects/extract_project - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/oracle/CLionProjects/extract_project/cmake-build-debug - -# Include any dependencies generated for this target. -include CMakeFiles/extract_project.dir/depend.make - -# Include the progress variables for this target. -include CMakeFiles/extract_project.dir/progress.make - -# Include the compile flags for this target's objects. -include CMakeFiles/extract_project.dir/flags.make - -CMakeFiles/extract_project.dir/main.c.o: CMakeFiles/extract_project.dir/flags.make -CMakeFiles/extract_project.dir/main.c.o: ../main.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/extract_project.dir/main.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/extract_project.dir/main.c.o -c /home/oracle/CLionProjects/extract_project/main.c - -CMakeFiles/extract_project.dir/main.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/extract_project.dir/main.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/oracle/CLionProjects/extract_project/main.c > CMakeFiles/extract_project.dir/main.c.i - -CMakeFiles/extract_project.dir/main.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/extract_project.dir/main.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/oracle/CLionProjects/extract_project/main.c -o CMakeFiles/extract_project.dir/main.c.s - -CMakeFiles/extract_project.dir/modules/function.c.o: CMakeFiles/extract_project.dir/flags.make -CMakeFiles/extract_project.dir/modules/function.c.o: ../modules/function.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/extract_project.dir/modules/function.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/extract_project.dir/modules/function.c.o -c /home/oracle/CLionProjects/extract_project/modules/function.c - -CMakeFiles/extract_project.dir/modules/function.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/extract_project.dir/modules/function.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/oracle/CLionProjects/extract_project/modules/function.c > CMakeFiles/extract_project.dir/modules/function.c.i - -CMakeFiles/extract_project.dir/modules/function.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/extract_project.dir/modules/function.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/oracle/CLionProjects/extract_project/modules/function.c -o CMakeFiles/extract_project.dir/modules/function.c.s - -# Object files for target extract_project -extract_project_OBJECTS = \ -"CMakeFiles/extract_project.dir/main.c.o" \ -"CMakeFiles/extract_project.dir/modules/function.c.o" - -# External object files for target extract_project -extract_project_EXTERNAL_OBJECTS = - -extract_project: CMakeFiles/extract_project.dir/main.c.o -extract_project: CMakeFiles/extract_project.dir/modules/function.c.o -extract_project: CMakeFiles/extract_project.dir/build.make -extract_project: CMakeFiles/extract_project.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable extract_project" - $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/extract_project.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -CMakeFiles/extract_project.dir/build: extract_project - -.PHONY : CMakeFiles/extract_project.dir/build - -CMakeFiles/extract_project.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/extract_project.dir/cmake_clean.cmake -.PHONY : CMakeFiles/extract_project.dir/clean - -CMakeFiles/extract_project.dir/depend: - cd /home/oracle/CLionProjects/extract_project/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/oracle/CLionProjects/extract_project /home/oracle/CLionProjects/extract_project /home/oracle/CLionProjects/extract_project/cmake-build-debug /home/oracle/CLionProjects/extract_project/cmake-build-debug /home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles/extract_project.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/extract_project.dir/depend - diff --git a/cmake-build-debug/CMakeFiles/extract_project.dir/cmake_clean.cmake b/cmake-build-debug/CMakeFiles/extract_project.dir/cmake_clean.cmake deleted file mode 100644 index 59bbd405f51346ab210f702549216b8f50240903..0000000000000000000000000000000000000000 --- a/cmake-build-debug/CMakeFiles/extract_project.dir/cmake_clean.cmake +++ /dev/null @@ -1,11 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/extract_project.dir/main.c.o" - "CMakeFiles/extract_project.dir/modules/function.c.o" - "extract_project" - "extract_project.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/extract_project.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/cmake-build-debug/CMakeFiles/extract_project.dir/depend.internal b/cmake-build-debug/CMakeFiles/extract_project.dir/depend.internal deleted file mode 100644 index 6701de4a72978dcd5e8423f3f90be88c7d33602b..0000000000000000000000000000000000000000 --- a/cmake-build-debug/CMakeFiles/extract_project.dir/depend.internal +++ /dev/null @@ -1,79 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.19 - -CMakeFiles/extract_project.dir/main.c.o - /home/oracle/CLionProjects/extract_project/main.c - /home/oracle/CLionProjects/extract_project/modules/define.h - /home/oracle/CLionProjects/extract_project/modules/function.h - /home/oracle/ocilib/include/ocilib.h - /home/oracle/ocilib/include/ocilibc/api.h - /home/oracle/ocilib/include/ocilibc/compat.h - /home/oracle/ocilib/include/ocilibc/defines.h - /home/oracle/ocilib/include/ocilibc/platform.h - /home/oracle/ocilib/include/ocilibc/types.h - /home/oracle/qlibc/include/qlibc/containers/qgrow.h - /home/oracle/qlibc/include/qlibc/containers/qhasharr.h - /home/oracle/qlibc/include/qlibc/containers/qhashtbl.h - /home/oracle/qlibc/include/qlibc/containers/qlist.h - /home/oracle/qlibc/include/qlibc/containers/qlisttbl.h - /home/oracle/qlibc/include/qlibc/containers/qqueue.h - /home/oracle/qlibc/include/qlibc/containers/qstack.h - /home/oracle/qlibc/include/qlibc/containers/qtreetbl.h - /home/oracle/qlibc/include/qlibc/containers/qvector.h - /home/oracle/qlibc/include/qlibc/extensions/qaconf.h - /home/oracle/qlibc/include/qlibc/extensions/qconfig.h - /home/oracle/qlibc/include/qlibc/extensions/qdatabase.h - /home/oracle/qlibc/include/qlibc/extensions/qhttpclient.h - /home/oracle/qlibc/include/qlibc/extensions/qlog.h - /home/oracle/qlibc/include/qlibc/extensions/qtokenbucket.h - /home/oracle/qlibc/include/qlibc/ipc/qsem.h - /home/oracle/qlibc/include/qlibc/ipc/qshm.h - /home/oracle/qlibc/include/qlibc/qlibc.h - /home/oracle/qlibc/include/qlibc/qlibcext.h - /home/oracle/qlibc/include/qlibc/utilities/qcount.h - /home/oracle/qlibc/include/qlibc/utilities/qencode.h - /home/oracle/qlibc/include/qlibc/utilities/qfile.h - /home/oracle/qlibc/include/qlibc/utilities/qhash.h - /home/oracle/qlibc/include/qlibc/utilities/qio.h - /home/oracle/qlibc/include/qlibc/utilities/qsocket.h - /home/oracle/qlibc/include/qlibc/utilities/qstring.h - /home/oracle/qlibc/include/qlibc/utilities/qsystem.h - /home/oracle/qlibc/include/qlibc/utilities/qtime.h -CMakeFiles/extract_project.dir/modules/function.c.o - /home/oracle/CLionProjects/extract_project/modules/define.h - /home/oracle/CLionProjects/extract_project/modules/function.c - /home/oracle/CLionProjects/extract_project/modules/function.h - /home/oracle/ocilib/include/ocilib.h - /home/oracle/ocilib/include/ocilibc/api.h - /home/oracle/ocilib/include/ocilibc/compat.h - /home/oracle/ocilib/include/ocilibc/defines.h - /home/oracle/ocilib/include/ocilibc/platform.h - /home/oracle/ocilib/include/ocilibc/types.h - /home/oracle/qlibc/include/qlibc/containers/qgrow.h - /home/oracle/qlibc/include/qlibc/containers/qhasharr.h - /home/oracle/qlibc/include/qlibc/containers/qhashtbl.h - /home/oracle/qlibc/include/qlibc/containers/qlist.h - /home/oracle/qlibc/include/qlibc/containers/qlisttbl.h - /home/oracle/qlibc/include/qlibc/containers/qqueue.h - /home/oracle/qlibc/include/qlibc/containers/qstack.h - /home/oracle/qlibc/include/qlibc/containers/qtreetbl.h - /home/oracle/qlibc/include/qlibc/containers/qvector.h - /home/oracle/qlibc/include/qlibc/extensions/qaconf.h - /home/oracle/qlibc/include/qlibc/extensions/qconfig.h - /home/oracle/qlibc/include/qlibc/extensions/qdatabase.h - /home/oracle/qlibc/include/qlibc/extensions/qhttpclient.h - /home/oracle/qlibc/include/qlibc/extensions/qlog.h - /home/oracle/qlibc/include/qlibc/extensions/qtokenbucket.h - /home/oracle/qlibc/include/qlibc/ipc/qsem.h - /home/oracle/qlibc/include/qlibc/ipc/qshm.h - /home/oracle/qlibc/include/qlibc/qlibc.h - /home/oracle/qlibc/include/qlibc/qlibcext.h - /home/oracle/qlibc/include/qlibc/utilities/qcount.h - /home/oracle/qlibc/include/qlibc/utilities/qencode.h - /home/oracle/qlibc/include/qlibc/utilities/qfile.h - /home/oracle/qlibc/include/qlibc/utilities/qhash.h - /home/oracle/qlibc/include/qlibc/utilities/qio.h - /home/oracle/qlibc/include/qlibc/utilities/qsocket.h - /home/oracle/qlibc/include/qlibc/utilities/qstring.h - /home/oracle/qlibc/include/qlibc/utilities/qsystem.h - /home/oracle/qlibc/include/qlibc/utilities/qtime.h diff --git a/cmake-build-debug/CMakeFiles/extract_project.dir/depend.make b/cmake-build-debug/CMakeFiles/extract_project.dir/depend.make deleted file mode 100644 index 52176d63bab701bddd48910ef3db1f860ea18a7f..0000000000000000000000000000000000000000 --- a/cmake-build-debug/CMakeFiles/extract_project.dir/depend.make +++ /dev/null @@ -1,79 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.19 - -CMakeFiles/extract_project.dir/main.c.o: ../main.c -CMakeFiles/extract_project.dir/main.c.o: ../modules/define.h -CMakeFiles/extract_project.dir/main.c.o: ../modules/function.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/ocilib/include/ocilib.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/ocilib/include/ocilibc/api.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/ocilib/include/ocilibc/compat.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/ocilib/include/ocilibc/defines.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/ocilib/include/ocilibc/platform.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/ocilib/include/ocilibc/types.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/containers/qgrow.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/containers/qhasharr.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/containers/qhashtbl.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/containers/qlist.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/containers/qlisttbl.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/containers/qqueue.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/containers/qstack.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/containers/qtreetbl.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/containers/qvector.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/extensions/qaconf.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/extensions/qconfig.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/extensions/qdatabase.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/extensions/qhttpclient.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/extensions/qlog.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/extensions/qtokenbucket.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/ipc/qsem.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/ipc/qshm.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/qlibc.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/qlibcext.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/utilities/qcount.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/utilities/qencode.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/utilities/qfile.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/utilities/qhash.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/utilities/qio.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/utilities/qsocket.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/utilities/qstring.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/utilities/qsystem.h -CMakeFiles/extract_project.dir/main.c.o: /home/oracle/qlibc/include/qlibc/utilities/qtime.h - -CMakeFiles/extract_project.dir/modules/function.c.o: ../modules/define.h -CMakeFiles/extract_project.dir/modules/function.c.o: ../modules/function.c -CMakeFiles/extract_project.dir/modules/function.c.o: ../modules/function.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/ocilib/include/ocilib.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/ocilib/include/ocilibc/api.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/ocilib/include/ocilibc/compat.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/ocilib/include/ocilibc/defines.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/ocilib/include/ocilibc/platform.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/ocilib/include/ocilibc/types.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/containers/qgrow.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/containers/qhasharr.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/containers/qhashtbl.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/containers/qlist.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/containers/qlisttbl.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/containers/qqueue.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/containers/qstack.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/containers/qtreetbl.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/containers/qvector.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/extensions/qaconf.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/extensions/qconfig.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/extensions/qdatabase.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/extensions/qhttpclient.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/extensions/qlog.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/extensions/qtokenbucket.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/ipc/qsem.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/ipc/qshm.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/qlibc.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/qlibcext.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/utilities/qcount.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/utilities/qencode.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/utilities/qfile.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/utilities/qhash.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/utilities/qio.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/utilities/qsocket.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/utilities/qstring.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/utilities/qsystem.h -CMakeFiles/extract_project.dir/modules/function.c.o: /home/oracle/qlibc/include/qlibc/utilities/qtime.h - diff --git a/cmake-build-debug/CMakeFiles/extract_project.dir/flags.make b/cmake-build-debug/CMakeFiles/extract_project.dir/flags.make deleted file mode 100644 index df17705f6076e1450fe6ed1f8b6a653fb21d08eb..0000000000000000000000000000000000000000 --- a/cmake-build-debug/CMakeFiles/extract_project.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.19 - -# compile C with /usr/bin/cc -C_DEFINES = - -C_INCLUDES = -I/home/oracle/ocilib/include -I/home/oracle/qlibc/include - -C_FLAGS = -g -std=gnu99 - diff --git a/cmake-build-debug/CMakeFiles/extract_project.dir/link.txt b/cmake-build-debug/CMakeFiles/extract_project.dir/link.txt deleted file mode 100644 index d8f619e9b13da30a4540bf1dbd536b9f7b63b979..0000000000000000000000000000000000000000 --- a/cmake-build-debug/CMakeFiles/extract_project.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/cc -g CMakeFiles/extract_project.dir/main.c.o CMakeFiles/extract_project.dir/modules/function.c.o -o extract_project -L/home/oracle/ocilib/lib -L/home/oracle/qlibc/lib -Wl,-rpath,/home/oracle/ocilib/lib:/home/oracle/qlibc/lib -locilib -lqlibc -lqlibcext diff --git a/cmake-build-debug/CMakeFiles/extract_project.dir/main.c.o b/cmake-build-debug/CMakeFiles/extract_project.dir/main.c.o deleted file mode 100644 index e66014bdf17e00bbdda3150f2d1240be2b32132b..0000000000000000000000000000000000000000 Binary files a/cmake-build-debug/CMakeFiles/extract_project.dir/main.c.o and /dev/null differ diff --git a/cmake-build-debug/CMakeFiles/extract_project.dir/modules/function.c.o b/cmake-build-debug/CMakeFiles/extract_project.dir/modules/function.c.o deleted file mode 100644 index 3396061936932058768b3202f89b22cd3010110c..0000000000000000000000000000000000000000 Binary files a/cmake-build-debug/CMakeFiles/extract_project.dir/modules/function.c.o and /dev/null differ diff --git a/cmake-build-debug/CMakeFiles/extract_project.dir/progress.make b/cmake-build-debug/CMakeFiles/extract_project.dir/progress.make deleted file mode 100644 index 6a9dc74f48190611094be92ae37d081d83beb533..0000000000000000000000000000000000000000 --- a/cmake-build-debug/CMakeFiles/extract_project.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = 1 -CMAKE_PROGRESS_2 = 2 -CMAKE_PROGRESS_3 = 3 - diff --git a/cmake-build-debug/Makefile b/cmake-build-debug/Makefile index be19facead9d4d08bcaf0cb639de7463120e08e8..304dc1b59645cb5ec037f1f54d54e98675695f22 100644 --- a/cmake-build-debug/Makefile +++ b/cmake-build-debug/Makefile @@ -58,19 +58,19 @@ cmake_force: SHELL = /bin/sh # The CMake executable. -CMAKE_COMMAND = /home/oracle/clion-2021.1.3/bin/cmake/linux/bin/cmake +CMAKE_COMMAND = /opt/clion-2021.1.3/bin/cmake/linux/bin/cmake # The command to remove a file. -RM = /home/oracle/clion-2021.1.3/bin/cmake/linux/bin/cmake -E rm -f +RM = /opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -E rm -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/oracle/CLionProjects/extract_project +CMAKE_SOURCE_DIR = /home/centos/other_code/extract_project # The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/oracle/CLionProjects/extract_project/cmake-build-debug +CMAKE_BINARY_DIR = /home/centos/other_code/extract_project/cmake-build-debug #============================================================================= # Targets provided globally by CMake. @@ -78,7 +78,7 @@ CMAKE_BINARY_DIR = /home/oracle/CLionProjects/extract_project/cmake-build-debug # Special rule for the target rebuild_cache rebuild_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /home/oracle/clion-2021.1.3/bin/cmake/linux/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) + /opt/clion-2021.1.3/bin/cmake/linux/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) .PHONY : rebuild_cache # Special rule for the target rebuild_cache @@ -89,7 +89,7 @@ rebuild_cache/fast: rebuild_cache # Special rule for the target edit_cache edit_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." - /home/oracle/clion-2021.1.3/bin/cmake/linux/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + /opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. .PHONY : edit_cache # Special rule for the target edit_cache @@ -99,9 +99,9 @@ edit_cache/fast: edit_cache # The main all target all: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles /home/oracle/CLionProjects/extract_project/cmake-build-debug//CMakeFiles/progress.marks + $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/other_code/extract_project/cmake-build-debug/CMakeFiles /home/centos/other_code/extract_project/cmake-build-debug//CMakeFiles/progress.marks $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start /home/oracle/CLionProjects/extract_project/cmake-build-debug/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/other_code/extract_project/cmake-build-debug/CMakeFiles 0 .PHONY : all # The main clean target diff --git a/cmake-build-debug/Testing/Temporary/LastTest.log b/cmake-build-debug/Testing/Temporary/LastTest.log index f8fd618c95f9e7d75e53e9825334750de451e3fd..ef8a05518df9e7bbd538e404d22970e25100e1c5 100644 --- a/cmake-build-debug/Testing/Temporary/LastTest.log +++ b/cmake-build-debug/Testing/Temporary/LastTest.log @@ -1,3 +1,3 @@ -Start testing: Feb 02 14:11 KST +Start testing: Feb 02 17:47 KST ---------------------------------------------------------- -End testing: Feb 02 14:11 KST +End testing: Feb 02 17:47 KST diff --git a/cmake-build-debug/cmake_install.cmake b/cmake-build-debug/cmake_install.cmake index 97863435b736b842bf25a061af52627795ebf638..c04f357f0d7cfd1ab8a9ee5ce926f1f3c2925e17 100644 --- a/cmake-build-debug/cmake_install.cmake +++ b/cmake-build-debug/cmake_install.cmake @@ -1,4 +1,4 @@ -# Install script for directory: /home/oracle/CLionProjects/extract_project +# Install script for directory: /home/centos/other_code/extract_project # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) @@ -50,5 +50,5 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") -file(WRITE "/home/oracle/CLionProjects/extract_project/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}" +file(WRITE "/home/centos/other_code/extract_project/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}" "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/cmake-build-debug/extract b/cmake-build-debug/extract index 2f28502392170679789ae4b57b188c4d018cb984..c1075f8742e5b2c9a87cf7ebf1d21fda99085009 100755 Binary files a/cmake-build-debug/extract and b/cmake-build-debug/extract differ diff --git a/cmake-build-debug/extract.cbp b/cmake-build-debug/extract.cbp index e51641459fe0ab25db9904de3c212946eba3ce4c..5ffe770d9d78406eb0f1afddcf85c20b7a68c329 100644 --- a/cmake-build-debug/extract.cbp +++ b/cmake-build-debug/extract.cbp @@ -8,86 +8,84 @@