11 | | Make is a tool which controls the generation of executables \ |
12 | | and other non-source files of a program from the program's \ |
13 | | source files. Make gets its knowledge of how to build your \ |
14 | | program from a file called the makefile, which lists each of \ |
15 | | the non-source files and how to compute it from other files. \ |
16 | | When you write a program, you should write a makefile for it, \ |
17 | | so that it is possible to use Make to build and install the \ |
18 | | program. |
| 11 | Jlint will check your Java code and find bugs, inconsistencies \ |
| 12 | and synchronization problems by doing data flow analysis and \ |
| 13 | building lock graph. |