2009-09-28 15:43:28 +00:00
|
|
|
/*============================================================================
|
|
|
|
CMake - Cross Platform Makefile Generator
|
|
|
|
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
|
2007-07-27 14:55:24 +00:00
|
|
|
|
2009-09-28 15:43:28 +00:00
|
|
|
Distributed under the OSI-approved BSD License (the "License");
|
|
|
|
see accompanying file Copyright.txt for details.
|
2007-07-27 14:55:24 +00:00
|
|
|
|
2009-09-28 15:43:28 +00:00
|
|
|
This software is distributed WITHOUT ANY WARRANTY; without even the
|
|
|
|
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
See the License for more information.
|
|
|
|
============================================================================*/
|
2001-06-20 17:56:38 +00:00
|
|
|
#cmakedefine CMAKE_NO_STD_NAMESPACE
|
|
|
|
#cmakedefine CMAKE_NO_ANSI_STREAM_HEADERS
|
2002-06-19 19:21:49 +00:00
|
|
|
#cmakedefine CMAKE_NO_ANSI_STRING_STREAM
|
2001-08-09 13:33:41 +00:00
|
|
|
#cmakedefine CMAKE_NO_ANSI_FOR_SCOPE
|
2006-03-17 21:30:47 +00:00
|
|
|
#cmakedefine HAVE_ENVIRON_NOT_REQUIRE_PROTOTYPE
|
|
|
|
#cmakedefine HAVE_UNSETENV
|
2008-02-27 21:26:35 +00:00
|
|
|
#cmakedefine CMAKE_USE_ELF_PARSER
|
2007-10-16 18:28:37 +00:00
|
|
|
#cmakedefine CMAKE_STRICT
|
2001-06-20 17:56:38 +00:00
|
|
|
#define CMAKE_ROOT_DIR "${CMake_SOURCE_DIR}"
|
2001-06-21 20:34:13 +00:00
|
|
|
#define CMAKE_BUILD_DIR "${CMake_BINARY_DIR}"
|
2003-07-21 20:38:53 +00:00
|
|
|
#define CMAKE_DATA_DIR "@CMAKE_DATA_DIR@"
|