summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Removing automatic addition of a -I path for the current source directory.Brad King2004-06-151-2/+0
* BUG#891: When building CMake itself, use the new cmake to install so that the...Ken Martin2004-06-091-2/+15
* ENH: Fix preorder. This caused preorder to not work and the test passed becau...Andy Cedilnik2004-06-011-1/+1
* ENH: Implement additional make clean files as a directory property instead of...Andy Cedilnik2004-05-201-1/+2
* ENH: change ADDITIONAL_MAKE_CLEAN_FILES to work with spaces in the path and o...Bill Hoffman2004-05-171-2/+9
* BUG: Need to recognize -B linker options.Brad King2004-05-101-1/+1
* ENH: Only mangle object files if CMAKE_MANGLE_OBJECT_FILE_NAMES is set. Only ...Andy Cedilnik2004-05-041-27/+34
* BUG: fix to make spaces in paths work for jump over with borland and nmake on...Bill Hoffman2004-05-031-1/+1
* BUG: remove duplicate depend on cache file and use of make variable in make t...Bill Hoffman2004-04-301-4/+4
* ENH: remove warningsBill Hoffman2004-04-291-1/+1
* ENH: remove warningBill Hoffman2004-04-281-1/+1
* BUG: fix for bug 116 platform files can now specify directories that should n...Bill Hoffman2004-04-281-1/+14
* ENH: Encode object files with funny characters in the name. It should fix Bug...Andy Cedilnik2004-04-281-4/+46
* ENH: GetSafeDefinition is now in cmMakefileAndy Cedilnik2004-04-271-62/+52
* ENH: add SUBDIR PREORDER and fix clean for non-relative pathsBill Hoffman2004-04-231-26/+90
* ENH: add support for static library property STATIC_LIBRARY_FLAGSBill Hoffman2004-04-221-1/+1
* ENH: Add support for adding object files and sources. This way you can use ex...Andy Cedilnik2004-04-181-9/+43
* ENH: Ok, that is it. Remove old install and replace it with newAndy Cedilnik2004-04-151-165/+4
* BUG: add full path libraries to the depend informationBill Hoffman2004-04-091-0/+13
* BUG: fix warning and shadow variableBill Hoffman2004-04-021-1/+0
* BUG: fix non relative pathsBill Hoffman2004-04-011-6/+12
* BUG: fix for non relative paths with spaces in the pathBill Hoffman2004-04-011-2/+19
* ENH: make relative paths optional and default off, and add a test for themBill Hoffman2004-03-311-5/+7
* ENH: Add a way to clean additional filesAndy Cedilnik2004-03-281-1/+8
* BUG: Added support to library flags parser for -Wl and -R options.Brad King2004-03-241-1/+1
* ENH: add new subdirectory exclude from top optionBill Hoffman2004-03-091-13/+16
* 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