Bill Hoffman
|
8efc43b7d5
BUG: remove warning from hpux make
|
24 years ago |
Ken Martin
|
475364ac48
some fixes to recent screwerd up changes
|
24 years ago |
Sebastien Barre
|
201764e166
Fix so that ADD_DEPENDENCIES work (the Utilities dependencies were not output)
|
24 years ago |
Bill Hoffman
|
cddba435b8
ENH: add silent and suffixes to check depend file
|
24 years ago |
Berk Geveci
|
67a5a82586
Improved performance by removing implicit rules.
|
24 years ago |
Bill Hoffman
|
0358cc83d0
remove extra logic not needed anymore because of better depends
|
24 years ago |
Berk Geveci
|
c88408141b
Quote echo
|
24 years ago |
Bill Hoffman
|
d253ef49bc
BUG: put back recursive call to make for checking sources
|
24 years ago |
Berk Geveci
|
0ac6b2d7a0
Type || should have been &&
|
24 years ago |
Bill Hoffman
|
d1fb9d757f
ENH: remove one call to make, and clean echo stuff a bit
|
24 years ago |
Berk Geveci
|
cff85a6386
BUG: fix long depend list because it gets cut on the hp: I may look like berk, but it is bill H.
|
24 years ago |
Bill Hoffman
|
e4843d83a4
ENH: remove the rule to run make depend from the top with each change in any cmakelist file. Instead, run make depend in the current directory if a source file changes, or if a .h file changes or is removed
|
24 years ago |
Amitha Perera
|
a9cdcba660
BUG: Don't generate build rules for header files.
|
24 years ago |
Bill Hoffman
|
2c7bb2bf34
BUG: fix so you can remove a directory in the source tree, and clean up echo of commands
|
24 years ago |
Bill Hoffman
|
602d0ee102
ENH: add support for DESTDIR in install targets
|
24 years ago |
Amitha Perera
|
9ad7f0905a
ENH: Add option to disable use of -rpath.
|
24 years ago |
Bill Hoffman
|
9402460977
ENH: add make silent flag for nmake and move .SILENT: directive to top of makefile
|
24 years ago |
Bill Hoffman
|
b67dc16be6
ENH: add silent mode for makefile builds and fix borland and nmake after the depend stuff
|
24 years ago |
Brad King
|
633041837c
ENH: Improved dependency generation. If any cmake.depends is out of date, all of them in the tree are re-generated. This is necessary in certain cases when CMakeLists.txt files change.
|
24 years ago |
Brad King
|
4108b22486
BUG: cmake.depends files of zero size were not being re-written in some cases. Added a comment output to the top of the file so it will be re-written every time.
|
24 years ago |
Luis Ibanez
|
bf7470be7c
FIX: GENERATED_CODE type is no longer needed: generated code is not a Target.
|
24 years ago |
Amitha Perera
|
e19a90ab20
BUG: LIBRARY_OUTPATH_PATH may be "set" to the null string, in which case it
|
24 years ago |
Brad King
|
ee31c3e0a4
ENH: SUBDIR_DEPENDS command now does nothing. The parallel build functionality is now automatic. Dependencies are setup to force the same build order as a single threaded build, but multiple files in the same directory can be built simultaneously. Also fixed bug with inheriting CMakeLists.txt files when a directory level is skipped.
|
24 years ago |
Bill Hoffman
|
a946931f91
BUG: if LIBRARY_OUTPUT_PATH is set, then use the fullpath for a remote target
|
24 years ago |
Bill Hoffman
|
29ef645272
BUG: executable extension wrong for ctest search, and was not looking in Debug and Release
|
24 years ago |
Amitha Perera
|
a4dc7f7b97
BUG: the rule for generating a library no longer has the full path, and so the
|
24 years ago |
Bill Hoffman
|
30a56de4b7
ENH: add custom commands for targets
|
24 years ago |
Sebastien Barre
|
4372a40922
Lib path should be converted to native path too.
|
24 years ago |
Bill Hoffman
|
a07808f816
crazy fix for putenv, and native path called on custom command paths
|
24 years ago |
Sebastien Barre
|
b180bf609b
fix warning for Borland build
|
24 years ago |