|
@@ -1,13 +1,26 @@
|
|
|
CMAKE_MINIMUM_REQUIRED(VERSION 1.5)
|
|
CMAKE_MINIMUM_REQUIRED(VERSION 1.5)
|
|
|
|
|
|
|
|
SET(SRCS
|
|
SET(SRCS
|
|
|
|
|
+ cmBootstrapCommands.cxx
|
|
|
cmCacheManager.cxx
|
|
cmCacheManager.cxx
|
|
|
cmCacheManager.h
|
|
cmCacheManager.h
|
|
|
- cmBootstrapCommands.cxx
|
|
|
|
|
cmCommands.cxx
|
|
cmCommands.cxx
|
|
|
cmCommands.h
|
|
cmCommands.h
|
|
|
cmCustomCommand.cxx
|
|
cmCustomCommand.cxx
|
|
|
cmCustomCommand.h
|
|
cmCustomCommand.h
|
|
|
|
|
+ cmDepends.cxx
|
|
|
|
|
+ cmDepends.h
|
|
|
|
|
+ cmDependsC.cxx
|
|
|
|
|
+ cmDependsC.h
|
|
|
|
|
+ cmDependsFortran.cxx
|
|
|
|
|
+ cmDependsFortran.h
|
|
|
|
|
+ cmDependsFortranLexer.c
|
|
|
|
|
+ cmDependsFortranParser.c
|
|
|
|
|
+ cmDependsFortranParser.h
|
|
|
|
|
+ cmDependsJavaLexer.cxx
|
|
|
|
|
+ cmDependsJavaParser.cxx
|
|
|
|
|
+ cmDependsJavaParserHelper.cxx
|
|
|
|
|
+ cmDependsJavaParserHelper.h
|
|
|
cmDocumentation.cxx
|
|
cmDocumentation.cxx
|
|
|
cmDynamicLoader.cxx
|
|
cmDynamicLoader.cxx
|
|
|
cmDynamicLoader.h
|
|
cmDynamicLoader.h
|
|
@@ -17,6 +30,7 @@ SET(SRCS
|
|
|
cmGlobalGenerator.h
|
|
cmGlobalGenerator.h
|
|
|
cmGlobalUnixMakefileGenerator.cxx
|
|
cmGlobalUnixMakefileGenerator.cxx
|
|
|
cmGlobalUnixMakefileGenerator.h
|
|
cmGlobalUnixMakefileGenerator.h
|
|
|
|
|
+ cmGlobalXCodeGenerator.cxx
|
|
|
cmListFileCache.cxx
|
|
cmListFileCache.cxx
|
|
|
cmListFileCache.h
|
|
cmListFileCache.h
|
|
|
cmListFileLexer.c
|
|
cmListFileLexer.c
|
|
@@ -25,6 +39,7 @@ SET(SRCS
|
|
|
cmLocalUnixMakefileGenerator.cxx
|
|
cmLocalUnixMakefileGenerator.cxx
|
|
|
cmLocalUnixMakefileGenerator.h
|
|
cmLocalUnixMakefileGenerator.h
|
|
|
cmLocalUnixMakefileGenerator2.cxx
|
|
cmLocalUnixMakefileGenerator2.cxx
|
|
|
|
|
+ cmLocalXCodeGenerator.cxx
|
|
|
cmMakeDepend.cxx
|
|
cmMakeDepend.cxx
|
|
|
cmMakeDepend.h
|
|
cmMakeDepend.h
|
|
|
cmMakefile.cxx
|
|
cmMakefile.cxx
|
|
@@ -41,28 +56,15 @@ SET(SRCS
|
|
|
cmVariableWatch.h
|
|
cmVariableWatch.h
|
|
|
cmVersion.cxx
|
|
cmVersion.cxx
|
|
|
cmVersion.h
|
|
cmVersion.h
|
|
|
|
|
+ cmXCodeObject.cxx
|
|
|
cmXMLParser.cxx
|
|
cmXMLParser.cxx
|
|
|
cmXMLParser.h
|
|
cmXMLParser.h
|
|
|
- cmXCodeObject.cxx
|
|
|
|
|
- cmLocalXCodeGenerator.cxx
|
|
|
|
|
- cmGlobalXCodeGenerator.cxx
|
|
|
|
|
cmake.cxx
|
|
cmake.cxx
|
|
|
cmake.h
|
|
cmake.h
|
|
|
cmakewizard.cxx
|
|
cmakewizard.cxx
|
|
|
cmakewizard.h
|
|
cmakewizard.h
|
|
|
-
|
|
|
|
|
- cmDepends.h
|
|
|
|
|
- cmDepends.cxx
|
|
|
|
|
- cmDependsC.h
|
|
|
|
|
- cmDependsC.cxx
|
|
|
|
|
- cmDependsFortran.h
|
|
|
|
|
- cmDependsFortran.cxx
|
|
|
|
|
- cmDependsFortranLexer.c
|
|
|
|
|
- cmDependsFortranParser.h
|
|
|
|
|
- cmDependsFortranParser.c
|
|
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
-
|
|
|
|
|
# configure the .h file
|
|
# configure the .h file
|
|
|
CONFIGURE_FILE(
|
|
CONFIGURE_FILE(
|
|
|
${CMake_SOURCE_DIR}/Source/cmConfigure.cmake.h.in
|
|
${CMake_SOURCE_DIR}/Source/cmConfigure.cmake.h.in
|