diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2000-08-29 19:26:29 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2000-08-29 19:26:29 (GMT) |
commit | 1f42f521cea8b953f4ad7ef5ca0d4c6d49c42a88 (patch) | |
tree | a7b88a2e4397167c0d6c72c9cf0fcf8f91dcd024 /README | |
parent | d6bdba1096f36268e414f32829e22159e983031a (diff) | |
download | CMake-1f42f521cea8b953f4ad7ef5ca0d4c6d49c42a88.zip CMake-1f42f521cea8b953f4ad7ef5ca0d4c6d49c42a88.tar.gz CMake-1f42f521cea8b953f4ad7ef5ca0d4c6d49c42a88.tar.bz2 |
NEW: move from tools and config to create CMake
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +CMakeMaster.make -> main file to be included by makefiles +CMakeVariables.make -> all make varibles are set in this file +CMakeRules.make -> All build rules are here +CMakeLocal.make -> Place for hand configuration +CMakeLists.txt -> File in each directory that contains classes, exe, etc +CMakeTargets.make -> generated rules for make style build + +Windows / Visual Studio 6.0 +CMakeSetup.exe -> window MFC based GUI for configure on windows +CMakeSetupCMD.exe -> windows command line version of CMakeConfigure + +Unix +configure -> run on unix to configure for build +CMakeBuildTargets -> Unix program to read CMakeLists.txt and generate CMakeTargets.make + +TODO: +Fix cmUnixMakefile.cxx and cmDSPMakefile.cxx +to read libraries and -I stuff from a config file |