Changeset 5055
- Timestamp:
- 12/02/07 14:12:48 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/doc/developers/makefiles
r4931 r5055 24 24 25 25 There are several variables which can be set in the main Makefile. You can 26 also specify them on the command-line; this overrules any definitions 26 also specify them on the command-line; this overrules any definitions 27 27 within the Makefile. For example: 'make all WARN=1' will enable all warnings. 28 28 Examine main Makefile to see which ones are available. The most important … … 37 37 * .rd 38 38 Dependency files for executables. Automatically generated. 39 * .a o39 * .ad 40 40 Dependency files for static libraries. Automatically generated. 41 * .l o41 * .ld 42 42 Dependency files for shared libraries. Automatically generated. 43 43 * .ro
