rules.ninja 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Ninja" Generator, CMake Version 3.16
  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: EgoSystem
  8. # Configuration: Debug
  9. # =============================================================================
  10. # =============================================================================
  11. #############################################
  12. # Rule for running custom commands.
  13. rule CUSTOM_COMMAND
  14. command = $COMMAND
  15. description = $DESC
  16. #############################################
  17. # Rule for compiling CXX files.
  18. rule CXX_COMPILER__EgoSystem
  19. depfile = $DEP_FILE
  20. deps = gcc
  21. command = /usr/bin/clang++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  22. description = Building CXX object $out
  23. #############################################
  24. # Rule for linking CXX executable.
  25. rule CXX_EXECUTABLE_LINKER__EgoSystem
  26. command = $PRE_LINK && /usr/bin/clang++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
  27. description = Linking CXX executable $TARGET_FILE
  28. restat = $RESTAT
  29. #############################################
  30. # Rule for re-running cmake.
  31. rule RERUN_CMAKE
  32. command = /usr/bin/cmake -S/home/nvidia/20240124ZBC-SP/EgoZJ/EgoSystem -B/home/nvidia/20240124ZBC-SP/EgoZJ/EgoSystem/build
  33. description = Re-running CMake...
  34. generator = 1
  35. #############################################
  36. # Rule for cleaning all built files.
  37. rule CLEAN
  38. command = /usr/bin/ninja -t clean
  39. description = Cleaning all built files...
  40. #############################################
  41. # Rule for printing all primary targets available.
  42. rule HELP
  43. command = /usr/bin/ninja -t targets
  44. description = All primary targets available: