rules.ninja 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Ninja" Generator, CMake Version 3.30
  3. # This file contains all the rules used to get the outputs files
  4. # built from the input files.
  5. # It is included in the main 'build.ninja'.
  6. # =============================================================================
  7. # Project: B_tree
  8. # Configurations: Debug
  9. # =============================================================================
  10. # =============================================================================
  11. #############################################
  12. # Rule for compiling CXX files.
  13. rule CXX_COMPILER__B_tree_unscanned_Debug
  14. depfile = $DEP_FILE
  15. deps = gcc
  16. command = ${LAUNCHER}${CODE_CHECK}/Library/Developer/CommandLineTools/usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  17. description = Building CXX object $out
  18. #############################################
  19. # Rule for linking CXX executable.
  20. rule CXX_EXECUTABLE_LINKER__B_tree_Debug
  21. command = $PRE_LINK && /Library/Developer/CommandLineTools/usr/bin/c++ $FLAGS -Wl,-search_paths_first -Wl,-headerpad_max_install_names $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
  22. description = Linking CXX executable $TARGET_FILE
  23. restat = $RESTAT
  24. #############################################
  25. # Rule for running custom commands.
  26. rule CUSTOM_COMMAND
  27. command = $COMMAND
  28. description = $DESC
  29. #############################################
  30. # Rule for re-running cmake.
  31. rule RERUN_CMAKE
  32. command = /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake --regenerate-during-build -S/Users/t3mp0r4l/estructuras/edd/unidad4/c++/B-tree -B/Users/t3mp0r4l/estructuras/edd/unidad4/c++/B-tree/cmake-build-debug
  33. description = Re-running CMake...
  34. generator = 1
  35. #############################################
  36. # Rule for cleaning all built files.
  37. rule CLEAN
  38. command = /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja $FILE_ARG -t clean $TARGETS
  39. description = Cleaning all built files...
  40. #############################################
  41. # Rule for printing all primary targets available.
  42. rule HELP
  43. command = /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -t targets
  44. description = All primary targets available: