summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: Handle backticks as a valid libraryAndy Cedilnik2004-02-291-1/+1
* ERR: Cleanup and remove warningAndy Cedilnik2004-02-291-12/+2
* ENH: Styart working on bundles support and abstract WIN32_EXECUTABLEAndy Cedilnik2004-02-281-13/+24
* BUG: -l or whatever should be at beginning of line.Andy Cedilnik2004-02-091-1/+1
* ENH: Fix ADD_DEPENDENCIES on Unix makefiles and fix SimpleInstall test not to...Andy Cedilnik2004-02-031-1/+10
* ENH: remove depend on CMakeCache for rebuild_cache target to avoid double reb...Bill Hoffman2004-01-291-1/+1
* BUG: jump over feature was not working for windowsBill Hoffman2004-01-231-1/+1
* BUG: more fixes for relative path stuffBill Hoffman2004-01-231-3/+3
* ENH: convert the .o files to not have ./Bill Hoffman2004-01-231-2/+2
* BUG: Fix to build rule generation with relative paths.Brad King2004-01-231-10/+30
* BUG: Fix jump-over-and-build for missing libraries when the relative path to ...Brad King2004-01-221-26/+8
* ENH: bug fix for IBM broken xlC 6.0.0.4 compilerBill Hoffman2004-01-201-1/+1
* ENH: add a local target for libraries as well as executablesBill Hoffman2004-01-091-3/+16
* ENH: fix for hp make and relative paths never have targets with a ./ at the s...Bill Hoffman2004-01-061-7/+1
* BUG: borland make treats ./target and target as different also convert to out...Bill Hoffman2003-12-301-1/+11
* only generate test target when enabledKen Martin2003-12-291-8/+11
* BUG: use ./ infront of the current directoryBill Hoffman2003-12-291-3/+9
* ENH: use cd pwd trick for path for libnamesBill Hoffman2003-12-241-9/+23
* BUG: use full paths via pwd for -L paths on unix shellsBill Hoffman2003-12-241-5/+12
* ENH: move relative path to parent generator classBill Hoffman2003-12-221-108/+47
* ENH: make new relative rpath work with spacesBill Hoffman2003-12-221-2/+2
* ENH: use fullpaths based on the actual current directoryBill Hoffman2003-12-221-1/+4
* ENH: use a full path for rpathBill Hoffman2003-12-221-1/+1
* ENH: add support for relative paths in makefilesBill Hoffman2003-12-221-63/+148
* ERR: Remove debugAndy Cedilnik2003-12-181-1/+0
* BUG: Fix Bug #445 - Same library in multiple projects can cause problemsAndy Cedilnik2003-12-181-4/+5
* ENH: Using separate CMAKE_SHARED_LIBRARY_SONAME flags for C and CXX.Brad King2003-12-121-3/+4
* BUG: roll back change for variable used in pathBill Hoffman2003-12-101-57/+47
* ENH: use variables for output pathsBill Hoffman2003-12-091-47/+57
* ENH: Adding implementation of shared library version support on UNIX. This a...Brad King2003-11-261-74/+229
* BUG: fix for bug 346, borland should now support dash in the pathBill Hoffman2003-11-051-1/+9
* BUG#318: cmake.check_depends now collects all dependencies for cmake.depends ...Brad King2003-10-311-3/+4
* BUG: fix for bug 303 pass makeflags to sub makesBill Hoffman2003-10-281-2/+11
* ENH: Added support for "make VERBOSE=1" to run one-time verbose make runs wit...Brad King2003-08-261-5/+7
* ENH: remove ifdef code and use makefile definitionsBill Hoffman2003-08-221-26/+28
* ENH: add the unix makefile generator as an option from the windows GUI, this ...Bill Hoffman2003-08-211-1/+1
* removed redundent includesKen Martin2003-08-101-1/+0
* remove shadowed variableKen Martin2003-08-081-2/+2
* ENH: Makefiles now have rules to do a global generate if the CMake listfiles ...Brad King2003-08-071-13/+31
* ENH: If CMAKE_EDIT_COMMAND is not specified, use cmake -iAndy Cedilnik2003-08-061-0/+9
* ENH: do not output make install rules on windows because they do not workBill Hoffman2003-08-061-0/+5
* ENH: Fix install problemAndy Cedilnik2003-08-061-1/+1
* BUG: Fixed implementation of long dependency list support. The proxy target ...Brad King2003-08-051-18/+7
* minor fixKen Martin2003-08-051-4/+4
* added outputEcho method and fixed make help for nmake and borlandKen Martin2003-08-051-35/+48
* added make help target first cutKen Martin2003-08-041-1/+47
* fix for debug libs on UNIXKen Martin2003-08-041-2/+12
* ERR: Remove debugAndy Cedilnik2003-08-011-1/+0
* ENH: Dependency lists are now split into multiple make lines to allow longer ...Brad King2003-08-011-15/+35
* ENH: Add support for -pthreadAndy Cedilnik2003-08-011-1/+1