summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* BUG: A utility target should not run the custom commands from its source ↵Brad King2007-05-011-3/+7
| | | | files directly. The target-level rule must add dependencies on the file-level custom commands to drive them. This bug was introduced by the "fix" to bug 4377. This also restores the documented behavior that PRE_BUILD rules are treated as PRE_LINK rules on non-VS generators. Also fixed custom command dependencies on the rule file build.make so that custom commands re-run when the commands themselves change.
* ENH: make sure default /System framework is not added with -FBill Hoffman2007-03-301-0/+1
|
* ENH: Created method cmTarget::GetExportMacro to centralize computation of ↵Brad King2007-03-281-13/+4
| | | | the export symbol name. This removes duplicate code from all the generators. Also enabled the export definition for executable targets with the ENABLE_EXPORTS property set.
* ENH: Added cmMakefileTargetGenerator::GenerateExtraOutput to wrap up ↵Brad King2007-03-091-19/+29
| | | | creation of rules to drive creation of extra outputs generated as side effects of another rule. Reimplemented generation of custom command multiple output rules to use it. Reimplemented soname symlink output dependencies to use it. Now if a symlink is deleted the library will be recreated with the symlink.
* ENH: Combined cmTarget::GetDirectory and cmTarget::GetOutputDir since they ↵Brad King2007-03-081-1/+1
| | | | are nearly the same. This is another step for bug#2240.
* ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in ↵Brad King2007-03-081-9/+6
| | | | Makefile and VS generators to instead ask each target for its output path. This significantly reduces total code size and centralizes previously duplicate code. It is also a step towards bug#2240.
* BUG: Some calls to Convert() were converting for MAKEFILE but then passing ↵Brad King2007-03-081-1/+1
| | | | the output to the build shell. The calls have now been converted to call Convert() with SHELL.
* ENH: fix for WatcomKen Martin2007-02-201-4/+0
|
* ENH: fixed more bugs with spaces in the pathKen Martin2007-02-191-1/+5
|
* BUG: fix for spaces in path for nmakeKen Martin2007-02-191-1/+1
|
* ENH: check in initial conv library stuffBill Hoffman2007-02-161-1/+0
|
* BUG: Use the exe/lib output path for .pdb file location. This addresses ↵Brad King2007-02-011-7/+21
| | | | bug#3277 and bug#4287.
* BUG: fix for bug number 3964Ken Martin2007-02-011-0/+9
|
* ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type ↵Brad King2006-12-141-5/+5
| | | | cmGlobalUnixMakefileGenerator3 to give access to all methods. Fixed broken custom targets with no commands for Borland makefiles when CMAKE_SKIP_RULE_DEPENDENCY is set.
* ENH: make sure things do not depend on optimized libraries if they are ↵Bill Hoffman2006-11-271-1/+15
| | | | debug, and the other way around as well
* BUG: Fixed out-of-source subdirectories to work when they are also ↵Brad King2006-10-101-3/+2
| | | | out-of-binary. Updated the OutOfSource test to test this feature.
* ENH: Added SYMBOLIC source file property to mark custom command outputs that ↵Brad King2006-10-021-2/+23
| | | | are never actually created on disk. This is used by the Watcom WMake generator to generate the .SYMBOLIC mark on the files in the make system.
* BUG: Fix/cleanup custom commands and custom targets. Make empty comment ↵Brad King2006-09-281-5/+24
| | | | strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators.
* ENH: put the if in the right placeBill Hoffman2006-09-121-5/+5
|
* ENH: fix for BUG: #739 again, makefiles did not depend on external full path ↵Bill Hoffman2006-09-121-1/+6
| | | | libraries
* BUG: Fixed ordering of code generated in Makefile and build.make files to ↵Brad King2006-09-081-1/+0
| | | | make sure .SUFFIXES rule comes as early as possible. Also cleaned up documentation in generated files.
* ENH: Make sure all custom command outputs are up to date before scanning ↵Brad King2006-08-311-17/+17
| | | | dependencies. This avoids the need to pass a list of generated files to the dependency scanning code and to rescan after the files have been generated. Currently there is no notion of implicit dependencies of the custom commands themselves so this design is safe. We only need to make sure implicit dependencies are up to date before the make process for the /build part of a target is executed because only this process loads them. This is a step towards fixing bug#3658.
* BUG: Added object language to list of object files in a local generator's ↵Brad King2006-08-151-3/+7
| | | | directory. Fixed generation of preprocessing and assembly rules to be done only for C and C++ objects.
* ENH: fix for no newline on some makes fix for ctest and some symlinksAndy Cedilnik2006-08-141-0/+1
|
* ENH: Changed preprocessed source extension to .i and assembly extension to ↵Brad King2006-08-091-5/+5
| | | | .s for more portability.
* ENH: Added generation of rules to manually request preprocessed or generated ↵Brad King2006-08-081-0/+98
| | | | assembly sources.
* COMP: Fix and/or disable warnings for Borland 5.6 build.Brad King2006-08-011-1/+1
|
* ENH: added progress to custom commands with commentsKen Martin2006-07-131-0/+13
|
* BUG: reduce the number of file handles kept openKen Martin2006-07-121-13/+12
|
* ENH: fix compile warningKen Martin2006-07-111-2/+0
|
* BUG: changed to progress to make it more flexible and to no relink targets ↵Ken Martin2006-07-111-10/+62
| | | | as often
* STYLE: Fix some style errorsAndy Cedilnik2006-07-101-77/+78
|
* BUG: Several fixes to handle bundle content on Mac OSXAndy Cedilnik2006-07-061-2/+9
|
* ENH: Added generation of link rules into script files executed by a cmake -E ↵Brad King2006-06-151-0/+50
| | | | command in order to support longer link lines. This is needed only on platforms without response file support and that may have weak shells.
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-1/+2
|
* ENH: cleanupKen Martin2006-06-121-9/+10
|
* ENH: some cleanup to progressKen Martin2006-06-121-8/+9
|
* ENH: line lengthsKen Martin2006-06-051-1/+2
|
* BUG: Custom command outputs listed explicitly as source files in a target ↵Brad King2006-06-011-66/+111
| | | | should be generated whether or not an object file in the target needs them. This useful and makes Makefile builds more consistent with VS IDE builds.
* BUG: Updated Makefile dependency scanning to provide a full local generator ↵Brad King2006-05-251-10/+21
| | | | to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway.
* BUG: Fix for spaces in path to build directory with new progress stuff.Brad King2006-05-231-3/+6
|
* ENH: always compile progressKen Martin2006-05-231-0/+16
|
* STYLE: fix line lengthKen Martin2006-05-121-27/+40
|
* BUG: Make sure each cmake_depends process uses the same SystemTools path ↵Brad King2006-04-271-0/+11
| | | | translation table as the original process. This addresses problems with dependency scanning when make is run from a symlink directory pointing at the original binary tree.
* ENH: ignore all files that we do not know about just like in ide generatorsBill Hoffman2006-04-211-3/+1
|
* ENH: name pdb files for visual studio make based buildsBill Hoffman2006-04-191-0/+8
|
* ENH: fix java and add OBJECT_DIR supportBill Hoffman2006-04-171-0/+6
|
* BUG: Work-around Watcom WMake limitation for multiple-output custom command ↵Brad King2006-04-131-0/+5
| | | | support.
* ENH: Added support for multiple outputs generated by a single custom ↵Brad King2006-04-111-19/+39
| | | | command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds.
* ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE ↵Brad King2006-03-301-3/+7
| | | | is set then messages produced by makefiles will be in color if the native tool supports it. This addresses bug#3060.