7, /opt/local/bin/cmake -v -G Xcode . command successful

master
Omnistudent 2013-11-25 22:03:12 +01:00
parent 63558a4e98
commit 497070c3bb
85 changed files with 7563 additions and 0 deletions

944
CMakeCache.txt Normal file
View File

@ -0,0 +1,944 @@
# This is the CMakeCache file.
# For build in directory: /Users/security/mtclient
# It was generated by CMake: /opt/local/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//Build client
BUILD_CLIENT:BOOL=1
//Build server
BUILD_SERVER:BOOL=1
//Path to a file.
BZIP2_INCLUDE_DIR:PATH=/usr/include
//The BZIP2 library
BZIP2_LIBRARY:FILEPATH=/usr/lib/libbz2.dylib
//Path to a library.
BZIP2_LIBRARY_DEBUG:FILEPATH=BZIP2_LIBRARY_DEBUG-NOTFOUND
//Path to a library.
BZIP2_LIBRARY_RELEASE:FILEPATH=/usr/lib/libbz2.dylib
//Path to a library.
CARBON_LIB:FILEPATH=/System/Library/Frameworks/Carbon.framework
//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar
//For backwards compatibility, what version of CMake commands and
// syntax should this version of CMake try to support.
CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4
//Build type: Debug or Release
CMAKE_BUILD_TYPE:STRING=Release
//Semicolon separated list of supported configuration types, only
// supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything
// else will be ignored.
CMAKE_CONFIGURATION_TYPES:STRING=Debug;Release;MinSizeRel;RelWithDebInfo
//C++ compiler
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++
//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=
//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
//Flags used by the compiler during release minsize builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the compiler during Release with Debug Info builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g
//C compiler
CMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc
//Flags used by the compiler during all build types.
CMAKE_C_FLAGS:STRING=
//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g
//Flags used by the compiler during release minsize builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the compiler during Release with Debug Info builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g
//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=' '
//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local
//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld
//make program
CMAKE_MAKE_PROGRAM:FILEPATH=/opt/local/bin/cmakexbuild
//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=' '
//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm
//Path to a program.
CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND
//Path to a program.
CMAKE_OBJDUMP:FILEPATH=CMAKE_OBJDUMP-NOTFOUND
//do not build for 64-bit
CMAKE_OSX_ARCHITECTURES:STRING=i386
//Minimum OS X version to target for deployment (at runtime); newer
// APIs weak linked. Set to empty string for default value.
CMAKE_OSX_DEPLOYMENT_TARGET:STRING=
//The product will be built against the headers and libraries located
// inside the indicated SDK.
CMAKE_OSX_SYSROOT:PATH=/Developer/SDKs/MacOSX10.6.sdk
//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=minetest
//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=' '
//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO
//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip
//If true, cmake will use relative paths in makefiles and projects.
CMAKE_USE_RELATIVE_PATHS:BOOL=OFF
//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make. This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
//Path to a program.
CMAKE_XCODE_SELECT:FILEPATH=/usr/bin/xcode-select
//Path to a library.
COCOA_LIB:FILEPATH=/System/Library/Frameworks/Cocoa.framework
//Path to a library.
COREFOUNDATION_LIB:FILEPATH=/System/Library/Frameworks/CoreFoundation.framework
//Enable to build TBZ2 source packages
CPACK_SOURCE_TBZ2:BOOL=ON
//Enable to build TGZ source packages
CPACK_SOURCE_TGZ:BOOL=ON
//Enable to build TZ source packages
CPACK_SOURCE_TZ:BOOL=ON
//Enable to build ZIP source packages
CPACK_SOURCE_ZIP:BOOL=OFF
//Path to a file.
CURL_INCLUDE_DIR:PATH=/usr/include/curl
//Path to a library.
CURL_LIBRARY:FILEPATH=/usr/lib/libcurl.dylib
//Directory to install binaries into
CUSTOM_BINDIR:STRING=
//Directory to install documentation into
CUSTOM_DOCDIR:STRING=
//Directory to install example config file into
CUSTOM_EXAMPLE_CONF_DIR:STRING=
//Directory to install icons into
CUSTOM_ICONDIR:STRING=
//Directory to install l10n files into
CUSTOM_LOCALEDIR:STRING=
//Directory to install manpages into
CUSTOM_MANDIR:STRING=
//Directory to install data files into
CUSTOM_SHAREDIR:STRING=
//Directory to install .desktop files into
CUSTOM_XDG_APPS_DIR:STRING=
//Enable cURL support for fetching media
ENABLE_CURL:BOOL=ON
//Enable freetype2 (truetype fonts and basic unicode support)
ENABLE_FREETYPE:BOOL=OFF
//Use GetText for internationalization
ENABLE_GETTEXT:BOOL=OFF
//Enable LevelDB backend
ENABLE_LEVELDB:BOOL=OFF
//Enable sound
ENABLE_SOUND:BOOL=ON
//Single output directory for building all executables.
EXECUTABLE_OUTPUT_PATH:PATH=
//Path to a library.
IOKIT_LIB:FILEPATH=/System/Library/Frameworks/IOKit.framework
//Path to a file.
IRRLICHT_INCLUDE_DIR:PATH=/usr/local/include/irrlicht
//Path to a library.
IRRLICHT_LIBRARY:FILEPATH=/usr/local/lib/libIrrlicht.a
//Path to irrlicht source directory (optional)
IRRLICHT_SOURCE_DIR:PATH=
//Path to a file.
JPEG_INCLUDE_DIR:PATH=/Library/Frameworks/UnixImageIO.framework/Headers
//Path to a library.
JPEG_LIBRARY:FILEPATH=/opt/local/lib/libjpeg.dylib
//Single output directory for building all libraries.
LIBRARY_OUTPUT_PATH:PATH=
//Disable non-ansi features.
LUA_ANSI:BOOL=OFF
//Path to a file.
LUA_INCLUDE_DIR:PATH=LUA_INCLUDE_DIR-NOTFOUND
//Path to a library.
LUA_LIBRARY:FILEPATH=LUA_LIBRARY-NOTFOUND
//Enable dlopen support.
LUA_USE_DLOPEN:BOOL=ON
//Mac OS X 10.3-
LUA_USE_MACOSX:BOOL=OFF
//Path to a file.
OGG_INCLUDE_DIR:PATH=/Library/Frameworks/Ogg.framework/Headers/ogg
//Path to a library.
OGG_LIBRARY:FILEPATH=/Library/Frameworks/ogg.framework
//Path to a file.
OPENAL_INCLUDE_DIR:PATH=/Library/Frameworks/OpenAL.framework/Headers
//Path to a library.
OPENAL_LIBRARY:FILEPATH=/Library/Frameworks/OpenAL.framework
//Include for OpenGL on OSX
OPENGL_INCLUDE_DIR:PATH=/System/Library/Frameworks/OpenGL.framework
//OpenGL lib for OSX
OPENGL_gl_LIBRARY:FILEPATH=/System/Library/Frameworks/OpenGL.framework
//AGL lib for OSX
OPENGL_glu_LIBRARY:FILEPATH=/System/Library/Frameworks/AGL.framework
//Path to a library.
PNG_LIBRARY:FILEPATH=/opt/local/lib/libpng.dylib
//Path to a file.
PNG_PNG_INCLUDE_DIR:PATH=/Library/Frameworks/UnixImageIO.framework/Headers
//Run directly in source directory structure
RUN_IN_PLACE:BOOL=0
//Path to a file.
SQLITE3_INCLUDE_DIR:PATH=/usr/include
//Path to a library.
SQLITE3_LIBRARY:FILEPATH=/usr/lib/libsqlite3.dylib
//Use -pg flag for g++
USE_GPROF:BOOL=0
//Stuff to append to version string
VERSION_EXTRA:STRING=
//Path to a library.
VORBISFILE_LIBRARY:FILEPATH=/opt/local/lib/libvorbisfile.dylib
//Path to a file.
VORBIS_INCLUDE_DIR:PATH=/opt/local/include
//Path to a library.
VORBIS_LIBRARY:FILEPATH=/opt/local/lib/libvorbis.dylib
//Enable -Wall for Release build
WARN_ALL:BOOL=1
//Path to a file.
X11_ICE_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_ICE_LIB:FILEPATH=/opt/local/lib/libICE.dylib
//Path to a file.
X11_SM_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_SM_LIB:FILEPATH=/opt/local/lib/libSM.dylib
//Path to a file.
X11_X11_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_X11_LIB:FILEPATH=/opt/local/lib/libX11.dylib
//Path to a file.
X11_XRes_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_XRes_LIB:FILEPATH=/usr/X11R6/lib/libXRes.dylib
//Path to a file.
X11_XShm_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_XSync_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_XTest_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_XTest_LIB:FILEPATH=/usr/X11R6/lib/libXtst.dylib
//Path to a file.
X11_Xaccessrules_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_Xaccessstr_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_Xau_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xau_LIB:FILEPATH=/opt/local/lib/libXau.dylib
//Path to a file.
X11_Xcomposite_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xcomposite_LIB:FILEPATH=/opt/local/lib/libXcomposite.dylib
//Path to a file.
X11_Xcursor_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xcursor_LIB:FILEPATH=/opt/local/lib/libXcursor.dylib
//Path to a file.
X11_Xdamage_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xdamage_LIB:FILEPATH=/opt/local/lib/libXdamage.dylib
//Path to a file.
X11_Xdmcp_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xdmcp_LIB:FILEPATH=/opt/local/lib/libXdmcp.dylib
//Path to a library.
X11_Xext_LIB:FILEPATH=/opt/local/lib/libXext.dylib
//Path to a file.
X11_Xfixes_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xfixes_LIB:FILEPATH=/opt/local/lib/libXfixes.dylib
//Path to a file.
X11_Xft_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xft_LIB:FILEPATH=/opt/local/lib/libXft.dylib
//Path to a file.
X11_Xi_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xi_LIB:FILEPATH=/opt/local/lib/libXi.dylib
//Path to a file.
X11_Xinerama_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xinerama_LIB:FILEPATH=/opt/local/lib/libXinerama.dylib
//Path to a file.
X11_Xinput_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xinput_LIB:FILEPATH=/opt/local/lib/libXi.dylib
//Path to a file.
X11_Xkb_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_Xkbfile_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xkbfile_LIB:FILEPATH=/usr/X11R6/lib/libxkbfile.dylib
//Path to a file.
X11_Xkblib_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_Xlib_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_Xmu_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xmu_LIB:FILEPATH=/opt/local/lib/libXmu.dylib
//Path to a file.
X11_Xpm_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xpm_LIB:FILEPATH=/usr/X11R6/lib/libXpm.dylib
//Path to a file.
X11_Xrandr_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xrandr_LIB:FILEPATH=/opt/local/lib/libXrandr.dylib
//Path to a file.
X11_Xrender_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xrender_LIB:FILEPATH=/opt/local/lib/libXrender.dylib
//Path to a file.
X11_Xscreensaver_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xscreensaver_LIB:FILEPATH=/opt/local/lib/libXss.dylib
//Path to a file.
X11_Xshape_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_Xt_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xt_LIB:FILEPATH=/opt/local/lib/libXt.dylib
//Path to a file.
X11_Xutil_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_Xv_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xv_LIB:FILEPATH=/usr/X11R6/lib/libXv.dylib
//Path to a library.
X11_Xxf86misc_LIB:FILEPATH=/usr/X11R6/lib/libXxf86misc.dylib
//Path to a library.
X11_Xxf86vm_LIB:FILEPATH=/opt/local/lib/libXxf86vm.dylib
//Path to a file.
X11_dpms_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_xf86misc_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_xf86vmode_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
XXF86VM_LIBRARY:FILEPATH=/opt/local/lib/libXxf86vm.dylib
//Path to a file.
ZLIB_INCLUDE_DIR:PATH=/usr/include
//Path to a library.
ZLIB_LIBRARY:FILEPATH=/usr/lib/libz.dylib
//Dependencies for target
jsoncpp_LIB_DEPENDS:STATIC=
//Value Computed by CMake
lua_BINARY_DIR:STATIC=/Users/security/mtclient/src/lua
//Dependencies for target
lua_LIB_DEPENDS:STATIC=
//Value Computed by CMake
lua_SOURCE_DIR:STATIC=/Users/security/mtclient/src/lua
//Value Computed by CMake
minetest_BINARY_DIR:STATIC=/Users/security/mtclient/src
//Value Computed by CMake
minetest_SOURCE_DIR:STATIC=/Users/security/mtclient/src
########################
# INTERNAL cache entries
########################
//Stored Xcode object GUID
ALL_BUILD_GUID_CMAKE:INTERNAL=00B16596904D417299D556F2
//ADVANCED property for variable: BZIP2_INCLUDE_DIR
BZIP2_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BZIP2_LIBRARY
BZIP2_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BZIP2_LIBRARY_DEBUG
BZIP2_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BZIP2_LIBRARY_RELEASE
BZIP2_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//Have library /usr/lib/libbz2.dylib
BZIP2_NEED_PREFIX:INTERNAL=1
//ADVANCED property for variable: CARBON_LIB
CARBON_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_BUILD_TOOL
CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
//What is the target build tool cmake is generating for.
CMAKE_BUILD_TOOL:INTERNAL=/opt/local/bin/cmakexbuild
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/Users/security/mtclient
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=8
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=9
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/opt/local/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/opt/local/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/opt/local/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
CMAKE_CXX_COMPILER_WORKS:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
CMAKE_C_COMPILER_WORKS:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
CMAKE_DETERMINE_CXX_ABI_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
CMAKE_DETERMINE_C_ABI_COMPILED:INTERNAL=TRUE
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/opt/local/bin/ccmake
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Xcode
//Have function connect
CMAKE_HAVE_CONNECT:INTERNAL=1
//Have function gethostbyname
CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1
//Have function remove
CMAKE_HAVE_REMOVE:INTERNAL=1
//Have function shmat
CMAKE_HAVE_SHMAT:INTERNAL=1
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/Users/security/mtclient
//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL
CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1
//Have library ICE
CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=11
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/opt/local/share/cmake-2.8
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_XCODE_SELECT
CMAKE_XCODE_SELECT-ADVANCED:INTERNAL=1
//ADVANCED property for variable: COCOA_LIB
COCOA_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: COREFOUNDATION_LIB
COREFOUNDATION_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_TBZ2
CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_TGZ
CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_TZ
CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_ZIP
CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXECUTABLE_OUTPUT_PATH
EXECUTABLE_OUTPUT_PATH-ADVANCED:INTERNAL=1
//Details about finding BZip2
FIND_PACKAGE_MESSAGE_DETAILS_BZip2:INTERNAL=[/usr/lib/libbz2.dylib][/usr/include][v1.0.5()]
//Details about finding IRRLICHT
FIND_PACKAGE_MESSAGE_DETAILS_IRRLICHT:INTERNAL=[/usr/local/lib/libIrrlicht.a][/usr/local/include/irrlicht][v()]
//Details about finding JPEG
FIND_PACKAGE_MESSAGE_DETAILS_JPEG:INTERNAL=[/opt/local/lib/libjpeg.dylib][/Library/Frameworks/UnixImageIO.framework/Headers][v()]
//Details about finding OpenAL
FIND_PACKAGE_MESSAGE_DETAILS_OpenAL:INTERNAL=[/Library/Frameworks/OpenAL.framework][/Library/Frameworks/OpenAL.framework/Headers][v()]
//Details about finding OpenGL
FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/System/Library/Frameworks/OpenGL.framework][v()]
//Details about finding PNG
FIND_PACKAGE_MESSAGE_DETAILS_PNG:INTERNAL=[/opt/local/lib/libpng.dylib][/Library/Frameworks/UnixImageIO.framework/Headers][v1.5.13()]
//Details about finding VORBIS
FIND_PACKAGE_MESSAGE_DETAILS_VORBIS:INTERNAL=[/Library/Frameworks/Ogg.framework/Headers/ogg][/opt/local/include][/Library/Frameworks/ogg.framework][/opt/local/lib/libvorbis.dylib][/opt/local/lib/libvorbisfile.dylib][v()]
//Details about finding X11
FIND_PACKAGE_MESSAGE_DETAILS_X11:INTERNAL=[/opt/local/lib/libX11.dylib][/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include]
//Details about finding ZLIB
FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[/usr/lib/libz.dylib][/usr/include][v1.2.3()]
//Stored Xcode object GUID
GenerateVersion_GUID_CMAKE:INTERNAL=032CE543A0D14FF4ACF8064B
//ADVANCED property for variable: IOKIT_LIB
IOKIT_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: IRRLICHT_INCLUDE_DIR
IRRLICHT_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: IRRLICHT_LIBRARY
IRRLICHT_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: JPEG_INCLUDE_DIR
JPEG_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: JPEG_LIBRARY
JPEG_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LIBRARY_OUTPUT_PATH
LIBRARY_OUTPUT_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LUA_ANSI
LUA_ANSI-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LUA_INCLUDE_DIR
LUA_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LUA_LIBRARY
LUA_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LUA_USE_DLOPEN
LUA_USE_DLOPEN-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGG_INCLUDE_DIR
OGG_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OGG_LIBRARY
OGG_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENAL_INCLUDE_DIR
OPENAL_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENAL_LIBRARY
OPENAL_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENGL_INCLUDE_DIR
OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENGL_gl_LIBRARY
OPENGL_gl_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENGL_glu_LIBRARY
OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PNG_LIBRARY
PNG_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PNG_PNG_INCLUDE_DIR
PNG_PNG_INCLUDE_DIR-ADVANCED:INTERNAL=1
//Stored Xcode object GUID
PROJECT_lua_GUID_CMAKE:INTERNAL=D94DB94DCC5F43DAB5111C21
//Stored Xcode object GUID
PROJECT_minetest_GUID_CMAKE:INTERNAL=9C1555C95EAD461792DDEF70
//ADVANCED property for variable: SQLITE3_INCLUDE_DIR
SQLITE3_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SQLITE3_LIBRARY
SQLITE3_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VORBISFILE_LIBRARY
VORBISFILE_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VORBIS_INCLUDE_DIR
VORBIS_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VORBIS_LIBRARY
VORBIS_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_ICE_INCLUDE_PATH
X11_ICE_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_ICE_LIB
X11_ICE_LIB-ADVANCED:INTERNAL=1
//Have library /opt/local/lib/libX11.dylib;/opt/local/lib/libXext.dylib
X11_LIB_X11_SOLO:INTERNAL=1
//ADVANCED property for variable: X11_SM_INCLUDE_PATH
X11_SM_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_SM_LIB
X11_SM_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_X11_INCLUDE_PATH
X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_X11_LIB
X11_X11_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_XRes_INCLUDE_PATH
X11_XRes_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_XRes_LIB
X11_XRes_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_XShm_INCLUDE_PATH
X11_XShm_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_XSync_INCLUDE_PATH
X11_XSync_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_XTest_INCLUDE_PATH
X11_XTest_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_XTest_LIB
X11_XTest_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xaccessrules_INCLUDE_PATH
X11_Xaccessrules_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xaccessstr_INCLUDE_PATH
X11_Xaccessstr_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xau_INCLUDE_PATH
X11_Xau_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xau_LIB
X11_Xau_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xcomposite_INCLUDE_PATH
X11_Xcomposite_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xcomposite_LIB
X11_Xcomposite_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xcursor_INCLUDE_PATH
X11_Xcursor_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xcursor_LIB
X11_Xcursor_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xdamage_INCLUDE_PATH
X11_Xdamage_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xdamage_LIB
X11_Xdamage_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xdmcp_INCLUDE_PATH
X11_Xdmcp_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xdmcp_LIB
X11_Xdmcp_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xext_LIB
X11_Xext_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xfixes_INCLUDE_PATH
X11_Xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xfixes_LIB
X11_Xfixes_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xft_INCLUDE_PATH
X11_Xft_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xft_LIB
X11_Xft_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xi_INCLUDE_PATH
X11_Xi_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xi_LIB
X11_Xi_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xinerama_INCLUDE_PATH
X11_Xinerama_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xinerama_LIB
X11_Xinerama_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xinput_INCLUDE_PATH
X11_Xinput_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xinput_LIB
X11_Xinput_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xkb_INCLUDE_PATH
X11_Xkb_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xkbfile_INCLUDE_PATH
X11_Xkbfile_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xkbfile_LIB
X11_Xkbfile_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xkblib_INCLUDE_PATH
X11_Xkblib_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xlib_INCLUDE_PATH
X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xmu_INCLUDE_PATH
X11_Xmu_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xmu_LIB
X11_Xmu_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xpm_INCLUDE_PATH
X11_Xpm_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xpm_LIB
X11_Xpm_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xrandr_INCLUDE_PATH
X11_Xrandr_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xrandr_LIB
X11_Xrandr_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xrender_INCLUDE_PATH
X11_Xrender_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xrender_LIB
X11_Xrender_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xscreensaver_INCLUDE_PATH
X11_Xscreensaver_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xscreensaver_LIB
X11_Xscreensaver_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xshape_INCLUDE_PATH
X11_Xshape_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xt_INCLUDE_PATH
X11_Xt_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xt_LIB
X11_Xt_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xutil_INCLUDE_PATH
X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xv_INCLUDE_PATH
X11_Xv_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xv_LIB
X11_Xv_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xxf86misc_LIB
X11_Xxf86misc_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xxf86vm_LIB
X11_Xxf86vm_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_dpms_INCLUDE_PATH
X11_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_xf86misc_INCLUDE_PATH
X11_xf86misc_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_xf86vmode_INCLUDE_PATH
X11_xf86vmode_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: XXF86VM_LIBRARY
XXF86VM_LIBRARY-ADVANCED:INTERNAL=1
//Stored Xcode object GUID
ZERO_CHECK_GUID_CMAKE:INTERNAL=3C3DDCBB7AD34043A55973E8
//ADVANCED property for variable: ZLIB_INCLUDE_DIR
ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZLIB_LIBRARY
ZLIB_LIBRARY-ADVANCED:INTERNAL=1
//Stored Xcode object GUID
install_GUID_CMAKE:INTERNAL=FE949912548249F98E1B8C67
//Stored Xcode object GUID
jsoncpp_GUID_CMAKE:INTERNAL=CFAE3E41EF7149F6B6700498
//Stored Xcode object GUID
lua_GUID_CMAKE:INTERNAL=B5CD81AE4FC0409CBDE4BE6D
//Stored Xcode object GUID
minetest_GUID_CMAKE:INTERNAL=9364CA950F794A2D858884DC
//Stored Xcode object GUID
minetestserver_GUID_CMAKE:INTERNAL=7AD6DDAF1742432DA12C5DC1
//Stored Xcode object GUID
package_GUID_CMAKE:INTERNAL=FFC2C255521C4B8E80BE2D44

View File

@ -0,0 +1,53 @@
SET(CMAKE_C_COMPILER "/usr/bin/gcc")
SET(CMAKE_C_COMPILER_ARG1 "")
SET(CMAKE_C_COMPILER_ID "GNU")
SET(CMAKE_C_COMPILER_VERSION "4.2.1")
SET(CMAKE_C_PLATFORM_ID "Darwin")
SET(CMAKE_AR "/usr/bin/ar")
SET(CMAKE_RANLIB "/usr/bin/ranlib")
SET(CMAKE_LINKER "/usr/bin/ld")
SET(CMAKE_COMPILER_IS_GNUCC 1)
SET(CMAKE_C_COMPILER_LOADED 1)
SET(CMAKE_COMPILER_IS_MINGW )
SET(CMAKE_COMPILER_IS_CYGWIN )
IF(CMAKE_COMPILER_IS_CYGWIN)
SET(CYGWIN 1)
SET(UNIX 1)
ENDIF(CMAKE_COMPILER_IS_CYGWIN)
SET(CMAKE_C_COMPILER_ENV_VAR "CC")
IF(CMAKE_COMPILER_IS_MINGW)
SET(MINGW 1)
ENDIF(CMAKE_COMPILER_IS_MINGW)
SET(CMAKE_C_COMPILER_ID_RUN 1)
SET(CMAKE_C_SOURCE_FILE_EXTENSIONS c)
SET(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
SET(CMAKE_C_LINKER_PREFERENCE 10)
# Save compiler ABI information.
SET(CMAKE_C_SIZEOF_DATA_PTR "8")
SET(CMAKE_C_COMPILER_ABI "")
SET(CMAKE_C_LIBRARY_ARCHITECTURE "")
IF(CMAKE_C_SIZEOF_DATA_PTR)
SET(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
ENDIF(CMAKE_C_SIZEOF_DATA_PTR)
IF(CMAKE_C_COMPILER_ABI)
SET(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
ENDIF(CMAKE_C_COMPILER_ABI)
IF(CMAKE_C_LIBRARY_ARCHITECTURE)
SET(CMAKE_LIBRARY_ARCHITECTURE "")
ENDIF()
SET(CMAKE_C_HAS_ISYSROOT "1")
SET(CMAKE_C_OSX_DEPLOYMENT_TARGET_FLAG "-mmacosx-version-min=")
SET(CMAKE_C_IMPLICIT_LINK_LIBRARIES "")
SET(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "")

View File

@ -0,0 +1,54 @@
SET(CMAKE_CXX_COMPILER "/usr/bin/g++")
SET(CMAKE_CXX_COMPILER_ARG1 "")
SET(CMAKE_CXX_COMPILER_ID "GNU")
SET(CMAKE_CXX_COMPILER_VERSION "4.2.1")
SET(CMAKE_CXX_PLATFORM_ID "Darwin")
SET(CMAKE_AR "/usr/bin/ar")
SET(CMAKE_RANLIB "/usr/bin/ranlib")
SET(CMAKE_LINKER "/usr/bin/ld")
SET(CMAKE_COMPILER_IS_GNUCXX 1)
SET(CMAKE_CXX_COMPILER_LOADED 1)
SET(CMAKE_COMPILER_IS_MINGW )
SET(CMAKE_COMPILER_IS_CYGWIN )
IF(CMAKE_COMPILER_IS_CYGWIN)
SET(CYGWIN 1)
SET(UNIX 1)
ENDIF(CMAKE_COMPILER_IS_CYGWIN)
SET(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
IF(CMAKE_COMPILER_IS_MINGW)
SET(MINGW 1)
ENDIF(CMAKE_COMPILER_IS_MINGW)
SET(CMAKE_CXX_COMPILER_ID_RUN 1)
SET(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
SET(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP)
SET(CMAKE_CXX_LINKER_PREFERENCE 30)
SET(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
# Save compiler ABI information.
SET(CMAKE_CXX_SIZEOF_DATA_PTR "8")
SET(CMAKE_CXX_COMPILER_ABI "")
SET(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
IF(CMAKE_CXX_SIZEOF_DATA_PTR)
SET(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
ENDIF(CMAKE_CXX_SIZEOF_DATA_PTR)
IF(CMAKE_CXX_COMPILER_ABI)
SET(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
ENDIF(CMAKE_CXX_COMPILER_ABI)
IF(CMAKE_CXX_LIBRARY_ARCHITECTURE)
SET(CMAKE_LIBRARY_ARCHITECTURE "")
ENDIF()
SET(CMAKE_CXX_HAS_ISYSROOT "1")
SET(CMAKE_CXX_OSX_DEPLOYMENT_TARGET_FLAG "-mmacosx-version-min=")
SET(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "")
SET(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "")

Binary file not shown.

Binary file not shown.

338
CMakeFiles/CMakeOutput.log Normal file
View File

@ -0,0 +1,338 @@
The system is: Darwin - 10.8.0 - i386
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/gcc
Build flags:
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is GNU, found in "/Users/security/mtclient/CMakeFiles/CompilerIdC/a.out"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/bin/g++
Build flags:
Id flags:
The output was:
0
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
The CXX compiler identification is GNU, found in "/Users/security/mtclient/CMakeFiles/CompilerIdCXX/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /Users/security/mtclient/CMakeFiles/CMakeTmp
Run Build Command:/opt/local/bin/cmakexbuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTryCompileExec2502055787 -configuration Debug
=== BUILD NATIVE TARGET cmTryCompileExec2502055787 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug ===
Check dependencies
CompileC CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2502055787.build/Objects-normal/x86_64/testCCompiler.o testCCompiler.c normal x86_64 c com.apple.compilers.gcc.4_2
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/Developer/usr/bin/gcc-4.2 -x c -arch x86_64 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -mdynamic-no-pic -DCMAKE_INTDIR="Debug" -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -gdwarf-2 -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -I/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug/include -I/Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2502055787.build/DerivedSources/x86_64 -I/Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2502055787.build/DerivedSources -c /Users/security/mtclient/CMakeFiles/CMakeTmp/testCCompiler.c -o /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2502055787.build/Objects-normal/x86_64/testCCompiler.o
Ld Debug/cmTryCompileExec2502055787 normal x86_64
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/Developer/usr/bin/gcc-4.2 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -L/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -F/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -filelist /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2502055787.build/Objects-normal/x86_64/cmTryCompileExec2502055787.LinkFileList -mmacosx-version-min=10.6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -o /Users/security/mtclient/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2502055787
PhaseScriptExecution "CMake PostBuild Rules" CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2502055787.build/Script-BB5BA574AAC8444DA1227669.sh
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/bin/sh -c /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2502055787.build/Script-BB5BA574AAC8444DA1227669.sh
echo "Depend check for xcode"
Depend check for xcode
cd /Users/security/mtclient/CMakeFiles/CMakeTmp && make -C /Users/security/mtclient/CMakeFiles/CMakeTmp -f /Users/security/mtclient/CMakeFiles/CMakeTmp/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.cmTryCompileExec2502055787.Debug
make[1]: Nothing to be done for `PostBuild.cmTryCompileExec2502055787.Debug'.
** BUILD SUCCEEDED **
Detecting C compiler ABI info compiled with the following output:
Change Dir: /Users/security/mtclient/CMakeFiles/CMakeTmp
Run Build Command:/opt/local/bin/cmakexbuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTryCompileExec1590943040 -configuration Debug
=== BUILD NATIVE TARGET cmTryCompileExec1590943040 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug ===
Check dependencies
CompileC CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1590943040.build/Objects-normal/x86_64/CMakeCCompilerABI.o ../../../../../opt/local/share/cmake-2.8/Modules/CMakeCCompilerABI.c normal x86_64 c com.apple.compilers.gcc.4_2
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/Developer/usr/bin/gcc-4.2 -x c -arch x86_64 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -mdynamic-no-pic -DCMAKE_INTDIR="Debug" -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -gdwarf-2 -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -I/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug/include -I/Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1590943040.build/DerivedSources/x86_64 -I/Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1590943040.build/DerivedSources -c /Users/security/mtclient/CMakeFiles/CMakeTmp/../../../../../opt/local/share/cmake-2.8/Modules/CMakeCCompilerABI.c -o /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1590943040.build/Objects-normal/x86_64/CMakeCCompilerABI.o
Ld Debug/cmTryCompileExec1590943040 normal x86_64
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/Developer/usr/bin/gcc-4.2 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -L/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -F/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -filelist /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1590943040.build/Objects-normal/x86_64/cmTryCompileExec1590943040.LinkFileList -mmacosx-version-min=10.6 -v -Wl,-search_paths_first -Wl,-headerpad_max_install_names -o /Users/security/mtclient/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1590943040
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
/Developer/usr/bin/../libexec/gcc/i686-apple-darwin10/4.2.1/collect2 -dynamic -arch x86_64 -macosx_version_min 10.6 -syslibroot /Developer/SDKs/MacOSX10.6.sdk -weak_reference_mismatches non-weak -o /Users/security/mtclient/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1590943040 -lcrt1.10.6.o -L/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -L/Developer/usr/bin/../lib/gcc/i686-apple-darwin10/4.2.1/x86_64 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64 -L/Developer/SDKs/MacOSX10.6.sdk/usr/lib/i686-apple-darwin10/4.2.1 -L/Developer/SDKs/MacOSX10.6.sdk/usr/lib -L/Developer/usr/bin/../lib/gcc/i686-apple-darwin10/4.2.1 -L/Developer/usr/bin/../lib/gcc -L/usr/lib/gcc/i686-apple-darwin10/4.2.1 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1 -L/Developer/usr/bin/../lib/gcc/i686-apple-darwin10/4.2.1/../../../i686-apple-darwin10/4.2.1 -L/Developer/usr/bin/../lib/gcc/i686-apple-darwin10/4.2.1/../../.. -L/Developer/SDKs/MacOSX10.6.sdk/usr/lib/gcc/i686-apple-darwin10/4.2.1/../../../i686-apple-darwin10/4.2.1 -L/Developer/SDKs/MacOSX10.6.sdk/usr/lib/gcc/i686-apple-darwin10/4.2.1/../../.. -filelist /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1590943040.build/Objects-normal/x86_64/cmTryCompileExec1590943040.LinkFileList -search_paths_first -headerpad_max_install_names -lSystem -lgcc -lSystem -F/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug
PhaseScriptExecution "CMake PostBuild Rules" CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1590943040.build/Script-10777A4999334C87927C7416.sh
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/bin/sh -c /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1590943040.build/Script-10777A4999334C87927C7416.sh
echo "Depend check for xcode"
Depend check for xcode
cd /Users/security/mtclient/CMakeFiles/CMakeTmp && make -C /Users/security/mtclient/CMakeFiles/CMakeTmp -f /Users/security/mtclient/CMakeFiles/CMakeTmp/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.cmTryCompileExec1590943040.Debug
make[1]: Nothing to be done for `PostBuild.cmTryCompileExec1590943040.Debug'.
** BUILD SUCCEEDED **
Determining if the CXX compiler works passed with the following output:
Change Dir: /Users/security/mtclient/CMakeFiles/CMakeTmp
Run Build Command:/opt/local/bin/cmakexbuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTryCompileExec444614648 -configuration Debug
=== BUILD NATIVE TARGET cmTryCompileExec444614648 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug ===
Check dependencies
CompileC CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec444614648.build/Objects-normal/x86_64/testCXXCompiler.o testCXXCompiler.cxx normal x86_64 c++ com.apple.compilers.gcc.4_2
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/Developer/usr/bin/gcc-4.2 -x c++ -arch x86_64 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -mdynamic-no-pic -DCMAKE_INTDIR="Debug" -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -I/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug/include -I/Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec444614648.build/DerivedSources/x86_64 -I/Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec444614648.build/DerivedSources -g -c /Users/security/mtclient/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -o /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec444614648.build/Objects-normal/x86_64/testCXXCompiler.o
Ld Debug/cmTryCompileExec444614648 normal x86_64
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/Developer/usr/bin/g++-4.2 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -L/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -F/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -filelist /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec444614648.build/Objects-normal/x86_64/cmTryCompileExec444614648.LinkFileList -mmacosx-version-min=10.6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -o /Users/security/mtclient/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec444614648
PhaseScriptExecution "CMake PostBuild Rules" CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec444614648.build/Script-14480D6A6CC9463EB92BD807.sh
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/bin/sh -c /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec444614648.build/Script-14480D6A6CC9463EB92BD807.sh
echo "Depend check for xcode"
Depend check for xcode
cd /Users/security/mtclient/CMakeFiles/CMakeTmp && make -C /Users/security/mtclient/CMakeFiles/CMakeTmp -f /Users/security/mtclient/CMakeFiles/CMakeTmp/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.cmTryCompileExec444614648.Debug
make[1]: Nothing to be done for `PostBuild.cmTryCompileExec444614648.Debug'.
** BUILD SUCCEEDED **
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /Users/security/mtclient/CMakeFiles/CMakeTmp
Run Build Command:/opt/local/bin/cmakexbuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTryCompileExec1165405974 -configuration Debug
=== BUILD NATIVE TARGET cmTryCompileExec1165405974 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug ===
Check dependencies
CompileC CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1165405974.build/Objects-normal/x86_64/CMakeCXXCompilerABI.o ../../../../../opt/local/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp normal x86_64 c++ com.apple.compilers.gcc.4_2
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/Developer/usr/bin/gcc-4.2 -x c++ -arch x86_64 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -mdynamic-no-pic -DCMAKE_INTDIR="Debug" -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -I/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug/include -I/Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1165405974.build/DerivedSources/x86_64 -I/Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1165405974.build/DerivedSources -g -c /Users/security/mtclient/CMakeFiles/CMakeTmp/../../../../../opt/local/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp -o /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1165405974.build/Objects-normal/x86_64/CMakeCXXCompilerABI.o
Ld Debug/cmTryCompileExec1165405974 normal x86_64
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/Developer/usr/bin/g++-4.2 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -L/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -F/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -filelist /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1165405974.build/Objects-normal/x86_64/cmTryCompileExec1165405974.LinkFileList -mmacosx-version-min=10.6 -v -Wl,-search_paths_first -Wl,-headerpad_max_install_names -o /Users/security/mtclient/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1165405974
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
/Developer/usr/bin/../libexec/gcc/i686-apple-darwin10/4.2.1/collect2 -dynamic -arch x86_64 -macosx_version_min 10.6 -syslibroot /Developer/SDKs/MacOSX10.6.sdk -weak_reference_mismatches non-weak -o /Users/security/mtclient/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1165405974 -lcrt1.10.6.o -L/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -L/Developer/usr/bin/../lib/gcc/i686-apple-darwin10/4.2.1/x86_64 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64 -L/Developer/SDKs/MacOSX10.6.sdk/usr/lib/i686-apple-darwin10/4.2.1 -L/Developer/SDKs/MacOSX10.6.sdk/usr/lib -L/Developer/usr/bin/../lib/gcc/i686-apple-darwin10/4.2.1 -L/Developer/usr/bin/../lib/gcc -L/usr/lib/gcc/i686-apple-darwin10/4.2.1 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1 -L/Developer/usr/bin/../lib/gcc/i686-apple-darwin10/4.2.1/../../../i686-apple-darwin10/4.2.1 -L/Developer/usr/bin/../lib/gcc/i686-apple-darwin10/4.2.1/../../.. -L/Developer/SDKs/MacOSX10.6.sdk/usr/lib/gcc/i686-apple-darwin10/4.2.1/../../../i686-apple-darwin10/4.2.1 -L/Developer/SDKs/MacOSX10.6.sdk/usr/lib/gcc/i686-apple-darwin10/4.2.1/../../.. -filelist /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1165405974.build/Objects-normal/x86_64/cmTryCompileExec1165405974.LinkFileList -search_paths_first -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem -F/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug
PhaseScriptExecution "CMake PostBuild Rules" CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1165405974.build/Script-4894A4151EE24BA6B7B7BFDE.sh
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/bin/sh -c /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1165405974.build/Script-4894A4151EE24BA6B7B7BFDE.sh
echo "Depend check for xcode"
Depend check for xcode
cd /Users/security/mtclient/CMakeFiles/CMakeTmp && make -C /Users/security/mtclient/CMakeFiles/CMakeTmp -f /Users/security/mtclient/CMakeFiles/CMakeTmp/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.cmTryCompileExec1165405974.Debug
make[1]: Nothing to be done for `PostBuild.cmTryCompileExec1165405974.Debug'.
** BUILD SUCCEEDED **
Determining if the function XOpenDisplay exists in the /opt/local/lib/libX11.dylib;/opt/local/lib/libXext.dylib passed with the following output:
Change Dir: /Users/security/mtclient/CMakeFiles/CMakeTmp
Run Build Command:/opt/local/bin/cmakexbuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTryCompileExec2500314000 -configuration Debug
=== BUILD NATIVE TARGET cmTryCompileExec2500314000 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug ===
Check dependencies
CompileC CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2500314000.build/Objects-normal/x86_64/CheckFunctionExists.o ../../../../../opt/local/share/cmake-2.8/Modules/CheckFunctionExists.c normal x86_64 c com.apple.compilers.gcc.4_2
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/Developer/usr/bin/gcc-4.2 -x c -arch x86_64 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -mdynamic-no-pic -DCMAKE_INTDIR="Debug" -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -gdwarf-2 -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -I/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug/include -I/Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2500314000.build/DerivedSources/x86_64 -I/Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2500314000.build/DerivedSources -DCHECK_FUNCTION_EXISTS=XOpenDisplay -c /Users/security/mtclient/CMakeFiles/CMakeTmp/../../../../../opt/local/share/cmake-2.8/Modules/CheckFunctionExists.c -o /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2500314000.build/Objects-normal/x86_64/CheckFunctionExists.o
Ld Debug/cmTryCompileExec2500314000 normal x86_64
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/Developer/usr/bin/gcc-4.2 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -L/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -L/opt/local/lib/Debug -L/opt/local/lib -F/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -filelist /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2500314000.build/Objects-normal/x86_64/cmTryCompileExec2500314000.LinkFileList -mmacosx-version-min=10.6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names /opt/local/lib/libX11.dylib /opt/local/lib/libXext.dylib -o /Users/security/mtclient/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2500314000
ld: warning: directory '/opt/local/lib/Debug' following -L not found
PhaseScriptExecution "CMake PostBuild Rules" CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2500314000.build/Script-D3F8F0CF7DD842B5A5483B28.sh
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/bin/sh -c /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2500314000.build/Script-D3F8F0CF7DD842B5A5483B28.sh
echo "Depend check for xcode"
Depend check for xcode
cd /Users/security/mtclient/CMakeFiles/CMakeTmp && make -C /Users/security/mtclient/CMakeFiles/CMakeTmp -f /Users/security/mtclient/CMakeFiles/CMakeTmp/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.cmTryCompileExec2500314000.Debug
make[1]: Nothing to be done for `PostBuild.cmTryCompileExec2500314000.Debug'.
** BUILD SUCCEEDED **
Determining if the function gethostbyname exists passed with the following output:
Change Dir: /Users/security/mtclient/CMakeFiles/CMakeTmp
Run Build Command:/opt/local/bin/cmakexbuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTryCompileExec4274750705 -configuration Debug
=== BUILD NATIVE TARGET cmTryCompileExec4274750705 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug ===
Check dependencies
CompileC CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec4274750705.build/Objects-normal/x86_64/CheckFunctionExists.o ../../../../../opt/local/share/cmake-2.8/Modules/CheckFunctionExists.c normal x86_64 c com.apple.compilers.gcc.4_2
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/Developer/usr/bin/gcc-4.2 -x c -arch x86_64 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -mdynamic-no-pic -DCMAKE_INTDIR="Debug" -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -gdwarf-2 -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -I/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug/include -I/Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec4274750705.build/DerivedSources/x86_64 -I/Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec4274750705.build/DerivedSources -DCHECK_FUNCTION_EXISTS=gethostbyname -c /Users/security/mtclient/CMakeFiles/CMakeTmp/../../../../../opt/local/share/cmake-2.8/Modules/CheckFunctionExists.c -o /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec4274750705.build/Objects-normal/x86_64/CheckFunctionExists.o
Ld Debug/cmTryCompileExec4274750705 normal x86_64
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/Developer/usr/bin/gcc-4.2 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -L/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -F/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -filelist /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec4274750705.build/Objects-normal/x86_64/cmTryCompileExec4274750705.LinkFileList -mmacosx-version-min=10.6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -o /Users/security/mtclient/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec4274750705
PhaseScriptExecution "CMake PostBuild Rules" CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec4274750705.build/Script-07D799371ADB4D5788500A0B.sh
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/bin/sh -c /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec4274750705.build/Script-07D799371ADB4D5788500A0B.sh
echo "Depend check for xcode"
Depend check for xcode
cd /Users/security/mtclient/CMakeFiles/CMakeTmp && make -C /Users/security/mtclient/CMakeFiles/CMakeTmp -f /Users/security/mtclient/CMakeFiles/CMakeTmp/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.cmTryCompileExec4274750705.Debug
make[1]: Nothing to be done for `PostBuild.cmTryCompileExec4274750705.Debug'.
** BUILD SUCCEEDED **
Determining if the function connect exists passed with the following output:
Change Dir: /Users/security/mtclient/CMakeFiles/CMakeTmp
Run Build Command:/opt/local/bin/cmakexbuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTryCompileExec2302500109 -configuration Debug
=== BUILD NATIVE TARGET cmTryCompileExec2302500109 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug ===
Check dependencies
CompileC CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2302500109.build/Objects-normal/x86_64/CheckFunctionExists.o ../../../../../opt/local/share/cmake-2.8/Modules/CheckFunctionExists.c normal x86_64 c com.apple.compilers.gcc.4_2
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/Developer/usr/bin/gcc-4.2 -x c -arch x86_64 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -mdynamic-no-pic -DCMAKE_INTDIR="Debug" -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -gdwarf-2 -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -I/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug/include -I/Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2302500109.build/DerivedSources/x86_64 -I/Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2302500109.build/DerivedSources -DCHECK_FUNCTION_EXISTS=connect -c /Users/security/mtclient/CMakeFiles/CMakeTmp/../../../../../opt/local/share/cmake-2.8/Modules/CheckFunctionExists.c -o /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2302500109.build/Objects-normal/x86_64/CheckFunctionExists.o
Ld Debug/cmTryCompileExec2302500109 normal x86_64
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/Developer/usr/bin/gcc-4.2 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -L/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -F/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -filelist /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2302500109.build/Objects-normal/x86_64/cmTryCompileExec2302500109.LinkFileList -mmacosx-version-min=10.6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -o /Users/security/mtclient/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2302500109
PhaseScriptExecution "CMake PostBuild Rules" CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2302500109.build/Script-3A900DF5446B43DCA2375C42.sh
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/bin/sh -c /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2302500109.build/Script-3A900DF5446B43DCA2375C42.sh
echo "Depend check for xcode"
Depend check for xcode
cd /Users/security/mtclient/CMakeFiles/CMakeTmp && make -C /Users/security/mtclient/CMakeFiles/CMakeTmp -f /Users/security/mtclient/CMakeFiles/CMakeTmp/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.cmTryCompileExec2302500109.Debug
make[1]: Nothing to be done for `PostBuild.cmTryCompileExec2302500109.Debug'.
** BUILD SUCCEEDED **
Determining if the function remove exists passed with the following output:
Change Dir: /Users/security/mtclient/CMakeFiles/CMakeTmp
Run Build Command:/opt/local/bin/cmakexbuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTryCompileExec16463453 -configuration Debug
=== BUILD NATIVE TARGET cmTryCompileExec16463453 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug ===
Check dependencies
CompileC CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec16463453.build/Objects-normal/x86_64/CheckFunctionExists.o ../../../../../opt/local/share/cmake-2.8/Modules/CheckFunctionExists.c normal x86_64 c com.apple.compilers.gcc.4_2
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/Developer/usr/bin/gcc-4.2 -x c -arch x86_64 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -mdynamic-no-pic -DCMAKE_INTDIR="Debug" -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -gdwarf-2 -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -I/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug/include -I/Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec16463453.build/DerivedSources/x86_64 -I/Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec16463453.build/DerivedSources -DCHECK_FUNCTION_EXISTS=remove -c /Users/security/mtclient/CMakeFiles/CMakeTmp/../../../../../opt/local/share/cmake-2.8/Modules/CheckFunctionExists.c -o /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec16463453.build/Objects-normal/x86_64/CheckFunctionExists.o
Ld Debug/cmTryCompileExec16463453 normal x86_64
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/Developer/usr/bin/gcc-4.2 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -L/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -F/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -filelist /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec16463453.build/Objects-normal/x86_64/cmTryCompileExec16463453.LinkFileList -mmacosx-version-min=10.6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -o /Users/security/mtclient/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec16463453
PhaseScriptExecution "CMake PostBuild Rules" CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec16463453.build/Script-3E6B926466D24DB4A9CF3383.sh
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/bin/sh -c /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec16463453.build/Script-3E6B926466D24DB4A9CF3383.sh
echo "Depend check for xcode"
Depend check for xcode
cd /Users/security/mtclient/CMakeFiles/CMakeTmp && make -C /Users/security/mtclient/CMakeFiles/CMakeTmp -f /Users/security/mtclient/CMakeFiles/CMakeTmp/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.cmTryCompileExec16463453.Debug
make[1]: Nothing to be done for `PostBuild.cmTryCompileExec16463453.Debug'.
** BUILD SUCCEEDED **
Determining if the function shmat exists passed with the following output:
Change Dir: /Users/security/mtclient/CMakeFiles/CMakeTmp
Run Build Command:/opt/local/bin/cmakexbuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTryCompileExec3968290095 -configuration Debug
=== BUILD NATIVE TARGET cmTryCompileExec3968290095 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug ===
Check dependencies
CompileC CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3968290095.build/Objects-normal/x86_64/CheckFunctionExists.o ../../../../../opt/local/share/cmake-2.8/Modules/CheckFunctionExists.c normal x86_64 c com.apple.compilers.gcc.4_2
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/Developer/usr/bin/gcc-4.2 -x c -arch x86_64 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -mdynamic-no-pic -DCMAKE_INTDIR="Debug" -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -gdwarf-2 -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -I/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug/include -I/Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3968290095.build/DerivedSources/x86_64 -I/Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3968290095.build/DerivedSources -DCHECK_FUNCTION_EXISTS=shmat -c /Users/security/mtclient/CMakeFiles/CMakeTmp/../../../../../opt/local/share/cmake-2.8/Modules/CheckFunctionExists.c -o /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3968290095.build/Objects-normal/x86_64/CheckFunctionExists.o
Ld Debug/cmTryCompileExec3968290095 normal x86_64
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/Developer/usr/bin/gcc-4.2 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -L/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -F/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -filelist /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3968290095.build/Objects-normal/x86_64/cmTryCompileExec3968290095.LinkFileList -mmacosx-version-min=10.6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -o /Users/security/mtclient/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3968290095
PhaseScriptExecution "CMake PostBuild Rules" CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3968290095.build/Script-C129D08E8AED4DCBA14AA7C3.sh
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/bin/sh -c /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3968290095.build/Script-C129D08E8AED4DCBA14AA7C3.sh
echo "Depend check for xcode"
Depend check for xcode
cd /Users/security/mtclient/CMakeFiles/CMakeTmp && make -C /Users/security/mtclient/CMakeFiles/CMakeTmp -f /Users/security/mtclient/CMakeFiles/CMakeTmp/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.cmTryCompileExec3968290095.Debug
make[1]: Nothing to be done for `PostBuild.cmTryCompileExec3968290095.Debug'.
** BUILD SUCCEEDED **
Determining if the function IceConnectionNumber exists in the ICE passed with the following output:
Change Dir: /Users/security/mtclient/CMakeFiles/CMakeTmp
Run Build Command:/opt/local/bin/cmakexbuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTryCompileExec669918415 -configuration Debug
=== BUILD NATIVE TARGET cmTryCompileExec669918415 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug ===
Check dependencies
CompileC CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec669918415.build/Objects-normal/x86_64/CheckFunctionExists.o ../../../../../opt/local/share/cmake-2.8/Modules/CheckFunctionExists.c normal x86_64 c com.apple.compilers.gcc.4_2
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/Developer/usr/bin/gcc-4.2 -x c -arch x86_64 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -mdynamic-no-pic -DCMAKE_INTDIR="Debug" -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -gdwarf-2 -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -I/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug/include -I/Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec669918415.build/DerivedSources/x86_64 -I/Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec669918415.build/DerivedSources -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -c /Users/security/mtclient/CMakeFiles/CMakeTmp/../../../../../opt/local/share/cmake-2.8/Modules/CheckFunctionExists.c -o /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec669918415.build/Objects-normal/x86_64/CheckFunctionExists.o
Ld Debug/cmTryCompileExec669918415 normal x86_64
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/Developer/usr/bin/gcc-4.2 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -L/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -L/opt/local/lib/Debug -L/opt/local/lib -F/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -filelist /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec669918415.build/Objects-normal/x86_64/cmTryCompileExec669918415.LinkFileList -mmacosx-version-min=10.6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -lICE -o /Users/security/mtclient/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec669918415
ld: warning: directory '/opt/local/lib/Debug' following -L not found
PhaseScriptExecution "CMake PostBuild Rules" CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec669918415.build/Script-0248C6B71E1E4B3593D598E1.sh
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/bin/sh -c /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec669918415.build/Script-0248C6B71E1E4B3593D598E1.sh
echo "Depend check for xcode"
Depend check for xcode
cd /Users/security/mtclient/CMakeFiles/CMakeTmp && make -C /Users/security/mtclient/CMakeFiles/CMakeTmp -f /Users/security/mtclient/CMakeFiles/CMakeTmp/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.cmTryCompileExec669918415.Debug
make[1]: Nothing to be done for `PostBuild.cmTryCompileExec669918415.Debug'.
** BUILD SUCCEEDED **
Determining if the function BZ2_bzCompressInit exists in the /usr/lib/libbz2.dylib passed with the following output:
Change Dir: /Users/security/mtclient/CMakeFiles/CMakeTmp
Run Build Command:/opt/local/bin/cmakexbuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTryCompileExec2240876569 -configuration Debug
=== BUILD NATIVE TARGET cmTryCompileExec2240876569 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug ===
Check dependencies
CompileC CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2240876569.build/Objects-normal/x86_64/CheckFunctionExists.o ../../../../../opt/local/share/cmake-2.8/Modules/CheckFunctionExists.c normal x86_64 c com.apple.compilers.gcc.4_2
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/Developer/usr/bin/gcc-4.2 -x c -arch x86_64 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -mdynamic-no-pic -DCMAKE_INTDIR="Debug" -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -gdwarf-2 -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -I/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug/include -I/Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2240876569.build/DerivedSources/x86_64 -I/Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2240876569.build/DerivedSources -DCHECK_FUNCTION_EXISTS=BZ2_bzCompressInit -c /Users/security/mtclient/CMakeFiles/CMakeTmp/../../../../../opt/local/share/cmake-2.8/Modules/CheckFunctionExists.c -o /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2240876569.build/Objects-normal/x86_64/CheckFunctionExists.o
Ld Debug/cmTryCompileExec2240876569 normal x86_64
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/Developer/usr/bin/gcc-4.2 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -L/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -F/Users/security/mtclient/CMakeFiles/CMakeTmp/Debug -filelist /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2240876569.build/Objects-normal/x86_64/cmTryCompileExec2240876569.LinkFileList -mmacosx-version-min=10.6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names /usr/lib/libbz2.dylib -o /Users/security/mtclient/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2240876569
PhaseScriptExecution "CMake PostBuild Rules" CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2240876569.build/Script-4782280C74CA4C2EB0BE5562.sh
cd /Users/security/mtclient/CMakeFiles/CMakeTmp
/bin/sh -c /Users/security/mtclient/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec2240876569.build/Script-4782280C74CA4C2EB0BE5562.sh
echo "Depend check for xcode"
Depend check for xcode
cd /Users/security/mtclient/CMakeFiles/CMakeTmp && make -C /Users/security/mtclient/CMakeFiles/CMakeTmp -f /Users/security/mtclient/CMakeFiles/CMakeTmp/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.cmTryCompileExec2240876569.Debug
make[1]: Nothing to be done for `PostBuild.cmTryCompileExec2240876569.Debug'.
** BUILD SUCCEEDED **

View File

@ -0,0 +1,15 @@
SET(CMAKE_SYSTEM "Darwin-10.8.0")
SET(CMAKE_SYSTEM_NAME "Darwin")
SET(CMAKE_SYSTEM_VERSION "10.8.0")
SET(CMAKE_SYSTEM_PROCESSOR "i386")
SET(CMAKE_HOST_SYSTEM "Darwin-10.8.0")
SET(CMAKE_HOST_SYSTEM_NAME "Darwin")
SET(CMAKE_HOST_SYSTEM_VERSION "10.8.0")
SET(CMAKE_HOST_SYSTEM_PROCESSOR "i386")
SET(CMAKE_CROSSCOMPILING "FALSE")
SET(CMAKE_SYSTEM_LOADED 1)

View File

@ -0,0 +1,361 @@
#ifdef __cplusplus
# error "A C++ compiler has been selected for C."
#endif
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
#if defined(__18CXX)
# define ID_VOID_MAIN
#endif
#if defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
/* __INTEL_COMPILER = VRP */
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF)
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
#elif defined(__WATCOMC__)
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100)
#elif defined(__SUNPRO_C)
# define COMPILER_ID "SunPro"
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_C = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# endif
#elif defined(__HP_cc)
# define COMPILER_ID "HP"
/* __HP_cc = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
#elif defined(__DECC)
# define COMPILER_ID "Compaq"
#elif defined(__IBMC__)
# if defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
# else
# if __IBMC__ >= 800
# define COMPILER_ID "XL"
# else
# define COMPILER_ID "VisualAge"
# endif
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
#elif defined(__PATHSCALE__)
# define COMPILER_ID "PathScale"
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI_DSP"
#elif defined(__TINYC__)
# define COMPILER_ID "TinyCC"
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__GNUC__)
# define COMPILER_ID "GNU"
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
/* Analog Devices C++ compiler for Blackfin, TigerSHARC and
SHARC (21000) DSPs */
# define COMPILER_ID "ADSP"
/* IAR Systems compiler for embedded systems.
http://www.iar.com
Not supported yet by CMake
#elif defined(__IAR_SYSTEMS_ICC__)
# define COMPILER_ID "IAR" */
/* sdcc, the small devices C compiler for embedded systems,
http://sdcc.sourceforge.net */
#elif defined(SDCC)
# define COMPILER_ID "SDCC"
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
# define COMPILER_ID "MIPSpro"
# if defined(_SGI_COMPILER_VERSION)
/* _SGI_COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
# else
/* _COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
# endif
/* This compiler is either not known or is too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__sgi)
# define COMPILER_ID "MIPSpro"
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
/* Identify known platforms by name. */
#if defined(__linux) || defined(__linux__) || defined(linux)
# define PLATFORM_ID "Linux"
#elif defined(__CYGWIN__)
# define PLATFORM_ID "Cygwin"
#elif defined(__MINGW32__)
# define PLATFORM_ID "MinGW"
#elif defined(__APPLE__)
# define PLATFORM_ID "Darwin"
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
# define PLATFORM_ID "Windows"
#elif defined(__FreeBSD__) || defined(__FreeBSD)
# define PLATFORM_ID "FreeBSD"
#elif defined(__NetBSD__) || defined(__NetBSD)
# define PLATFORM_ID "NetBSD"
#elif defined(__OpenBSD__) || defined(__OPENBSD)
# define PLATFORM_ID "OpenBSD"
#elif defined(__sun) || defined(sun)
# define PLATFORM_ID "SunOS"
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
# define PLATFORM_ID "AIX"
#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
# define PLATFORM_ID "IRIX"
#elif defined(__hpux) || defined(__hpux__)
# define PLATFORM_ID "HP-UX"
#elif defined(__HAIKU) || defined(__HAIKU__) || defined(_HAIKU)
# define PLATFORM_ID "Haiku"
/* Haiku also defines __BEOS__ so we must
put it prior to the check for __BEOS__
*/
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
# define PLATFORM_ID "BeOS"
#elif defined(__QNX__) || defined(__QNXNTO__)
# define PLATFORM_ID "QNX"
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
# define PLATFORM_ID "Tru64"
#elif defined(__riscos) || defined(__riscos__)
# define PLATFORM_ID "RISCos"
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
# define PLATFORM_ID "SINIX"
#elif defined(__UNIX_SV__)
# define PLATFORM_ID "UNIX_SV"
#elif defined(__bsdos__)
# define PLATFORM_ID "BSDOS"
#elif defined(_MPRAS) || defined(MPRAS)
# define PLATFORM_ID "MP-RAS"
#elif defined(__osf) || defined(__osf__)
# define PLATFORM_ID "OSF1"
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
# define PLATFORM_ID "SCO_SV"
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
# define PLATFORM_ID "ULTRIX"
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
# define PLATFORM_ID "Xenix"
#else /* unknown platform */
# define PLATFORM_ID ""
#endif
/* For windows compilers MSVC and Intel we can determine
the architecture of the compiler being used. This is because
the compilers do not have flags that can change the architecture,
but rather depend on which compiler is being used
*/
#if defined(_WIN32) && defined(_MSC_VER)
# if defined(_M_IA64)
# define ARCHITECTURE_ID "IA64"
# elif defined(_M_X64) || defined(_M_AMD64)
# define ARCHITECTURE_ID "x64"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# elif defined(_M_ARM)
# define ARCHITECTURE_ID "ARM"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#else
# define ARCHITECTURE_ID ""
#endif
/* Convert integer to decimal digit literals. */
#define DEC(n) \
('0' + (((n) / 10000000)%10)), \
('0' + (((n) / 1000000)%10)), \
('0' + (((n) / 100000)%10)), \
('0' + (((n) / 10000)%10)), \
('0' + (((n) / 1000)%10)), \
('0' + (((n) / 100)%10)), \
('0' + (((n) / 10)%10)), \
('0' + ((n) % 10))
/* Convert integer to hex digit literals. */
#define HEX(n) \
('0' + ((n)>>28 & 0xF)), \
('0' + ((n)>>24 & 0xF)), \
('0' + ((n)>>20 & 0xF)), \
('0' + ((n)>>16 & 0xF)), \
('0' + ((n)>>12 & 0xF)), \
('0' + ((n)>>8 & 0xF)), \
('0' + ((n)>>4 & 0xF)), \
('0' + ((n) & 0xF))
/* Construct a string literal encoding the version number components. */
#ifdef COMPILER_VERSION_MAJOR
char const info_version[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
COMPILER_VERSION_MAJOR,
# ifdef COMPILER_VERSION_MINOR
'.', COMPILER_VERSION_MINOR,
# ifdef COMPILER_VERSION_PATCH
'.', COMPILER_VERSION_PATCH,
# ifdef COMPILER_VERSION_TWEAK
'.', COMPILER_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
/*--------------------------------------------------------------------------*/
#ifdef ID_VOID_MAIN
void main() {}
#else
int main(int argc, char* argv[])
{
int require = 0;
require += info_compiler[argc];
require += info_platform[argc];
require += info_arch[argc];
#ifdef COMPILER_VERSION_MAJOR
require += info_version[argc];
#endif
(void)argv;
return require;
}
#endif

BIN
CMakeFiles/CompilerIdC/a.out Executable file

Binary file not shown.

View File

@ -0,0 +1,344 @@
/* This source file must have a .cpp extension so that all C++ compilers
recognize the extension without flags. Borland does not know .cxx for
example. */
#ifndef __cplusplus
# error "A C compiler has been selected for C++."
#endif
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
#if defined(__COMO__)
# define COMPILER_ID "Comeau"
#elif defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
/* __INTEL_COMPILER = VRP */
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF)
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
#elif defined(__WATCOMC__)
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100)
#elif defined(__SUNPRO_CC)
# define COMPILER_ID "SunPro"
# if __SUNPRO_CC >= 0x5100
/* __SUNPRO_CC = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
# endif
#elif defined(__HP_aCC)
# define COMPILER_ID "HP"
/* __HP_aCC = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
#elif defined(__DECCXX)
# define COMPILER_ID "Compaq"
#elif defined(__IBMCPP__)
# if defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
# else
# if __IBMCPP__ >= 800
# define COMPILER_ID "XL"
# else
# define COMPILER_ID "VisualAge"
# endif
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
# endif
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
#elif defined(__PATHSCALE__)
# define COMPILER_ID "PathScale"
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI_DSP"
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__GNUC__)
# define COMPILER_ID "GNU"
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
/* Analog Devices C++ compiler for Blackfin, TigerSHARC and
SHARC (21000) DSPs */
# define COMPILER_ID "ADSP"
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
# define COMPILER_ID "MIPSpro"
# if defined(_SGI_COMPILER_VERSION)
/* _SGI_COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
# else
/* _COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
# endif
/* This compiler is either not known or is too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__sgi)
# define COMPILER_ID "MIPSpro"
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
/* Identify known platforms by name. */
#if defined(__linux) || defined(__linux__) || defined(linux)
# define PLATFORM_ID "Linux"
#elif defined(__CYGWIN__)
# define PLATFORM_ID "Cygwin"
#elif defined(__MINGW32__)
# define PLATFORM_ID "MinGW"
#elif defined(__APPLE__)
# define PLATFORM_ID "Darwin"
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
# define PLATFORM_ID "Windows"
#elif defined(__FreeBSD__) || defined(__FreeBSD)
# define PLATFORM_ID "FreeBSD"
#elif defined(__NetBSD__) || defined(__NetBSD)
# define PLATFORM_ID "NetBSD"
#elif defined(__OpenBSD__) || defined(__OPENBSD)
# define PLATFORM_ID "OpenBSD"
#elif defined(__sun) || defined(sun)
# define PLATFORM_ID "SunOS"
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
# define PLATFORM_ID "AIX"
#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
# define PLATFORM_ID "IRIX"
#elif defined(__hpux) || defined(__hpux__)
# define PLATFORM_ID "HP-UX"
#elif defined(__HAIKU) || defined(__HAIKU__) || defined(_HAIKU)
# define PLATFORM_ID "Haiku"
/* Haiku also defines __BEOS__ so we must
put it prior to the check for __BEOS__
*/
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
# define PLATFORM_ID "BeOS"
#elif defined(__QNX__) || defined(__QNXNTO__)
# define PLATFORM_ID "QNX"
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
# define PLATFORM_ID "Tru64"
#elif defined(__riscos) || defined(__riscos__)
# define PLATFORM_ID "RISCos"
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
# define PLATFORM_ID "SINIX"
#elif defined(__UNIX_SV__)
# define PLATFORM_ID "UNIX_SV"
#elif defined(__bsdos__)
# define PLATFORM_ID "BSDOS"
#elif defined(_MPRAS) || defined(MPRAS)
# define PLATFORM_ID "MP-RAS"
#elif defined(__osf) || defined(__osf__)
# define PLATFORM_ID "OSF1"
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
# define PLATFORM_ID "SCO_SV"
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
# define PLATFORM_ID "ULTRIX"
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
# define PLATFORM_ID "Xenix"
#else /* unknown platform */
# define PLATFORM_ID ""
#endif
/* For windows compilers MSVC and Intel we can determine
the architecture of the compiler being used. This is because
the compilers do not have flags that can change the architecture,
but rather depend on which compiler is being used
*/
#if defined(_WIN32) && defined(_MSC_VER)
# if defined(_M_IA64)
# define ARCHITECTURE_ID "IA64"
# elif defined(_M_X64) || defined(_M_AMD64)
# define ARCHITECTURE_ID "x64"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# elif defined(_M_ARM)
# define ARCHITECTURE_ID "ARM"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#else
# define ARCHITECTURE_ID ""
#endif
/* Convert integer to decimal digit literals. */
#define DEC(n) \
('0' + (((n) / 10000000)%10)), \
('0' + (((n) / 1000000)%10)), \
('0' + (((n) / 100000)%10)), \
('0' + (((n) / 10000)%10)), \
('0' + (((n) / 1000)%10)), \
('0' + (((n) / 100)%10)), \
('0' + (((n) / 10)%10)), \
('0' + ((n) % 10))
/* Convert integer to hex digit literals. */
#define HEX(n) \
('0' + ((n)>>28 & 0xF)), \
('0' + ((n)>>24 & 0xF)), \
('0' + ((n)>>20 & 0xF)), \
('0' + ((n)>>16 & 0xF)), \
('0' + ((n)>>12 & 0xF)), \
('0' + ((n)>>8 & 0xF)), \
('0' + ((n)>>4 & 0xF)), \
('0' + ((n) & 0xF))
/* Construct a string literal encoding the version number components. */
#ifdef COMPILER_VERSION_MAJOR
char const info_version[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
COMPILER_VERSION_MAJOR,
# ifdef COMPILER_VERSION_MINOR
'.', COMPILER_VERSION_MINOR,
# ifdef COMPILER_VERSION_PATCH
'.', COMPILER_VERSION_PATCH,
# ifdef COMPILER_VERSION_TWEAK
'.', COMPILER_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
/*--------------------------------------------------------------------------*/
int main(int argc, char* argv[])
{
int require = 0;
require += info_compiler[argc];
require += info_platform[argc];
#ifdef COMPILER_VERSION_MAJOR
require += info_version[argc];
#endif
(void)argv;
return require;
}

BIN
CMakeFiles/CompilerIdCXX/a.out Executable file

Binary file not shown.

View File

@ -0,0 +1,7 @@
/Users/security/mtclient/CMakeFiles/ALL_BUILD.dir
/Users/security/mtclient/src/CMakeFiles/GenerateVersion.dir
/Users/security/mtclient/CMakeFiles/ZERO_CHECK.dir
/Users/security/mtclient/src/json/CMakeFiles/jsoncpp.dir
/Users/security/mtclient/src/lua/build/CMakeFiles/lua.dir
/Users/security/mtclient/src/CMakeFiles/minetest.dir
/Users/security/mtclient/src/CMakeFiles/minetestserver.dir

View File

@ -0,0 +1 @@
# This file is generated by cmake for dependency checking of the CMakeCache.txt file

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for ALL_BUILD
.SUFFIXES:
all: \
/Users/security/mtclient/CMakeFiles/ALL_BUILD
/Users/security/mtclient/CMakeFiles/ALL_BUILD:
echo ""
echo Build\ all\ projects

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for ALL_BUILD
.SUFFIXES:
all: \
/Users/security/mtclient/CMakeFiles/ALL_BUILD
/Users/security/mtclient/CMakeFiles/ALL_BUILD:
echo ""
echo Build\ all\ projects

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for ALL_BUILD
.SUFFIXES:
all: \
/Users/security/mtclient/CMakeFiles/ALL_BUILD
/Users/security/mtclient/CMakeFiles/ALL_BUILD:
echo ""
echo Build\ all\ projects

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for ALL_BUILD
.SUFFIXES:
all: \
/Users/security/mtclient/CMakeFiles/ALL_BUILD
/Users/security/mtclient/CMakeFiles/ALL_BUILD:
echo ""
echo Build\ all\ projects

View File

@ -0,0 +1,74 @@
# Generated by CMake, DO NOT EDIT
CMakeFiles/cmake.check_cache: \
/Users/security/mtclient/CMakeFiles/CMakeCCompiler.cmake\
/Users/security/mtclient/CMakeFiles/CMakeCXXCompiler.cmake\
/Users/security/mtclient/CMakeFiles/CMakeSystem.cmake\
/Users/security/mtclient/CMakeLists.txt\
/Users/security/mtclient/cmake/Modules/FindCURL.cmake\
/Users/security/mtclient/cmake/Modules/FindIrrlicht.cmake\
/Users/security/mtclient/cmake/Modules/FindJson.cmake\
/Users/security/mtclient/cmake/Modules/FindSqlite3.cmake\
/Users/security/mtclient/cmake/Modules/FindVorbis.cmake\
/Users/security/mtclient/cmake/Modules/misc.cmake\
/Users/security/mtclient/src/CMakeLists.txt\
/Users/security/mtclient/src/cmake_config.h.in\
/Users/security/mtclient/src/json/CMakeLists.txt\
/Users/security/mtclient/src/jthread/CMakeLists.txt\
/Users/security/mtclient/src/lua/CMakeLists.txt\
/Users/security/mtclient/src/lua/src/CMakeLists.txt\
/Users/security/mtclient/src/script/CMakeLists.txt\
/Users/security/mtclient/src/script/common/CMakeLists.txt\
/Users/security/mtclient/src/script/cpp_api/CMakeLists.txt\
/Users/security/mtclient/src/script/lua_api/CMakeLists.txt\
/Users/security/mtclient/src/util/CMakeLists.txt\
/opt/local/share/cmake-2.8/Modules/CMakeCCompiler.cmake.in\
/opt/local/share/cmake-2.8/Modules/CMakeCCompilerABI.c\
/opt/local/share/cmake-2.8/Modules/CMakeCInformation.cmake\
/opt/local/share/cmake-2.8/Modules/CMakeCXXCompiler.cmake.in\
/opt/local/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp\
/opt/local/share/cmake-2.8/Modules/CMakeCXXInformation.cmake\
/opt/local/share/cmake-2.8/Modules/CMakeClDeps.cmake\
/opt/local/share/cmake-2.8/Modules/CMakeCommonLanguageInclude.cmake\
/opt/local/share/cmake-2.8/Modules/CMakeDetermineCCompiler.cmake\
/opt/local/share/cmake-2.8/Modules/CMakeDetermineCXXCompiler.cmake\
/opt/local/share/cmake-2.8/Modules/CMakeDetermineCompilerABI.cmake\
/opt/local/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake\
/opt/local/share/cmake-2.8/Modules/CMakeDetermineSystem.cmake\
/opt/local/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake\
/opt/local/share/cmake-2.8/Modules/CMakeFindBinUtils.cmake\
/opt/local/share/cmake-2.8/Modules/CMakeFindXCode.cmake\
/opt/local/share/cmake-2.8/Modules/CMakeGenericSystem.cmake\
/opt/local/share/cmake-2.8/Modules/CMakeParseArguments.cmake\
/opt/local/share/cmake-2.8/Modules/CMakeParseImplicitLinkInfo.cmake\
/opt/local/share/cmake-2.8/Modules/CMakeSystem.cmake.in\
/opt/local/share/cmake-2.8/Modules/CMakeSystemSpecificInformation.cmake\
/opt/local/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake\
/opt/local/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake\
/opt/local/share/cmake-2.8/Modules/CMakeTestCompilerCommon.cmake\
/opt/local/share/cmake-2.8/Modules/CPack.cmake\
/opt/local/share/cmake-2.8/Modules/CPackComponent.cmake\
/opt/local/share/cmake-2.8/Modules/CheckCXXCompilerFlag.cmake\
/opt/local/share/cmake-2.8/Modules/CheckCXXSourceCompiles.cmake\
/opt/local/share/cmake-2.8/Modules/CheckFunctionExists.c\
/opt/local/share/cmake-2.8/Modules/CheckFunctionExists.cmake\
/opt/local/share/cmake-2.8/Modules/CheckLibraryExists.cmake\
/opt/local/share/cmake-2.8/Modules/Compiler/GNU-C.cmake\
/opt/local/share/cmake-2.8/Modules/Compiler/GNU-CXX.cmake\
/opt/local/share/cmake-2.8/Modules/Compiler/GNU.cmake\
/opt/local/share/cmake-2.8/Modules/FindBZip2.cmake\
/opt/local/share/cmake-2.8/Modules/FindJPEG.cmake\
/opt/local/share/cmake-2.8/Modules/FindOpenAL.cmake\
/opt/local/share/cmake-2.8/Modules/FindOpenGL.cmake\
/opt/local/share/cmake-2.8/Modules/FindPNG.cmake\
/opt/local/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake\
/opt/local/share/cmake-2.8/Modules/FindPackageMessage.cmake\
/opt/local/share/cmake-2.8/Modules/FindX11.cmake\
/opt/local/share/cmake-2.8/Modules/FindZLIB.cmake\
/opt/local/share/cmake-2.8/Modules/Platform/Darwin-GNU-C.cmake\
/opt/local/share/cmake-2.8/Modules/Platform/Darwin-GNU-CXX.cmake\
/opt/local/share/cmake-2.8/Modules/Platform/Darwin-GNU.cmake\
/opt/local/share/cmake-2.8/Modules/Platform/Darwin.cmake\
/opt/local/share/cmake-2.8/Modules/Platform/UnixPaths.cmake\
/opt/local/share/cmake-2.8/Modules/SelectLibraryConfigurations.cmake\
/opt/local/share/cmake-2.8/Templates/CPackConfig.cmake.in
/opt/local/bin/cmake -H/Users/security/mtclient -B/Users/security/mtclient

View File

@ -0,0 +1,238 @@
# DO NOT EDIT
# This makefile makes sure all linkable targets are
# up-to-date with anything they link to
default:
echo "Do not invoke directly"
# For each target create a dummy rule so the target does not have to exist
/usr/lib/libz.dylib:
/usr/local/lib/libIrrlicht.a:
/opt/local/lib/libjpeg.dylib:
/usr/lib/libbz2.dylib:
/opt/local/lib/libpng.dylib:
/opt/local/lib/libSM.dylib:
/opt/local/lib/libICE.dylib:
/opt/local/lib/libX11.dylib:
/opt/local/lib/libXext.dylib:
/opt/local/lib/libvorbisfile.dylib:
/opt/local/lib/libvorbis.dylib:
/usr/lib/libsqlite3.dylib:
/Users/security/mtclient/src/lua/build/Debug/liblua.a:
/Users/security/mtclient/src/json/Debug/libjsoncpp.a:
/opt/local/lib/libXxf86vm.dylib:
/usr/lib/libcurl.dylib:
/Users/security/mtclient/src/lua/build/MinSizeRel/liblua.a:
/Users/security/mtclient/src/json/MinSizeRel/libjsoncpp.a:
/Users/security/mtclient/src/lua/build/RelWithDebInfo/liblua.a:
/Users/security/mtclient/src/json/RelWithDebInfo/libjsoncpp.a:
/Users/security/mtclient/src/lua/build/Release/liblua.a:
/Users/security/mtclient/src/json/Release/libjsoncpp.a:
# Rules to remove targets that are older than anything to which they
# link. This forces Xcode to relink the targets from scratch. It
# does not seem to check these dependencies itself.
PostBuild.minetest.Debug:
PostBuild.lua.Debug: /Users/security/mtclient/bin/Debug/minetest
PostBuild.jsoncpp.Debug: /Users/security/mtclient/bin/Debug/minetest
/Users/security/mtclient/bin/Debug/minetest:\
/usr/lib/libz.dylib\
/usr/local/lib/libIrrlicht.a\
/opt/local/lib/libjpeg.dylib\
/usr/lib/libbz2.dylib\
/opt/local/lib/libpng.dylib\
/usr/lib/libz.dylib\
/opt/local/lib/libSM.dylib\
/opt/local/lib/libICE.dylib\
/opt/local/lib/libX11.dylib\
/opt/local/lib/libXext.dylib\
/opt/local/lib/libvorbisfile.dylib\
/opt/local/lib/libvorbis.dylib\
/usr/lib/libsqlite3.dylib\
/Users/security/mtclient/src/lua/build/Debug/liblua.a\
/Users/security/mtclient/src/json/Debug/libjsoncpp.a\
/opt/local/lib/libXxf86vm.dylib\
/usr/lib/libcurl.dylib\
/usr/local/lib/libIrrlicht.a\
/opt/local/lib/libjpeg.dylib\
/usr/lib/libbz2.dylib\
/opt/local/lib/libpng.dylib\
/opt/local/lib/libSM.dylib\
/opt/local/lib/libICE.dylib\
/opt/local/lib/libX11.dylib\
/opt/local/lib/libXext.dylib\
/opt/local/lib/libvorbisfile.dylib\
/opt/local/lib/libvorbis.dylib\
/usr/lib/libsqlite3.dylib\
/opt/local/lib/libXxf86vm.dylib\
/usr/lib/libcurl.dylib
/bin/rm -f /Users/security/mtclient/bin/Debug/minetest
PostBuild.minetestserver.Debug:
PostBuild.jsoncpp.Debug: /Users/security/mtclient/bin/Debug/minetestserver
PostBuild.lua.Debug: /Users/security/mtclient/bin/Debug/minetestserver
/Users/security/mtclient/bin/Debug/minetestserver:\
/usr/lib/libz.dylib\
/usr/lib/libsqlite3.dylib\
/Users/security/mtclient/src/json/Debug/libjsoncpp.a\
/Users/security/mtclient/src/lua/build/Debug/liblua.a\
/usr/lib/libcurl.dylib
/bin/rm -f /Users/security/mtclient/bin/Debug/minetestserver
PostBuild.lua.Debug:
PostBuild.jsoncpp.Debug:
PostBuild.minetest.Release:
PostBuild.lua.Release: /Users/security/mtclient/bin/Release/minetest
PostBuild.jsoncpp.Release: /Users/security/mtclient/bin/Release/minetest
/Users/security/mtclient/bin/Release/minetest:\
/usr/lib/libz.dylib\
/usr/local/lib/libIrrlicht.a\
/opt/local/lib/libjpeg.dylib\
/usr/lib/libbz2.dylib\
/opt/local/lib/libpng.dylib\
/usr/lib/libz.dylib\
/opt/local/lib/libSM.dylib\
/opt/local/lib/libICE.dylib\
/opt/local/lib/libX11.dylib\
/opt/local/lib/libXext.dylib\
/opt/local/lib/libvorbisfile.dylib\
/opt/local/lib/libvorbis.dylib\
/usr/lib/libsqlite3.dylib\
/Users/security/mtclient/src/lua/build/Release/liblua.a\
/Users/security/mtclient/src/json/Release/libjsoncpp.a\
/opt/local/lib/libXxf86vm.dylib\
/usr/lib/libcurl.dylib\
/usr/local/lib/libIrrlicht.a\
/opt/local/lib/libjpeg.dylib\
/usr/lib/libbz2.dylib\
/opt/local/lib/libpng.dylib\
/opt/local/lib/libSM.dylib\
/opt/local/lib/libICE.dylib\
/opt/local/lib/libX11.dylib\
/opt/local/lib/libXext.dylib\
/opt/local/lib/libvorbisfile.dylib\
/opt/local/lib/libvorbis.dylib\
/usr/lib/libsqlite3.dylib\
/opt/local/lib/libXxf86vm.dylib\
/usr/lib/libcurl.dylib
/bin/rm -f /Users/security/mtclient/bin/Release/minetest
PostBuild.minetestserver.Release:
PostBuild.jsoncpp.Release: /Users/security/mtclient/bin/Release/minetestserver
PostBuild.lua.Release: /Users/security/mtclient/bin/Release/minetestserver
/Users/security/mtclient/bin/Release/minetestserver:\
/usr/lib/libz.dylib\
/usr/lib/libsqlite3.dylib\
/Users/security/mtclient/src/json/Release/libjsoncpp.a\
/Users/security/mtclient/src/lua/build/Release/liblua.a\
/usr/lib/libcurl.dylib
/bin/rm -f /Users/security/mtclient/bin/Release/minetestserver
PostBuild.lua.Release:
PostBuild.jsoncpp.Release:
PostBuild.minetest.MinSizeRel:
PostBuild.lua.MinSizeRel: /Users/security/mtclient/bin/MinSizeRel/minetest
PostBuild.jsoncpp.MinSizeRel: /Users/security/mtclient/bin/MinSizeRel/minetest
/Users/security/mtclient/bin/MinSizeRel/minetest:\
/usr/lib/libz.dylib\
/usr/local/lib/libIrrlicht.a\
/opt/local/lib/libjpeg.dylib\
/usr/lib/libbz2.dylib\
/opt/local/lib/libpng.dylib\
/usr/lib/libz.dylib\
/opt/local/lib/libSM.dylib\
/opt/local/lib/libICE.dylib\
/opt/local/lib/libX11.dylib\
/opt/local/lib/libXext.dylib\
/opt/local/lib/libvorbisfile.dylib\
/opt/local/lib/libvorbis.dylib\
/usr/lib/libsqlite3.dylib\
/Users/security/mtclient/src/lua/build/MinSizeRel/liblua.a\
/Users/security/mtclient/src/json/MinSizeRel/libjsoncpp.a\
/opt/local/lib/libXxf86vm.dylib\
/usr/lib/libcurl.dylib\
/usr/local/lib/libIrrlicht.a\
/opt/local/lib/libjpeg.dylib\
/usr/lib/libbz2.dylib\
/opt/local/lib/libpng.dylib\
/opt/local/lib/libSM.dylib\
/opt/local/lib/libICE.dylib\
/opt/local/lib/libX11.dylib\
/opt/local/lib/libXext.dylib\
/opt/local/lib/libvorbisfile.dylib\
/opt/local/lib/libvorbis.dylib\
/usr/lib/libsqlite3.dylib\
/opt/local/lib/libXxf86vm.dylib\
/usr/lib/libcurl.dylib
/bin/rm -f /Users/security/mtclient/bin/MinSizeRel/minetest
PostBuild.minetestserver.MinSizeRel:
PostBuild.jsoncpp.MinSizeRel: /Users/security/mtclient/bin/MinSizeRel/minetestserver
PostBuild.lua.MinSizeRel: /Users/security/mtclient/bin/MinSizeRel/minetestserver
/Users/security/mtclient/bin/MinSizeRel/minetestserver:\
/usr/lib/libz.dylib\
/usr/lib/libsqlite3.dylib\
/Users/security/mtclient/src/json/MinSizeRel/libjsoncpp.a\
/Users/security/mtclient/src/lua/build/MinSizeRel/liblua.a\
/usr/lib/libcurl.dylib
/bin/rm -f /Users/security/mtclient/bin/MinSizeRel/minetestserver
PostBuild.lua.MinSizeRel:
PostBuild.jsoncpp.MinSizeRel:
PostBuild.minetest.RelWithDebInfo:
PostBuild.lua.RelWithDebInfo: /Users/security/mtclient/bin/RelWithDebInfo/minetest
PostBuild.jsoncpp.RelWithDebInfo: /Users/security/mtclient/bin/RelWithDebInfo/minetest
/Users/security/mtclient/bin/RelWithDebInfo/minetest:\
/usr/lib/libz.dylib\
/usr/local/lib/libIrrlicht.a\
/opt/local/lib/libjpeg.dylib\
/usr/lib/libbz2.dylib\
/opt/local/lib/libpng.dylib\
/usr/lib/libz.dylib\
/opt/local/lib/libSM.dylib\
/opt/local/lib/libICE.dylib\
/opt/local/lib/libX11.dylib\
/opt/local/lib/libXext.dylib\
/opt/local/lib/libvorbisfile.dylib\
/opt/local/lib/libvorbis.dylib\
/usr/lib/libsqlite3.dylib\
/Users/security/mtclient/src/lua/build/RelWithDebInfo/liblua.a\
/Users/security/mtclient/src/json/RelWithDebInfo/libjsoncpp.a\
/opt/local/lib/libXxf86vm.dylib\
/usr/lib/libcurl.dylib\
/usr/local/lib/libIrrlicht.a\
/opt/local/lib/libjpeg.dylib\
/usr/lib/libbz2.dylib\
/opt/local/lib/libpng.dylib\
/opt/local/lib/libSM.dylib\
/opt/local/lib/libICE.dylib\
/opt/local/lib/libX11.dylib\
/opt/local/lib/libXext.dylib\
/opt/local/lib/libvorbisfile.dylib\
/opt/local/lib/libvorbis.dylib\
/usr/lib/libsqlite3.dylib\
/opt/local/lib/libXxf86vm.dylib\
/usr/lib/libcurl.dylib
/bin/rm -f /Users/security/mtclient/bin/RelWithDebInfo/minetest
PostBuild.minetestserver.RelWithDebInfo:
PostBuild.jsoncpp.RelWithDebInfo: /Users/security/mtclient/bin/RelWithDebInfo/minetestserver
PostBuild.lua.RelWithDebInfo: /Users/security/mtclient/bin/RelWithDebInfo/minetestserver
/Users/security/mtclient/bin/RelWithDebInfo/minetestserver:\
/usr/lib/libz.dylib\
/usr/lib/libsqlite3.dylib\
/Users/security/mtclient/src/json/RelWithDebInfo/libjsoncpp.a\
/Users/security/mtclient/src/lua/build/RelWithDebInfo/liblua.a\
/usr/lib/libcurl.dylib
/bin/rm -f /Users/security/mtclient/bin/RelWithDebInfo/minetestserver
PostBuild.lua.RelWithDebInfo:
PostBuild.jsoncpp.RelWithDebInfo:

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for ZERO_CHECK
.SUFFIXES:
all: \
/Users/security/mtclient/CMakeFiles/ZERO_CHECK
/Users/security/mtclient/CMakeFiles/ZERO_CHECK:
echo ""
make -f /Users/security/mtclient/CMakeScripts/ReRunCMake.make

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for ZERO_CHECK
.SUFFIXES:
all: \
/Users/security/mtclient/CMakeFiles/ZERO_CHECK
/Users/security/mtclient/CMakeFiles/ZERO_CHECK:
echo ""
make -f /Users/security/mtclient/CMakeScripts/ReRunCMake.make

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for ZERO_CHECK
.SUFFIXES:
all: \
/Users/security/mtclient/CMakeFiles/ZERO_CHECK
/Users/security/mtclient/CMakeFiles/ZERO_CHECK:
echo ""
make -f /Users/security/mtclient/CMakeScripts/ReRunCMake.make

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for ZERO_CHECK
.SUFFIXES:
all: \
/Users/security/mtclient/CMakeFiles/ZERO_CHECK
/Users/security/mtclient/CMakeFiles/ZERO_CHECK:
echo ""
make -f /Users/security/mtclient/CMakeScripts/ReRunCMake.make

View File

@ -0,0 +1,9 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for install
.SUFFIXES:
all: \
install_buildpart_0
install_buildpart_0:
/opt/local/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake

View File

@ -0,0 +1,9 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for install
.SUFFIXES:
all: \
install_buildpart_0
install_buildpart_0:
/opt/local/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake

View File

@ -0,0 +1,9 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for install
.SUFFIXES:
all: \
install_buildpart_0
install_buildpart_0:
/opt/local/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake

View File

@ -0,0 +1,9 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for install
.SUFFIXES:
all: \
install_buildpart_0
install_buildpart_0:
/opt/local/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake

View File

@ -0,0 +1,9 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for package
.SUFFIXES:
all: \
package_buildpart_0
package_buildpart_0:
cd /Users/security/mtclient && /opt/local/bin/cpack -C $(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) --config ./CPackConfig.cmake

View File

@ -0,0 +1,9 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for package
.SUFFIXES:
all: \
package_buildpart_0
package_buildpart_0:
cd /Users/security/mtclient && /opt/local/bin/cpack -C $(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) --config ./CPackConfig.cmake

View File

@ -0,0 +1,9 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for package
.SUFFIXES:
all: \
package_buildpart_0
package_buildpart_0:
cd /Users/security/mtclient && /opt/local/bin/cpack -C $(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) --config ./CPackConfig.cmake

View File

@ -0,0 +1,9 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for package
.SUFFIXES:
all: \
package_buildpart_0
package_buildpart_0:
cd /Users/security/mtclient && /opt/local/bin/cpack -C $(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) --config ./CPackConfig.cmake

70
CPackConfig.cmake Normal file
View File

@ -0,0 +1,70 @@
# This file will be configured to contain variables for CPack. These variables
# should be set in the CMake list file of the project before CPack module is
# included. The list of available CPACK_xxx variables and their associated
# documentation may be obtained using
# cpack --help-variable-list
#
# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME)
# and some are specific to a generator
# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables
# usually begin with CPACK_<GENNAME>_xxxx.
SET(CPACK_BINARY_BUNDLE "")
SET(CPACK_BINARY_CYGWIN "")
SET(CPACK_BINARY_DEB "")
SET(CPACK_BINARY_DRAGNDROP "")
SET(CPACK_BINARY_NSIS "")
SET(CPACK_BINARY_OSXX11 "")
SET(CPACK_BINARY_PACKAGEMAKER "")
SET(CPACK_BINARY_RPM "")
SET(CPACK_BINARY_STGZ "")
SET(CPACK_BINARY_TBZ2 "")
SET(CPACK_BINARY_TGZ "")
SET(CPACK_BINARY_TZ "")
SET(CPACK_BINARY_ZIP "")
SET(CPACK_BUNDLE_ICON "")
SET(CPACK_BUNDLE_NAME "minetest")
SET(CPACK_BUNDLE_PLIST "")
SET(CPACK_BUNDLE_STARTUP_COMMAND "Contents/MacOS/minetest")
SET(CPACK_CMAKE_GENERATOR "Xcode")
SET(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE")
SET(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE")
SET(CPACK_GENERATOR "Bundle")
SET(CPACK_INSTALL_CMAKE_PROJECTS "/Users/security/mtclient;minetest;ALL;/")
SET(CPACK_INSTALL_PREFIX "/usr/local")
SET(CPACK_MODULE_PATH "/Users/security/mtclient/cmake/Modules/")
SET(CPACK_NSIS_DISPLAY_NAME "minetest 0.4.8-dev")
SET(CPACK_NSIS_INSTALLER_ICON_CODE "")
SET(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "")
SET(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES")
SET(CPACK_NSIS_PACKAGE_NAME "minetest 0.4.8-dev")
SET(CPACK_OUTPUT_CONFIG_FILE "/Users/security/mtclient/CPackConfig.cmake")
SET(CPACK_PACKAGE_CONTACT "Perttu Ahola <celeron55@gmail.com>")
SET(CPACK_PACKAGE_DEFAULT_LOCATION "/")
SET(CPACK_PACKAGE_DESCRIPTION_FILE "/opt/local/share/cmake-2.8/Templates/CPack.GenericDescription.txt")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "An InfiniMiner/Minecraft inspired game")
SET(CPACK_PACKAGE_FILE_NAME "minetest-0.4.8-dev-osx")
SET(CPACK_PACKAGE_ICON "")
SET(CPACK_PACKAGE_INSTALL_DIRECTORY "minetest 0.4.8-dev")
SET(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "minetest 0.4.8-dev")
SET(CPACK_PACKAGE_NAME "minetest")
SET(CPACK_PACKAGE_RELOCATABLE "true")
SET(CPACK_PACKAGE_VENDOR "celeron55")
SET(CPACK_PACKAGE_VERSION "0.4.8-dev")
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
SET(CPACK_PACKAGE_VERSION_MINOR "4")
SET(CPACK_PACKAGE_VERSION_PATCH "8-dev")
SET(CPACK_RESOURCE_FILE_LICENSE "/opt/local/share/cmake-2.8/Templates/CPack.GenericLicense.txt")
SET(CPACK_RESOURCE_FILE_README "/opt/local/share/cmake-2.8/Templates/CPack.GenericDescription.txt")
SET(CPACK_RESOURCE_FILE_WELCOME "/opt/local/share/cmake-2.8/Templates/CPack.GenericWelcome.txt")
SET(CPACK_SET_DESTDIR "OFF")
SET(CPACK_SOURCE_CYGWIN "")
SET(CPACK_SOURCE_GENERATOR "TGZ;TBZ2;TZ")
SET(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/Users/security/mtclient/CPackSourceConfig.cmake")
SET(CPACK_SOURCE_TBZ2 "ON")
SET(CPACK_SOURCE_TGZ "ON")
SET(CPACK_SOURCE_TZ "ON")
SET(CPACK_SOURCE_ZIP "OFF")
SET(CPACK_SYSTEM_NAME "Darwin")
SET(CPACK_TOPLEVEL_TAG "Darwin")

77
CPackSourceConfig.cmake Normal file
View File

@ -0,0 +1,77 @@
# This file will be configured to contain variables for CPack. These variables
# should be set in the CMake list file of the project before CPack module is
# included. The list of available CPACK_xxx variables and their associated
# documentation may be obtained using
# cpack --help-variable-list
#
# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME)
# and some are specific to a generator
# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables
# usually begin with CPACK_<GENNAME>_xxxx.
SET(CPACK_BINARY_BUNDLE "")
SET(CPACK_BINARY_CYGWIN "")
SET(CPACK_BINARY_DEB "")
SET(CPACK_BINARY_DRAGNDROP "")
SET(CPACK_BINARY_NSIS "")
SET(CPACK_BINARY_OSXX11 "")
SET(CPACK_BINARY_PACKAGEMAKER "")
SET(CPACK_BINARY_RPM "")
SET(CPACK_BINARY_STGZ "")
SET(CPACK_BINARY_TBZ2 "")
SET(CPACK_BINARY_TGZ "")
SET(CPACK_BINARY_TZ "")
SET(CPACK_BINARY_ZIP "")
SET(CPACK_BUNDLE_ICON "")
SET(CPACK_BUNDLE_NAME "minetest")
SET(CPACK_BUNDLE_PLIST "")
SET(CPACK_BUNDLE_STARTUP_COMMAND "Contents/MacOS/minetest")
SET(CPACK_CMAKE_GENERATOR "Xcode")
SET(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE")
SET(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE")
SET(CPACK_GENERATOR "TGZ;TBZ2;TZ")
SET(CPACK_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp$;\\.#;/#")
SET(CPACK_INSTALLED_DIRECTORIES "/Users/security/mtclient;/")
SET(CPACK_INSTALL_CMAKE_PROJECTS "")
SET(CPACK_INSTALL_PREFIX "/usr/local")
SET(CPACK_MODULE_PATH "/Users/security/mtclient/cmake/Modules/")
SET(CPACK_NSIS_DISPLAY_NAME "minetest 0.4.8-dev")
SET(CPACK_NSIS_INSTALLER_ICON_CODE "")
SET(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "")
SET(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES")
SET(CPACK_NSIS_PACKAGE_NAME "minetest 0.4.8-dev")
SET(CPACK_OUTPUT_CONFIG_FILE "/Users/security/mtclient/CPackConfig.cmake")
SET(CPACK_PACKAGE_CONTACT "Perttu Ahola <celeron55@gmail.com>")
SET(CPACK_PACKAGE_DEFAULT_LOCATION "/")
SET(CPACK_PACKAGE_DESCRIPTION_FILE "/opt/local/share/cmake-2.8/Templates/CPack.GenericDescription.txt")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "An InfiniMiner/Minecraft inspired game")
SET(CPACK_PACKAGE_FILE_NAME "minetest-0.4.8-dev-Source")
SET(CPACK_PACKAGE_ICON "")
SET(CPACK_PACKAGE_INSTALL_DIRECTORY "minetest 0.4.8-dev")
SET(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "minetest 0.4.8-dev")
SET(CPACK_PACKAGE_NAME "minetest")
SET(CPACK_PACKAGE_RELOCATABLE "true")
SET(CPACK_PACKAGE_VENDOR "celeron55")
SET(CPACK_PACKAGE_VERSION "0.4.8-dev")
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
SET(CPACK_PACKAGE_VERSION_MINOR "4")
SET(CPACK_PACKAGE_VERSION_PATCH "8-dev")
SET(CPACK_RESOURCE_FILE_LICENSE "/opt/local/share/cmake-2.8/Templates/CPack.GenericLicense.txt")
SET(CPACK_RESOURCE_FILE_README "/opt/local/share/cmake-2.8/Templates/CPack.GenericDescription.txt")
SET(CPACK_RESOURCE_FILE_WELCOME "/opt/local/share/cmake-2.8/Templates/CPack.GenericWelcome.txt")
SET(CPACK_SET_DESTDIR "OFF")
SET(CPACK_SOURCE_CYGWIN "")
SET(CPACK_SOURCE_GENERATOR "TGZ;TBZ2;TZ")
SET(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp$;\\.#;/#")
SET(CPACK_SOURCE_INSTALLED_DIRECTORIES "/Users/security/mtclient;/")
SET(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/Users/security/mtclient/CPackSourceConfig.cmake")
SET(CPACK_SOURCE_PACKAGE_FILE_NAME "minetest-0.4.8-dev-Source")
SET(CPACK_SOURCE_TBZ2 "ON")
SET(CPACK_SOURCE_TGZ "ON")
SET(CPACK_SOURCE_TOPLEVEL_TAG "Darwin-Source")
SET(CPACK_SOURCE_TZ "ON")
SET(CPACK_SOURCE_ZIP "OFF")
SET(CPACK_STRIP_FILES "")
SET(CPACK_SYSTEM_NAME "Darwin")
SET(CPACK_TOPLEVEL_TAG "Darwin-Source")

196
cmake_install.cmake Normal file
View File

@ -0,0 +1,196 @@
# Install script for directory: /Users/security/mtclient
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
SET(CMAKE_INSTALL_PREFIX "/usr/local")
ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
IF(BUILD_TYPE)
STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
ELSE(BUILD_TYPE)
SET(CMAKE_INSTALL_CONFIG_NAME "Release")
ENDIF(BUILD_TYPE)
MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
# Set the component getting installed.
IF(NOT CMAKE_INSTALL_COMPONENT)
IF(COMPONENT)
MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
ELSE(COMPONENT)
SET(CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
"/usr/local/share/minetest/builtin")
IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
FILE(INSTALL DESTINATION "/usr/local/share/minetest" TYPE DIRECTORY FILES "/Users/security/mtclient/builtin")
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
"/usr/local/share/minetest/client")
IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
FILE(INSTALL DESTINATION "/usr/local/share/minetest" TYPE DIRECTORY FILES "/Users/security/mtclient/client")
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
"/usr/local/share/minetest/games/minimal")
IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
FILE(INSTALL DESTINATION "/usr/local/share/minetest/games" TYPE DIRECTORY FILES "/Users/security/mtclient/games/minimal")
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
"/usr/local/share/minetest/games/minetest_game/game.conf")
IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
FILE(INSTALL DESTINATION "/usr/local/share/minetest/games/minetest_game" TYPE FILE FILES "/Users/security/mtclient/games/minetest_game/game.conf")
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
"/usr/local/share/minetest/games/minetest_game/README.txt")
IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
FILE(INSTALL DESTINATION "/usr/local/share/minetest/games/minetest_game" TYPE FILE FILES "/Users/security/mtclient/games/minetest_game/README.txt")
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
"/usr/local/share/minetest/games/minetest_game/mods")
IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
FILE(INSTALL DESTINATION "/usr/local/share/minetest/games/minetest_game" TYPE DIRECTORY FILES "/Users/security/mtclient/games/minetest_game/mods")
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
"/usr/local/share/minetest/games/minetest_game/menu")
IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
FILE(INSTALL DESTINATION "/usr/local/share/minetest/games/minetest_game" TYPE DIRECTORY FILES "/Users/security/mtclient/games/minetest_game/menu")
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
"/usr/local/share/minetest/textures/base/pack")
IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
FILE(INSTALL DESTINATION "/usr/local/share/minetest/textures/base" TYPE DIRECTORY FILES "/Users/security/mtclient/textures/base/pack")
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
"/usr/local/share/minetest/fonts")
IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
FILE(INSTALL DESTINATION "/usr/local/share/minetest" TYPE DIRECTORY FILES "/Users/security/mtclient/fonts")
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/minetest" TYPE FILE FILES "/Users/security/mtclient/README.txt")
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/minetest" TYPE FILE FILES "/Users/security/mtclient/doc/lua_api.txt")
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/minetest" TYPE FILE FILES "/Users/security/mtclient/doc/mapformat.txt")
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/minetest" TYPE FILE FILES "/Users/security/mtclient/minetest.conf.example")
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
"/man6/minetest.6;/man6/minetestserver.6")
IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
FILE(INSTALL DESTINATION "/man6" TYPE FILE FILES
"/Users/security/mtclient/doc/minetest.6"
"/Users/security/mtclient/doc/minetestserver.6"
)
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
"/hicolor/scalable/apps/minetest-icon.svg")
IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
FILE(INSTALL DESTINATION "/hicolor/scalable/apps" TYPE FILE FILES "/Users/security/mtclient/misc/minetest-icon.svg")
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
INCLUDE("/Users/security/mtclient/src/cmake_install.cmake")
ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)
IF(CMAKE_INSTALL_COMPONENT)
SET(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
ELSE(CMAKE_INSTALL_COMPONENT)
SET(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
ENDIF(CMAKE_INSTALL_COMPONENT)
FILE(WRITE "/Users/security/mtclient/${CMAKE_INSTALL_MANIFEST}" "")
FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES})
FILE(APPEND "/Users/security/mtclient/${CMAKE_INSTALL_MANIFEST}" "${file}\n")
ENDFOREACH(file)

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for GenerateVersion
.SUFFIXES:
all: \
/Users/security/mtclient/src/CMakeFiles/GenerateVersion
/Users/security/mtclient/src/CMakeFiles/GenerateVersion:
echo ""
cd /Users/security/mtclient/src && /opt/local/bin/cmake -D GENERATE_VERSION_SOURCE_DIR=/Users/security/mtclient/src -D GENERATE_VERSION_BINARY_DIR=/Users/security/mtclient/src -D VERSION_STRING=0.4.8-dev -D VERSION_EXTRA= -P /Users/security/mtclient/cmake/Modules/GenerateVersion.cmake

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for GenerateVersion
.SUFFIXES:
all: \
/Users/security/mtclient/src/CMakeFiles/GenerateVersion
/Users/security/mtclient/src/CMakeFiles/GenerateVersion:
echo ""
cd /Users/security/mtclient/src && /opt/local/bin/cmake -D GENERATE_VERSION_SOURCE_DIR=/Users/security/mtclient/src -D GENERATE_VERSION_BINARY_DIR=/Users/security/mtclient/src -D VERSION_STRING=0.4.8-dev -D VERSION_EXTRA= -P /Users/security/mtclient/cmake/Modules/GenerateVersion.cmake

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for GenerateVersion
.SUFFIXES:
all: \
/Users/security/mtclient/src/CMakeFiles/GenerateVersion
/Users/security/mtclient/src/CMakeFiles/GenerateVersion:
echo ""
cd /Users/security/mtclient/src && /opt/local/bin/cmake -D GENERATE_VERSION_SOURCE_DIR=/Users/security/mtclient/src -D GENERATE_VERSION_BINARY_DIR=/Users/security/mtclient/src -D VERSION_STRING=0.4.8-dev -D VERSION_EXTRA= -P /Users/security/mtclient/cmake/Modules/GenerateVersion.cmake

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for GenerateVersion
.SUFFIXES:
all: \
/Users/security/mtclient/src/CMakeFiles/GenerateVersion
/Users/security/mtclient/src/CMakeFiles/GenerateVersion:
echo ""
cd /Users/security/mtclient/src && /opt/local/bin/cmake -D GENERATE_VERSION_SOURCE_DIR=/Users/security/mtclient/src -D GENERATE_VERSION_BINARY_DIR=/Users/security/mtclient/src -D VERSION_STRING=0.4.8-dev -D VERSION_EXTRA= -P /Users/security/mtclient/cmake/Modules/GenerateVersion.cmake

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for minetest
.SUFFIXES:
all: \
minetest_buildpart_0
minetest_buildpart_0:
echo "Depend check for xcode"
cd /Users/security/mtclient && make -C /Users/security/mtclient -f /Users/security/mtclient/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.minetest.$(CONFIGURATION)

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for minetest
.SUFFIXES:
all: \
minetest_buildpart_0
minetest_buildpart_0:
echo "Depend check for xcode"
cd /Users/security/mtclient && make -C /Users/security/mtclient -f /Users/security/mtclient/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.minetest.$(CONFIGURATION)

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for minetest
.SUFFIXES:
all: \
minetest_buildpart_0
minetest_buildpart_0:
echo "Depend check for xcode"
cd /Users/security/mtclient && make -C /Users/security/mtclient -f /Users/security/mtclient/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.minetest.$(CONFIGURATION)

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for minetest
.SUFFIXES:
all: \
minetest_buildpart_0
minetest_buildpart_0:
echo "Depend check for xcode"
cd /Users/security/mtclient && make -C /Users/security/mtclient -f /Users/security/mtclient/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.minetest.$(CONFIGURATION)

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for minetestserver
.SUFFIXES:
all: \
minetestserver_buildpart_0
minetestserver_buildpart_0:
echo "Depend check for xcode"
cd /Users/security/mtclient && make -C /Users/security/mtclient -f /Users/security/mtclient/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.minetestserver.$(CONFIGURATION)

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for minetestserver
.SUFFIXES:
all: \
minetestserver_buildpart_0
minetestserver_buildpart_0:
echo "Depend check for xcode"
cd /Users/security/mtclient && make -C /Users/security/mtclient -f /Users/security/mtclient/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.minetestserver.$(CONFIGURATION)

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for minetestserver
.SUFFIXES:
all: \
minetestserver_buildpart_0
minetestserver_buildpart_0:
echo "Depend check for xcode"
cd /Users/security/mtclient && make -C /Users/security/mtclient -f /Users/security/mtclient/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.minetestserver.$(CONFIGURATION)

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for minetestserver
.SUFFIXES:
all: \
minetestserver_buildpart_0
minetestserver_buildpart_0:
echo "Depend check for xcode"
cd /Users/security/mtclient && make -C /Users/security/mtclient -f /Users/security/mtclient/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.minetestserver.$(CONFIGURATION)

24
src/cmake_config.h Normal file
View File

@ -0,0 +1,24 @@
// Filled in by the build system
#ifndef CMAKE_CONFIG_H
#define CMAKE_CONFIG_H
#define CMAKE_PROJECT_NAME "minetest"
#define CMAKE_VERSION_STRING "0.4.8-dev"
#define CMAKE_RUN_IN_PLACE 0
#define CMAKE_USE_GETTEXT 0
#define CMAKE_USE_CURL 1
#define CMAKE_USE_SOUND 1
#define CMAKE_USE_FREETYPE 0
#define CMAKE_STATIC_SHAREDIR "/usr/local/share/minetest"
#define CMAKE_USE_LEVELDB 0
#ifdef NDEBUG
#define CMAKE_BUILD_TYPE "Release"
#else
#define CMAKE_BUILD_TYPE "Debug"
#endif
#define CMAKE_BUILD_INFO "BUILD_TYPE="CMAKE_BUILD_TYPE" RUN_IN_PLACE=0 USE_GETTEXT=0 USE_SOUND=1 USE_CURL=1 USE_FREETYPE=0 USE_LUAJIT=0 STATIC_SHAREDIR=/usr/local/share/minetest"
#endif

111
src/cmake_install.cmake Normal file
View File

@ -0,0 +1,111 @@
# Install script for directory: /Users/security/mtclient/src
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
SET(CMAKE_INSTALL_PREFIX "/usr/local")
ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
IF(BUILD_TYPE)
STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
ELSE(BUILD_TYPE)
SET(CMAKE_INSTALL_CONFIG_NAME "Release")
ENDIF(BUILD_TYPE)
MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
# Set the component getting installed.
IF(NOT CMAKE_INSTALL_COMPONENT)
IF(COMPONENT)
MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
ELSE(COMPONENT)
SET(CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/Users/security/mtclient/bin/Debug/minetest")
IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/minetest" AND
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/minetest")
IF(CMAKE_INSTALL_DO_STRIP)
EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/minetest")
ENDIF(CMAKE_INSTALL_DO_STRIP)
ENDIF()
ELSEIF("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/Users/security/mtclient/bin/Release/minetest")
IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/minetest" AND
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/minetest")
IF(CMAKE_INSTALL_DO_STRIP)
EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/minetest")
ENDIF(CMAKE_INSTALL_DO_STRIP)
ENDIF()
ELSEIF("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/Users/security/mtclient/bin/MinSizeRel/minetest")
IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/minetest" AND
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/minetest")
IF(CMAKE_INSTALL_DO_STRIP)
EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/minetest")
ENDIF(CMAKE_INSTALL_DO_STRIP)
ENDIF()
ELSEIF("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/Users/security/mtclient/bin/RelWithDebInfo/minetest")
IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/minetest" AND
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/minetest")
IF(CMAKE_INSTALL_DO_STRIP)
EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/minetest")
ENDIF(CMAKE_INSTALL_DO_STRIP)
ENDIF()
ENDIF()
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/Users/security/mtclient/bin/Debug/minetestserver")
IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/minetestserver" AND
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/minetestserver")
IF(CMAKE_INSTALL_DO_STRIP)
EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/minetestserver")
ENDIF(CMAKE_INSTALL_DO_STRIP)
ENDIF()
ELSEIF("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/Users/security/mtclient/bin/Release/minetestserver")
IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/minetestserver" AND
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/minetestserver")
IF(CMAKE_INSTALL_DO_STRIP)
EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/minetestserver")
ENDIF(CMAKE_INSTALL_DO_STRIP)
ENDIF()
ELSEIF("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/Users/security/mtclient/bin/MinSizeRel/minetestserver")
IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/minetestserver" AND
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/minetestserver")
IF(CMAKE_INSTALL_DO_STRIP)
EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/minetestserver")
ENDIF(CMAKE_INSTALL_DO_STRIP)
ENDIF()
ELSEIF("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/Users/security/mtclient/bin/RelWithDebInfo/minetestserver")
IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/minetestserver" AND
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/minetestserver")
IF(CMAKE_INSTALL_DO_STRIP)
EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/minetestserver")
ENDIF(CMAKE_INSTALL_DO_STRIP)
ENDIF()
ENDIF()
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
INCLUDE("/Users/security/mtclient/src/lua/cmake_install.cmake")
INCLUDE("/Users/security/mtclient/src/jthread/cmake_install.cmake")
INCLUDE("/Users/security/mtclient/src/script/cmake_install.cmake")
INCLUDE("/Users/security/mtclient/src/util/cmake_install.cmake")
INCLUDE("/Users/security/mtclient/src/json/cmake_install.cmake")
ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for jsoncpp
.SUFFIXES:
all: \
jsoncpp_buildpart_0
jsoncpp_buildpart_0:
echo "Depend check for xcode"
cd /Users/security/mtclient && make -C /Users/security/mtclient -f /Users/security/mtclient/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.jsoncpp.$(CONFIGURATION)

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for jsoncpp
.SUFFIXES:
all: \
jsoncpp_buildpart_0
jsoncpp_buildpart_0:
echo "Depend check for xcode"
cd /Users/security/mtclient && make -C /Users/security/mtclient -f /Users/security/mtclient/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.jsoncpp.$(CONFIGURATION)

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for jsoncpp
.SUFFIXES:
all: \
jsoncpp_buildpart_0
jsoncpp_buildpart_0:
echo "Depend check for xcode"
cd /Users/security/mtclient && make -C /Users/security/mtclient -f /Users/security/mtclient/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.jsoncpp.$(CONFIGURATION)

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for jsoncpp
.SUFFIXES:
all: \
jsoncpp_buildpart_0
jsoncpp_buildpart_0:
echo "Depend check for xcode"
cd /Users/security/mtclient && make -C /Users/security/mtclient -f /Users/security/mtclient/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.jsoncpp.$(CONFIGURATION)

View File

@ -0,0 +1,29 @@
# Install script for directory: /Users/security/mtclient/src/json
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
SET(CMAKE_INSTALL_PREFIX "/usr/local")
ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
IF(BUILD_TYPE)
STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
ELSE(BUILD_TYPE)
SET(CMAKE_INSTALL_CONFIG_NAME "Release")
ENDIF(BUILD_TYPE)
MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
# Set the component getting installed.
IF(NOT CMAKE_INSTALL_COMPONENT)
IF(COMPONENT)
MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
ELSE(COMPONENT)
SET(CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)

View File

@ -0,0 +1,29 @@
# Install script for directory: /Users/security/mtclient/src/jthread
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
SET(CMAKE_INSTALL_PREFIX "/usr/local")
ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
IF(BUILD_TYPE)
STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
ELSE(BUILD_TYPE)
SET(CMAKE_INSTALL_CONFIG_NAME "Release")
ENDIF(BUILD_TYPE)
MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
# Set the component getting installed.
IF(NOT CMAKE_INSTALL_COMPONENT)
IF(COMPONENT)
MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
ELSE(COMPONENT)
SET(CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for ALL_BUILD
.SUFFIXES:
all: \
/Users/security/mtclient/src/lua/CMakeFiles/ALL_BUILD
/Users/security/mtclient/src/lua/CMakeFiles/ALL_BUILD:
echo ""
echo Build\ all\ projects

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for ALL_BUILD
.SUFFIXES:
all: \
/Users/security/mtclient/src/lua/CMakeFiles/ALL_BUILD
/Users/security/mtclient/src/lua/CMakeFiles/ALL_BUILD:
echo ""
echo Build\ all\ projects

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for ALL_BUILD
.SUFFIXES:
all: \
/Users/security/mtclient/src/lua/CMakeFiles/ALL_BUILD
/Users/security/mtclient/src/lua/CMakeFiles/ALL_BUILD:
echo ""
echo Build\ all\ projects

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for ALL_BUILD
.SUFFIXES:
all: \
/Users/security/mtclient/src/lua/CMakeFiles/ALL_BUILD
/Users/security/mtclient/src/lua/CMakeFiles/ALL_BUILD:
echo ""
echo Build\ all\ projects

View File

@ -0,0 +1,5 @@
# Generated by CMake, DO NOT EDIT
CMakeFiles/cmake.check_cache: \
/Users/security/mtclient/src/lua/CMakeLists.txt\
/Users/security/mtclient/src/lua/src/CMakeLists.txt
/opt/local/bin/cmake -H/Users/security/mtclient -B/Users/security/mtclient

View File

@ -0,0 +1,16 @@
# DO NOT EDIT
# This makefile makes sure all linkable targets are
# up-to-date with anything they link to
default:
echo "Do not invoke directly"
# For each target create a dummy rule so the target does not have to exist
# Rules to remove targets that are older than anything to which they
# link. This forces Xcode to relink the targets from scratch. It
# does not seem to check these dependencies itself.
PostBuild.lua.Debug:
PostBuild.lua.Release:
PostBuild.lua.MinSizeRel:
PostBuild.lua.RelWithDebInfo:

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for ZERO_CHECK
.SUFFIXES:
all: \
/Users/security/mtclient/src/lua/CMakeFiles/ZERO_CHECK
/Users/security/mtclient/src/lua/CMakeFiles/ZERO_CHECK:
echo ""
make -f /Users/security/mtclient/src/lua/CMakeScripts/ReRunCMake.make

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for ZERO_CHECK
.SUFFIXES:
all: \
/Users/security/mtclient/src/lua/CMakeFiles/ZERO_CHECK
/Users/security/mtclient/src/lua/CMakeFiles/ZERO_CHECK:
echo ""
make -f /Users/security/mtclient/src/lua/CMakeScripts/ReRunCMake.make

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for ZERO_CHECK
.SUFFIXES:
all: \
/Users/security/mtclient/src/lua/CMakeFiles/ZERO_CHECK
/Users/security/mtclient/src/lua/CMakeFiles/ZERO_CHECK:
echo ""
make -f /Users/security/mtclient/src/lua/CMakeScripts/ReRunCMake.make

View File

@ -0,0 +1,10 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for ZERO_CHECK
.SUFFIXES:
all: \
/Users/security/mtclient/src/lua/CMakeFiles/ZERO_CHECK
/Users/security/mtclient/src/lua/CMakeFiles/ZERO_CHECK:
echo ""
make -f /Users/security/mtclient/src/lua/CMakeScripts/ReRunCMake.make

View File

@ -0,0 +1,9 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for install
.SUFFIXES:
all: \
install_buildpart_0
install_buildpart_0:
/opt/local/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake

View File

@ -0,0 +1,9 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for install
.SUFFIXES:
all: \
install_buildpart_0
install_buildpart_0:
/opt/local/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake

View File

@ -0,0 +1,9 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for install
.SUFFIXES:
all: \
install_buildpart_0
install_buildpart_0:
/opt/local/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake

View File

@ -0,0 +1,9 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for install
.SUFFIXES:
all: \
install_buildpart_0
install_buildpart_0:
/opt/local/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake

View File

@ -0,0 +1,9 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for package
.SUFFIXES:
all: \
package_buildpart_0
package_buildpart_0:
cd /Users/security/mtclient && /opt/local/bin/cpack -C $(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) --config ./CPackConfig.cmake

View File

@ -0,0 +1,9 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for package
.SUFFIXES:
all: \
package_buildpart_0
package_buildpart_0:
cd /Users/security/mtclient && /opt/local/bin/cpack -C $(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) --config ./CPackConfig.cmake

View File

@ -0,0 +1,9 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for package
.SUFFIXES:
all: \
package_buildpart_0
package_buildpart_0:
cd /Users/security/mtclient && /opt/local/bin/cpack -C $(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) --config ./CPackConfig.cmake

View File

@ -0,0 +1,9 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for package
.SUFFIXES:
all: \
package_buildpart_0
package_buildpart_0:
cd /Users/security/mtclient && /opt/local/bin/cpack -C $(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) --config ./CPackConfig.cmake

View File

@ -0,0 +1,15 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for lua
.SUFFIXES:
all: \
lua_buildpart_0\
lua_buildpart_1
lua_buildpart_0:
echo "Depend check for xcode"
cd /Users/security/mtclient/src/lua && make -C /Users/security/mtclient/src/lua -f /Users/security/mtclient/src/lua/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.lua.$(CONFIGURATION)
lua_buildpart_1:
echo "Depend check for xcode"
cd /Users/security/mtclient && make -C /Users/security/mtclient -f /Users/security/mtclient/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.lua.$(CONFIGURATION)

View File

@ -0,0 +1,15 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for lua
.SUFFIXES:
all: \
lua_buildpart_0\
lua_buildpart_1
lua_buildpart_0:
echo "Depend check for xcode"
cd /Users/security/mtclient/src/lua && make -C /Users/security/mtclient/src/lua -f /Users/security/mtclient/src/lua/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.lua.$(CONFIGURATION)
lua_buildpart_1:
echo "Depend check for xcode"
cd /Users/security/mtclient && make -C /Users/security/mtclient -f /Users/security/mtclient/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.lua.$(CONFIGURATION)

View File

@ -0,0 +1,15 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for lua
.SUFFIXES:
all: \
lua_buildpart_0\
lua_buildpart_1
lua_buildpart_0:
echo "Depend check for xcode"
cd /Users/security/mtclient/src/lua && make -C /Users/security/mtclient/src/lua -f /Users/security/mtclient/src/lua/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.lua.$(CONFIGURATION)
lua_buildpart_1:
echo "Depend check for xcode"
cd /Users/security/mtclient && make -C /Users/security/mtclient -f /Users/security/mtclient/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.lua.$(CONFIGURATION)

View File

@ -0,0 +1,15 @@
# Generated by CMake, DO NOT EDIT
# Custom rules for lua
.SUFFIXES:
all: \
lua_buildpart_0\
lua_buildpart_1
lua_buildpart_0:
echo "Depend check for xcode"
cd /Users/security/mtclient/src/lua && make -C /Users/security/mtclient/src/lua -f /Users/security/mtclient/src/lua/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.lua.$(CONFIGURATION)
lua_buildpart_1:
echo "Depend check for xcode"
cd /Users/security/mtclient && make -C /Users/security/mtclient -f /Users/security/mtclient/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.lua.$(CONFIGURATION)

View File

@ -0,0 +1,29 @@
# Install script for directory: /Users/security/mtclient/src/lua/src
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
SET(CMAKE_INSTALL_PREFIX "/usr/local")
ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
IF(BUILD_TYPE)
STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
ELSE(BUILD_TYPE)
SET(CMAKE_INSTALL_CONFIG_NAME "Release")
ENDIF(BUILD_TYPE)
MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
# Set the component getting installed.
IF(NOT CMAKE_INSTALL_COMPONENT)
IF(COMPONENT)
MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
ELSE(COMPONENT)
SET(CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)

View File

@ -0,0 +1,35 @@
# Install script for directory: /Users/security/mtclient/src/lua
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
SET(CMAKE_INSTALL_PREFIX "/usr/local")
ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
IF(BUILD_TYPE)
STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
ELSE(BUILD_TYPE)
SET(CMAKE_INSTALL_CONFIG_NAME "Release")
ENDIF(BUILD_TYPE)
MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
# Set the component getting installed.
IF(NOT CMAKE_INSTALL_COMPONENT)
IF(COMPONENT)
MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
ELSE(COMPONENT)
SET(CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
INCLUDE("/Users/security/mtclient/src/lua/build/cmake_install.cmake")
ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,37 @@
# Install script for directory: /Users/security/mtclient/src/script
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
SET(CMAKE_INSTALL_PREFIX "/usr/local")
ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
IF(BUILD_TYPE)
STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
ELSE(BUILD_TYPE)
SET(CMAKE_INSTALL_CONFIG_NAME "Release")
ENDIF(BUILD_TYPE)
MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
# Set the component getting installed.
IF(NOT CMAKE_INSTALL_COMPONENT)
IF(COMPONENT)
MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
ELSE(COMPONENT)
SET(CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
INCLUDE("/Users/security/mtclient/src/script/common/cmake_install.cmake")
INCLUDE("/Users/security/mtclient/src/script/cpp_api/cmake_install.cmake")
INCLUDE("/Users/security/mtclient/src/script/lua_api/cmake_install.cmake")
ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)

View File

@ -0,0 +1,29 @@
# Install script for directory: /Users/security/mtclient/src/script/common
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
SET(CMAKE_INSTALL_PREFIX "/usr/local")
ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
IF(BUILD_TYPE)
STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
ELSE(BUILD_TYPE)
SET(CMAKE_INSTALL_CONFIG_NAME "Release")
ENDIF(BUILD_TYPE)
MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
# Set the component getting installed.
IF(NOT CMAKE_INSTALL_COMPONENT)
IF(COMPONENT)
MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
ELSE(COMPONENT)
SET(CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)

View File

@ -0,0 +1,29 @@
# Install script for directory: /Users/security/mtclient/src/script/cpp_api
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
SET(CMAKE_INSTALL_PREFIX "/usr/local")
ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
IF(BUILD_TYPE)
STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
ELSE(BUILD_TYPE)
SET(CMAKE_INSTALL_CONFIG_NAME "Release")
ENDIF(BUILD_TYPE)
MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
# Set the component getting installed.
IF(NOT CMAKE_INSTALL_COMPONENT)
IF(COMPONENT)
MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
ELSE(COMPONENT)
SET(CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)

View File

@ -0,0 +1,29 @@
# Install script for directory: /Users/security/mtclient/src/script/lua_api
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
SET(CMAKE_INSTALL_PREFIX "/usr/local")
ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
IF(BUILD_TYPE)
STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
ELSE(BUILD_TYPE)
SET(CMAKE_INSTALL_CONFIG_NAME "Release")
ENDIF(BUILD_TYPE)
MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
# Set the component getting installed.
IF(NOT CMAKE_INSTALL_COMPONENT)
IF(COMPONENT)
MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
ELSE(COMPONENT)
SET(CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)

View File

@ -0,0 +1,29 @@
# Install script for directory: /Users/security/mtclient/src/util
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
SET(CMAKE_INSTALL_PREFIX "/usr/local")
ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
IF(BUILD_TYPE)
STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
ELSE(BUILD_TYPE)
SET(CMAKE_INSTALL_CONFIG_NAME "Release")
ENDIF(BUILD_TYPE)
MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
# Set the component getting installed.
IF(NOT CMAKE_INSTALL_COMPONENT)
IF(COMPONENT)
MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
ELSE(COMPONENT)
SET(CMAKE_INSTALL_COMPONENT)
ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)