summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator3.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE ↵Brad King2006-03-301-0/+1
| | | | is set then messages produced by makefiles will be in color if the native tool supports it. This addresses bug#3060.
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-28/+29
|
* ENH: Cleaned up generation of directory-level rules and their support ↵Brad King2006-03-011-239/+80
| | | | structure. The directorystart rule has been removed in favor of checking the build system in the subdirectory makefile first. The "directory" rule has been renamed "all" since it corresponds to the "all" pass anyway (as against "clean"). Also fixed directory-level rule for preinstall.
* COMP: Even more global target fixesAndy Cedilnik2006-02-241-1/+0
|
* BUG: Work-around borland make bug that drops a rule completely if it has no ↵Brad King2006-02-161-0/+7
| | | | dependencies or commands.
* ENH: Implemented RPATH specification support. It is documented by the ↵Brad King2006-02-161-0/+24
| | | | command SET_TARGET_PROPERTIES.
* ENH: Cleaned up generation of symbolic rules. Removed generation of ↵Brad King2006-02-151-53/+22
| | | | rebuild_cache and similar rules from internal makefiles.
* ENH: some reorg of the unix makefile generatorKen Martin2006-02-151-17/+17
|
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-171-2/+36
|
* BUG: fix build problem on gccBill Hoffman2006-01-021-2/+3
|
* BUG: fix for bug 2533, make foo/foo.o now works and .o files are in the helpBill Hoffman2006-01-021-0/+8
|
* ENH: fix borland make clean targets before build, add new generators for ↵Bill Hoffman2005-12-221-18/+23
| | | | msys and mingw
* ENH: big cleanup and fix for jump commandsKen Martin2005-10-201-160/+58
|
* ENH: some fixes for better backwards compatibilityKen Martin2005-10-101-26/+41
|
* ENH: fix NONEBill Hoffman2005-09-011-0/+4
|
* ENH: fix warningKen Martin2005-08-051-2/+2
|
* FIX: fix bad depend info and COMPILE_FLAGS problem and remove extra cerr callsBill Hoffman2005-08-021-4/+10
|
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-11/+13
|
* ENH: fix some warnings and cleanup someKen Martin2005-07-271-4/+4
|
* ENH: reduce the number of files produced still needs a bit more cleanupKen Martin2005-07-271-52/+19
|
* ENH: fix static build of vtk with cmake by having custom targets chain ↵Bill Hoffman2005-07-151-3/+19
| | | | depend information
* BUG: fix for bootstrap problemKen Martin2005-07-061-2/+2
|
* ENH: make LOCATION an computed property of the target and get rid of a bunch ↵Ken Martin2005-06-221-11/+11
| | | | of const junk
* ENH: fix for BSD makes no longer use dir name as a targetKen Martin2005-06-211-0/+2
|
* ENH: added support for forcing recomputation of dependsKen Martin2005-06-101-0/+16
|
* ENH: removed old convert callsKen Martin2005-06-101-4/+8
|
* ENH: some better error reporting and more robust handlign of bad targetsAndy Cedilnik2005-06-091-6/+10
|
* BUG: do not add help target if there is a real target named helpKen Martin2005-06-011-1/+5
|
* COMP: fix warningKen Martin2005-06-011-12/+0
|
* BUG: Remove duplicate targets when in different generatorsAndy Cedilnik2005-06-011-13/+18
|
* COMP: fix warningKen Martin2005-06-011-1/+0
|
* COMP: fix warningKen Martin2005-06-011-1/+0
|
* COMP: fix a waringKen Martin2005-05-311-2/+1
|
* ENH: now uses Makefile2 to cleanup zsh issues and provided some more ↵Ken Martin2005-05-311-16/+268
| | | | documentation
* STYLE: add some better comments and remove some unused codeKen Martin2005-05-311-62/+32
|
* ENH: added clean target for subdirsKen Martin2005-05-251-1/+51
|
* ENH: some more cleanup and changes to how custom commands are storedKen Martin2005-05-241-43/+16
|
* ENH: optimization to not use requires step unless a language requires itKen Martin2005-05-241-4/+31
|
* ENH: added help target and made custom commands execute in start output ↵Ken Martin2005-05-201-1/+51
| | | | directory
* ENH: fix warning and also add back in build.makeKen Martin2005-05-201-4/+0
|
* ENH: fix warning and also add back in build.makeKen Martin2005-05-201-2/+2
|
* COMP: fix warningKen Martin2005-05-191-4/+4
|
* ENH: fixes for subdir build MakefilesKen Martin2005-05-191-11/+48
|
* ENH: some performance improvementsKen Martin2005-05-191-4/+13
|
* ENH: another step to the next generator still not optimized yetKen Martin2005-05-181-22/+129
|
* ENH: some more reorgKen Martin2005-05-171-66/+10
|
* BUG: minor cleanup and fix for convenience rulesKen Martin2005-05-131-20/+23
|
* ENH: warning fixes and some first steps in cleaning up the convert codeKen Martin2005-05-131-8/+7
|
* ENH: added new generatorKen Martin2005-05-121-0/+5
|
* ENH: another snapshotKen Martin2005-05-111-14/+40
|