summaryrefslogtreecommitdiffstats
path: root/Tests/MakeClean/ToClean
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Do not remove the source file extension when computing an object file ↵Brad King2007-12-291-1/+1
| | | | name. This addresses bug #6169. If CMAKE_BACKWARDS_COMPATIBILITY is 2.4 or lower maintain the old behavior so that existing build trees and old project releases are not affected.
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-1/+1
|
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-1/+1
|
* ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is ↵Brad King2005-04-061-17/+10
| | | | never used.
* ENH: Adding cleaning of custom command outputs during "make clean".Brad King2005-02-091-4/+19
|
* ENH: Adding test of "make clean".Brad King2005-02-093-0/+27