Changeset 4867
- Timestamp:
- 09/24/07 11:44:10 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/doc/developers/makefiles
r4397 r4867 19 19 this is useful when they are out of date (and prevent the calling of 20 20 any other target). 21 * version22 Regenerate version.h, using the current date for the date-stamp, and23 a user-supplied version number.24 * package25 Create a .tar.gz file containing everything except the SVN directories.26 21 27 22 The best way to understand the Module.mk subfiles is to examine one of them, … … 48 43 * .ro 49 44 Object files for executables. They will be linked together to create 50 the executable. This extension is used to distinguish them from 51 modules (which end on .o). Also, using a different extensions makes 52 the Makefile fragments much simpler. 45 the executable. 53 46 * .ao 54 47 Object files for static libraries 55 48 * .lo 56 49 Object files for shared libraries 50 The reason for using different extensions is to make the Makefile much 51 simpler. 57 52 58 53 There are lots of comments within the main Makefile. Please read them if
