summaryrefslogtreecommitdiffstats
path: root/README
blob: 736e273e445786306e0f6034f52c77bc7ef7a6a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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


CMakeLists.txt:
WIN32_CLASSES =
UNIX_CLASSES  = 
ABSTRACT_CLASSES =
SUBDIRS =
EXECUTABLES =
ME =
BEGIN MAKE VERBATIM
... # copy stuff into CMakeTargets.make directly
END MAKE VERBATIM
TEMPLATE_INSTANCE_DIR = 
TODO:
Fix cmUnixMakefile.cxx and cmDSPMakefile.cxx 
to read libraries and -I stuff from a config file