summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
Commit message (Collapse)AuthorAgeFilesLines
* BUG: If the scanner is not defined this would crash. For example when using ↵Andy Cedilnik2005-08-191-18/+18
| | | | new language
* ENH: Added versioned executable support. This partially addresses bug#2143. ↵Brad King2005-08-171-22/+52
| | | | Also made OUTPUT_NAME work when installing executables.
* BUG: Do not make a file depend on a virtual target. That causes everything ↵Brad King2005-08-171-8/+0
| | | | to always rebuild.
* COMP: Cannot use first/last insertion constructor of std::set because it is ↵Brad King2005-08-171-2/+6
| | | | not available on all platforms.
* ENH: Adding support for automatically adding the OBJECT_DEPENDS for ↵Brad King2005-08-171-5/+62
| | | | generated header files.
* BUG: fix for sun make with spacesKen Martin2005-08-091-2/+2
|
* ENH: have the build.make file include flags.make and use the language flagsKen Martin2005-08-081-26/+13
|
* BUG: Do not escape CMAKE_COMMAND twice.Brad King2005-08-081-2/+1
|
* ENH: fix and issue with spaces in pathsKen Martin2005-08-081-0/+3
|
* ENH: fix warningKen Martin2005-08-051-4/+4
|
* ENH: some fixes for cwd problems with rebuild_cache optionKen Martin2005-08-051-17/+16
|
* FIX: fix bad depend info and COMPILE_FLAGS problem and remove extra cerr callsBill Hoffman2005-08-021-3/+1
|
* ENH: first step to only rebuuilding on flag changesKen Martin2005-08-011-11/+80
|
* BUG: Fix dependencies. Looks like all dependencies were missing subdirectoryAndy Cedilnik2005-07-291-1/+3
|
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-6/+10
|
* ENH: fix warningKen Martin2005-07-281-3/+3
|
* ENH: always write out all custom commandsKen Martin2005-07-281-23/+1
|
* ENH: fix some warnings and cleanup someKen Martin2005-07-271-4/+2
|
* ENH: maybe fix fortran issueKen Martin2005-07-271-9/+2
|
* ENH: fix some warnings and cleanup someKen Martin2005-07-271-19/+3
|
* ENH: fix some warnings and cleanup someKen Martin2005-07-271-5/+2
|
* ENH: fix some warnings and cleanup someKen Martin2005-07-271-8/+4
|
* ENH: reduce the number of files produced still needs a bit more cleanupKen Martin2005-07-271-265/+307
|
* ENH: if it is not a cmake target or a full path do not put depend ↵Bill Hoffman2005-07-261-1/+1
| | | | information in the command
* ENH: remove commented codeBill Hoffman2005-07-151-21/+0
|
* FIX: fix bug 2043 borland compiler and dll problem and add a test for itBill Hoffman2005-07-141-11/+12
|
* BUG: add support for borland exe with shared libs back inKen Martin2005-07-141-0/+30
|
* ENH: Removing CMAKE_HIDE_TARGET_DIRS since it has been superceded by ↵Brad King2005-07-071-5/+0
| | | | CMAKE_TARGET_DIR_PREFIX.
* ENH: Added use of CMAKE_TARGET_DIR_PREFIX variable to prepend a ↵Brad King2005-07-071-1/+7
| | | | project-specified string to the names of all the target-name.dir directories.
* ENH: added ability to prefix target directories with a . to make them not ↵Ken Martin2005-07-071-0/+5
| | | | show up in ls. From patch from Alex
* BUG: fix for bootstrap problemKen Martin2005-07-061-8/+8
|
* BUG: util targets now show up in locla makefile and make rebuild_cache now ↵Ken Martin2005-07-051-7/+10
| | | | works in subdirs
* ENH: added local help and install targetsKen Martin2005-06-301-0/+45
|
* BUG: clean rule wasn't cleaning libs and executablesKen Martin2005-06-221-6/+11
|
* ENH: make LOCATION an computed property of the target and get rid of a bunch ↵Ken Martin2005-06-221-22/+22
| | | | of const junk
* ENH: fix for BSD makes no longer use dir name as a targetKen Martin2005-06-211-0/+1
|
* ENH: add test to make sure custom commands are usedKen Martin2005-06-211-1/+18
|
* When running the same ctest as the one we are testing, make sure to run as ↵Andy Cedilnik2005-06-161-3/+3
| | | | separate process
* ENH: add first cut at support for exe with same name as libKen Martin2005-06-161-1/+10
|
* ENH: added support for forcing recomputation of dependsKen Martin2005-06-101-3/+12
|
* ENH: some better error reporting and more robust handlign of bad targetsAndy Cedilnik2005-06-091-1/+2
|
* BUG: prevent segfault when no sources provided for libKen Martin2005-06-081-3/+12
|
* ENH: fix problem with dependency scanningKen Martin2005-06-071-8/+22
|
* ENH: now also provides obj rules for local MakefilesKen Martin2005-06-021-8/+36
|
* ENH: minor perf improvementKen Martin2005-06-011-5/+16
|
* BUG: Fixed name given to clean target listing for executable and library ↵Brad King2005-06-011-5/+3
| | | | targets.
* ENH: now uses Makefile2 to cleanup zsh issues and provided some more ↵Ken Martin2005-05-311-3/+5
| | | | documentation
* STYLE: add some better comments and remove some unused codeKen Martin2005-05-311-95/+0
|
* ENH: added clean target for subdirsKen Martin2005-05-251-25/+9
|
* BUG: a fix for constant recomputing of dependsKen Martin2005-05-251-2/+2
|