summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* added install target supportKen Martin2001-05-231-0/+1
|
* changes for cmake to live outside of the source treeKen Martin2001-05-181-0/+6
|
* added SetLocal methodKen Martin2001-05-181-1/+4
|
* ENH: unify make process on unixBill Hoffman2001-05-161-1/+13
|
* ENH: call configure from cmakeBill Hoffman2001-05-071-1/+22
|
* added TARGET_LINK_LIBRARY command and support for debug and release ↵Ken Martin2001-04-301-1/+1
| | | | libraries to link against
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
|
* ENH: Added individual library linkage output so that shared libraries will ↵Brad King2001-04-121-1/+1
| | | | not try to link against themselves.
* major changes to support multiple libraries and source listsKen Martin2001-04-111-2/+3
|
* ENH: Added utility dependency support. Now a project can depend on other ↵Brad King2001-03-091-2/+2
| | | | executables as well as link libraries.
* ENH: Added custom rule support to cmUnixMakefileGenerator.Brad King2001-03-021-0/+1
|
* ENH: first pass at cache, clean up the unix generator, clean up configure.in ↵Bill Hoffman2001-02-191-0/+6
| | | | some
* ENH:Documentation and cleanupsWill Schroeder2001-01-111-6/+16
|
* ENH: rework cmake, added ruleMaker classes and changed the syntax of the ↵Bill Hoffman2001-01-051-0/+38
CMakeLists.txt files.