summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: use a cmake script to do the clean step, this allows for large numbers ↵Bill Hoffman2006-03-091-1/+2
| | | | of files to be removed without making the command line too long
* ENH: Cleaned up generation of symbolic rules. Removed generation of ↵Brad King2006-02-151-1/+2
| | | | rebuild_cache and similar rules from internal makefiles.
* ENH: some reorg of the unix makefile generatorKen Martin2006-02-151-140/+90
|
* ENH: more cleanup and removal of old codeKen Martin2006-01-301-18/+1
|
* ENH: cleanup and remove some old codeKen Martin2006-01-301-10/+0
|
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-171-0/+7
|
* ENH: Further centralized custom command dependency computation. Custom ↵Brad King2006-01-141-1/+0
| | | | command dependencies in the source tree may now also be specified relative to the source directory.
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | fix many bugs related to target names being computed inconsistently. - Centralized computation of a target's file name to a method in cmTarget. Now that global knowledge is always available the *_CMAKE_PATH cache variables are no longer needed. - Centralized computation of link library command lines and link directory search order. - Moved computation of link directories needed to link CMake targets to be after evaluation of linking dependencies. This also removed alot of duplicate code in which each version had its own bugs. This commit is surrounded by the tags CMake-TargetNameCentralization1-pre and CMake-TargetNameCentralization1-post so make the large set of changes easy to identify.
* BUG: fix for bug 2533, make foo/foo.o now works and .o files are in the helpBill Hoffman2006-01-021-2/+5
|
* ENH: add better support for framework linkingBill Hoffman2005-12-261-1/+3
|
* ENH: fix borland make clean targets before build, add new generators for ↵Bill Hoffman2005-12-221-0/+15
| | | | msys and mingw
* ENH: big cleanup and fix for jump commandsKen Martin2005-10-201-2/+7
|
* BUG: cd into local directory to reduce link line lengthKen Martin2005-10-191-2/+5
|
* ENH: fix warningKen Martin2005-08-051-1/+1
|
* ENH: first step to only rebuuilding on flag changesKen Martin2005-08-011-2/+4
|
* ENH: fix warningKen Martin2005-07-281-1/+1
|
* ENH: fix some warnings and cleanup someKen Martin2005-07-271-1/+0
|
* ENH: fix some warnings and cleanup someKen Martin2005-07-271-2/+1
|
* ENH: fix some warnings and cleanup someKen Martin2005-07-271-4/+1
|
* ENH: fix some warnings and cleanup someKen Martin2005-07-271-6/+2
|
* ENH: reduce the number of files produced still needs a bit more cleanupKen Martin2005-07-271-12/+17
|
* BUG: fix for bootstrap problemKen Martin2005-07-061-1/+1
|
* ENH: added local help and install targetsKen Martin2005-06-301-0/+3
|
* ENH: make LOCATION an computed property of the target and get rid of a bunch ↵Ken Martin2005-06-221-20/+20
| | | | of const junk
* ENH: added support for forcing recomputation of dependsKen Martin2005-06-101-1/+2
|
* ENH: now also provides obj rules for local MakefilesKen Martin2005-06-021-1/+5
|
* ENH: minor perf improvementKen Martin2005-06-011-1/+10
|
* STYLE: add some better comments and remove some unused codeKen Martin2005-05-311-6/+0
|
* BUG: a fix for constant recomputing of dependsKen Martin2005-05-251-4/+4
|
* ENH: some more cleanup and changes to how custom commands are storedKen Martin2005-05-241-15/+18
|
* ENH: added help target and made custom commands execute in start output ↵Ken Martin2005-05-201-2/+3
| | | | directory
* ENH: another step to the next generator still not optimized yetKen Martin2005-05-181-2/+6
|
* COMP: some warning fixes and cleanupKen Martin2005-05-171-14/+7
|
* ENH: some more reorgKen Martin2005-05-171-8/+9
|
* ENH: warning fixes and some first steps in cleaning up the convert codeKen Martin2005-05-131-1/+0
|
* ENH: added new generatorKen Martin2005-05-121-2/+2
|
* ENH: another snapshotKen Martin2005-05-111-3/+2
|
* ENH: snapshotKen Martin2005-05-111-5/+19
|
* ENH: some more cleanupKen Martin2005-05-091-2/+3
|
* ENH: updatesKen Martin2005-05-061-101/+135
|
* ENH: backup of work in progressKen Martin2005-05-051-0/+296