-# $Id$
-
-#
-# Compatibility Make.global_options file
-#
-
-###############################################################################
-## Please note:
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2012 - 2013 by the deal.II authors
##
-## This is a compatibility Make.global_options file generated by CMake
-## from the ./cmake/config/Make.global_options.in file.
+## This file is part of the deal.II library.
##
-###############################################################################
+## The deal.II library is free software; you can use it, redistribute
+## it, and/or modify it under the terms of the GNU Lesser General
+## Public License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+## The full text of the license can be found in the file LICENSE at
+## the top level of the deal.II distribution.
+##
+## ---------------------------------------------------------------------
#
-# the following lines will be replaced by cmake
+# Please note:
+#
+# This is a compatibility Make.global_options file generated by CMake
+# from the ./cmake/config/Make.global_options.in file.
#
+
D = @CMAKE_INSTALL_PREFIX@
CXX = @CMAKE_CXX_COMPILER@
CXX-ID = @CMAKE_CXX_COMPILER_ID@
# set paths to all the libraries we need:
-lib-deal2.o = ${MAKEFILE_TARGETS_RELEASE}
-lib-deal2.g = ${MAKEFILE_TARGETS_DEBUG}
+lib-deal2.o = @MAKEFILE_TARGETS_RELEASE@
+lib-deal2.g = @MAKEFILE_TARGETS_DEBUG@
-# include paths as command line flags. while compilers allow a space between
-# the '-I' and the actual path, we also send these flags to the
-# make_dependencies program that doesn't support the extra space.
-#
-INCLUDE = ${MAKEFILE_INCLUDE_DIRS}
+# Include paths as command line flags
+INCLUDE = @MAKEFILE_INCLUDE_DIRS@
# compiler flags for debug and optimized mode