File size: 4,871 Bytes
9425aed | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 | # CMAKE generated file: DO NOT EDIT!
# Generated by "Ninja" Generator, CMake Version 3.29
# This file contains all the rules used to get the outputs files
# built from the input files.
# It is included in the main 'build.ninja'.
# =============================================================================
# Project: BOBQuantumCivilizationEngine
# Configurations: Release
# =============================================================================
# =============================================================================
#############################################
# Rule for generating Fortran dependencies.
rule Fortran_PREPROCESS_SCAN__bob_quantum_Release
depfile = $DEP_FILE
command = C:\WINDOWS\system32\cmd.exe /C "C:\Strawberry\c\bin\gfortran.exe -cpp $DEFINES $INCLUDES $FLAGS -E $in -o $out && C:\Strawberry\c\bin\cmake.exe -E cmake_ninja_depends --tdi=CMakeFiles\bob_quantum.dir\FortranDependInfo.json --lang=Fortran --src=$out --out=$out --dep=$DEP_FILE --obj=$OBJ_FILE --ddi=$DYNDEP_INTERMEDIATE_FILE --src-orig=$in"
description = Building Fortran preprocessed $out
#############################################
# Rule for generating Fortran dependencies on non-preprocessed files.
rule Fortran_SCAN__bob_quantum_Release
depfile = $DEP_FILE
command = C:\Strawberry\c\bin\cmake.exe -E cmake_ninja_depends --tdi=CMakeFiles\bob_quantum.dir\FortranDependInfo.json --lang=Fortran --src=$in --out=$out --dep=$DEP_FILE --obj=$OBJ_FILE --ddi=$out
description = Generating Fortran dependencies for $in
#############################################
# Rule to generate ninja dyndep files for Fortran.
rule Fortran_DYNDEP__bob_quantum_Release
command = C:\Strawberry\c\bin\cmake.exe -E cmake_ninja_dyndep --tdi=CMakeFiles\bob_quantum.dir\FortranDependInfo.json --lang=Fortran --dd=$out @$out.rsp
description = Generating Fortran dyndep file $out
rspfile = $out.rsp
rspfile_content = $in
restat = 1
#############################################
# Rule for compiling Fortran files.
rule Fortran_COMPILER__bob_quantum_scanned_Release
command = ${LAUNCHER}${CODE_CHECK}C:\Strawberry\c\bin\gfortran.exe $INCLUDES $FLAGS -c $in -o $out
description = Building Fortran object $out
#############################################
# Rule for compiling Fortran files.
rule Fortran_COMPILER__bob_quantum_unscanned_Release
command = ${LAUNCHER}${CODE_CHECK}C:\Strawberry\c\bin\gfortran.exe $DEFINES $INCLUDES $FLAGS -c $in -o $out
description = Building Fortran object $out
#############################################
# Rule for linking Fortran shared library.
rule Fortran_SHARED_LIBRARY_LINKER__bob_quantum_Release
command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Strawberry\c\bin\gfortran.exe $LANGUAGE_COMPILE_FLAGS $ARCH_FLAGS $LINK_FLAGS -shared -o $TARGET_FILE -Wl,--out-implib,$TARGET_IMPLIB -Wl,--major-image-version,0,--minor-image-version,0 $in $LINK_PATH $LINK_LIBRARIES && $POST_BUILD"
description = Linking Fortran shared library $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for running custom commands.
rule CUSTOM_COMMAND
command = $COMMAND
description = $DESC
#############################################
# Rule for compiling C files.
rule C_COMPILER__bob_benchmarks_unscanned_Release
depfile = $DEP_FILE
deps = gcc
command = ${LAUNCHER}${CODE_CHECK}C:\Strawberry\c\bin\gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking C executable.
rule C_EXECUTABLE_LINKER__bob_benchmarks_Release
command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Strawberry\c\bin\gcc.exe $FLAGS $LINK_FLAGS $in -o $TARGET_FILE -Wl,--out-implib,$TARGET_IMPLIB -Wl,--major-image-version,0,--minor-image-version,0 $LINK_PATH $LINK_LIBRARIES && $POST_BUILD"
description = Linking C executable $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for re-running cmake.
rule RERUN_CMAKE
command = C:\Strawberry\c\bin\cmake.exe --regenerate-during-build -S"C:\Users\jessi\Desktop\bobs control repo\sov-kernel-monster" -B"C:\Users\jessi\Desktop\bobs control repo\sov-kernel-monster\build_final2"
description = Re-running CMake...
generator = 1
#############################################
# Rule for cleaning all built files.
rule CLEAN
command = C:\Strawberry\c\bin\ninja.exe $FILE_ARG -t clean $TARGETS
description = Cleaning all built files...
#############################################
# Rule for printing all primary targets available.
rule HELP
command = C:\Strawberry\c\bin\ninja.exe -t targets
description = All primary targets available:
|