summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator2.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* BUG: Dependency makefile lines must be at least three characters long to hold...Brad King2004-10-291-1/+1
* ENH: Added build system integrity check to cmLocalUnixMakefileGenerator2. Th...Brad King2004-10-291-39/+219
* BUG: Fixes for Borland Make.Brad King2004-10-291-9/+14
* BUG: Fixes for NMake.Brad King2004-10-291-29/+45
* ENH: Changed AppendRecursiveMake to GetRecursiveMakeCall and implemented jump...Brad King2004-10-291-26/+100
* ENH: Cleaned up format of generated makefiles. Consolidated rule generation ...Brad King2004-10-291-190/+500
* COMP: Fix local shadow warnings.Brad King2004-10-281-8/+8
* COMP: Fix for Mac specific code.Brad King2004-10-281-1/+1
* ENH: Do not try to handle unimplemented target types yet. Fixes for projects...Brad King2004-10-271-25/+68
* ENH: Added executable dependencies on libraries including jump-and-build supp...Brad King2004-10-271-11/+174
* ENH: Added generation of rules for shared libraries and modules.Brad King2004-10-271-7/+71
* ENH: Added rules to build executables. Also began to consolidate flag list c...Brad King2004-10-271-95/+437
* ENH: Do not generate touch rule for target level dependencies. There are no ...Brad King2004-10-261-6/+2
* ENH: Added generation of rule to build object file.Brad King2004-10-261-18/+158
* ERR: Missing std:: on endl.Brad King2004-10-261-5/+5
* ENH: Added object file dependency scanning.Brad King2004-10-261-4/+174
* ENH: Added generation of rule to build object file.Brad King2004-10-151-3/+59
* ENH: Started new makefile generator implementation. It will temporarily be c...Brad King2004-10-041-0/+471