2009-09-28 11:43:28 -04:00
|
|
|
/*============================================================================
|
|
|
|
CMake - Cross Platform Makefile Generator
|
|
|
|
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
|
2007-07-27 10:55:24 -04:00
|
|
|
|
2009-09-28 11:43:28 -04:00
|
|
|
Distributed under the OSI-approved BSD License (the "License");
|
|
|
|
see accompanying file Copyright.txt for details.
|
2007-07-27 10:55:24 -04:00
|
|
|
|
2009-09-28 11:43:28 -04: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 13:56:38 -04:00
|
|
|
#cmakedefine CMAKE_NO_STD_NAMESPACE
|
|
|
|
#cmakedefine CMAKE_NO_ANSI_STREAM_HEADERS
|
2002-06-19 15:21:49 -04:00
|
|
|
#cmakedefine CMAKE_NO_ANSI_STRING_STREAM
|
2001-08-09 09:33:41 -04:00
|
|
|
#cmakedefine CMAKE_NO_ANSI_FOR_SCOPE
|
2006-03-17 16:30:47 -05:00
|
|
|
#cmakedefine HAVE_ENVIRON_NOT_REQUIRE_PROTOTYPE
|
|
|
|
#cmakedefine HAVE_UNSETENV
|
2008-02-27 16:26:35 -05:00
|
|
|
#cmakedefine CMAKE_USE_ELF_PARSER
|
2007-10-16 14:28:37 -04:00
|
|
|
#cmakedefine CMAKE_STRICT
|
2001-06-20 13:56:38 -04:00
|
|
|
#define CMAKE_ROOT_DIR "${CMake_SOURCE_DIR}"
|
2001-06-21 16:34:13 -04:00
|
|
|
#define CMAKE_BUILD_DIR "${CMake_BINARY_DIR}"
|
2003-07-21 16:38:53 -04:00
|
|
|
#define CMAKE_DATA_DIR "@CMAKE_DATA_DIR@"
|