summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Added custom rule support to cmUnixMakefileGenerator.Brad King2001-03-021-0/+22
* BUG: repeat all -l options to avoid having to worry about link order.Will Schroeder2001-03-021-3/+8
* ERR: Fixed warnings (int->unsigned int and a few others).Brad King2001-02-231-1/+1
* ENH: first pass at cache, clean up the unix generator, clean up configure.in ...Bill Hoffman2001-02-191-221/+266
* ENH:Documentation and cleanupsWill Schroeder2001-01-111-1/+15
* BUG: look for -l and -L only at the begining of a link stringBill Hoffman2001-01-091-2/+4
* ENH: rework cmake, added ruleMaker classes and changed the syntax of the CMak...Bill Hoffman2001-01-051-0/+302