summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2000-08-29 19:26:29 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2000-08-29 19:26:29 (GMT)
commit1f42f521cea8b953f4ad7ef5ca0d4c6d49c42a88 (patch)
treea7b88a2e4397167c0d6c72c9cf0fcf8f91dcd024 /README
parentd6bdba1096f36268e414f32829e22159e983031a (diff)
downloadCMake-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--README18
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..ff43133
--- /dev/null
+++ b/README
@@ -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