DevOps Make

1234567891011121314151617181920
Across
  1. 3. The make built-in variable that expands to the target is $ this (write symbol in words)
  2. 6. The name of the makefile for GNU-only makefiles (seldom used)
  3. 9. Paging in the man command uses this
  4. 10. A bash command (and program) removes debugging symbols and makes executables smaller
  5. 14. The make built-in variable that expands to all dependencies is $ this (write symbol in words), also known as a caret or circumflex symbol
  6. 15. Common name for a make variable for linking g++ options
  7. 17. The original way to view the documentation on UNIX is the ____ command
  8. 18. Shared library file extension on BSD (macOS)
  9. 20. A common make option to delete built files
Down
  1. 1. Common name for a make variable for g++ compiler options
  2. 2. The GNU way to view documentation is the _____ command
  3. 4. A bash command that creates a file if it does not exist, or updates the timestamp
  4. 5. The common name of the file that the make command looks for
  5. 7. Paging in the info command uses this
  6. 8. The make built-in variable that expands to the first dependency is $ this (write symbol in words)
  7. 11. A strange term we use in the makefile for targets that are not actual files
  8. 12. A common make option for an example execution of the program
  9. 13. A program for building programs
  10. 15. The library that the example project uses
  11. 16. Shared library file extension on Linux
  12. 19. A bash command (and program) that displays the dynamic libraries that an executable uses