summaryrefslogtreecommitdiff
path: root/Source/cmUnixMakefileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: Compress the library search directories so that each appears only once.Amitha Perera2001-06-051-9/+20
* ENH: try to better handle control-c during make MakefilesBill Hoffman2001-06-041-1/+13
* BUG: Now only one makefile rule is generated per depenency. This eliminatesAmitha Perera2001-05-291-0/+11
* BUG: WIN32 executable target rules are now generated in unix the same as any ...Brad King2001-05-251-1/+2
* BUG: Fixed logic that splits a full path library link into the -L and -l piec...Brad King2001-05-251-3/+3
* added install target supportKen Martin2001-05-231-12/+105
* BUG: do not include /usr/lib in -LBill Hoffman2001-05-221-9/+17
* BUG: fix depends and CXXFLAGS passingBill Hoffman2001-05-221-3/+2
* fix for hp x11 and glBill Hoffman2001-05-211-2/+9
* clean up for build on its ownBill Hoffman2001-05-211-0/+1
* new out of place buildsKen Martin2001-05-211-19/+12
* ENH: add support for X11Bill Hoffman2001-05-181-4/+4
* duhKen Martin2001-05-181-2/+14
* changes for cmake to live outside of the source treeKen Martin2001-05-181-8/+22
* BUG: fix link of executablesBrad King2001-05-181-2/+2
* added SetLocal methodKen Martin2001-05-181-0/+14
* BUG: quote the compiler and other optionsBill Hoffman2001-05-181-7/+7
* half checked in changes for CMAKE_ROOTKen Martin2001-05-171-9/+9
* BUG: fix for sun compilerBill Hoffman2001-05-161-0/+7
* ERR: int -> unsigned intBrad King2001-05-161-1/+1
* ENH: unify make process on unixBill Hoffman2001-05-161-101/+315
* BUG: fix find library for unixBill Hoffman2001-05-111-0/+5
* added registry entry support and windows app supportKen Martin2001-05-111-2/+3
* BUG: Removed stray debugging output statement. Also renamed some variables f...Brad King2001-05-101-15/+14
* ENH: change find library and find program to look for more than one nameBill Hoffman2001-05-091-7/+24
* ENH: call configure from cmakeBill Hoffman2001-05-071-6/+99
* fixes for untiltiy targets in allKen Martin2001-05-041-6/+27
* ENH: move testing stuff to cmake from configure, good bye dashboard... :)Bill Hoffman2001-05-041-1/+1
* ENH: implement ADD_TARGET command, and add an ALL_BUILD targetBill Hoffman2001-05-011-4/+10
* added TARGET_LINK_LIBRARY command and support for debug and release libraries...Ken Martin2001-04-301-8/+9
* ERR: Renamed CustomCommands to BuildRules to match change in cmSourceGroup.Brad King2001-04-271-5/+4
* ENH:New copyrightWill Schroeder2001-04-271-5/+30
* support for debug and opt librariesKen Martin2001-04-261-12/+15
* bug fixesKen Martin2001-04-261-7/+0
* BUG: Fixed output of dependencies. It needs to loop over the makefile's targ...Brad King2001-04-251-20/+16
* ERR: cmClassFile.h -> cmSourceFile.h include change.Brad King2001-04-241-1/+1
* many fixes and cleanup and featuresKen Martin2001-04-241-34/+14
* BUG: Clean was not doing it's jobDan Blezek2001-04-231-0/+19
* cleaned up the coding style made ivars private etcKen Martin2001-04-191-7/+7
* ERR: Removed unused variable.Brad King2001-04-171-2/+0
* some bug fixesKen Martin2001-04-121-17/+22
* ENH: Added individual library linkage output so that shared libraries will no...Brad King2001-04-121-14/+26
* ENH: Generation now sets up proper linking of shared libraries to each other.Brad King2001-04-111-1/+1
* major changes to support multiple libraries and source listsKen Martin2001-04-111-139/+170
* ERR: Missed one EscapeSpaces call.Brad King2001-04-091-1/+2
* ERR: Corrected use of double-quotes to be compatible with UNIX make. Now dou...Brad King2001-04-091-1/+2
* ENH: Added SOURCE_GROUP command and corresponding support code. This command...Brad King2001-03-201-12/+48
* ENH: Added utility dependency support. Now a project can depend on other exe...Brad King2001-03-091-4/+27
* ENH: Added output of defines flags as part of INCLUDE_FLAGS.Brad King2001-03-081-1/+2
* ENH: Added output of a custom command's m_Source as a dependency.Brad King2001-03-081-2/+2