Brad King
|
dfb79bea23
|
STYLE: Removed unused reference to cmMakeDepend.
|
2007-06-11 12:40:41 -04:00 |
Brad King
|
c51c245efa
|
BUG: A utility target should not run the custom commands from its source files directly. The target-level rule must add dependencies on the file-level custom commands to drive them. This bug was introduced by the "fix" to bug 4377. This also restores the documented behavior that PRE_BUILD rules are treated as PRE_LINK rules on non-VS generators. Also fixed custom command dependencies on the rule file build.make so that custom commands re-run when the commands themselves change.
|
2007-05-01 13:51:25 -04:00 |
Brad King
|
31637efbfb
|
ENH: Added cmMakefileTargetGenerator::GenerateExtraOutput to wrap up creation of rules to drive creation of extra outputs generated as side effects of another rule. Reimplemented generation of custom command multiple output rules to use it. Reimplemented soname symlink output dependencies to use it. Now if a symlink is deleted the library will be recreated with the symlink.
|
2007-03-09 11:29:15 -05:00 |
Bill Hoffman
|
ca0230a33e
|
ENH: check in initial conv library stuff
|
2007-02-16 16:12:17 -05:00 |
Brad King
|
f7611f167c
|
ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type cmGlobalUnixMakefileGenerator3 to give access to all methods. Fixed broken custom targets with no commands for Borland makefiles when CMAKE_SKIP_RULE_DEPENDENCY is set.
|
2006-12-14 14:30:41 -05:00 |
Brad King
|
9a1d4e92eb
|
BUG: Fix/cleanup custom commands and custom targets. Make empty comment strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators.
|
2006-09-28 16:40:35 -04:00 |
Ken Martin
|
8ace577a2a
|
BUG: reduce the number of file handles kept open
|
2006-07-12 14:15:06 -04:00 |
Ken Martin
|
f1dfa7e78f
|
BUG: changed to progress to make it more flexible and to no relink targets as often
|
2006-07-11 09:55:27 -04:00 |
Brad King
|
0bbcb49f65
|
ENH: Added generation of link rules into script files executed by a cmake -E command in order to support longer link lines. This is needed only on platforms without response file support and that may have weak shells.
|
2006-06-15 16:17:11 -04:00 |
Brad King
|
4189370497
|
BUG: Custom command outputs listed explicitly as source files in a target should be generated whether or not an object file in the target needs them. This useful and makes Makefile builds more consistent with VS IDE builds.
|
2006-06-01 11:45:51 -04:00 |
Andy Cedilnik
|
40272a16bd
|
ENH: Add support for adding content to bundles
|
2006-03-28 08:54:01 -05:00 |
Ken Martin
|
3d96e52261
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
Bill Hoffman
|
88bd3b5281
|
ENH: add support for removing language flags from shared library and shared module link commands
|
2006-03-14 14:03:16 -05:00 |
Ken Martin
|
38c3145ce1
|
COMP: fix compiler warning
|
2006-02-15 12:32:43 -05:00 |
Ken Martin
|
141ad7645e
|
ENH: some reorg of the unix makefile generator
|
2006-02-15 10:34:11 -05:00 |
Ken Martin
|
7740ccd1a4
|
ENH: some cleanup of the makefile generator
|
2006-02-14 10:36:04 -05:00 |