CPSC 480 Make
Across
- 2. A ______ is a file used as input to create the target
- 6. Name of the file with object code for the function main() of the test program
- 8. At .______ is used before targets that are pure actions and are not files
- 9. Name of a generated file, typically an executable or object file, or an action to carry out
- 12. The name of the program for calculating code complexity
- 13. The Visual Studio command line tool version of make
- 14. The name of the file used by the make utility that contains rules for building a project
- 16. The automatic variable $^ is the names of ___ _______ with spaces between them
- 18. A traditional UNIX build automation tool
- 20. The library name needed for proper linking of the program
- 21. Makefile consists of a set of these
Down
- 1. Name of the file with object code for the function main() of srccomplexity
- 3. A common target of a Makefile that runs the program tests
- 4. The automatic variable $< is the name of the ____ ______
- 5. A common target of a Makefile that deletes any files the Make builds
- 7. Value of the single-hyphen option to set the C++ version to C++17
- 10. A common target of a Makefile
- 11. Name of single-hyphen option to set the C++ version for the compiler
- 15. An action that make carries out
- 17. Name of directory in /usr/include that contains the include files for libxml2
- 19. Typically the default target (first target) that will build all the executables