]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
CMake: A new header for Make.global_options as well
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 27 Jul 2013 11:32:59 +0000 (11:32 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 27 Jul 2013 11:32:59 +0000 (11:32 +0000)
git-svn-id: https://svn.dealii.org/trunk@30170 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/config/Make.global_options.in

index bcedebb257f9ca1ec1ee8e69b9ccc4aa2650dc4e..a32109a4643addc26254d023ebb7e571c414630d 100644 (file)
@@ -1,22 +1,28 @@
-# $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@
@@ -62,15 +68,12 @@ EXEEXT     =
 
 
 # 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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.