Changeset 5058
- Timestamp:
- 12/02/07 14:38:31 (1 year ago)
- Files:
-
- lm-sensors/trunk/doc/developers/makefiles (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/doc/developers/makefiles
r4932 r5058 33 33 34 34 There are several variables which can be set in the main Makefile. You can 35 also specify them on the command-line; this overrules any definitions 35 also specify them on the command-line; this overrules any definitions 36 36 within the Makefile. For example: 'make all WARN=1' will enable all warnings. 37 37 Examine main Makefile to see which ones are available. The most important … … 48 48 * .rd 49 49 Dependency files for executables. Automatically generated. 50 * .a o50 * .ad 51 51 Dependency files for static libraries. Automatically generated. 52 * .l o52 * .ld 53 53 Dependency files for shared libraries. Automatically generated. 54 54 * .o … … 56 56 * .ro 57 57 Object files for executables. They will be linked together to create 58 the executable. This extension is used to distinguish them from 58 the executable. This extension is used to distinguish them from 59 59 modules (which end on .o). Also, using a different extensions makes 60 60 the Makefile fragments much simpler.
