r37039 - in /packages/libxc/trunk/debian: ./ changelog compat control copyright libdftxc0-dev.install libdftxc0.install patches/ patches/rename-libxc-to-libdftxc patches/series rules source/ source/format watch

dcaliste-guest at users.alioth.debian.org dcaliste-guest at users.alioth.debian.org
Wed Nov 24 13:07:13 UTC 2010


Author: dcaliste-guest
Date: Wed Nov 24 13:07:09 2010
New Revision: 37039

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=37039
Log:
Initial import of the packaging for libXC.

Added:
    packages/libxc/trunk/debian/
    packages/libxc/trunk/debian/changelog
    packages/libxc/trunk/debian/compat
    packages/libxc/trunk/debian/control
    packages/libxc/trunk/debian/copyright
    packages/libxc/trunk/debian/libdftxc0-dev.install
    packages/libxc/trunk/debian/libdftxc0.install
    packages/libxc/trunk/debian/patches/
    packages/libxc/trunk/debian/patches/rename-libxc-to-libdftxc
    packages/libxc/trunk/debian/patches/series
    packages/libxc/trunk/debian/rules   (with props)
    packages/libxc/trunk/debian/source/
    packages/libxc/trunk/debian/source/format
    packages/libxc/trunk/debian/watch

Added: packages/libxc/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libxc/trunk/debian/changelog?rev=37039&op=file
==============================================================================
--- packages/libxc/trunk/debian/changelog (added)
+++ packages/libxc/trunk/debian/changelog Wed Nov 24 13:07:09 2010
@@ -1,0 +1,11 @@
+libxc (1.0-1) unstable; urgency=low
+
+  * Initial packaging from upstream version 1.0 (Closes: #602110).
+  * Use dpkg-source 3.0 (quilt) format.
+  * src/Makefile.am and testsuite/Makefile.am: change library name
+    from libxc to libdftxc since libxc is already used internally
+    by Xen (see libxen-dev).
+  * build/libxc.pc.in: change the -lxc to -ldftxc for the above
+    reason.
+
+ -- Damien Caliste <damien.caliste at cea.fr>  Mon, 22 Nov 2010 10:19:15 +0100

Added: packages/libxc/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/libxc/trunk/debian/compat?rev=37039&op=file
==============================================================================
--- packages/libxc/trunk/debian/compat (added)
+++ packages/libxc/trunk/debian/compat Wed Nov 24 13:07:09 2010
@@ -1,0 +1,1 @@
+5

Added: packages/libxc/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/libxc/trunk/debian/control?rev=37039&op=file
==============================================================================
--- packages/libxc/trunk/debian/control (added)
+++ packages/libxc/trunk/debian/control Wed Nov 24 13:07:09 2010
@@ -1,0 +1,36 @@
+Source: libxc
+Section: science
+Priority: optional
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Sylvestre Ledru <sylvestre at debian.org>,
+ Damien Caliste <damien.caliste at cea.fr>
+Build-Depends: debhelper (>= 5), cdbs, autotools-dev, gfortran
+Standards-Version: 3.9.1.0
+Homepage: http://www.tddft.org/programs/octopus/wiki/index.php/Libxc
+
+Package: libdftxc0
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: an extensive implementation of XC functional for DFT codes
+ Libxc is a library of exchange-correlation (XC) functionals for
+ density-functional theory (DFT). The aim is to provide a portable, well
+ tested and reliable set of exchange and correlation functionals that
+ can be used by all the ETSF codes and also other codes.
+ .
+ In libxc you can find different types of functionals: LDA, GGA, hybrids,
+ mGGA (experimental) and LCA (not working).
+ .
+ This functionals depend on local information, in the sense that the value
+ of the potential at a given point depends only on the values of the
+ density - and the gradient of the density and the kinetic energy density,
+ for the GGA and mGGA cases, or the vorticity for LCA -.
+
+Package: libdftxc0-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: an extensive implementation of XC functional for DFT codes
+ Libxc provides a portable implementation of XC functionals.
+ .
+ This Package contains the C headers and the Fortran modules necessary
+ for developers.

Added: packages/libxc/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/libxc/trunk/debian/copyright?rev=37039&op=file
==============================================================================
--- packages/libxc/trunk/debian/copyright (added)
+++ packages/libxc/trunk/debian/copyright Wed Nov 24 13:07:09 2010
@@ -1,0 +1,21 @@
+This package was debianized by Damien Caliste <damien.caliste at cea.fr> on
+Mon, 22 Nov 2010 10:29:11 +0100.
+
+It was downloaded from <http://www.tddft.org/programs/octopus/wiki/index.php/Libxc:download>
+
+Upstream Authors: 
+
+    Miguel A. L. Marques <marques at tddft.org>
+    Georg Madsen
+
+Copyright: 
+
+    Copyright (C) 2006, 2010 - M.A.L. Marques
+
+License:
+
+    LGPL v3.0, see `/usr/share/common-licenses/LGPL-3'.
+
+The Debian packaging is Copyright (C) 2010,
+ Damien Caliste <damien.caliste at cea.fr> and is licensed under the GPL-3,
+ see `/usr/share/common-licenses/GPL-3'.

Added: packages/libxc/trunk/debian/libdftxc0-dev.install
URL: http://svn.debian.org/wsvn/debian-science/packages/libxc/trunk/debian/libdftxc0-dev.install?rev=37039&op=file
==============================================================================
--- packages/libxc/trunk/debian/libdftxc0-dev.install (added)
+++ packages/libxc/trunk/debian/libdftxc0-dev.install Wed Nov 24 13:07:09 2010
@@ -1,0 +1,9 @@
+debian/tmp/usr/lib/libdft_xc.a
+debian/tmp/usr/lib/libdft_xc.so
+debian/tmp/usr/lib/pkgconfig/libxc.pc
+debian/tmp/usr/include/libxc_funcs_m.mod
+debian/tmp/usr/include/xc_f90_lib_m.mod
+debian/tmp/usr/include/xc_f90_types_m.mod
+debian/tmp/usr/include/xc_config.h
+debian/tmp/usr/include/xc_funcs.h
+debian/tmp/usr/include/xc.h

Added: packages/libxc/trunk/debian/libdftxc0.install
URL: http://svn.debian.org/wsvn/debian-science/packages/libxc/trunk/debian/libdftxc0.install?rev=37039&op=file
==============================================================================
--- packages/libxc/trunk/debian/libdftxc0.install (added)
+++ packages/libxc/trunk/debian/libdftxc0.install Wed Nov 24 13:07:09 2010
@@ -1,0 +1,2 @@
+debian/tmp/usr/lib/libdft_xc.so.0
+debian/tmp/usr/lib/libdft_xc.so.0.0.9

Added: packages/libxc/trunk/debian/patches/rename-libxc-to-libdftxc
URL: http://svn.debian.org/wsvn/debian-science/packages/libxc/trunk/debian/patches/rename-libxc-to-libdftxc?rev=37039&op=file
==============================================================================
--- packages/libxc/trunk/debian/patches/rename-libxc-to-libdftxc (added)
+++ packages/libxc/trunk/debian/patches/rename-libxc-to-libdftxc Wed Nov 24 13:07:09 2010
@@ -1,0 +1,3624 @@
+Description: Upstream changes introduced in version 1.0-1
+ * src/Makefile.am and testsuite/Makefile.am: change library name
+   from libxc to libdft_xc since libxc is already used internally
+   by Xen (see libxen-dev).
+ * build/libxc.pc.in: change the -lxc to -ldft_xc for the above
+   reason.
+Author: Damien Caliste <damien.caliste at cea.fr>
+Bug-Debian: http://bugs.debian.org/602110
+Forwarded: no
+Last-Update: 2010-11-23
+
+--- libxc-1.0.orig/build/libxc.pc.in
++++ libxc-1.0/build/libxc.pc.in
+@@ -7,5 +7,5 @@ Name: libxc
+ Description: Library of exchange and correlation functionals to be used in DFT codes
+ Requires: 
+ Version: @VERSION@
+-Libs: -L${libdir} -lxc
++Libs: -L${libdir} -ldft_xc
+ Cflags: -I${includedir}
+--- libxc-1.0.orig/src/Makefile.am
++++ libxc-1.0/src/Makefile.am
+@@ -19,9 +19,9 @@
+ ##
+ ## $Id: Makefile.am 2433 2006-09-28 11:06:54Z marques $
+ 
+-lib_LTLIBRARIES = libxc.la
++lib_LTLIBRARIES = libdft_xc.la
+ 
+-libxc_la_FUNC_SOURCES = \
++libdft_xc_la_FUNC_SOURCES = \
+ 	lda.c lda_x.c lda_x_1d.c lda_x_2d.c \
+ 	lda_c_wigner.c lda_c_rpa.c lda_c_hl.c \
+ 	lda_c_vwn.c lda_c_pz.c lda_c_pw.c lda_c_ml1.c lda_xc_teter93.c \
+@@ -42,24 +42,24 @@ libxc_la_FUNC_SOURCES = \
+ 	lca.c lca_omc.c lca_lch.c \
+ 	mix_func.c special_functions.c integrate.c util.c functionals.c 
+ 
+-libxc_la_FUNC_SINGLE_SOURCES = $(libxc_la_FUNC_SOURCES:.c=_s.c)
++libdft_xc_la_FUNC_SINGLE_SOURCES = $(libdft_xc_la_FUNC_SOURCES:.c=_s.c)
+ 
+-libxc_la_SOURCES = $(libxc_la_FUNC_SOURCES)
++libdft_xc_la_SOURCES = $(libdft_xc_la_FUNC_SOURCES)
+ 
+ if COMPILE_FORTRAN
+-  libxc_la_SOURCES += xc_f.c libxc_funcs.f90 libxc.f90
++  libdft_xc_la_SOURCES += xc_f.c libxc_funcs.f90 libxc.f90
+ endif
+ if COMPILE_SINGLE
+-  nodist_libxc_la_SOURCES = $(libxc_la_FUNC_SINGLE_SOURCES)
++  nodist_libdft_xc_la_SOURCES = $(libdft_xc_la_FUNC_SINGLE_SOURCES)
+ if COMPILE_FORTRAN
+-    nodist_libxc_la_SOURCES += xc_f_s.c libxc_s.f90
++    nodist_libdft_xc_la_SOURCES += xc_f_s.c libxc_s.f90
+ endif
+ endif
+ 
+ # libtool stuff
+-libxc_la_LDFLAGS = -version-info 0:9:0
++libdft_xc_la_LDFLAGS = -version-info 0:9:0
+ # this is a hack to go around buggy libtool/automake versions
+-libxc_la_LIBTOOLFLAGS = --tag=F77
++libdft_xc_la_LIBTOOLFLAGS = --tag=F77
+ LTFCCOMPILE = $(LIBTOOL) --mode=compile --tag=F77 $(FC) $(AM_FCFLAGS) $(FCFLAGS)
+ FCLINK = $(LIBTOOL) --mode=link --tag=F77 $(FCLD) $(AM_FCFLAGS) $(FCFLAGS) \
+         $(AM_LDFLAGS) $(LDFLAGS) -o $@
+--- libxc-1.0.orig/testsuite/Makefile.am
++++ libxc-1.0/testsuite/Makefile.am
+@@ -24,11 +24,11 @@ dist_noinst_SCRIPTS = xc-run_testsuite x
+ #TESTS = xc-run_testsuite
+ 
+ xc_get_data_SOURCES = xc-get_data.c
+-xc_get_data_LDADD = -L../src/ -lxc -lm
++xc_get_data_LDADD = -L../src/ -ldft_xc -lm
+ xc_get_data_CPPFLAGS = -I$(srcdir)/../src/ -I$(top_builddir)/src
+ 
+ xc_consistency_SOURCES = xc-consistency.c
+-xc_consistency_LDADD = -L../src/ -lxc -lm
++xc_consistency_LDADD = -L../src/ -ldft_xc -lm
+ xc_consistency_CPPFLAGS = -I$(srcdir)/../src/ -I$(top_builddir)/src
+ 
+ dist_noinst_DATA =         \
+--- libxc-1.0.orig/configure
++++ libxc-1.0/configure
+@@ -1,13 +1,13 @@
+ #! /bin/sh
+ # Guess values for system-dependent variables and create Makefiles.
+-# Generated by GNU Autoconf 2.65 for libxc 1.0.
++# Generated by GNU Autoconf 2.67 for libxc 1.0.
+ #
+ # Report bugs to <octopus-users at tddft.org>.
+ #
+ #
+ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
+-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+-# Inc.
++# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
++# Foundation, Inc.
+ #
+ #
+ # This configure script is free software; the Free Software Foundation
+@@ -319,7 +319,7 @@ $as_echo X"$as_dir" |
+       test -d "$as_dir" && break
+     done
+     test -z "$as_dirs" || eval "mkdir $as_dirs"
+-  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
++  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
+ 
+ 
+ } # as_fn_mkdir_p
+@@ -359,19 +359,19 @@ else
+ fi # as_fn_arith
+ 
+ 
+-# as_fn_error ERROR [LINENO LOG_FD]
+-# ---------------------------------
++# as_fn_error STATUS ERROR [LINENO LOG_FD]
++# ----------------------------------------
+ # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+ # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+-# script with status $?, using 1 if that was 0.
++# script with STATUS, using 1 if that was 0.
+ as_fn_error ()
+ {
+-  as_status=$?; test $as_status -eq 0 && as_status=1
+-  if test "$3"; then
+-    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+-    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
++  as_status=$1; test $as_status -eq 0 && as_status=1
++  if test "$4"; then
++    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
++    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+   fi
+-  $as_echo "$as_me: error: $1" >&2
++  $as_echo "$as_me: error: $2" >&2
+   as_fn_exit $as_status
+ } # as_fn_error
+ 
+@@ -682,7 +682,7 @@ test -n "$DJDIR" || exec 7<&0 </dev/null
+ exec 6>&1
+ 
+ # Name of the host.
+-# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
++# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
+ # so uname gets run too.
+ ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
+ 
+@@ -958,8 +958,9 @@ do
+   fi
+ 
+   case $ac_option in
+-  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
+-  *)	ac_optarg=yes ;;
++  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
++  *=)   ac_optarg= ;;
++  *)    ac_optarg=yes ;;
+   esac
+ 
+   # Accept the important Cygnus configure options, so we can diagnose typos.
+@@ -1004,7 +1005,7 @@ do
+     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
+     # Reject names that are not valid shell variable names.
+     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+-      as_fn_error "invalid feature name: $ac_useropt"
++      as_fn_error $? "invalid feature name: $ac_useropt"
+     ac_useropt_orig=$ac_useropt
+     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+     case $ac_user_opts in
+@@ -1030,7 +1031,7 @@ do
+     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
+     # Reject names that are not valid shell variable names.
+     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+-      as_fn_error "invalid feature name: $ac_useropt"
++      as_fn_error $? "invalid feature name: $ac_useropt"
+     ac_useropt_orig=$ac_useropt
+     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+     case $ac_user_opts in
+@@ -1234,7 +1235,7 @@ do
+     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
+     # Reject names that are not valid shell variable names.
+     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+-      as_fn_error "invalid package name: $ac_useropt"
++      as_fn_error $? "invalid package name: $ac_useropt"
+     ac_useropt_orig=$ac_useropt
+     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+     case $ac_user_opts in
+@@ -1250,7 +1251,7 @@ do
+     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
+     # Reject names that are not valid shell variable names.
+     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+-      as_fn_error "invalid package name: $ac_useropt"
++      as_fn_error $? "invalid package name: $ac_useropt"
+     ac_useropt_orig=$ac_useropt
+     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+     case $ac_user_opts in
+@@ -1280,8 +1281,8 @@ do
+   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
+     x_libraries=$ac_optarg ;;
+ 
+-  -*) as_fn_error "unrecognized option: \`$ac_option'
+-Try \`$0 --help' for more information."
++  -*) as_fn_error $? "unrecognized option: \`$ac_option'
++Try \`$0 --help' for more information"
+     ;;
+ 
+   *=*)
+@@ -1289,7 +1290,7 @@ Try \`$0 --help' for more information."
+     # Reject names that are not valid shell variable names.
+     case $ac_envvar in #(
+       '' | [0-9]* | *[!_$as_cr_alnum]* )
+-      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
++      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
+     esac
+     eval $ac_envvar=\$ac_optarg
+     export $ac_envvar ;;
+@@ -1307,13 +1308,13 @@ done
+ 
+ if test -n "$ac_prev"; then
+   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
+-  as_fn_error "missing argument to $ac_option"
++  as_fn_error $? "missing argument to $ac_option"
+ fi
+ 
+ if test -n "$ac_unrecognized_opts"; then
+   case $enable_option_checking in
+     no) ;;
+-    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
++    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
+     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
+   esac
+ fi
+@@ -1336,7 +1337,7 @@ do
+     [\\/$]* | ?:[\\/]* )  continue;;
+     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
+   esac
+-  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
++  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
+ done
+ 
+ # There might be people who depend on the old broken behavior: `$host'
+@@ -1350,8 +1351,8 @@ target=$target_alias
+ if test "x$host_alias" != x; then
+   if test "x$build_alias" = x; then
+     cross_compiling=maybe
+-    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
+-    If a cross compiler is detected then cross compile mode will be used." >&2
++    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
++    If a cross compiler is detected then cross compile mode will be used" >&2
+   elif test "x$build_alias" != "x$host_alias"; then
+     cross_compiling=yes
+   fi
+@@ -1366,9 +1367,9 @@ test "$silent" = yes && exec 6>/dev/null
+ ac_pwd=`pwd` && test -n "$ac_pwd" &&
+ ac_ls_di=`ls -di .` &&
+ ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
+-  as_fn_error "working directory cannot be determined"
++  as_fn_error $? "working directory cannot be determined"
+ test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
+-  as_fn_error "pwd does not report name of working directory"
++  as_fn_error $? "pwd does not report name of working directory"
+ 
+ 
+ # Find the source files, if location was not specified.
+@@ -1407,11 +1408,11 @@ else
+ fi
+ if test ! -r "$srcdir/$ac_unique_file"; then
+   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
+-  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
++  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
+ fi
+ ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
+ ac_abs_confdir=`(
+-	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
++	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
+ 	pwd)`
+ # When building in place, set srcdir=.
+ if test "$ac_abs_confdir" = "$ac_pwd"; then
+@@ -1451,7 +1452,7 @@ Configuration:
+       --help=short        display options specific to this package
+       --help=recursive    display the short help of all the included packages
+   -V, --version           display version information and exit
+-  -q, --quiet, --silent   do not print \`checking...' messages
++  -q, --quiet, --silent   do not print \`checking ...' messages
+       --cache-file=FILE   cache test results in FILE [disabled]
+   -C, --config-cache      alias for \`--cache-file=config.cache'
+   -n, --no-create         do not create output files
+@@ -1612,9 +1613,9 @@ test -n "$ac_init_help" && exit $ac_stat
+ if $ac_init_version; then
+   cat <<\_ACEOF
+ libxc configure 1.0
+-generated by GNU Autoconf 2.65
++generated by GNU Autoconf 2.67
+ 
+-Copyright (C) 2009 Free Software Foundation, Inc.
++Copyright (C) 2010 Free Software Foundation, Inc.
+ This configure script is free software; the Free Software Foundation
+ gives unlimited permission to copy, distribute and modify it.
+ _ACEOF
+@@ -1718,7 +1719,7 @@ ac_fn_c_check_header_compile ()
+   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+ $as_echo_n "checking for $2... " >&6; }
+-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
++if eval "test \"\${$3+set}\"" = set; then :
+   $as_echo_n "(cached) " >&6
+ else
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+@@ -1761,7 +1762,7 @@ $as_echo "$ac_try_echo"; } >&5
+     mv -f conftest.er1 conftest.err
+   fi
+   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+-  test $ac_status = 0; } >/dev/null && {
++  test $ac_status = 0; } > conftest.i && {
+ 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+ 	 test ! -s conftest.err
+        }; then :
+@@ -1827,7 +1828,7 @@ ac_fn_c_check_func ()
+   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+ $as_echo_n "checking for $2... " >&6; }
+-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
++if eval "test \"\${$3+set}\"" = set; then :
+   $as_echo_n "(cached) " >&6
+ else
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+@@ -2152,7 +2153,7 @@ This file contains any messages produced
+ running configure, to aid debugging if configure makes a mistake.
+ 
+ It was created by libxc $as_me 1.0, which was
+-generated by GNU Autoconf 2.65.  Invocation command line was
++generated by GNU Autoconf 2.67.  Invocation command line was
+ 
+   $ $0 $@
+ 
+@@ -2262,11 +2263,9 @@ trap 'exit_status=$?
+   {
+     echo
+ 
+-    cat <<\_ASBOX
+-## ---------------- ##
++    $as_echo "## ---------------- ##
+ ## Cache variables. ##
+-## ---------------- ##
+-_ASBOX
++## ---------------- ##"
+     echo
+     # The following way of writing the cache mishandles newlines in values,
+ (
+@@ -2300,11 +2299,9 @@ $as_echo "$as_me: WARNING: cache variabl
+ )
+     echo
+ 
+-    cat <<\_ASBOX
+-## ----------------- ##
++    $as_echo "## ----------------- ##
+ ## Output variables. ##
+-## ----------------- ##
+-_ASBOX
++## ----------------- ##"
+     echo
+     for ac_var in $ac_subst_vars
+     do
+@@ -2317,11 +2314,9 @@ _ASBOX
+     echo
+ 
+     if test -n "$ac_subst_files"; then
+-      cat <<\_ASBOX
+-## ------------------- ##
++      $as_echo "## ------------------- ##
+ ## File substitutions. ##
+-## ------------------- ##
+-_ASBOX
++## ------------------- ##"
+       echo
+       for ac_var in $ac_subst_files
+       do
+@@ -2335,11 +2330,9 @@ _ASBOX
+     fi
+ 
+     if test -s confdefs.h; then
+-      cat <<\_ASBOX
+-## ----------- ##
++      $as_echo "## ----------- ##
+ ## confdefs.h. ##
+-## ----------- ##
+-_ASBOX
++## ----------- ##"
+       echo
+       cat confdefs.h
+       echo
+@@ -2394,7 +2387,12 @@ _ACEOF
+ ac_site_file1=NONE
+ ac_site_file2=NONE
+ if test -n "$CONFIG_SITE"; then
+-  ac_site_file1=$CONFIG_SITE
++  # We do not want a PATH search for config.site.
++  case $CONFIG_SITE in #((
++    -*)  ac_site_file1=./$CONFIG_SITE;;
++    */*) ac_site_file1=$CONFIG_SITE;;
++    *)   ac_site_file1=./$CONFIG_SITE;;
++  esac
+ elif test "x$prefix" != xNONE; then
+   ac_site_file1=$prefix/share/config.site
+   ac_site_file2=$prefix/etc/config.site
+@@ -2409,7 +2407,11 @@ do
+     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
+ $as_echo "$as_me: loading site script $ac_site_file" >&6;}
+     sed 's/^/| /' "$ac_site_file" >&5
+-    . "$ac_site_file"
++    . "$ac_site_file" \
++      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
++$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
++as_fn_error $? "failed to load site script $ac_site_file
++See \`config.log' for more details" "$LINENO" 5 ; }
+   fi
+ done
+ 
+@@ -2485,7 +2487,7 @@ if $ac_cache_corrupted; then
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
+ $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
+-  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
++  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
+ fi
+ ## -------------------- ##
+ ## Main body of script. ##
+@@ -2503,16 +2505,22 @@ am__api_version='1.11'
+ 
+ ac_aux_dir=
+ for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
+-  for ac_t in install-sh install.sh shtool; do
+-    if test -f "$ac_dir/$ac_t"; then
+-      ac_aux_dir=$ac_dir
+-      ac_install_sh="$ac_aux_dir/$ac_t -c"
+-      break 2
+-    fi
+-  done
++  if test -f "$ac_dir/install-sh"; then
++    ac_aux_dir=$ac_dir
++    ac_install_sh="$ac_aux_dir/install-sh -c"
++    break
++  elif test -f "$ac_dir/install.sh"; then
++    ac_aux_dir=$ac_dir
++    ac_install_sh="$ac_aux_dir/install.sh -c"
++    break
++  elif test -f "$ac_dir/shtool"; then
++    ac_aux_dir=$ac_dir
++    ac_install_sh="$ac_aux_dir/shtool install -c"
++    break
++  fi
+ done
+ if test -z "$ac_aux_dir"; then
+-  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
++  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
+ fi
+ 
+ # These three variables are undocumented and unsupported,
+@@ -2628,11 +2636,11 @@ am_lf='
+ '
+ case `pwd` in
+   *[\\\"\#\$\&\'\`$am_lf]*)
+-    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
++    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
+ esac
+ case $srcdir in
+   *[\\\"\#\$\&\'\`$am_lf\ \	]*)
+-    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
++    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
+ esac
+ 
+ # Do `set' in a subshell so we don't clobber the current shell's
+@@ -2654,7 +2662,7 @@ if (
+       # if, for instance, CONFIG_SHELL is bash and it inherits a
+       # broken ls alias from the environment.  This has actually
+       # happened.  Such a system could not be considered "sane".
+-      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
++      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
+ alias in your environment" "$LINENO" 5
+    fi
+ 
+@@ -2664,7 +2672,7 @@ then
+    # Ok.
+    :
+ else
+-   as_fn_error "newly created file is older than distributed files!
++   as_fn_error $? "newly created file is older than distributed files!
+ Check your system clock" "$LINENO" 5
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+@@ -2902,7 +2910,7 @@ done
+ $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
+ set x ${MAKE-make}
+ ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
+-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
++if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
+   $as_echo_n "(cached) " >&6
+ else
+   cat >conftest.make <<\_ACEOF
+@@ -2910,7 +2918,7 @@ SHELL = /bin/sh
+ all:
+ 	@echo '@@@%%%=$(MAKE)=@@@%%%'
+ _ACEOF
+-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
++# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
+ case `${MAKE-make} -f conftest.make 2>/dev/null` in
+   *@@@%%%=?*=@@@%%%*)
+     eval ac_cv_prog_make_${ac_make}_set=yes;;
+@@ -2944,7 +2952,7 @@ if test "`cd $srcdir && pwd`" != "`pwd`"
+   am__isrc=' -I$(srcdir)'
+   # test to see if srcdir already configured
+   if test -f $srcdir/config.status; then
+-    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
++    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
+   fi
+ fi
+ 
+@@ -3035,7 +3043,7 @@ ltmain="$ac_aux_dir/ltmain.sh"
+ 
+ # Make sure we can run config.sub.
+ $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
+-  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
++  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
+ 
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
+ $as_echo_n "checking build system type... " >&6; }
+@@ -3046,16 +3054,16 @@ else
+ test "x$ac_build_alias" = x &&
+   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
+ test "x$ac_build_alias" = x &&
+-  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
++  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
+ ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
+-  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
++  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
+ 
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
+ $as_echo "$ac_cv_build" >&6; }
+ case $ac_cv_build in
+ *-*-*) ;;
+-*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
++*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
+ esac
+ build=$ac_cv_build
+ ac_save_IFS=$IFS; IFS='-'
+@@ -3080,7 +3088,7 @@ else
+   ac_cv_host=$ac_cv_build
+ else
+   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
+-    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
++    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
+ fi
+ 
+ fi
+@@ -3088,7 +3096,7 @@ fi
+ $as_echo "$ac_cv_host" >&6; }
+ case $ac_cv_host in
+ *-*-*) ;;
+-*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
++*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
+ esac
+ host=$ac_cv_host
+ ac_save_IFS=$IFS; IFS='-'
+@@ -3466,8 +3474,8 @@ fi
+ 
+ test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+-as_fn_error "no acceptable C compiler found in \$PATH
+-See \`config.log' for more details." "$LINENO" 5; }
++as_fn_error $? "no acceptable C compiler found in \$PATH
++See \`config.log' for more details" "$LINENO" 5 ; }
+ 
+ # Provide some information about the compiler.
+ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
+@@ -3581,9 +3589,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
+ 
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+-{ as_fn_set_status 77
+-as_fn_error "C compiler cannot create executables
+-See \`config.log' for more details." "$LINENO" 5; }; }
++as_fn_error 77 "C compiler cannot create executables
++See \`config.log' for more details" "$LINENO" 5 ; }
+ else
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+@@ -3625,8 +3632,8 @@ done
+ else
+   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+-as_fn_error "cannot compute suffix of executables: cannot compile and link
+-See \`config.log' for more details." "$LINENO" 5; }
++as_fn_error $? "cannot compute suffix of executables: cannot compile and link
++See \`config.log' for more details" "$LINENO" 5 ; }
+ fi
+ rm -f conftest conftest$ac_cv_exeext
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
+@@ -3683,9 +3690,9 @@ $as_echo "$ac_try_echo"; } >&5
+     else
+ 	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+-as_fn_error "cannot run C compiled programs.
++as_fn_error $? "cannot run C compiled programs.
+ If you meant to cross compile, use \`--host'.
+-See \`config.log' for more details." "$LINENO" 5; }
++See \`config.log' for more details" "$LINENO" 5 ; }
+     fi
+   fi
+ fi
+@@ -3736,8 +3743,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
+ 
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+-as_fn_error "cannot compute suffix of object files: cannot compile
+-See \`config.log' for more details." "$LINENO" 5; }
++as_fn_error $? "cannot compute suffix of object files: cannot compile
++See \`config.log' for more details" "$LINENO" 5 ; }
+ fi
+ rm -f conftest.$ac_cv_objext conftest.$ac_ext
+ fi
+@@ -4141,7 +4148,7 @@ esac
+   done
+ IFS=$as_save_IFS
+   if test -z "$ac_cv_path_SED"; then
+-    as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
++    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
+   fi
+ else
+   ac_cv_path_SED=$SED
+@@ -4217,7 +4224,7 @@ esac
+   done
+ IFS=$as_save_IFS
+   if test -z "$ac_cv_path_GREP"; then
+-    as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
++    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+   fi
+ else
+   ac_cv_path_GREP=$GREP
+@@ -4283,7 +4290,7 @@ esac
+   done
+ IFS=$as_save_IFS
+   if test -z "$ac_cv_path_EGREP"; then
+-    as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
++    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+   fi
+ else
+   ac_cv_path_EGREP=$EGREP
+@@ -4350,7 +4357,7 @@ esac
+   done
+ IFS=$as_save_IFS
+   if test -z "$ac_cv_path_FGREP"; then
+-    as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
++    as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+   fi
+ else
+   ac_cv_path_FGREP=$FGREP
+@@ -4466,7 +4473,7 @@ else
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+ fi
+-test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
++test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
+ $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
+ if test "${lt_cv_prog_gnu_ld+set}" = set; then :
+@@ -4668,13 +4675,13 @@ if test "${lt_cv_nm_interface+set}" = se
+ else
+   lt_cv_nm_interface="BSD nm"
+   echo "int some_variable = 0;" > conftest.$ac_ext
+-  (eval echo "\"\$as_me:4671: $ac_compile\"" >&5)
++  (eval echo "\"\$as_me:4678: $ac_compile\"" >&5)
+   (eval "$ac_compile" 2>conftest.err)
+   cat conftest.err >&5
+-  (eval echo "\"\$as_me:4674: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
++  (eval echo "\"\$as_me:4681: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
+   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
+   cat conftest.err >&5
+-  (eval echo "\"\$as_me:4677: output\"" >&5)
++  (eval echo "\"\$as_me:4684: output\"" >&5)
+   cat conftest.out >&5
+   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
+     lt_cv_nm_interface="MS dumpbin"
+@@ -5880,7 +5887,7 @@ ia64-*-hpux*)
+   ;;
+ *-*-irix6*)
+   # Find out which ABI we are using.
+-  echo '#line 5883 "configure"' > conftest.$ac_ext
++  echo '#line 5890 "configure"' > conftest.$ac_ext
+   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+   (eval $ac_compile) 2>&5
+   ac_status=$?
+@@ -6669,7 +6676,7 @@ else
+   # Broken: fails on valid input.
+ continue
+ fi
+-rm -f conftest.err conftest.$ac_ext
++rm -f conftest.err conftest.i conftest.$ac_ext
+ 
+   # OK, works on sane cases.  Now check whether nonexistent headers
+   # can be detected and how.
+@@ -6685,11 +6692,11 @@ else
+ ac_preproc_ok=:
+ break
+ fi
+-rm -f conftest.err conftest.$ac_ext
++rm -f conftest.err conftest.i conftest.$ac_ext
+ 
+ done
+ # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+-rm -f conftest.err conftest.$ac_ext
++rm -f conftest.i conftest.err conftest.$ac_ext
+ if $ac_preproc_ok; then :
+   break
+ fi
+@@ -6728,7 +6735,7 @@ else
+   # Broken: fails on valid input.
+ continue
+ fi
+-rm -f conftest.err conftest.$ac_ext
++rm -f conftest.err conftest.i conftest.$ac_ext
+ 
+   # OK, works on sane cases.  Now check whether nonexistent headers
+   # can be detected and how.
+@@ -6744,18 +6751,18 @@ else
+ ac_preproc_ok=:
+ break
+ fi
+-rm -f conftest.err conftest.$ac_ext
++rm -f conftest.err conftest.i conftest.$ac_ext
+ 
+ done
+ # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+-rm -f conftest.err conftest.$ac_ext
++rm -f conftest.i conftest.err conftest.$ac_ext
+ if $ac_preproc_ok; then :
+ 
+ else
+   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+-as_fn_error "C preprocessor \"$CPP\" fails sanity check
+-See \`config.log' for more details." "$LINENO" 5; }
++as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
++See \`config.log' for more details" "$LINENO" 5 ; }
+ fi
+ 
+ ac_ext=c
+@@ -6884,8 +6891,7 @@ do :
+   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
+ "
+-eval as_val=\$$as_ac_Header
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   cat >>confdefs.h <<_ACEOF
+ #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+ _ACEOF
+@@ -7410,11 +7416,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:7413: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:7419: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:7417: \$? = $ac_status" >&5
++   echo "$as_me:7423: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -7749,11 +7755,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:7752: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:7758: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:7756: \$? = $ac_status" >&5
++   echo "$as_me:7762: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -7854,11 +7860,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:7857: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:7863: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:7861: \$? = $ac_status" >&5
++   echo "$as_me:7867: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+@@ -7909,11 +7915,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:7912: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:7918: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:7916: \$? = $ac_status" >&5
++   echo "$as_me:7922: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+@@ -10279,7 +10285,7 @@ else
+   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+   lt_status=$lt_dlunknown
+   cat > conftest.$ac_ext <<_LT_EOF
+-#line 10282 "configure"
++#line 10288 "configure"
+ #include "confdefs.h"
+ 
+ #if HAVE_DLFCN_H
+@@ -10375,7 +10381,7 @@ else
+   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+   lt_status=$lt_dlunknown
+   cat > conftest.$ac_ext <<_LT_EOF
+-#line 10378 "configure"
++#line 10384 "configure"
+ #include "confdefs.h"
+ 
+ #if HAVE_DLFCN_H
+@@ -10904,8 +10910,8 @@ fi
+ 
+ test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+-as_fn_error "no acceptable C compiler found in \$PATH
+-See \`config.log' for more details." "$LINENO" 5; }
++as_fn_error $? "no acceptable C compiler found in \$PATH
++See \`config.log' for more details" "$LINENO" 5 ; }
+ 
+ # Provide some information about the compiler.
+ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
+@@ -11281,7 +11287,7 @@ $as_echo_n "checking whether cc understa
+ fi
+ set dummy $CC; ac_cc=`$as_echo "$2" |
+ 		      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
+-if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :
++if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; then :
+   $as_echo_n "(cached) " >&6
+ else
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+@@ -11681,8 +11687,7 @@ if test $ac_cv_os_cray = yes; then
+   for ac_func in _getb67 GETB67 getb67; do
+     as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+-eval as_val=\$$as_ac_var
+-   if test "x$as_val" = x""yes; then :
++if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+ 
+ cat >>confdefs.h <<_ACEOF
+ #define CRAY_STACKSEG_END $ac_func
+@@ -11761,9 +11766,8 @@ else
+   if test "$ac_cv_type_voidp" = yes; then
+      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+-{ as_fn_set_status 77
+-as_fn_error "cannot compute sizeof (void*)
+-See \`config.log' for more details." "$LINENO" 5; }; }
++as_fn_error 77 "cannot compute sizeof (void*)
++See \`config.log' for more details" "$LINENO" 5 ; }
+    else
+      ac_cv_sizeof_voidp=0
+    fi
+@@ -11809,7 +11813,7 @@ ac_compile='$FC -c $FCFLAGS $ac_fcflags_
+ ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_fc_compiler_gnu
+ if test -n "$ac_tool_prefix"; then
+-  for ac_prog in xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn
++  for ac_prog in xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgfortran pgf95 lf95 ftn
+   do
+     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+ set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+@@ -11853,7 +11857,7 @@ fi
+ fi
+ if test -z "$FC"; then
+   ac_ct_FC=$FC
+-  for ac_prog in xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn
++  for ac_prog in xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgfortran pgf95 lf95 ftn
+ do
+   # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+@@ -12016,7 +12020,7 @@ ac_compile='$FC -c $FCFLAGS $ac_fcflags_
+ ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_fc_compiler_gnu
+ if test -n "$ac_tool_prefix"; then
+-  for ac_prog in gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn xlf90 f90 pgf90 pghpf epcf90 g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77
++  for ac_prog in gfortran g95 xlf95 f95 fort ifort ifc efc pgfortran pgf95 lf95 ftn xlf90 f90 pgf90 pghpf epcf90 g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77
+   do
+     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+ set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+@@ -12060,7 +12064,7 @@ fi
+ fi
+ if test -z "$FC"; then
+   ac_ct_FC=$FC
+-  for ac_prog in gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn xlf90 f90 pgf90 pghpf epcf90 g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77
++  for ac_prog in gfortran g95 xlf95 f95 fort ifort ifc efc pgfortran pgf95 lf95 ftn xlf90 f90 pgf90 pghpf epcf90 g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77
+ do
+   # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+@@ -12814,11 +12818,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:12817: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:12821: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:12821: \$? = $ac_status" >&5
++   echo "$as_me:12825: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -12913,11 +12917,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:12916: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:12920: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:12920: \$? = $ac_status" >&5
++   echo "$as_me:12924: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+@@ -12965,11 +12969,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:12968: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:12972: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:12972: \$? = $ac_status" >&5
++   echo "$as_me:12976: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+@@ -14836,7 +14840,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ 
+ 
+   if test x"$FC" = x; then
+-    as_fn_error "could not find Fortran 90 compiler" "$LINENO" 5
++    as_fn_error $? "could not find Fortran 90 compiler" "$LINENO" 5
+   fi
+ 
+   ac_ext=${ac_fc_srcext-f}
+@@ -14876,7 +14880,7 @@ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_fc_srcext_f90" >&5
+ $as_echo "$ac_cv_fc_srcext_f90" >&6; }
+ if test "x$ac_cv_fc_srcext_f90" = xunknown; then
+-  as_fn_error "Fortran could not compile .f90 files" "$LINENO" 5
++  as_fn_error $? "Fortran could not compile .f90 files" "$LINENO" 5
+ else
+   ac_fc_srcext=f90
+   if test "x$ac_cv_fc_srcext_f90" = xnone; then
+@@ -15196,7 +15200,7 @@ fi
+ 	  ;;
+ 	  # Ignore these flags.
+ 	-lang* | -lcrt*.o | -lc | -lgcc* | -lSystem | -libmil | -little \
+-	  |-LANG:=* | -LIST:* | -LNO:*)
++	  |-LANG:=* | -LIST:* | -LNO:* | -link)
+ 	  ;;
+ 	-lkernel32)
+ 	  test x"$CYGWIN" != xyes && ac_cv_fc_libs="$ac_cv_fc_libs $ac_arg"
+@@ -15389,8 +15393,8 @@ fi
+ else
+   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+-as_fn_error "linking to Fortran libraries from C fails
+-See \`config.log' for more details." "$LINENO" 5; }
++as_fn_error $? "linking to Fortran libraries from C fails
++See \`config.log' for more details" "$LINENO" 5 ; }
+ fi
+ 
+ ac_ext=${ac_fc_srcext-f}
+@@ -15550,8 +15554,8 @@ ac_compiler_gnu=$ac_cv_fc_compiler_gnu
+ else
+   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+-as_fn_error "cannot compile a simple Fortran program
+-See \`config.log' for more details." "$LINENO" 5; }
++as_fn_error $? "cannot compile a simple Fortran program
++See \`config.log' for more details" "$LINENO" 5 ; }
+ fi
+ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ 
+@@ -15801,7 +15805,7 @@ EOF
+     echo "configure: failed program was:" >&5
+     cat ccfortranint.c >&5
+     rm -f ccfortranint*
+-    as_fn_error "failed to compile C program to find the C type of a Fortran integer" "$LINENO" 5
++    as_fn_error $? "failed to compile C program to find the C type of a Fortran integer" "$LINENO" 5
+   fi
+   ac_ccfortranint=`./ccfortranint.x`;
+   rm -f ccfortranint*
+@@ -15948,6 +15952,7 @@ DEFS=-DHAVE_CONFIG_H
+ 
+ ac_libobjs=
+ ac_ltlibobjs=
++U=
+ for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
+   # 1. Remove the extension, and $U if already installed.
+   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
+@@ -15971,31 +15976,31 @@ else
+ fi
+ 
+ if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
+-  as_fn_error "conditional \"AMDEP\" was never defined.
++  as_fn_error $? "conditional \"AMDEP\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
+-  as_fn_error "conditional \"am__fastdepCC\" was never defined.
++  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
+-  as_fn_error "conditional \"am__fastdepCC\" was never defined.
++  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${ENABLE_FORTRAN_TRUE}" && test -z "${ENABLE_FORTRAN_FALSE}"; then
+-  as_fn_error "conditional \"ENABLE_FORTRAN\" was never defined.
++  as_fn_error $? "conditional \"ENABLE_FORTRAN\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${F90_MOD_UPPERCASE_TRUE}" && test -z "${F90_MOD_UPPERCASE_FALSE}"; then
+-  as_fn_error "conditional \"F90_MOD_UPPERCASE\" was never defined.
++  as_fn_error $? "conditional \"F90_MOD_UPPERCASE\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${COMPILE_FORTRAN_TRUE}" && test -z "${COMPILE_FORTRAN_FALSE}"; then
+-  as_fn_error "conditional \"COMPILE_FORTRAN\" was never defined.
++  as_fn_error $? "conditional \"COMPILE_FORTRAN\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${COMPILE_SINGLE_TRUE}" && test -z "${COMPILE_SINGLE_FALSE}"; then
+-  as_fn_error "conditional \"COMPILE_SINGLE\" was never defined.
++  as_fn_error $? "conditional \"COMPILE_SINGLE\" was never defined.
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ 
+@@ -16145,19 +16150,19 @@ export LANGUAGE
+ (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+ 
+ 
+-# as_fn_error ERROR [LINENO LOG_FD]
+-# ---------------------------------
++# as_fn_error STATUS ERROR [LINENO LOG_FD]
++# ----------------------------------------
+ # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+ # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+-# script with status $?, using 1 if that was 0.
++# script with STATUS, using 1 if that was 0.
+ as_fn_error ()
+ {
+-  as_status=$?; test $as_status -eq 0 && as_status=1
+-  if test "$3"; then
+-    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+-    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
++  as_status=$1; test $as_status -eq 0 && as_status=1
++  if test "$4"; then
++    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
++    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+   fi
+-  $as_echo "$as_me: error: $1" >&2
++  $as_echo "$as_me: error: $2" >&2
+   as_fn_exit $as_status
+ } # as_fn_error
+ 
+@@ -16353,7 +16358,7 @@ $as_echo X"$as_dir" |
+       test -d "$as_dir" && break
+     done
+     test -z "$as_dirs" || eval "mkdir $as_dirs"
+-  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
++  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
+ 
+ 
+ } # as_fn_mkdir_p
+@@ -16407,7 +16412,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
+ # values after options handling.
+ ac_log="
+ This file was extended by libxc $as_me 1.0, which was
+-generated by GNU Autoconf 2.65.  Invocation command line was
++generated by GNU Autoconf 2.67.  Invocation command line was
+ 
+   CONFIG_FILES    = $CONFIG_FILES
+   CONFIG_HEADERS  = $CONFIG_HEADERS
+@@ -16473,10 +16478,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_writ
+ ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
+ ac_cs_version="\\
+ libxc config.status 1.0
+-configured by $0, generated by GNU Autoconf 2.65,
++configured by $0, generated by GNU Autoconf 2.67,
+   with options \\"\$ac_cs_config\\"
+ 
+-Copyright (C) 2009 Free Software Foundation, Inc.
++Copyright (C) 2010 Free Software Foundation, Inc.
+ This config.status script is free software; the Free Software Foundation
+ gives unlimited permission to copy, distribute and modify it."
+ 
+@@ -16494,11 +16499,16 @@ ac_need_defaults=:
+ while test $# != 0
+ do
+   case $1 in
+-  --*=*)
++  --*=?*)
+     ac_option=`expr "X$1" : 'X\([^=]*\)='`
+     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
+     ac_shift=:
+     ;;
++  --*=)
++    ac_option=`expr "X$1" : 'X\([^=]*\)='`
++    ac_optarg=
++    ac_shift=:
++    ;;
+   *)
+     ac_option=$1
+     ac_optarg=$2
+@@ -16520,6 +16530,7 @@ do
+     $ac_shift
+     case $ac_optarg in
+     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
++    '') as_fn_error $? "missing file argument" ;;
+     esac
+     as_fn_append CONFIG_FILES " '$ac_optarg'"
+     ac_need_defaults=false;;
+@@ -16532,7 +16543,7 @@ do
+     ac_need_defaults=false;;
+   --he | --h)
+     # Conflict between --help and --header
+-    as_fn_error "ambiguous option: \`$1'
++    as_fn_error $? "ambiguous option: \`$1'
+ Try \`$0 --help' for more information.";;
+   --help | --hel | -h )
+     $as_echo "$ac_cs_usage"; exit ;;
+@@ -16541,7 +16552,7 @@ Try \`$0 --help' for more information.";
+     ac_cs_silent=: ;;
+ 
+   # This is an error.
+-  -*) as_fn_error "unrecognized option: \`$1'
++  -*) as_fn_error $? "unrecognized option: \`$1'
+ Try \`$0 --help' for more information." ;;
+ 
+   *) as_fn_append ac_config_targets " $1"
+@@ -16956,7 +16967,7 @@ do
+     "build/libxc.pc") CONFIG_FILES="$CONFIG_FILES build/libxc.pc" ;;
+     "build/libxc.spec") CONFIG_FILES="$CONFIG_FILES build/libxc.spec" ;;
+ 
+-  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
++  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
+   esac
+ done
+ 
+@@ -16994,7 +17005,7 @@ $debug ||
+ {
+   tmp=./conf$$-$RANDOM
+   (umask 077 && mkdir "$tmp")
+-} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
++} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
+ 
+ # Set up the scripts for CONFIG_FILES section.
+ # No need to generate them if there are no CONFIG_FILES.
+@@ -17011,7 +17022,7 @@ if test "x$ac_cr" = x; then
+ fi
+ ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
+ if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
+-  ac_cs_awk_cr='\r'
++  ac_cs_awk_cr='\\r'
+ else
+   ac_cs_awk_cr=$ac_cr
+ fi
+@@ -17025,18 +17036,18 @@ _ACEOF
+   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
+   echo "_ACEOF"
+ } >conf$$subs.sh ||
+-  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
+-ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
++  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
++ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
+ ac_delim='%!_!# '
+ for ac_last_try in false false false false false :; do
+   . ./conf$$subs.sh ||
+-    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
++    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+ 
+   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
+   if test $ac_delim_n = $ac_delim_num; then
+     break
+   elif $ac_last_try; then
+-    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
++    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+   else
+     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
+   fi
+@@ -17125,20 +17136,28 @@ if sed "s/$ac_cr//" < /dev/null > /dev/n
+ else
+   cat
+ fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
+-  || as_fn_error "could not setup config files machinery" "$LINENO" 5
++  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
+ _ACEOF
+ 
+-# VPATH may cause trouble with some makes, so we remove $(srcdir),
+-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
++# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
++# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
+ # trailing colons and then remove the whole line if VPATH becomes empty
+ # (actually we leave an empty line to preserve line numbers).
+ if test "x$srcdir" = x.; then
+-  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
+-s/:*\$(srcdir):*/:/
+-s/:*\${srcdir}:*/:/
+-s/:*@srcdir@:*/:/
+-s/^\([^=]*=[	 ]*\):*/\1/
++  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
++h
++s///
++s/^/:/
++s/[	 ]*$/:/
++s/:\$(srcdir):/:/g
++s/:\${srcdir}:/:/g
++s/:@srcdir@:/:/g
++s/^:*//
+ s/:*$//
++x
++s/\(=[	 ]*\).*/\1/
++G
++s/\n//
+ s/^[^=]*=[	 ]*$//
+ }'
+ fi
+@@ -17166,7 +17185,7 @@ for ac_last_try in false false :; do
+   if test -z "$ac_t"; then
+     break
+   elif $ac_last_try; then
+-    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
++    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
+   else
+     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
+   fi
+@@ -17251,7 +17270,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_writ
+ _ACAWK
+ _ACEOF
+ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+-  as_fn_error "could not setup config headers machinery" "$LINENO" 5
++  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
+ fi # test -n "$CONFIG_HEADERS"
+ 
+ 
+@@ -17264,7 +17283,7 @@ do
+   esac
+   case $ac_mode$ac_tag in
+   :[FHL]*:*);;
+-  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
++  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
+   :[FH]-) ac_tag=-:-;;
+   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
+   esac
+@@ -17292,7 +17311,7 @@ do
+ 	   [\\/$]*) false;;
+ 	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
+ 	   esac ||
+-	   as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
++	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
+       esac
+       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
+       as_fn_append ac_file_inputs " '$ac_f'"
+@@ -17319,7 +17338,7 @@ $as_echo "$as_me: creating $ac_file" >&6
+ 
+     case $ac_tag in
+     *:-:* | *:-) cat >"$tmp/stdin" \
+-      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
++      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
+     esac
+     ;;
+   esac
+@@ -17456,22 +17475,22 @@ s&@MKDIR_P@&$ac_MKDIR_P&;t t
+ $ac_datarootdir_hack
+ "
+ eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
+-  || as_fn_error "could not create $ac_file" "$LINENO" 5
++  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+ 
+ test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
+   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
+   { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
+   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+-which seems to be undefined.  Please make sure it is defined." >&5
++which seems to be undefined.  Please make sure it is defined" >&5
+ $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+-which seems to be undefined.  Please make sure it is defined." >&2;}
++which seems to be undefined.  Please make sure it is defined" >&2;}
+ 
+   rm -f "$tmp/stdin"
+   case $ac_file in
+   -) cat "$tmp/out" && rm -f "$tmp/out";;
+   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
+   esac \
+-  || as_fn_error "could not create $ac_file" "$LINENO" 5
++  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+  ;;
+   :H)
+   #
+@@ -17482,19 +17501,19 @@ which seems to be undefined.  Please mak
+       $as_echo "/* $configure_input  */" \
+       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
+     } >"$tmp/config.h" \
+-      || as_fn_error "could not create $ac_file" "$LINENO" 5
++      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
+       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
+ $as_echo "$as_me: $ac_file is unchanged" >&6;}
+     else
+       rm -f "$ac_file"
+       mv "$tmp/config.h" "$ac_file" \
+-	|| as_fn_error "could not create $ac_file" "$LINENO" 5
++	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
+     fi
+   else
+     $as_echo "/* $configure_input  */" \
+       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
+-      || as_fn_error "could not create -" "$LINENO" 5
++      || as_fn_error $? "could not create -" "$LINENO" 5
+   fi
+ # Compute "$ac_file"'s index in $config_headers.
+ _am_arg="$ac_file"
+@@ -18446,7 +18465,7 @@ _ACEOF
+ ac_clean_files=$ac_clean_files_save
+ 
+ test $ac_write_fail = 0 ||
+-  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
++  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
+ 
+ 
+ # configure is writing to config.log, and then calls config.status.
+@@ -18467,7 +18486,7 @@ if test "$no_create" != yes; then
+   exec 5>>config.log
+   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
+   # would make configure fail if this is the last instruction.
+-  $ac_cs_success || as_fn_exit $?
++  $ac_cs_success || as_fn_exit 1
+ fi
+ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
+   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
+--- libxc-1.0.orig/aclocal.m4
++++ libxc-1.0/aclocal.m4
+@@ -13,8 +13,8 @@
+ 
+ m4_ifndef([AC_AUTOCONF_VERSION],
+   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
+-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
+-[m4_warning([this file was generated for autoconf 2.65.
++m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],,
++[m4_warning([this file was generated for autoconf 2.67.
+ You have another version of autoconf.  It may work, but is not guaranteed to.
+ If you have problems, you may need to regenerate the build system entirely.
+ To do so, use the procedure documented by the package, typically `autoreconf'.])])
+--- libxc-1.0.orig/src/Makefile.in
++++ libxc-1.0/src/Makefile.in
+@@ -85,8 +85,8 @@ am__base_list = \
+ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" \
+ 	"$(DESTDIR)$(includedir)"
+ LTLIBRARIES = $(lib_LTLIBRARIES)
+-libxc_la_LIBADD =
+-am__libxc_la_SOURCES_DIST = lda.c lda_x.c lda_x_1d.c lda_x_2d.c \
++libdft_xc_la_LIBADD =
++am__libdft_xc_la_SOURCES_DIST = lda.c lda_x.c lda_x_1d.c lda_x_2d.c \
+ 	lda_c_wigner.c lda_c_rpa.c lda_c_hl.c lda_c_vwn.c lda_c_pz.c \
+ 	lda_c_pw.c lda_c_ml1.c lda_xc_teter93.c lda_c_1d_csc.c \
+ 	lda_c_2d_amgb.c lda_c_2d_prm.c gga.c gga_x_lg93.c gga_x_pbe.c \
+@@ -103,88 +103,95 @@ am__libxc_la_SOURCES_DIST = lda.c lda_x.
+ 	mgga_x_m06l.c mgga_x_tau_hcth.c mgga_c_tpss.c lca.c lca_omc.c \
+ 	lca_lch.c mix_func.c special_functions.c integrate.c util.c \
+ 	functionals.c xc_f.c libxc_funcs.f90 libxc.f90
+-am__objects_1 = libxc_la-lda.lo libxc_la-lda_x.lo libxc_la-lda_x_1d.lo \
+-	libxc_la-lda_x_2d.lo libxc_la-lda_c_wigner.lo \
+-	libxc_la-lda_c_rpa.lo libxc_la-lda_c_hl.lo \
+-	libxc_la-lda_c_vwn.lo libxc_la-lda_c_pz.lo \
+-	libxc_la-lda_c_pw.lo libxc_la-lda_c_ml1.lo \
+-	libxc_la-lda_xc_teter93.lo libxc_la-lda_c_1d_csc.lo \
+-	libxc_la-lda_c_2d_amgb.lo libxc_la-lda_c_2d_prm.lo \
+-	libxc_la-gga.lo libxc_la-gga_x_lg93.lo libxc_la-gga_x_pbe.lo \
+-	libxc_la-gga_x_rpbe.lo libxc_la-gga_x_pbea.lo \
+-	libxc_la-gga_x_mpbe.lo libxc_la-gga_x_b86.lo \
+-	libxc_la-gga_x_b86_mgc.lo libxc_la-gga_x_b88.lo \
+-	libxc_la-gga_x_g96.lo libxc_la-gga_x_pw86.lo \
+-	libxc_la-gga_x_pw91.lo libxc_la-gga_x_optx.lo \
+-	libxc_la-gga_x_dk87.lo libxc_la-gga_x_ft97.lo \
+-	libxc_la-gga_x_wc.lo libxc_la-gga_x_am05.lo \
+-	libxc_la-gga_x_bayesian.lo libxc_la-gga_perdew.lo \
+-	libxc_la-gga_c_pbe.lo libxc_la-gga_c_lyp.lo \
+-	libxc_la-gga_c_p86.lo libxc_la-gga_c_pw91.lo \
+-	libxc_la-gga_c_am05.lo libxc_la-gga_c_lm.lo \
+-	libxc_la-gga_xc_lb.lo libxc_la-gga_xc_b97.lo \
+-	libxc_la-gga_xc_edf1.lo libxc_la-gga_xc_1w.lo \
+-	libxc_la-gga_x_2d_b86.lo libxc_la-gga_x_2d_b86_mgc.lo \
+-	libxc_la-gga_x_2d_b88.lo libxc_la-gga_x_2d_pbe.lo \
+-	libxc_la-hyb_gga_xc_b3lyp.lo libxc_la-hyb_gga_xc_o3lyp.lo \
+-	libxc_la-hyb_gga_xc_pbeh.lo libxc_la-hyb_gga_xc_b1wc.lo \
+-	libxc_la-hyb_gga_xc_b97.lo libxc_la-mgga.lo \
+-	libxc_la-mgga_x_lta.lo libxc_la-mgga_x_tpss.lo \
+-	libxc_la-mgga_x_br89.lo libxc_la-mgga_xc_vsxc.lo \
+-	libxc_la-mgga_x_m06l.lo libxc_la-mgga_x_tau_hcth.lo \
+-	libxc_la-mgga_c_tpss.lo libxc_la-lca.lo libxc_la-lca_omc.lo \
+-	libxc_la-lca_lch.lo libxc_la-mix_func.lo \
+-	libxc_la-special_functions.lo libxc_la-integrate.lo \
+-	libxc_la-util.lo libxc_la-functionals.lo
+- at COMPILE_FORTRAN_TRUE@am__objects_2 = libxc_la-xc_f.lo \
+- at COMPILE_FORTRAN_TRUE@	libxc_la-libxc_funcs.lo \
+- at COMPILE_FORTRAN_TRUE@	libxc_la-libxc.lo
+-am_libxc_la_OBJECTS = $(am__objects_1) $(am__objects_2)
+-am__objects_3 = libxc_la-lda_s.lo libxc_la-lda_x_s.lo \
+-	libxc_la-lda_x_1d_s.lo libxc_la-lda_x_2d_s.lo \
+-	libxc_la-lda_c_wigner_s.lo libxc_la-lda_c_rpa_s.lo \
+-	libxc_la-lda_c_hl_s.lo libxc_la-lda_c_vwn_s.lo \
+-	libxc_la-lda_c_pz_s.lo libxc_la-lda_c_pw_s.lo \
+-	libxc_la-lda_c_ml1_s.lo libxc_la-lda_xc_teter93_s.lo \
+-	libxc_la-lda_c_1d_csc_s.lo libxc_la-lda_c_2d_amgb_s.lo \
+-	libxc_la-lda_c_2d_prm_s.lo libxc_la-gga_s.lo \
+-	libxc_la-gga_x_lg93_s.lo libxc_la-gga_x_pbe_s.lo \
+-	libxc_la-gga_x_rpbe_s.lo libxc_la-gga_x_pbea_s.lo \
+-	libxc_la-gga_x_mpbe_s.lo libxc_la-gga_x_b86_s.lo \
+-	libxc_la-gga_x_b86_mgc_s.lo libxc_la-gga_x_b88_s.lo \
+-	libxc_la-gga_x_g96_s.lo libxc_la-gga_x_pw86_s.lo \
+-	libxc_la-gga_x_pw91_s.lo libxc_la-gga_x_optx_s.lo \
+-	libxc_la-gga_x_dk87_s.lo libxc_la-gga_x_ft97_s.lo \
+-	libxc_la-gga_x_wc_s.lo libxc_la-gga_x_am05_s.lo \
+-	libxc_la-gga_x_bayesian_s.lo libxc_la-gga_perdew_s.lo \
+-	libxc_la-gga_c_pbe_s.lo libxc_la-gga_c_lyp_s.lo \
+-	libxc_la-gga_c_p86_s.lo libxc_la-gga_c_pw91_s.lo \
+-	libxc_la-gga_c_am05_s.lo libxc_la-gga_c_lm_s.lo \
+-	libxc_la-gga_xc_lb_s.lo libxc_la-gga_xc_b97_s.lo \
+-	libxc_la-gga_xc_edf1_s.lo libxc_la-gga_xc_1w_s.lo \
+-	libxc_la-gga_x_2d_b86_s.lo libxc_la-gga_x_2d_b86_mgc_s.lo \
+-	libxc_la-gga_x_2d_b88_s.lo libxc_la-gga_x_2d_pbe_s.lo \
+-	libxc_la-hyb_gga_xc_b3lyp_s.lo libxc_la-hyb_gga_xc_o3lyp_s.lo \
+-	libxc_la-hyb_gga_xc_pbeh_s.lo libxc_la-hyb_gga_xc_b1wc_s.lo \
+-	libxc_la-hyb_gga_xc_b97_s.lo libxc_la-mgga_s.lo \
+-	libxc_la-mgga_x_lta_s.lo libxc_la-mgga_x_tpss_s.lo \
+-	libxc_la-mgga_x_br89_s.lo libxc_la-mgga_xc_vsxc_s.lo \
+-	libxc_la-mgga_x_m06l_s.lo libxc_la-mgga_x_tau_hcth_s.lo \
+-	libxc_la-mgga_c_tpss_s.lo libxc_la-lca_s.lo \
+-	libxc_la-lca_omc_s.lo libxc_la-lca_lch_s.lo \
+-	libxc_la-mix_func_s.lo libxc_la-special_functions_s.lo \
+-	libxc_la-integrate_s.lo libxc_la-util_s.lo \
+-	libxc_la-functionals_s.lo
++am__objects_1 = libdft_xc_la-lda.lo libdft_xc_la-lda_x.lo \
++	libdft_xc_la-lda_x_1d.lo libdft_xc_la-lda_x_2d.lo \
++	libdft_xc_la-lda_c_wigner.lo libdft_xc_la-lda_c_rpa.lo \
++	libdft_xc_la-lda_c_hl.lo libdft_xc_la-lda_c_vwn.lo \
++	libdft_xc_la-lda_c_pz.lo libdft_xc_la-lda_c_pw.lo \
++	libdft_xc_la-lda_c_ml1.lo libdft_xc_la-lda_xc_teter93.lo \
++	libdft_xc_la-lda_c_1d_csc.lo libdft_xc_la-lda_c_2d_amgb.lo \
++	libdft_xc_la-lda_c_2d_prm.lo libdft_xc_la-gga.lo \
++	libdft_xc_la-gga_x_lg93.lo libdft_xc_la-gga_x_pbe.lo \
++	libdft_xc_la-gga_x_rpbe.lo libdft_xc_la-gga_x_pbea.lo \
++	libdft_xc_la-gga_x_mpbe.lo libdft_xc_la-gga_x_b86.lo \
++	libdft_xc_la-gga_x_b86_mgc.lo libdft_xc_la-gga_x_b88.lo \
++	libdft_xc_la-gga_x_g96.lo libdft_xc_la-gga_x_pw86.lo \
++	libdft_xc_la-gga_x_pw91.lo libdft_xc_la-gga_x_optx.lo \
++	libdft_xc_la-gga_x_dk87.lo libdft_xc_la-gga_x_ft97.lo \
++	libdft_xc_la-gga_x_wc.lo libdft_xc_la-gga_x_am05.lo \
++	libdft_xc_la-gga_x_bayesian.lo libdft_xc_la-gga_perdew.lo \
++	libdft_xc_la-gga_c_pbe.lo libdft_xc_la-gga_c_lyp.lo \
++	libdft_xc_la-gga_c_p86.lo libdft_xc_la-gga_c_pw91.lo \
++	libdft_xc_la-gga_c_am05.lo libdft_xc_la-gga_c_lm.lo \
++	libdft_xc_la-gga_xc_lb.lo libdft_xc_la-gga_xc_b97.lo \
++	libdft_xc_la-gga_xc_edf1.lo libdft_xc_la-gga_xc_1w.lo \
++	libdft_xc_la-gga_x_2d_b86.lo libdft_xc_la-gga_x_2d_b86_mgc.lo \
++	libdft_xc_la-gga_x_2d_b88.lo libdft_xc_la-gga_x_2d_pbe.lo \
++	libdft_xc_la-hyb_gga_xc_b3lyp.lo \
++	libdft_xc_la-hyb_gga_xc_o3lyp.lo \
++	libdft_xc_la-hyb_gga_xc_pbeh.lo \
++	libdft_xc_la-hyb_gga_xc_b1wc.lo libdft_xc_la-hyb_gga_xc_b97.lo \
++	libdft_xc_la-mgga.lo libdft_xc_la-mgga_x_lta.lo \
++	libdft_xc_la-mgga_x_tpss.lo libdft_xc_la-mgga_x_br89.lo \
++	libdft_xc_la-mgga_xc_vsxc.lo libdft_xc_la-mgga_x_m06l.lo \
++	libdft_xc_la-mgga_x_tau_hcth.lo libdft_xc_la-mgga_c_tpss.lo \
++	libdft_xc_la-lca.lo libdft_xc_la-lca_omc.lo \
++	libdft_xc_la-lca_lch.lo libdft_xc_la-mix_func.lo \
++	libdft_xc_la-special_functions.lo libdft_xc_la-integrate.lo \
++	libdft_xc_la-util.lo libdft_xc_la-functionals.lo
++ at COMPILE_FORTRAN_TRUE@am__objects_2 = libdft_xc_la-xc_f.lo \
++ at COMPILE_FORTRAN_TRUE@	libdft_xc_la-libxc_funcs.lo \
++ at COMPILE_FORTRAN_TRUE@	libdft_xc_la-libxc.lo
++am_libdft_xc_la_OBJECTS = $(am__objects_1) $(am__objects_2)
++am__objects_3 = libdft_xc_la-lda_s.lo libdft_xc_la-lda_x_s.lo \
++	libdft_xc_la-lda_x_1d_s.lo libdft_xc_la-lda_x_2d_s.lo \
++	libdft_xc_la-lda_c_wigner_s.lo libdft_xc_la-lda_c_rpa_s.lo \
++	libdft_xc_la-lda_c_hl_s.lo libdft_xc_la-lda_c_vwn_s.lo \
++	libdft_xc_la-lda_c_pz_s.lo libdft_xc_la-lda_c_pw_s.lo \
++	libdft_xc_la-lda_c_ml1_s.lo libdft_xc_la-lda_xc_teter93_s.lo \
++	libdft_xc_la-lda_c_1d_csc_s.lo libdft_xc_la-lda_c_2d_amgb_s.lo \
++	libdft_xc_la-lda_c_2d_prm_s.lo libdft_xc_la-gga_s.lo \
++	libdft_xc_la-gga_x_lg93_s.lo libdft_xc_la-gga_x_pbe_s.lo \
++	libdft_xc_la-gga_x_rpbe_s.lo libdft_xc_la-gga_x_pbea_s.lo \
++	libdft_xc_la-gga_x_mpbe_s.lo libdft_xc_la-gga_x_b86_s.lo \
++	libdft_xc_la-gga_x_b86_mgc_s.lo libdft_xc_la-gga_x_b88_s.lo \
++	libdft_xc_la-gga_x_g96_s.lo libdft_xc_la-gga_x_pw86_s.lo \
++	libdft_xc_la-gga_x_pw91_s.lo libdft_xc_la-gga_x_optx_s.lo \
++	libdft_xc_la-gga_x_dk87_s.lo libdft_xc_la-gga_x_ft97_s.lo \
++	libdft_xc_la-gga_x_wc_s.lo libdft_xc_la-gga_x_am05_s.lo \
++	libdft_xc_la-gga_x_bayesian_s.lo libdft_xc_la-gga_perdew_s.lo \
++	libdft_xc_la-gga_c_pbe_s.lo libdft_xc_la-gga_c_lyp_s.lo \
++	libdft_xc_la-gga_c_p86_s.lo libdft_xc_la-gga_c_pw91_s.lo \
++	libdft_xc_la-gga_c_am05_s.lo libdft_xc_la-gga_c_lm_s.lo \
++	libdft_xc_la-gga_xc_lb_s.lo libdft_xc_la-gga_xc_b97_s.lo \
++	libdft_xc_la-gga_xc_edf1_s.lo libdft_xc_la-gga_xc_1w_s.lo \
++	libdft_xc_la-gga_x_2d_b86_s.lo \
++	libdft_xc_la-gga_x_2d_b86_mgc_s.lo \
++	libdft_xc_la-gga_x_2d_b88_s.lo libdft_xc_la-gga_x_2d_pbe_s.lo \
++	libdft_xc_la-hyb_gga_xc_b3lyp_s.lo \
++	libdft_xc_la-hyb_gga_xc_o3lyp_s.lo \
++	libdft_xc_la-hyb_gga_xc_pbeh_s.lo \
++	libdft_xc_la-hyb_gga_xc_b1wc_s.lo \
++	libdft_xc_la-hyb_gga_xc_b97_s.lo libdft_xc_la-mgga_s.lo \
++	libdft_xc_la-mgga_x_lta_s.lo libdft_xc_la-mgga_x_tpss_s.lo \
++	libdft_xc_la-mgga_x_br89_s.lo libdft_xc_la-mgga_xc_vsxc_s.lo \
++	libdft_xc_la-mgga_x_m06l_s.lo \
++	libdft_xc_la-mgga_x_tau_hcth_s.lo \
++	libdft_xc_la-mgga_c_tpss_s.lo libdft_xc_la-lca_s.lo \
++	libdft_xc_la-lca_omc_s.lo libdft_xc_la-lca_lch_s.lo \
++	libdft_xc_la-mix_func_s.lo libdft_xc_la-special_functions_s.lo \
++	libdft_xc_la-integrate_s.lo libdft_xc_la-util_s.lo \
++	libdft_xc_la-functionals_s.lo
+ am__objects_4 = $(am__objects_3)
+- at COMPILE_FORTRAN_TRUE@@COMPILE_SINGLE_TRUE at am__objects_5 =  \
+- at COMPILE_FORTRAN_TRUE@@COMPILE_SINGLE_TRUE@	libxc_la-xc_f_s.lo \
+- at COMPILE_FORTRAN_TRUE@@COMPILE_SINGLE_TRUE@	libxc_la-libxc_s.lo
+- at COMPILE_SINGLE_TRUE@nodist_libxc_la_OBJECTS = $(am__objects_4) \
++ at COMPILE_FORTRAN_TRUE@@COMPILE_SINGLE_TRUE at am__objects_5 = libdft_xc_la-xc_f_s.lo \
++ at COMPILE_FORTRAN_TRUE@@COMPILE_SINGLE_TRUE@	libdft_xc_la-libxc_s.lo
++ at COMPILE_SINGLE_TRUE@nodist_libdft_xc_la_OBJECTS = $(am__objects_4) \
+ @COMPILE_SINGLE_TRUE@	$(am__objects_5)
+-libxc_la_OBJECTS = $(am_libxc_la_OBJECTS) $(nodist_libxc_la_OBJECTS)
+-libxc_la_LINK = $(LIBTOOL) --tag=FC $(libxc_la_LIBTOOLFLAGS) \
++libdft_xc_la_OBJECTS = $(am_libdft_xc_la_OBJECTS) \
++	$(nodist_libdft_xc_la_OBJECTS)
++libdft_xc_la_LINK = $(LIBTOOL) --tag=FC $(libdft_xc_la_LIBTOOLFLAGS) \
+ 	$(LIBTOOLFLAGS) --mode=link $(FCLD) $(AM_FCFLAGS) $(FCFLAGS) \
+-	$(libxc_la_LDFLAGS) $(LDFLAGS) -o $@
++	$(libdft_xc_la_LDFLAGS) $(LDFLAGS) -o $@
+ SCRIPTS = $(dist_noinst_SCRIPTS)
+ DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
+@@ -201,8 +208,8 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLF
+ 	$(LDFLAGS) -o $@
+ FCCOMPILE = $(FC) $(AM_FCFLAGS) $(FCFLAGS)
+ FCLD = $(FC)
+-SOURCES = $(libxc_la_SOURCES) $(nodist_libxc_la_SOURCES)
+-DIST_SOURCES = $(am__libxc_la_SOURCES_DIST)
++SOURCES = $(libdft_xc_la_SOURCES) $(nodist_libdft_xc_la_SOURCES)
++DIST_SOURCES = $(am__libdft_xc_la_SOURCES_DIST)
+ am__include_HEADERS_DIST = xc.h xc_config.h xc_s.h
+ HEADERS = $(include_HEADERS) $(nodist_include_HEADERS) \
+ 	$(noinst_HEADERS)
+@@ -330,8 +337,8 @@ target_alias = @target_alias@
+ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-lib_LTLIBRARIES = libxc.la
+-libxc_la_FUNC_SOURCES = \
++lib_LTLIBRARIES = libdft_xc.la
++libdft_xc_la_FUNC_SOURCES = \
+ 	lda.c lda_x.c lda_x_1d.c lda_x_2d.c \
+ 	lda_c_wigner.c lda_c_rpa.c lda_c_hl.c \
+ 	lda_c_vwn.c lda_c_pz.c lda_c_pw.c lda_c_ml1.c lda_xc_teter93.c \
+@@ -352,16 +359,16 @@ libxc_la_FUNC_SOURCES = \
+ 	lca.c lca_omc.c lca_lch.c \
+ 	mix_func.c special_functions.c integrate.c util.c functionals.c 
+ 
+-libxc_la_FUNC_SINGLE_SOURCES = $(libxc_la_FUNC_SOURCES:.c=_s.c)
+-libxc_la_SOURCES = $(libxc_la_FUNC_SOURCES) $(am__append_1)
+- at COMPILE_SINGLE_TRUE@nodist_libxc_la_SOURCES =  \
+- at COMPILE_SINGLE_TRUE@	$(libxc_la_FUNC_SINGLE_SOURCES) \
++libdft_xc_la_FUNC_SINGLE_SOURCES = $(libdft_xc_la_FUNC_SOURCES:.c=_s.c)
++libdft_xc_la_SOURCES = $(libdft_xc_la_FUNC_SOURCES) $(am__append_1)
++ at COMPILE_SINGLE_TRUE@nodist_libdft_xc_la_SOURCES =  \
++ at COMPILE_SINGLE_TRUE@	$(libdft_xc_la_FUNC_SINGLE_SOURCES) \
+ @COMPILE_SINGLE_TRUE@	$(am__append_2)
+ 
+ # libtool stuff
+-libxc_la_LDFLAGS = -version-info 0:9:0
++libdft_xc_la_LDFLAGS = -version-info 0:9:0
+ # this is a hack to go around buggy libtool/automake versions
+-libxc_la_LIBTOOLFLAGS = --tag=F77
++libdft_xc_la_LIBTOOLFLAGS = --tag=F77
+ LTFCCOMPILE = $(LIBTOOL) --mode=compile --tag=F77 $(FC) $(AM_FCFLAGS) $(FCFLAGS)
+ FCLINK = $(LIBTOOL) --mode=link --tag=F77 $(FCLD) $(AM_FCFLAGS) $(FCFLAGS) \
+         $(AM_LDFLAGS) $(LDFLAGS) -o $@
+@@ -448,8 +455,8 @@ clean-libLTLIBRARIES:
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-libxc.la: $(libxc_la_OBJECTS) $(libxc_la_DEPENDENCIES) 
+-	$(libxc_la_LINK) -rpath $(libdir) $(libxc_la_OBJECTS) $(libxc_la_LIBADD) $(LIBS)
++libdft_xc.la: $(libdft_xc_la_OBJECTS) $(libdft_xc_la_DEPENDENCIES) 
++	$(libdft_xc_la_LINK) -rpath $(libdir) $(libdft_xc_la_OBJECTS) $(libdft_xc_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+ 	-rm -f *.$(OBJEXT)
+@@ -457,146 +464,146 @@ mostlyclean-compile:
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-functionals.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-functionals_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_c_am05.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_c_am05_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_c_lm.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_c_lm_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_c_lyp.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_c_lyp_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_c_p86.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_c_p86_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_c_pbe.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_c_pbe_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_c_pw91.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_c_pw91_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_perdew.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_perdew_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_2d_b86.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_2d_b86_mgc.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_2d_b86_mgc_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_2d_b86_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_2d_b88.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_2d_b88_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_2d_pbe.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_2d_pbe_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_am05.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_am05_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_b86.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_b86_mgc.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_b86_mgc_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_b86_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_b88.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_b88_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_bayesian.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_bayesian_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_dk87.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_dk87_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_ft97.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_ft97_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_g96.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_g96_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_lg93.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_lg93_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_mpbe.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_mpbe_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_optx.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_optx_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_pbe.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_pbe_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_pbea.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_pbea_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_pw86.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_pw86_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_pw91.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_pw91_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_rpbe.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_rpbe_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_wc.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_x_wc_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_xc_1w.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_xc_1w_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_xc_b97.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_xc_b97_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_xc_edf1.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_xc_edf1_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_xc_lb.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-gga_xc_lb_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-hyb_gga_xc_b1wc.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-hyb_gga_xc_b1wc_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-hyb_gga_xc_b3lyp.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-hyb_gga_xc_b3lyp_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-hyb_gga_xc_b97.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-hyb_gga_xc_b97_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-hyb_gga_xc_o3lyp.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-hyb_gga_xc_o3lyp_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-hyb_gga_xc_pbeh.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-hyb_gga_xc_pbeh_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-integrate.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-integrate_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lca.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lca_lch.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lca_lch_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lca_omc.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lca_omc_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lca_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_c_1d_csc.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_c_1d_csc_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_c_2d_amgb.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_c_2d_amgb_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_c_2d_prm.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_c_2d_prm_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_c_hl.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_c_hl_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_c_ml1.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_c_ml1_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_c_pw.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_c_pw_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_c_pz.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_c_pz_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_c_rpa.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_c_rpa_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_c_vwn.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_c_vwn_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_c_wigner.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_c_wigner_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_x.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_x_1d.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_x_1d_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_x_2d.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_x_2d_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_x_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_xc_teter93.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-lda_xc_teter93_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-mgga.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-mgga_c_tpss.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-mgga_c_tpss_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-mgga_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-mgga_x_br89.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-mgga_x_br89_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-mgga_x_lta.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-mgga_x_lta_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-mgga_x_m06l.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-mgga_x_m06l_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-mgga_x_tau_hcth.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-mgga_x_tau_hcth_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-mgga_x_tpss.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-mgga_x_tpss_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-mgga_xc_vsxc.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-mgga_xc_vsxc_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-mix_func.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-mix_func_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-special_functions.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-special_functions_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-util.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-util_s.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-xc_f.Plo at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libxc_la-xc_f_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-functionals.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-functionals_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_c_am05.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_c_am05_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_c_lm.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_c_lm_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_c_lyp.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_c_lyp_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_c_p86.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_c_p86_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_c_pbe.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_c_pbe_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_c_pw91.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_c_pw91_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_perdew.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_perdew_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_2d_b86.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_2d_b86_mgc.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_2d_b86_mgc_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_2d_b86_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_2d_b88.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_2d_b88_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_2d_pbe.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_2d_pbe_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_am05.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_am05_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_b86.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_b86_mgc.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_b86_mgc_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_b86_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_b88.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_b88_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_bayesian.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_bayesian_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_dk87.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_dk87_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_ft97.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_ft97_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_g96.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_g96_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_lg93.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_lg93_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_mpbe.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_mpbe_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_optx.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_optx_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_pbe.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_pbe_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_pbea.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_pbea_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_pw86.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_pw86_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_pw91.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_pw91_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_rpbe.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_rpbe_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_wc.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_x_wc_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_xc_1w.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_xc_1w_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_xc_b97.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_xc_b97_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_xc_edf1.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_xc_edf1_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_xc_lb.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-gga_xc_lb_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-hyb_gga_xc_b1wc.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-hyb_gga_xc_b1wc_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-hyb_gga_xc_b3lyp.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-hyb_gga_xc_b3lyp_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-hyb_gga_xc_b97.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-hyb_gga_xc_b97_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-hyb_gga_xc_o3lyp.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-hyb_gga_xc_o3lyp_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-hyb_gga_xc_pbeh.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-hyb_gga_xc_pbeh_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-integrate.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-integrate_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lca.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lca_lch.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lca_lch_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lca_omc.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lca_omc_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lca_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_c_1d_csc.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_c_1d_csc_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_c_2d_amgb.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_c_2d_amgb_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_c_2d_prm.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_c_2d_prm_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_c_hl.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_c_hl_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_c_ml1.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_c_ml1_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_c_pw.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_c_pw_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_c_pz.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_c_pz_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_c_rpa.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_c_rpa_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_c_vwn.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_c_vwn_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_c_wigner.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_c_wigner_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_x.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_x_1d.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_x_1d_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_x_2d.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_x_2d_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_x_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_xc_teter93.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-lda_xc_teter93_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-mgga.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-mgga_c_tpss.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-mgga_c_tpss_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-mgga_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-mgga_x_br89.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-mgga_x_br89_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-mgga_x_lta.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-mgga_x_lta_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-mgga_x_m06l.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-mgga_x_m06l_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-mgga_x_tau_hcth.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-mgga_x_tau_hcth_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-mgga_x_tpss.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-mgga_x_tpss_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-mgga_xc_vsxc.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-mgga_xc_vsxc_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-mix_func.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-mix_func_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-special_functions.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-special_functions_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-util.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-util_s.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-xc_f.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libdft_xc_la-xc_f_s.Plo at am__quote@
+ 
+ .c.o:
+ @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+@@ -619,985 +626,985 @@ distclean-compile:
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ @am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
+ 
+-libxc_la-lda.lo: lda.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda.Tpo -c -o libxc_la-lda.lo `test -f 'lda.c' || echo '$(srcdir)/'`lda.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda.Tpo $(DEPDIR)/libxc_la-lda.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda.c' object='libxc_la-lda.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda.lo: lda.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda.Tpo -c -o libdft_xc_la-lda.lo `test -f 'lda.c' || echo '$(srcdir)/'`lda.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda.Tpo $(DEPDIR)/libdft_xc_la-lda.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda.c' object='libdft_xc_la-lda.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda.lo `test -f 'lda.c' || echo '$(srcdir)/'`lda.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda.lo `test -f 'lda.c' || echo '$(srcdir)/'`lda.c
+ 
+-libxc_la-lda_x.lo: lda_x.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_x.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_x.Tpo -c -o libxc_la-lda_x.lo `test -f 'lda_x.c' || echo '$(srcdir)/'`lda_x.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_x.Tpo $(DEPDIR)/libxc_la-lda_x.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_x.c' object='libxc_la-lda_x.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_x.lo: lda_x.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_x.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_x.Tpo -c -o libdft_xc_la-lda_x.lo `test -f 'lda_x.c' || echo '$(srcdir)/'`lda_x.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_x.Tpo $(DEPDIR)/libdft_xc_la-lda_x.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_x.c' object='libdft_xc_la-lda_x.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_x.lo `test -f 'lda_x.c' || echo '$(srcdir)/'`lda_x.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_x.lo `test -f 'lda_x.c' || echo '$(srcdir)/'`lda_x.c
+ 
+-libxc_la-lda_x_1d.lo: lda_x_1d.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_x_1d.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_x_1d.Tpo -c -o libxc_la-lda_x_1d.lo `test -f 'lda_x_1d.c' || echo '$(srcdir)/'`lda_x_1d.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_x_1d.Tpo $(DEPDIR)/libxc_la-lda_x_1d.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_x_1d.c' object='libxc_la-lda_x_1d.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_x_1d.lo: lda_x_1d.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_x_1d.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_x_1d.Tpo -c -o libdft_xc_la-lda_x_1d.lo `test -f 'lda_x_1d.c' || echo '$(srcdir)/'`lda_x_1d.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_x_1d.Tpo $(DEPDIR)/libdft_xc_la-lda_x_1d.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_x_1d.c' object='libdft_xc_la-lda_x_1d.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_x_1d.lo `test -f 'lda_x_1d.c' || echo '$(srcdir)/'`lda_x_1d.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_x_1d.lo `test -f 'lda_x_1d.c' || echo '$(srcdir)/'`lda_x_1d.c
+ 
+-libxc_la-lda_x_2d.lo: lda_x_2d.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_x_2d.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_x_2d.Tpo -c -o libxc_la-lda_x_2d.lo `test -f 'lda_x_2d.c' || echo '$(srcdir)/'`lda_x_2d.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_x_2d.Tpo $(DEPDIR)/libxc_la-lda_x_2d.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_x_2d.c' object='libxc_la-lda_x_2d.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_x_2d.lo: lda_x_2d.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_x_2d.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_x_2d.Tpo -c -o libdft_xc_la-lda_x_2d.lo `test -f 'lda_x_2d.c' || echo '$(srcdir)/'`lda_x_2d.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_x_2d.Tpo $(DEPDIR)/libdft_xc_la-lda_x_2d.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_x_2d.c' object='libdft_xc_la-lda_x_2d.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_x_2d.lo `test -f 'lda_x_2d.c' || echo '$(srcdir)/'`lda_x_2d.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_x_2d.lo `test -f 'lda_x_2d.c' || echo '$(srcdir)/'`lda_x_2d.c
+ 
+-libxc_la-lda_c_wigner.lo: lda_c_wigner.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_c_wigner.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_c_wigner.Tpo -c -o libxc_la-lda_c_wigner.lo `test -f 'lda_c_wigner.c' || echo '$(srcdir)/'`lda_c_wigner.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_c_wigner.Tpo $(DEPDIR)/libxc_la-lda_c_wigner.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_wigner.c' object='libxc_la-lda_c_wigner.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_c_wigner.lo: lda_c_wigner.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_c_wigner.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_c_wigner.Tpo -c -o libdft_xc_la-lda_c_wigner.lo `test -f 'lda_c_wigner.c' || echo '$(srcdir)/'`lda_c_wigner.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_c_wigner.Tpo $(DEPDIR)/libdft_xc_la-lda_c_wigner.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_wigner.c' object='libdft_xc_la-lda_c_wigner.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_c_wigner.lo `test -f 'lda_c_wigner.c' || echo '$(srcdir)/'`lda_c_wigner.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_c_wigner.lo `test -f 'lda_c_wigner.c' || echo '$(srcdir)/'`lda_c_wigner.c
+ 
+-libxc_la-lda_c_rpa.lo: lda_c_rpa.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_c_rpa.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_c_rpa.Tpo -c -o libxc_la-lda_c_rpa.lo `test -f 'lda_c_rpa.c' || echo '$(srcdir)/'`lda_c_rpa.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_c_rpa.Tpo $(DEPDIR)/libxc_la-lda_c_rpa.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_rpa.c' object='libxc_la-lda_c_rpa.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_c_rpa.lo: lda_c_rpa.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_c_rpa.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_c_rpa.Tpo -c -o libdft_xc_la-lda_c_rpa.lo `test -f 'lda_c_rpa.c' || echo '$(srcdir)/'`lda_c_rpa.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_c_rpa.Tpo $(DEPDIR)/libdft_xc_la-lda_c_rpa.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_rpa.c' object='libdft_xc_la-lda_c_rpa.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_c_rpa.lo `test -f 'lda_c_rpa.c' || echo '$(srcdir)/'`lda_c_rpa.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_c_rpa.lo `test -f 'lda_c_rpa.c' || echo '$(srcdir)/'`lda_c_rpa.c
+ 
+-libxc_la-lda_c_hl.lo: lda_c_hl.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_c_hl.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_c_hl.Tpo -c -o libxc_la-lda_c_hl.lo `test -f 'lda_c_hl.c' || echo '$(srcdir)/'`lda_c_hl.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_c_hl.Tpo $(DEPDIR)/libxc_la-lda_c_hl.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_hl.c' object='libxc_la-lda_c_hl.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_c_hl.lo: lda_c_hl.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_c_hl.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_c_hl.Tpo -c -o libdft_xc_la-lda_c_hl.lo `test -f 'lda_c_hl.c' || echo '$(srcdir)/'`lda_c_hl.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_c_hl.Tpo $(DEPDIR)/libdft_xc_la-lda_c_hl.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_hl.c' object='libdft_xc_la-lda_c_hl.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_c_hl.lo `test -f 'lda_c_hl.c' || echo '$(srcdir)/'`lda_c_hl.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_c_hl.lo `test -f 'lda_c_hl.c' || echo '$(srcdir)/'`lda_c_hl.c
+ 
+-libxc_la-lda_c_vwn.lo: lda_c_vwn.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_c_vwn.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_c_vwn.Tpo -c -o libxc_la-lda_c_vwn.lo `test -f 'lda_c_vwn.c' || echo '$(srcdir)/'`lda_c_vwn.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_c_vwn.Tpo $(DEPDIR)/libxc_la-lda_c_vwn.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_vwn.c' object='libxc_la-lda_c_vwn.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_c_vwn.lo: lda_c_vwn.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_c_vwn.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_c_vwn.Tpo -c -o libdft_xc_la-lda_c_vwn.lo `test -f 'lda_c_vwn.c' || echo '$(srcdir)/'`lda_c_vwn.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_c_vwn.Tpo $(DEPDIR)/libdft_xc_la-lda_c_vwn.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_vwn.c' object='libdft_xc_la-lda_c_vwn.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_c_vwn.lo `test -f 'lda_c_vwn.c' || echo '$(srcdir)/'`lda_c_vwn.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_c_vwn.lo `test -f 'lda_c_vwn.c' || echo '$(srcdir)/'`lda_c_vwn.c
+ 
+-libxc_la-lda_c_pz.lo: lda_c_pz.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_c_pz.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_c_pz.Tpo -c -o libxc_la-lda_c_pz.lo `test -f 'lda_c_pz.c' || echo '$(srcdir)/'`lda_c_pz.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_c_pz.Tpo $(DEPDIR)/libxc_la-lda_c_pz.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_pz.c' object='libxc_la-lda_c_pz.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_c_pz.lo: lda_c_pz.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_c_pz.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_c_pz.Tpo -c -o libdft_xc_la-lda_c_pz.lo `test -f 'lda_c_pz.c' || echo '$(srcdir)/'`lda_c_pz.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_c_pz.Tpo $(DEPDIR)/libdft_xc_la-lda_c_pz.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_pz.c' object='libdft_xc_la-lda_c_pz.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_c_pz.lo `test -f 'lda_c_pz.c' || echo '$(srcdir)/'`lda_c_pz.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_c_pz.lo `test -f 'lda_c_pz.c' || echo '$(srcdir)/'`lda_c_pz.c
+ 
+-libxc_la-lda_c_pw.lo: lda_c_pw.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_c_pw.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_c_pw.Tpo -c -o libxc_la-lda_c_pw.lo `test -f 'lda_c_pw.c' || echo '$(srcdir)/'`lda_c_pw.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_c_pw.Tpo $(DEPDIR)/libxc_la-lda_c_pw.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_pw.c' object='libxc_la-lda_c_pw.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_c_pw.lo: lda_c_pw.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_c_pw.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_c_pw.Tpo -c -o libdft_xc_la-lda_c_pw.lo `test -f 'lda_c_pw.c' || echo '$(srcdir)/'`lda_c_pw.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_c_pw.Tpo $(DEPDIR)/libdft_xc_la-lda_c_pw.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_pw.c' object='libdft_xc_la-lda_c_pw.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_c_pw.lo `test -f 'lda_c_pw.c' || echo '$(srcdir)/'`lda_c_pw.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_c_pw.lo `test -f 'lda_c_pw.c' || echo '$(srcdir)/'`lda_c_pw.c
+ 
+-libxc_la-lda_c_ml1.lo: lda_c_ml1.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_c_ml1.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_c_ml1.Tpo -c -o libxc_la-lda_c_ml1.lo `test -f 'lda_c_ml1.c' || echo '$(srcdir)/'`lda_c_ml1.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_c_ml1.Tpo $(DEPDIR)/libxc_la-lda_c_ml1.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_ml1.c' object='libxc_la-lda_c_ml1.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_c_ml1.lo: lda_c_ml1.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_c_ml1.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_c_ml1.Tpo -c -o libdft_xc_la-lda_c_ml1.lo `test -f 'lda_c_ml1.c' || echo '$(srcdir)/'`lda_c_ml1.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_c_ml1.Tpo $(DEPDIR)/libdft_xc_la-lda_c_ml1.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_ml1.c' object='libdft_xc_la-lda_c_ml1.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_c_ml1.lo `test -f 'lda_c_ml1.c' || echo '$(srcdir)/'`lda_c_ml1.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_c_ml1.lo `test -f 'lda_c_ml1.c' || echo '$(srcdir)/'`lda_c_ml1.c
+ 
+-libxc_la-lda_xc_teter93.lo: lda_xc_teter93.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_xc_teter93.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_xc_teter93.Tpo -c -o libxc_la-lda_xc_teter93.lo `test -f 'lda_xc_teter93.c' || echo '$(srcdir)/'`lda_xc_teter93.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_xc_teter93.Tpo $(DEPDIR)/libxc_la-lda_xc_teter93.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_xc_teter93.c' object='libxc_la-lda_xc_teter93.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_xc_teter93.lo: lda_xc_teter93.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_xc_teter93.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_xc_teter93.Tpo -c -o libdft_xc_la-lda_xc_teter93.lo `test -f 'lda_xc_teter93.c' || echo '$(srcdir)/'`lda_xc_teter93.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_xc_teter93.Tpo $(DEPDIR)/libdft_xc_la-lda_xc_teter93.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_xc_teter93.c' object='libdft_xc_la-lda_xc_teter93.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_xc_teter93.lo `test -f 'lda_xc_teter93.c' || echo '$(srcdir)/'`lda_xc_teter93.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_xc_teter93.lo `test -f 'lda_xc_teter93.c' || echo '$(srcdir)/'`lda_xc_teter93.c
+ 
+-libxc_la-lda_c_1d_csc.lo: lda_c_1d_csc.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_c_1d_csc.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_c_1d_csc.Tpo -c -o libxc_la-lda_c_1d_csc.lo `test -f 'lda_c_1d_csc.c' || echo '$(srcdir)/'`lda_c_1d_csc.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_c_1d_csc.Tpo $(DEPDIR)/libxc_la-lda_c_1d_csc.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_1d_csc.c' object='libxc_la-lda_c_1d_csc.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_c_1d_csc.lo: lda_c_1d_csc.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_c_1d_csc.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_c_1d_csc.Tpo -c -o libdft_xc_la-lda_c_1d_csc.lo `test -f 'lda_c_1d_csc.c' || echo '$(srcdir)/'`lda_c_1d_csc.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_c_1d_csc.Tpo $(DEPDIR)/libdft_xc_la-lda_c_1d_csc.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_1d_csc.c' object='libdft_xc_la-lda_c_1d_csc.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_c_1d_csc.lo `test -f 'lda_c_1d_csc.c' || echo '$(srcdir)/'`lda_c_1d_csc.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_c_1d_csc.lo `test -f 'lda_c_1d_csc.c' || echo '$(srcdir)/'`lda_c_1d_csc.c
+ 
+-libxc_la-lda_c_2d_amgb.lo: lda_c_2d_amgb.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_c_2d_amgb.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_c_2d_amgb.Tpo -c -o libxc_la-lda_c_2d_amgb.lo `test -f 'lda_c_2d_amgb.c' || echo '$(srcdir)/'`lda_c_2d_amgb.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_c_2d_amgb.Tpo $(DEPDIR)/libxc_la-lda_c_2d_amgb.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_2d_amgb.c' object='libxc_la-lda_c_2d_amgb.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_c_2d_amgb.lo: lda_c_2d_amgb.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_c_2d_amgb.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_c_2d_amgb.Tpo -c -o libdft_xc_la-lda_c_2d_amgb.lo `test -f 'lda_c_2d_amgb.c' || echo '$(srcdir)/'`lda_c_2d_amgb.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_c_2d_amgb.Tpo $(DEPDIR)/libdft_xc_la-lda_c_2d_amgb.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_2d_amgb.c' object='libdft_xc_la-lda_c_2d_amgb.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_c_2d_amgb.lo `test -f 'lda_c_2d_amgb.c' || echo '$(srcdir)/'`lda_c_2d_amgb.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_c_2d_amgb.lo `test -f 'lda_c_2d_amgb.c' || echo '$(srcdir)/'`lda_c_2d_amgb.c
+ 
+-libxc_la-lda_c_2d_prm.lo: lda_c_2d_prm.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_c_2d_prm.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_c_2d_prm.Tpo -c -o libxc_la-lda_c_2d_prm.lo `test -f 'lda_c_2d_prm.c' || echo '$(srcdir)/'`lda_c_2d_prm.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_c_2d_prm.Tpo $(DEPDIR)/libxc_la-lda_c_2d_prm.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_2d_prm.c' object='libxc_la-lda_c_2d_prm.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_c_2d_prm.lo: lda_c_2d_prm.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_c_2d_prm.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_c_2d_prm.Tpo -c -o libdft_xc_la-lda_c_2d_prm.lo `test -f 'lda_c_2d_prm.c' || echo '$(srcdir)/'`lda_c_2d_prm.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_c_2d_prm.Tpo $(DEPDIR)/libdft_xc_la-lda_c_2d_prm.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_2d_prm.c' object='libdft_xc_la-lda_c_2d_prm.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_c_2d_prm.lo `test -f 'lda_c_2d_prm.c' || echo '$(srcdir)/'`lda_c_2d_prm.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_c_2d_prm.lo `test -f 'lda_c_2d_prm.c' || echo '$(srcdir)/'`lda_c_2d_prm.c
+ 
+-libxc_la-gga.lo: gga.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga.Tpo -c -o libxc_la-gga.lo `test -f 'gga.c' || echo '$(srcdir)/'`gga.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga.Tpo $(DEPDIR)/libxc_la-gga.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga.c' object='libxc_la-gga.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga.lo: gga.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga.Tpo -c -o libdft_xc_la-gga.lo `test -f 'gga.c' || echo '$(srcdir)/'`gga.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga.Tpo $(DEPDIR)/libdft_xc_la-gga.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga.c' object='libdft_xc_la-gga.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga.lo `test -f 'gga.c' || echo '$(srcdir)/'`gga.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga.lo `test -f 'gga.c' || echo '$(srcdir)/'`gga.c
+ 
+-libxc_la-gga_x_lg93.lo: gga_x_lg93.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_lg93.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_lg93.Tpo -c -o libxc_la-gga_x_lg93.lo `test -f 'gga_x_lg93.c' || echo '$(srcdir)/'`gga_x_lg93.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_lg93.Tpo $(DEPDIR)/libxc_la-gga_x_lg93.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_lg93.c' object='libxc_la-gga_x_lg93.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_lg93.lo: gga_x_lg93.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_lg93.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_lg93.Tpo -c -o libdft_xc_la-gga_x_lg93.lo `test -f 'gga_x_lg93.c' || echo '$(srcdir)/'`gga_x_lg93.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_lg93.Tpo $(DEPDIR)/libdft_xc_la-gga_x_lg93.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_lg93.c' object='libdft_xc_la-gga_x_lg93.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_lg93.lo `test -f 'gga_x_lg93.c' || echo '$(srcdir)/'`gga_x_lg93.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_lg93.lo `test -f 'gga_x_lg93.c' || echo '$(srcdir)/'`gga_x_lg93.c
+ 
+-libxc_la-gga_x_pbe.lo: gga_x_pbe.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_pbe.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_pbe.Tpo -c -o libxc_la-gga_x_pbe.lo `test -f 'gga_x_pbe.c' || echo '$(srcdir)/'`gga_x_pbe.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_pbe.Tpo $(DEPDIR)/libxc_la-gga_x_pbe.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_pbe.c' object='libxc_la-gga_x_pbe.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_pbe.lo: gga_x_pbe.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_pbe.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_pbe.Tpo -c -o libdft_xc_la-gga_x_pbe.lo `test -f 'gga_x_pbe.c' || echo '$(srcdir)/'`gga_x_pbe.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_pbe.Tpo $(DEPDIR)/libdft_xc_la-gga_x_pbe.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_pbe.c' object='libdft_xc_la-gga_x_pbe.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_pbe.lo `test -f 'gga_x_pbe.c' || echo '$(srcdir)/'`gga_x_pbe.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_pbe.lo `test -f 'gga_x_pbe.c' || echo '$(srcdir)/'`gga_x_pbe.c
+ 
+-libxc_la-gga_x_rpbe.lo: gga_x_rpbe.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_rpbe.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_rpbe.Tpo -c -o libxc_la-gga_x_rpbe.lo `test -f 'gga_x_rpbe.c' || echo '$(srcdir)/'`gga_x_rpbe.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_rpbe.Tpo $(DEPDIR)/libxc_la-gga_x_rpbe.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_rpbe.c' object='libxc_la-gga_x_rpbe.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_rpbe.lo: gga_x_rpbe.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_rpbe.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_rpbe.Tpo -c -o libdft_xc_la-gga_x_rpbe.lo `test -f 'gga_x_rpbe.c' || echo '$(srcdir)/'`gga_x_rpbe.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_rpbe.Tpo $(DEPDIR)/libdft_xc_la-gga_x_rpbe.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_rpbe.c' object='libdft_xc_la-gga_x_rpbe.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_rpbe.lo `test -f 'gga_x_rpbe.c' || echo '$(srcdir)/'`gga_x_rpbe.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_rpbe.lo `test -f 'gga_x_rpbe.c' || echo '$(srcdir)/'`gga_x_rpbe.c
+ 
+-libxc_la-gga_x_pbea.lo: gga_x_pbea.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_pbea.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_pbea.Tpo -c -o libxc_la-gga_x_pbea.lo `test -f 'gga_x_pbea.c' || echo '$(srcdir)/'`gga_x_pbea.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_pbea.Tpo $(DEPDIR)/libxc_la-gga_x_pbea.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_pbea.c' object='libxc_la-gga_x_pbea.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_pbea.lo: gga_x_pbea.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_pbea.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_pbea.Tpo -c -o libdft_xc_la-gga_x_pbea.lo `test -f 'gga_x_pbea.c' || echo '$(srcdir)/'`gga_x_pbea.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_pbea.Tpo $(DEPDIR)/libdft_xc_la-gga_x_pbea.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_pbea.c' object='libdft_xc_la-gga_x_pbea.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_pbea.lo `test -f 'gga_x_pbea.c' || echo '$(srcdir)/'`gga_x_pbea.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_pbea.lo `test -f 'gga_x_pbea.c' || echo '$(srcdir)/'`gga_x_pbea.c
+ 
+-libxc_la-gga_x_mpbe.lo: gga_x_mpbe.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_mpbe.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_mpbe.Tpo -c -o libxc_la-gga_x_mpbe.lo `test -f 'gga_x_mpbe.c' || echo '$(srcdir)/'`gga_x_mpbe.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_mpbe.Tpo $(DEPDIR)/libxc_la-gga_x_mpbe.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_mpbe.c' object='libxc_la-gga_x_mpbe.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_mpbe.lo: gga_x_mpbe.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_mpbe.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_mpbe.Tpo -c -o libdft_xc_la-gga_x_mpbe.lo `test -f 'gga_x_mpbe.c' || echo '$(srcdir)/'`gga_x_mpbe.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_mpbe.Tpo $(DEPDIR)/libdft_xc_la-gga_x_mpbe.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_mpbe.c' object='libdft_xc_la-gga_x_mpbe.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_mpbe.lo `test -f 'gga_x_mpbe.c' || echo '$(srcdir)/'`gga_x_mpbe.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_mpbe.lo `test -f 'gga_x_mpbe.c' || echo '$(srcdir)/'`gga_x_mpbe.c
+ 
+-libxc_la-gga_x_b86.lo: gga_x_b86.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_b86.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_b86.Tpo -c -o libxc_la-gga_x_b86.lo `test -f 'gga_x_b86.c' || echo '$(srcdir)/'`gga_x_b86.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_b86.Tpo $(DEPDIR)/libxc_la-gga_x_b86.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_b86.c' object='libxc_la-gga_x_b86.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_b86.lo: gga_x_b86.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_b86.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_b86.Tpo -c -o libdft_xc_la-gga_x_b86.lo `test -f 'gga_x_b86.c' || echo '$(srcdir)/'`gga_x_b86.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_b86.Tpo $(DEPDIR)/libdft_xc_la-gga_x_b86.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_b86.c' object='libdft_xc_la-gga_x_b86.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_b86.lo `test -f 'gga_x_b86.c' || echo '$(srcdir)/'`gga_x_b86.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_b86.lo `test -f 'gga_x_b86.c' || echo '$(srcdir)/'`gga_x_b86.c
+ 
+-libxc_la-gga_x_b86_mgc.lo: gga_x_b86_mgc.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_b86_mgc.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_b86_mgc.Tpo -c -o libxc_la-gga_x_b86_mgc.lo `test -f 'gga_x_b86_mgc.c' || echo '$(srcdir)/'`gga_x_b86_mgc.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_b86_mgc.Tpo $(DEPDIR)/libxc_la-gga_x_b86_mgc.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_b86_mgc.c' object='libxc_la-gga_x_b86_mgc.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_b86_mgc.lo: gga_x_b86_mgc.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_b86_mgc.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_b86_mgc.Tpo -c -o libdft_xc_la-gga_x_b86_mgc.lo `test -f 'gga_x_b86_mgc.c' || echo '$(srcdir)/'`gga_x_b86_mgc.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_b86_mgc.Tpo $(DEPDIR)/libdft_xc_la-gga_x_b86_mgc.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_b86_mgc.c' object='libdft_xc_la-gga_x_b86_mgc.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_b86_mgc.lo `test -f 'gga_x_b86_mgc.c' || echo '$(srcdir)/'`gga_x_b86_mgc.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_b86_mgc.lo `test -f 'gga_x_b86_mgc.c' || echo '$(srcdir)/'`gga_x_b86_mgc.c
+ 
+-libxc_la-gga_x_b88.lo: gga_x_b88.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_b88.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_b88.Tpo -c -o libxc_la-gga_x_b88.lo `test -f 'gga_x_b88.c' || echo '$(srcdir)/'`gga_x_b88.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_b88.Tpo $(DEPDIR)/libxc_la-gga_x_b88.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_b88.c' object='libxc_la-gga_x_b88.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_b88.lo: gga_x_b88.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_b88.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_b88.Tpo -c -o libdft_xc_la-gga_x_b88.lo `test -f 'gga_x_b88.c' || echo '$(srcdir)/'`gga_x_b88.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_b88.Tpo $(DEPDIR)/libdft_xc_la-gga_x_b88.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_b88.c' object='libdft_xc_la-gga_x_b88.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_b88.lo `test -f 'gga_x_b88.c' || echo '$(srcdir)/'`gga_x_b88.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_b88.lo `test -f 'gga_x_b88.c' || echo '$(srcdir)/'`gga_x_b88.c
+ 
+-libxc_la-gga_x_g96.lo: gga_x_g96.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_g96.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_g96.Tpo -c -o libxc_la-gga_x_g96.lo `test -f 'gga_x_g96.c' || echo '$(srcdir)/'`gga_x_g96.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_g96.Tpo $(DEPDIR)/libxc_la-gga_x_g96.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_g96.c' object='libxc_la-gga_x_g96.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_g96.lo: gga_x_g96.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_g96.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_g96.Tpo -c -o libdft_xc_la-gga_x_g96.lo `test -f 'gga_x_g96.c' || echo '$(srcdir)/'`gga_x_g96.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_g96.Tpo $(DEPDIR)/libdft_xc_la-gga_x_g96.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_g96.c' object='libdft_xc_la-gga_x_g96.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_g96.lo `test -f 'gga_x_g96.c' || echo '$(srcdir)/'`gga_x_g96.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_g96.lo `test -f 'gga_x_g96.c' || echo '$(srcdir)/'`gga_x_g96.c
+ 
+-libxc_la-gga_x_pw86.lo: gga_x_pw86.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_pw86.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_pw86.Tpo -c -o libxc_la-gga_x_pw86.lo `test -f 'gga_x_pw86.c' || echo '$(srcdir)/'`gga_x_pw86.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_pw86.Tpo $(DEPDIR)/libxc_la-gga_x_pw86.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_pw86.c' object='libxc_la-gga_x_pw86.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_pw86.lo: gga_x_pw86.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_pw86.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_pw86.Tpo -c -o libdft_xc_la-gga_x_pw86.lo `test -f 'gga_x_pw86.c' || echo '$(srcdir)/'`gga_x_pw86.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_pw86.Tpo $(DEPDIR)/libdft_xc_la-gga_x_pw86.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_pw86.c' object='libdft_xc_la-gga_x_pw86.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_pw86.lo `test -f 'gga_x_pw86.c' || echo '$(srcdir)/'`gga_x_pw86.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_pw86.lo `test -f 'gga_x_pw86.c' || echo '$(srcdir)/'`gga_x_pw86.c
+ 
+-libxc_la-gga_x_pw91.lo: gga_x_pw91.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_pw91.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_pw91.Tpo -c -o libxc_la-gga_x_pw91.lo `test -f 'gga_x_pw91.c' || echo '$(srcdir)/'`gga_x_pw91.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_pw91.Tpo $(DEPDIR)/libxc_la-gga_x_pw91.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_pw91.c' object='libxc_la-gga_x_pw91.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_pw91.lo: gga_x_pw91.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_pw91.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_pw91.Tpo -c -o libdft_xc_la-gga_x_pw91.lo `test -f 'gga_x_pw91.c' || echo '$(srcdir)/'`gga_x_pw91.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_pw91.Tpo $(DEPDIR)/libdft_xc_la-gga_x_pw91.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_pw91.c' object='libdft_xc_la-gga_x_pw91.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_pw91.lo `test -f 'gga_x_pw91.c' || echo '$(srcdir)/'`gga_x_pw91.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_pw91.lo `test -f 'gga_x_pw91.c' || echo '$(srcdir)/'`gga_x_pw91.c
+ 
+-libxc_la-gga_x_optx.lo: gga_x_optx.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_optx.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_optx.Tpo -c -o libxc_la-gga_x_optx.lo `test -f 'gga_x_optx.c' || echo '$(srcdir)/'`gga_x_optx.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_optx.Tpo $(DEPDIR)/libxc_la-gga_x_optx.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_optx.c' object='libxc_la-gga_x_optx.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_optx.lo: gga_x_optx.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_optx.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_optx.Tpo -c -o libdft_xc_la-gga_x_optx.lo `test -f 'gga_x_optx.c' || echo '$(srcdir)/'`gga_x_optx.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_optx.Tpo $(DEPDIR)/libdft_xc_la-gga_x_optx.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_optx.c' object='libdft_xc_la-gga_x_optx.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_optx.lo `test -f 'gga_x_optx.c' || echo '$(srcdir)/'`gga_x_optx.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_optx.lo `test -f 'gga_x_optx.c' || echo '$(srcdir)/'`gga_x_optx.c
+ 
+-libxc_la-gga_x_dk87.lo: gga_x_dk87.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_dk87.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_dk87.Tpo -c -o libxc_la-gga_x_dk87.lo `test -f 'gga_x_dk87.c' || echo '$(srcdir)/'`gga_x_dk87.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_dk87.Tpo $(DEPDIR)/libxc_la-gga_x_dk87.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_dk87.c' object='libxc_la-gga_x_dk87.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_dk87.lo: gga_x_dk87.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_dk87.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_dk87.Tpo -c -o libdft_xc_la-gga_x_dk87.lo `test -f 'gga_x_dk87.c' || echo '$(srcdir)/'`gga_x_dk87.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_dk87.Tpo $(DEPDIR)/libdft_xc_la-gga_x_dk87.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_dk87.c' object='libdft_xc_la-gga_x_dk87.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_dk87.lo `test -f 'gga_x_dk87.c' || echo '$(srcdir)/'`gga_x_dk87.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_dk87.lo `test -f 'gga_x_dk87.c' || echo '$(srcdir)/'`gga_x_dk87.c
+ 
+-libxc_la-gga_x_ft97.lo: gga_x_ft97.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_ft97.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_ft97.Tpo -c -o libxc_la-gga_x_ft97.lo `test -f 'gga_x_ft97.c' || echo '$(srcdir)/'`gga_x_ft97.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_ft97.Tpo $(DEPDIR)/libxc_la-gga_x_ft97.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_ft97.c' object='libxc_la-gga_x_ft97.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_ft97.lo: gga_x_ft97.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_ft97.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_ft97.Tpo -c -o libdft_xc_la-gga_x_ft97.lo `test -f 'gga_x_ft97.c' || echo '$(srcdir)/'`gga_x_ft97.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_ft97.Tpo $(DEPDIR)/libdft_xc_la-gga_x_ft97.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_ft97.c' object='libdft_xc_la-gga_x_ft97.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_ft97.lo `test -f 'gga_x_ft97.c' || echo '$(srcdir)/'`gga_x_ft97.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_ft97.lo `test -f 'gga_x_ft97.c' || echo '$(srcdir)/'`gga_x_ft97.c
+ 
+-libxc_la-gga_x_wc.lo: gga_x_wc.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_wc.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_wc.Tpo -c -o libxc_la-gga_x_wc.lo `test -f 'gga_x_wc.c' || echo '$(srcdir)/'`gga_x_wc.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_wc.Tpo $(DEPDIR)/libxc_la-gga_x_wc.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_wc.c' object='libxc_la-gga_x_wc.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_wc.lo: gga_x_wc.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_wc.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_wc.Tpo -c -o libdft_xc_la-gga_x_wc.lo `test -f 'gga_x_wc.c' || echo '$(srcdir)/'`gga_x_wc.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_wc.Tpo $(DEPDIR)/libdft_xc_la-gga_x_wc.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_wc.c' object='libdft_xc_la-gga_x_wc.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_wc.lo `test -f 'gga_x_wc.c' || echo '$(srcdir)/'`gga_x_wc.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_wc.lo `test -f 'gga_x_wc.c' || echo '$(srcdir)/'`gga_x_wc.c
+ 
+-libxc_la-gga_x_am05.lo: gga_x_am05.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_am05.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_am05.Tpo -c -o libxc_la-gga_x_am05.lo `test -f 'gga_x_am05.c' || echo '$(srcdir)/'`gga_x_am05.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_am05.Tpo $(DEPDIR)/libxc_la-gga_x_am05.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_am05.c' object='libxc_la-gga_x_am05.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_am05.lo: gga_x_am05.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_am05.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_am05.Tpo -c -o libdft_xc_la-gga_x_am05.lo `test -f 'gga_x_am05.c' || echo '$(srcdir)/'`gga_x_am05.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_am05.Tpo $(DEPDIR)/libdft_xc_la-gga_x_am05.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_am05.c' object='libdft_xc_la-gga_x_am05.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_am05.lo `test -f 'gga_x_am05.c' || echo '$(srcdir)/'`gga_x_am05.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_am05.lo `test -f 'gga_x_am05.c' || echo '$(srcdir)/'`gga_x_am05.c
+ 
+-libxc_la-gga_x_bayesian.lo: gga_x_bayesian.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_bayesian.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_bayesian.Tpo -c -o libxc_la-gga_x_bayesian.lo `test -f 'gga_x_bayesian.c' || echo '$(srcdir)/'`gga_x_bayesian.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_bayesian.Tpo $(DEPDIR)/libxc_la-gga_x_bayesian.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_bayesian.c' object='libxc_la-gga_x_bayesian.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_bayesian.lo: gga_x_bayesian.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_bayesian.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_bayesian.Tpo -c -o libdft_xc_la-gga_x_bayesian.lo `test -f 'gga_x_bayesian.c' || echo '$(srcdir)/'`gga_x_bayesian.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_bayesian.Tpo $(DEPDIR)/libdft_xc_la-gga_x_bayesian.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_bayesian.c' object='libdft_xc_la-gga_x_bayesian.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_bayesian.lo `test -f 'gga_x_bayesian.c' || echo '$(srcdir)/'`gga_x_bayesian.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_bayesian.lo `test -f 'gga_x_bayesian.c' || echo '$(srcdir)/'`gga_x_bayesian.c
+ 
+-libxc_la-gga_perdew.lo: gga_perdew.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_perdew.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_perdew.Tpo -c -o libxc_la-gga_perdew.lo `test -f 'gga_perdew.c' || echo '$(srcdir)/'`gga_perdew.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_perdew.Tpo $(DEPDIR)/libxc_la-gga_perdew.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_perdew.c' object='libxc_la-gga_perdew.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_perdew.lo: gga_perdew.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_perdew.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_perdew.Tpo -c -o libdft_xc_la-gga_perdew.lo `test -f 'gga_perdew.c' || echo '$(srcdir)/'`gga_perdew.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_perdew.Tpo $(DEPDIR)/libdft_xc_la-gga_perdew.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_perdew.c' object='libdft_xc_la-gga_perdew.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_perdew.lo `test -f 'gga_perdew.c' || echo '$(srcdir)/'`gga_perdew.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_perdew.lo `test -f 'gga_perdew.c' || echo '$(srcdir)/'`gga_perdew.c
+ 
+-libxc_la-gga_c_pbe.lo: gga_c_pbe.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_c_pbe.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_c_pbe.Tpo -c -o libxc_la-gga_c_pbe.lo `test -f 'gga_c_pbe.c' || echo '$(srcdir)/'`gga_c_pbe.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_c_pbe.Tpo $(DEPDIR)/libxc_la-gga_c_pbe.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_c_pbe.c' object='libxc_la-gga_c_pbe.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_c_pbe.lo: gga_c_pbe.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_c_pbe.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_c_pbe.Tpo -c -o libdft_xc_la-gga_c_pbe.lo `test -f 'gga_c_pbe.c' || echo '$(srcdir)/'`gga_c_pbe.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_c_pbe.Tpo $(DEPDIR)/libdft_xc_la-gga_c_pbe.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_c_pbe.c' object='libdft_xc_la-gga_c_pbe.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_c_pbe.lo `test -f 'gga_c_pbe.c' || echo '$(srcdir)/'`gga_c_pbe.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_c_pbe.lo `test -f 'gga_c_pbe.c' || echo '$(srcdir)/'`gga_c_pbe.c
+ 
+-libxc_la-gga_c_lyp.lo: gga_c_lyp.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_c_lyp.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_c_lyp.Tpo -c -o libxc_la-gga_c_lyp.lo `test -f 'gga_c_lyp.c' || echo '$(srcdir)/'`gga_c_lyp.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_c_lyp.Tpo $(DEPDIR)/libxc_la-gga_c_lyp.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_c_lyp.c' object='libxc_la-gga_c_lyp.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_c_lyp.lo: gga_c_lyp.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_c_lyp.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_c_lyp.Tpo -c -o libdft_xc_la-gga_c_lyp.lo `test -f 'gga_c_lyp.c' || echo '$(srcdir)/'`gga_c_lyp.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_c_lyp.Tpo $(DEPDIR)/libdft_xc_la-gga_c_lyp.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_c_lyp.c' object='libdft_xc_la-gga_c_lyp.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_c_lyp.lo `test -f 'gga_c_lyp.c' || echo '$(srcdir)/'`gga_c_lyp.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_c_lyp.lo `test -f 'gga_c_lyp.c' || echo '$(srcdir)/'`gga_c_lyp.c
+ 
+-libxc_la-gga_c_p86.lo: gga_c_p86.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_c_p86.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_c_p86.Tpo -c -o libxc_la-gga_c_p86.lo `test -f 'gga_c_p86.c' || echo '$(srcdir)/'`gga_c_p86.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_c_p86.Tpo $(DEPDIR)/libxc_la-gga_c_p86.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_c_p86.c' object='libxc_la-gga_c_p86.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_c_p86.lo: gga_c_p86.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_c_p86.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_c_p86.Tpo -c -o libdft_xc_la-gga_c_p86.lo `test -f 'gga_c_p86.c' || echo '$(srcdir)/'`gga_c_p86.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_c_p86.Tpo $(DEPDIR)/libdft_xc_la-gga_c_p86.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_c_p86.c' object='libdft_xc_la-gga_c_p86.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_c_p86.lo `test -f 'gga_c_p86.c' || echo '$(srcdir)/'`gga_c_p86.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_c_p86.lo `test -f 'gga_c_p86.c' || echo '$(srcdir)/'`gga_c_p86.c
+ 
+-libxc_la-gga_c_pw91.lo: gga_c_pw91.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_c_pw91.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_c_pw91.Tpo -c -o libxc_la-gga_c_pw91.lo `test -f 'gga_c_pw91.c' || echo '$(srcdir)/'`gga_c_pw91.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_c_pw91.Tpo $(DEPDIR)/libxc_la-gga_c_pw91.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_c_pw91.c' object='libxc_la-gga_c_pw91.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_c_pw91.lo: gga_c_pw91.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_c_pw91.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_c_pw91.Tpo -c -o libdft_xc_la-gga_c_pw91.lo `test -f 'gga_c_pw91.c' || echo '$(srcdir)/'`gga_c_pw91.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_c_pw91.Tpo $(DEPDIR)/libdft_xc_la-gga_c_pw91.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_c_pw91.c' object='libdft_xc_la-gga_c_pw91.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_c_pw91.lo `test -f 'gga_c_pw91.c' || echo '$(srcdir)/'`gga_c_pw91.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_c_pw91.lo `test -f 'gga_c_pw91.c' || echo '$(srcdir)/'`gga_c_pw91.c
+ 
+-libxc_la-gga_c_am05.lo: gga_c_am05.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_c_am05.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_c_am05.Tpo -c -o libxc_la-gga_c_am05.lo `test -f 'gga_c_am05.c' || echo '$(srcdir)/'`gga_c_am05.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_c_am05.Tpo $(DEPDIR)/libxc_la-gga_c_am05.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_c_am05.c' object='libxc_la-gga_c_am05.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_c_am05.lo: gga_c_am05.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_c_am05.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_c_am05.Tpo -c -o libdft_xc_la-gga_c_am05.lo `test -f 'gga_c_am05.c' || echo '$(srcdir)/'`gga_c_am05.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_c_am05.Tpo $(DEPDIR)/libdft_xc_la-gga_c_am05.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_c_am05.c' object='libdft_xc_la-gga_c_am05.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_c_am05.lo `test -f 'gga_c_am05.c' || echo '$(srcdir)/'`gga_c_am05.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_c_am05.lo `test -f 'gga_c_am05.c' || echo '$(srcdir)/'`gga_c_am05.c
+ 
+-libxc_la-gga_c_lm.lo: gga_c_lm.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_c_lm.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_c_lm.Tpo -c -o libxc_la-gga_c_lm.lo `test -f 'gga_c_lm.c' || echo '$(srcdir)/'`gga_c_lm.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_c_lm.Tpo $(DEPDIR)/libxc_la-gga_c_lm.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_c_lm.c' object='libxc_la-gga_c_lm.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_c_lm.lo: gga_c_lm.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_c_lm.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_c_lm.Tpo -c -o libdft_xc_la-gga_c_lm.lo `test -f 'gga_c_lm.c' || echo '$(srcdir)/'`gga_c_lm.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_c_lm.Tpo $(DEPDIR)/libdft_xc_la-gga_c_lm.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_c_lm.c' object='libdft_xc_la-gga_c_lm.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_c_lm.lo `test -f 'gga_c_lm.c' || echo '$(srcdir)/'`gga_c_lm.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_c_lm.lo `test -f 'gga_c_lm.c' || echo '$(srcdir)/'`gga_c_lm.c
+ 
+-libxc_la-gga_xc_lb.lo: gga_xc_lb.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_xc_lb.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_xc_lb.Tpo -c -o libxc_la-gga_xc_lb.lo `test -f 'gga_xc_lb.c' || echo '$(srcdir)/'`gga_xc_lb.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_xc_lb.Tpo $(DEPDIR)/libxc_la-gga_xc_lb.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_xc_lb.c' object='libxc_la-gga_xc_lb.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_xc_lb.lo: gga_xc_lb.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_xc_lb.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_xc_lb.Tpo -c -o libdft_xc_la-gga_xc_lb.lo `test -f 'gga_xc_lb.c' || echo '$(srcdir)/'`gga_xc_lb.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_xc_lb.Tpo $(DEPDIR)/libdft_xc_la-gga_xc_lb.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_xc_lb.c' object='libdft_xc_la-gga_xc_lb.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_xc_lb.lo `test -f 'gga_xc_lb.c' || echo '$(srcdir)/'`gga_xc_lb.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_xc_lb.lo `test -f 'gga_xc_lb.c' || echo '$(srcdir)/'`gga_xc_lb.c
+ 
+-libxc_la-gga_xc_b97.lo: gga_xc_b97.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_xc_b97.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_xc_b97.Tpo -c -o libxc_la-gga_xc_b97.lo `test -f 'gga_xc_b97.c' || echo '$(srcdir)/'`gga_xc_b97.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_xc_b97.Tpo $(DEPDIR)/libxc_la-gga_xc_b97.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_xc_b97.c' object='libxc_la-gga_xc_b97.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_xc_b97.lo: gga_xc_b97.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_xc_b97.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_xc_b97.Tpo -c -o libdft_xc_la-gga_xc_b97.lo `test -f 'gga_xc_b97.c' || echo '$(srcdir)/'`gga_xc_b97.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_xc_b97.Tpo $(DEPDIR)/libdft_xc_la-gga_xc_b97.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_xc_b97.c' object='libdft_xc_la-gga_xc_b97.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_xc_b97.lo `test -f 'gga_xc_b97.c' || echo '$(srcdir)/'`gga_xc_b97.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_xc_b97.lo `test -f 'gga_xc_b97.c' || echo '$(srcdir)/'`gga_xc_b97.c
+ 
+-libxc_la-gga_xc_edf1.lo: gga_xc_edf1.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_xc_edf1.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_xc_edf1.Tpo -c -o libxc_la-gga_xc_edf1.lo `test -f 'gga_xc_edf1.c' || echo '$(srcdir)/'`gga_xc_edf1.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_xc_edf1.Tpo $(DEPDIR)/libxc_la-gga_xc_edf1.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_xc_edf1.c' object='libxc_la-gga_xc_edf1.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_xc_edf1.lo: gga_xc_edf1.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_xc_edf1.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_xc_edf1.Tpo -c -o libdft_xc_la-gga_xc_edf1.lo `test -f 'gga_xc_edf1.c' || echo '$(srcdir)/'`gga_xc_edf1.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_xc_edf1.Tpo $(DEPDIR)/libdft_xc_la-gga_xc_edf1.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_xc_edf1.c' object='libdft_xc_la-gga_xc_edf1.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_xc_edf1.lo `test -f 'gga_xc_edf1.c' || echo '$(srcdir)/'`gga_xc_edf1.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_xc_edf1.lo `test -f 'gga_xc_edf1.c' || echo '$(srcdir)/'`gga_xc_edf1.c
+ 
+-libxc_la-gga_xc_1w.lo: gga_xc_1w.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_xc_1w.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_xc_1w.Tpo -c -o libxc_la-gga_xc_1w.lo `test -f 'gga_xc_1w.c' || echo '$(srcdir)/'`gga_xc_1w.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_xc_1w.Tpo $(DEPDIR)/libxc_la-gga_xc_1w.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_xc_1w.c' object='libxc_la-gga_xc_1w.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_xc_1w.lo: gga_xc_1w.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_xc_1w.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_xc_1w.Tpo -c -o libdft_xc_la-gga_xc_1w.lo `test -f 'gga_xc_1w.c' || echo '$(srcdir)/'`gga_xc_1w.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_xc_1w.Tpo $(DEPDIR)/libdft_xc_la-gga_xc_1w.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_xc_1w.c' object='libdft_xc_la-gga_xc_1w.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_xc_1w.lo `test -f 'gga_xc_1w.c' || echo '$(srcdir)/'`gga_xc_1w.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_xc_1w.lo `test -f 'gga_xc_1w.c' || echo '$(srcdir)/'`gga_xc_1w.c
+ 
+-libxc_la-gga_x_2d_b86.lo: gga_x_2d_b86.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_2d_b86.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_2d_b86.Tpo -c -o libxc_la-gga_x_2d_b86.lo `test -f 'gga_x_2d_b86.c' || echo '$(srcdir)/'`gga_x_2d_b86.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_2d_b86.Tpo $(DEPDIR)/libxc_la-gga_x_2d_b86.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_2d_b86.c' object='libxc_la-gga_x_2d_b86.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_2d_b86.lo: gga_x_2d_b86.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_2d_b86.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_2d_b86.Tpo -c -o libdft_xc_la-gga_x_2d_b86.lo `test -f 'gga_x_2d_b86.c' || echo '$(srcdir)/'`gga_x_2d_b86.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_2d_b86.Tpo $(DEPDIR)/libdft_xc_la-gga_x_2d_b86.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_2d_b86.c' object='libdft_xc_la-gga_x_2d_b86.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_2d_b86.lo `test -f 'gga_x_2d_b86.c' || echo '$(srcdir)/'`gga_x_2d_b86.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_2d_b86.lo `test -f 'gga_x_2d_b86.c' || echo '$(srcdir)/'`gga_x_2d_b86.c
+ 
+-libxc_la-gga_x_2d_b86_mgc.lo: gga_x_2d_b86_mgc.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_2d_b86_mgc.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_2d_b86_mgc.Tpo -c -o libxc_la-gga_x_2d_b86_mgc.lo `test -f 'gga_x_2d_b86_mgc.c' || echo '$(srcdir)/'`gga_x_2d_b86_mgc.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_2d_b86_mgc.Tpo $(DEPDIR)/libxc_la-gga_x_2d_b86_mgc.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_2d_b86_mgc.c' object='libxc_la-gga_x_2d_b86_mgc.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_2d_b86_mgc.lo: gga_x_2d_b86_mgc.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_2d_b86_mgc.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_2d_b86_mgc.Tpo -c -o libdft_xc_la-gga_x_2d_b86_mgc.lo `test -f 'gga_x_2d_b86_mgc.c' || echo '$(srcdir)/'`gga_x_2d_b86_mgc.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_2d_b86_mgc.Tpo $(DEPDIR)/libdft_xc_la-gga_x_2d_b86_mgc.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_2d_b86_mgc.c' object='libdft_xc_la-gga_x_2d_b86_mgc.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_2d_b86_mgc.lo `test -f 'gga_x_2d_b86_mgc.c' || echo '$(srcdir)/'`gga_x_2d_b86_mgc.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_2d_b86_mgc.lo `test -f 'gga_x_2d_b86_mgc.c' || echo '$(srcdir)/'`gga_x_2d_b86_mgc.c
+ 
+-libxc_la-gga_x_2d_b88.lo: gga_x_2d_b88.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_2d_b88.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_2d_b88.Tpo -c -o libxc_la-gga_x_2d_b88.lo `test -f 'gga_x_2d_b88.c' || echo '$(srcdir)/'`gga_x_2d_b88.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_2d_b88.Tpo $(DEPDIR)/libxc_la-gga_x_2d_b88.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_2d_b88.c' object='libxc_la-gga_x_2d_b88.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_2d_b88.lo: gga_x_2d_b88.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_2d_b88.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_2d_b88.Tpo -c -o libdft_xc_la-gga_x_2d_b88.lo `test -f 'gga_x_2d_b88.c' || echo '$(srcdir)/'`gga_x_2d_b88.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_2d_b88.Tpo $(DEPDIR)/libdft_xc_la-gga_x_2d_b88.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_2d_b88.c' object='libdft_xc_la-gga_x_2d_b88.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_2d_b88.lo `test -f 'gga_x_2d_b88.c' || echo '$(srcdir)/'`gga_x_2d_b88.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_2d_b88.lo `test -f 'gga_x_2d_b88.c' || echo '$(srcdir)/'`gga_x_2d_b88.c
+ 
+-libxc_la-gga_x_2d_pbe.lo: gga_x_2d_pbe.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_2d_pbe.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_2d_pbe.Tpo -c -o libxc_la-gga_x_2d_pbe.lo `test -f 'gga_x_2d_pbe.c' || echo '$(srcdir)/'`gga_x_2d_pbe.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_2d_pbe.Tpo $(DEPDIR)/libxc_la-gga_x_2d_pbe.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_2d_pbe.c' object='libxc_la-gga_x_2d_pbe.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_2d_pbe.lo: gga_x_2d_pbe.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_2d_pbe.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_2d_pbe.Tpo -c -o libdft_xc_la-gga_x_2d_pbe.lo `test -f 'gga_x_2d_pbe.c' || echo '$(srcdir)/'`gga_x_2d_pbe.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_2d_pbe.Tpo $(DEPDIR)/libdft_xc_la-gga_x_2d_pbe.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_2d_pbe.c' object='libdft_xc_la-gga_x_2d_pbe.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_2d_pbe.lo `test -f 'gga_x_2d_pbe.c' || echo '$(srcdir)/'`gga_x_2d_pbe.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_2d_pbe.lo `test -f 'gga_x_2d_pbe.c' || echo '$(srcdir)/'`gga_x_2d_pbe.c
+ 
+-libxc_la-hyb_gga_xc_b3lyp.lo: hyb_gga_xc_b3lyp.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-hyb_gga_xc_b3lyp.lo -MD -MP -MF $(DEPDIR)/libxc_la-hyb_gga_xc_b3lyp.Tpo -c -o libxc_la-hyb_gga_xc_b3lyp.lo `test -f 'hyb_gga_xc_b3lyp.c' || echo '$(srcdir)/'`hyb_gga_xc_b3lyp.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-hyb_gga_xc_b3lyp.Tpo $(DEPDIR)/libxc_la-hyb_gga_xc_b3lyp.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hyb_gga_xc_b3lyp.c' object='libxc_la-hyb_gga_xc_b3lyp.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-hyb_gga_xc_b3lyp.lo: hyb_gga_xc_b3lyp.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-hyb_gga_xc_b3lyp.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-hyb_gga_xc_b3lyp.Tpo -c -o libdft_xc_la-hyb_gga_xc_b3lyp.lo `test -f 'hyb_gga_xc_b3lyp.c' || echo '$(srcdir)/'`hyb_gga_xc_b3lyp.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-hyb_gga_xc_b3lyp.Tpo $(DEPDIR)/libdft_xc_la-hyb_gga_xc_b3lyp.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hyb_gga_xc_b3lyp.c' object='libdft_xc_la-hyb_gga_xc_b3lyp.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-hyb_gga_xc_b3lyp.lo `test -f 'hyb_gga_xc_b3lyp.c' || echo '$(srcdir)/'`hyb_gga_xc_b3lyp.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-hyb_gga_xc_b3lyp.lo `test -f 'hyb_gga_xc_b3lyp.c' || echo '$(srcdir)/'`hyb_gga_xc_b3lyp.c
+ 
+-libxc_la-hyb_gga_xc_o3lyp.lo: hyb_gga_xc_o3lyp.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-hyb_gga_xc_o3lyp.lo -MD -MP -MF $(DEPDIR)/libxc_la-hyb_gga_xc_o3lyp.Tpo -c -o libxc_la-hyb_gga_xc_o3lyp.lo `test -f 'hyb_gga_xc_o3lyp.c' || echo '$(srcdir)/'`hyb_gga_xc_o3lyp.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-hyb_gga_xc_o3lyp.Tpo $(DEPDIR)/libxc_la-hyb_gga_xc_o3lyp.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hyb_gga_xc_o3lyp.c' object='libxc_la-hyb_gga_xc_o3lyp.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-hyb_gga_xc_o3lyp.lo: hyb_gga_xc_o3lyp.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-hyb_gga_xc_o3lyp.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-hyb_gga_xc_o3lyp.Tpo -c -o libdft_xc_la-hyb_gga_xc_o3lyp.lo `test -f 'hyb_gga_xc_o3lyp.c' || echo '$(srcdir)/'`hyb_gga_xc_o3lyp.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-hyb_gga_xc_o3lyp.Tpo $(DEPDIR)/libdft_xc_la-hyb_gga_xc_o3lyp.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hyb_gga_xc_o3lyp.c' object='libdft_xc_la-hyb_gga_xc_o3lyp.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-hyb_gga_xc_o3lyp.lo `test -f 'hyb_gga_xc_o3lyp.c' || echo '$(srcdir)/'`hyb_gga_xc_o3lyp.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-hyb_gga_xc_o3lyp.lo `test -f 'hyb_gga_xc_o3lyp.c' || echo '$(srcdir)/'`hyb_gga_xc_o3lyp.c
+ 
+-libxc_la-hyb_gga_xc_pbeh.lo: hyb_gga_xc_pbeh.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-hyb_gga_xc_pbeh.lo -MD -MP -MF $(DEPDIR)/libxc_la-hyb_gga_xc_pbeh.Tpo -c -o libxc_la-hyb_gga_xc_pbeh.lo `test -f 'hyb_gga_xc_pbeh.c' || echo '$(srcdir)/'`hyb_gga_xc_pbeh.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-hyb_gga_xc_pbeh.Tpo $(DEPDIR)/libxc_la-hyb_gga_xc_pbeh.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hyb_gga_xc_pbeh.c' object='libxc_la-hyb_gga_xc_pbeh.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-hyb_gga_xc_pbeh.lo: hyb_gga_xc_pbeh.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-hyb_gga_xc_pbeh.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-hyb_gga_xc_pbeh.Tpo -c -o libdft_xc_la-hyb_gga_xc_pbeh.lo `test -f 'hyb_gga_xc_pbeh.c' || echo '$(srcdir)/'`hyb_gga_xc_pbeh.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-hyb_gga_xc_pbeh.Tpo $(DEPDIR)/libdft_xc_la-hyb_gga_xc_pbeh.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hyb_gga_xc_pbeh.c' object='libdft_xc_la-hyb_gga_xc_pbeh.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-hyb_gga_xc_pbeh.lo `test -f 'hyb_gga_xc_pbeh.c' || echo '$(srcdir)/'`hyb_gga_xc_pbeh.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-hyb_gga_xc_pbeh.lo `test -f 'hyb_gga_xc_pbeh.c' || echo '$(srcdir)/'`hyb_gga_xc_pbeh.c
+ 
+-libxc_la-hyb_gga_xc_b1wc.lo: hyb_gga_xc_b1wc.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-hyb_gga_xc_b1wc.lo -MD -MP -MF $(DEPDIR)/libxc_la-hyb_gga_xc_b1wc.Tpo -c -o libxc_la-hyb_gga_xc_b1wc.lo `test -f 'hyb_gga_xc_b1wc.c' || echo '$(srcdir)/'`hyb_gga_xc_b1wc.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-hyb_gga_xc_b1wc.Tpo $(DEPDIR)/libxc_la-hyb_gga_xc_b1wc.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hyb_gga_xc_b1wc.c' object='libxc_la-hyb_gga_xc_b1wc.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-hyb_gga_xc_b1wc.lo: hyb_gga_xc_b1wc.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-hyb_gga_xc_b1wc.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-hyb_gga_xc_b1wc.Tpo -c -o libdft_xc_la-hyb_gga_xc_b1wc.lo `test -f 'hyb_gga_xc_b1wc.c' || echo '$(srcdir)/'`hyb_gga_xc_b1wc.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-hyb_gga_xc_b1wc.Tpo $(DEPDIR)/libdft_xc_la-hyb_gga_xc_b1wc.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hyb_gga_xc_b1wc.c' object='libdft_xc_la-hyb_gga_xc_b1wc.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-hyb_gga_xc_b1wc.lo `test -f 'hyb_gga_xc_b1wc.c' || echo '$(srcdir)/'`hyb_gga_xc_b1wc.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-hyb_gga_xc_b1wc.lo `test -f 'hyb_gga_xc_b1wc.c' || echo '$(srcdir)/'`hyb_gga_xc_b1wc.c
+ 
+-libxc_la-hyb_gga_xc_b97.lo: hyb_gga_xc_b97.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-hyb_gga_xc_b97.lo -MD -MP -MF $(DEPDIR)/libxc_la-hyb_gga_xc_b97.Tpo -c -o libxc_la-hyb_gga_xc_b97.lo `test -f 'hyb_gga_xc_b97.c' || echo '$(srcdir)/'`hyb_gga_xc_b97.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-hyb_gga_xc_b97.Tpo $(DEPDIR)/libxc_la-hyb_gga_xc_b97.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hyb_gga_xc_b97.c' object='libxc_la-hyb_gga_xc_b97.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-hyb_gga_xc_b97.lo: hyb_gga_xc_b97.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-hyb_gga_xc_b97.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-hyb_gga_xc_b97.Tpo -c -o libdft_xc_la-hyb_gga_xc_b97.lo `test -f 'hyb_gga_xc_b97.c' || echo '$(srcdir)/'`hyb_gga_xc_b97.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-hyb_gga_xc_b97.Tpo $(DEPDIR)/libdft_xc_la-hyb_gga_xc_b97.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hyb_gga_xc_b97.c' object='libdft_xc_la-hyb_gga_xc_b97.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-hyb_gga_xc_b97.lo `test -f 'hyb_gga_xc_b97.c' || echo '$(srcdir)/'`hyb_gga_xc_b97.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-hyb_gga_xc_b97.lo `test -f 'hyb_gga_xc_b97.c' || echo '$(srcdir)/'`hyb_gga_xc_b97.c
+ 
+-libxc_la-mgga.lo: mgga.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-mgga.lo -MD -MP -MF $(DEPDIR)/libxc_la-mgga.Tpo -c -o libxc_la-mgga.lo `test -f 'mgga.c' || echo '$(srcdir)/'`mgga.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-mgga.Tpo $(DEPDIR)/libxc_la-mgga.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga.c' object='libxc_la-mgga.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-mgga.lo: mgga.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-mgga.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-mgga.Tpo -c -o libdft_xc_la-mgga.lo `test -f 'mgga.c' || echo '$(srcdir)/'`mgga.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-mgga.Tpo $(DEPDIR)/libdft_xc_la-mgga.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga.c' object='libdft_xc_la-mgga.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-mgga.lo `test -f 'mgga.c' || echo '$(srcdir)/'`mgga.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-mgga.lo `test -f 'mgga.c' || echo '$(srcdir)/'`mgga.c
+ 
+-libxc_la-mgga_x_lta.lo: mgga_x_lta.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-mgga_x_lta.lo -MD -MP -MF $(DEPDIR)/libxc_la-mgga_x_lta.Tpo -c -o libxc_la-mgga_x_lta.lo `test -f 'mgga_x_lta.c' || echo '$(srcdir)/'`mgga_x_lta.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-mgga_x_lta.Tpo $(DEPDIR)/libxc_la-mgga_x_lta.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_x_lta.c' object='libxc_la-mgga_x_lta.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-mgga_x_lta.lo: mgga_x_lta.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-mgga_x_lta.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-mgga_x_lta.Tpo -c -o libdft_xc_la-mgga_x_lta.lo `test -f 'mgga_x_lta.c' || echo '$(srcdir)/'`mgga_x_lta.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-mgga_x_lta.Tpo $(DEPDIR)/libdft_xc_la-mgga_x_lta.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_x_lta.c' object='libdft_xc_la-mgga_x_lta.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-mgga_x_lta.lo `test -f 'mgga_x_lta.c' || echo '$(srcdir)/'`mgga_x_lta.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-mgga_x_lta.lo `test -f 'mgga_x_lta.c' || echo '$(srcdir)/'`mgga_x_lta.c
+ 
+-libxc_la-mgga_x_tpss.lo: mgga_x_tpss.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-mgga_x_tpss.lo -MD -MP -MF $(DEPDIR)/libxc_la-mgga_x_tpss.Tpo -c -o libxc_la-mgga_x_tpss.lo `test -f 'mgga_x_tpss.c' || echo '$(srcdir)/'`mgga_x_tpss.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-mgga_x_tpss.Tpo $(DEPDIR)/libxc_la-mgga_x_tpss.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_x_tpss.c' object='libxc_la-mgga_x_tpss.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-mgga_x_tpss.lo: mgga_x_tpss.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-mgga_x_tpss.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-mgga_x_tpss.Tpo -c -o libdft_xc_la-mgga_x_tpss.lo `test -f 'mgga_x_tpss.c' || echo '$(srcdir)/'`mgga_x_tpss.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-mgga_x_tpss.Tpo $(DEPDIR)/libdft_xc_la-mgga_x_tpss.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_x_tpss.c' object='libdft_xc_la-mgga_x_tpss.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-mgga_x_tpss.lo `test -f 'mgga_x_tpss.c' || echo '$(srcdir)/'`mgga_x_tpss.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-mgga_x_tpss.lo `test -f 'mgga_x_tpss.c' || echo '$(srcdir)/'`mgga_x_tpss.c
+ 
+-libxc_la-mgga_x_br89.lo: mgga_x_br89.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-mgga_x_br89.lo -MD -MP -MF $(DEPDIR)/libxc_la-mgga_x_br89.Tpo -c -o libxc_la-mgga_x_br89.lo `test -f 'mgga_x_br89.c' || echo '$(srcdir)/'`mgga_x_br89.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-mgga_x_br89.Tpo $(DEPDIR)/libxc_la-mgga_x_br89.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_x_br89.c' object='libxc_la-mgga_x_br89.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-mgga_x_br89.lo: mgga_x_br89.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-mgga_x_br89.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-mgga_x_br89.Tpo -c -o libdft_xc_la-mgga_x_br89.lo `test -f 'mgga_x_br89.c' || echo '$(srcdir)/'`mgga_x_br89.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-mgga_x_br89.Tpo $(DEPDIR)/libdft_xc_la-mgga_x_br89.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_x_br89.c' object='libdft_xc_la-mgga_x_br89.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-mgga_x_br89.lo `test -f 'mgga_x_br89.c' || echo '$(srcdir)/'`mgga_x_br89.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-mgga_x_br89.lo `test -f 'mgga_x_br89.c' || echo '$(srcdir)/'`mgga_x_br89.c
+ 
+-libxc_la-mgga_xc_vsxc.lo: mgga_xc_vsxc.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-mgga_xc_vsxc.lo -MD -MP -MF $(DEPDIR)/libxc_la-mgga_xc_vsxc.Tpo -c -o libxc_la-mgga_xc_vsxc.lo `test -f 'mgga_xc_vsxc.c' || echo '$(srcdir)/'`mgga_xc_vsxc.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-mgga_xc_vsxc.Tpo $(DEPDIR)/libxc_la-mgga_xc_vsxc.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_xc_vsxc.c' object='libxc_la-mgga_xc_vsxc.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-mgga_xc_vsxc.lo: mgga_xc_vsxc.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-mgga_xc_vsxc.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-mgga_xc_vsxc.Tpo -c -o libdft_xc_la-mgga_xc_vsxc.lo `test -f 'mgga_xc_vsxc.c' || echo '$(srcdir)/'`mgga_xc_vsxc.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-mgga_xc_vsxc.Tpo $(DEPDIR)/libdft_xc_la-mgga_xc_vsxc.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_xc_vsxc.c' object='libdft_xc_la-mgga_xc_vsxc.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-mgga_xc_vsxc.lo `test -f 'mgga_xc_vsxc.c' || echo '$(srcdir)/'`mgga_xc_vsxc.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-mgga_xc_vsxc.lo `test -f 'mgga_xc_vsxc.c' || echo '$(srcdir)/'`mgga_xc_vsxc.c
+ 
+-libxc_la-mgga_x_m06l.lo: mgga_x_m06l.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-mgga_x_m06l.lo -MD -MP -MF $(DEPDIR)/libxc_la-mgga_x_m06l.Tpo -c -o libxc_la-mgga_x_m06l.lo `test -f 'mgga_x_m06l.c' || echo '$(srcdir)/'`mgga_x_m06l.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-mgga_x_m06l.Tpo $(DEPDIR)/libxc_la-mgga_x_m06l.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_x_m06l.c' object='libxc_la-mgga_x_m06l.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-mgga_x_m06l.lo: mgga_x_m06l.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-mgga_x_m06l.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-mgga_x_m06l.Tpo -c -o libdft_xc_la-mgga_x_m06l.lo `test -f 'mgga_x_m06l.c' || echo '$(srcdir)/'`mgga_x_m06l.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-mgga_x_m06l.Tpo $(DEPDIR)/libdft_xc_la-mgga_x_m06l.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_x_m06l.c' object='libdft_xc_la-mgga_x_m06l.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-mgga_x_m06l.lo `test -f 'mgga_x_m06l.c' || echo '$(srcdir)/'`mgga_x_m06l.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-mgga_x_m06l.lo `test -f 'mgga_x_m06l.c' || echo '$(srcdir)/'`mgga_x_m06l.c
+ 
+-libxc_la-mgga_x_tau_hcth.lo: mgga_x_tau_hcth.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-mgga_x_tau_hcth.lo -MD -MP -MF $(DEPDIR)/libxc_la-mgga_x_tau_hcth.Tpo -c -o libxc_la-mgga_x_tau_hcth.lo `test -f 'mgga_x_tau_hcth.c' || echo '$(srcdir)/'`mgga_x_tau_hcth.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-mgga_x_tau_hcth.Tpo $(DEPDIR)/libxc_la-mgga_x_tau_hcth.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_x_tau_hcth.c' object='libxc_la-mgga_x_tau_hcth.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-mgga_x_tau_hcth.lo: mgga_x_tau_hcth.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-mgga_x_tau_hcth.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-mgga_x_tau_hcth.Tpo -c -o libdft_xc_la-mgga_x_tau_hcth.lo `test -f 'mgga_x_tau_hcth.c' || echo '$(srcdir)/'`mgga_x_tau_hcth.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-mgga_x_tau_hcth.Tpo $(DEPDIR)/libdft_xc_la-mgga_x_tau_hcth.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_x_tau_hcth.c' object='libdft_xc_la-mgga_x_tau_hcth.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-mgga_x_tau_hcth.lo `test -f 'mgga_x_tau_hcth.c' || echo '$(srcdir)/'`mgga_x_tau_hcth.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-mgga_x_tau_hcth.lo `test -f 'mgga_x_tau_hcth.c' || echo '$(srcdir)/'`mgga_x_tau_hcth.c
+ 
+-libxc_la-mgga_c_tpss.lo: mgga_c_tpss.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-mgga_c_tpss.lo -MD -MP -MF $(DEPDIR)/libxc_la-mgga_c_tpss.Tpo -c -o libxc_la-mgga_c_tpss.lo `test -f 'mgga_c_tpss.c' || echo '$(srcdir)/'`mgga_c_tpss.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-mgga_c_tpss.Tpo $(DEPDIR)/libxc_la-mgga_c_tpss.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_c_tpss.c' object='libxc_la-mgga_c_tpss.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-mgga_c_tpss.lo: mgga_c_tpss.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-mgga_c_tpss.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-mgga_c_tpss.Tpo -c -o libdft_xc_la-mgga_c_tpss.lo `test -f 'mgga_c_tpss.c' || echo '$(srcdir)/'`mgga_c_tpss.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-mgga_c_tpss.Tpo $(DEPDIR)/libdft_xc_la-mgga_c_tpss.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_c_tpss.c' object='libdft_xc_la-mgga_c_tpss.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-mgga_c_tpss.lo `test -f 'mgga_c_tpss.c' || echo '$(srcdir)/'`mgga_c_tpss.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-mgga_c_tpss.lo `test -f 'mgga_c_tpss.c' || echo '$(srcdir)/'`mgga_c_tpss.c
+ 
+-libxc_la-lca.lo: lca.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lca.lo -MD -MP -MF $(DEPDIR)/libxc_la-lca.Tpo -c -o libxc_la-lca.lo `test -f 'lca.c' || echo '$(srcdir)/'`lca.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lca.Tpo $(DEPDIR)/libxc_la-lca.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lca.c' object='libxc_la-lca.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lca.lo: lca.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lca.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lca.Tpo -c -o libdft_xc_la-lca.lo `test -f 'lca.c' || echo '$(srcdir)/'`lca.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lca.Tpo $(DEPDIR)/libdft_xc_la-lca.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lca.c' object='libdft_xc_la-lca.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lca.lo `test -f 'lca.c' || echo '$(srcdir)/'`lca.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lca.lo `test -f 'lca.c' || echo '$(srcdir)/'`lca.c
+ 
+-libxc_la-lca_omc.lo: lca_omc.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lca_omc.lo -MD -MP -MF $(DEPDIR)/libxc_la-lca_omc.Tpo -c -o libxc_la-lca_omc.lo `test -f 'lca_omc.c' || echo '$(srcdir)/'`lca_omc.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lca_omc.Tpo $(DEPDIR)/libxc_la-lca_omc.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lca_omc.c' object='libxc_la-lca_omc.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lca_omc.lo: lca_omc.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lca_omc.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lca_omc.Tpo -c -o libdft_xc_la-lca_omc.lo `test -f 'lca_omc.c' || echo '$(srcdir)/'`lca_omc.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lca_omc.Tpo $(DEPDIR)/libdft_xc_la-lca_omc.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lca_omc.c' object='libdft_xc_la-lca_omc.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lca_omc.lo `test -f 'lca_omc.c' || echo '$(srcdir)/'`lca_omc.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lca_omc.lo `test -f 'lca_omc.c' || echo '$(srcdir)/'`lca_omc.c
+ 
+-libxc_la-lca_lch.lo: lca_lch.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lca_lch.lo -MD -MP -MF $(DEPDIR)/libxc_la-lca_lch.Tpo -c -o libxc_la-lca_lch.lo `test -f 'lca_lch.c' || echo '$(srcdir)/'`lca_lch.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lca_lch.Tpo $(DEPDIR)/libxc_la-lca_lch.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lca_lch.c' object='libxc_la-lca_lch.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lca_lch.lo: lca_lch.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lca_lch.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lca_lch.Tpo -c -o libdft_xc_la-lca_lch.lo `test -f 'lca_lch.c' || echo '$(srcdir)/'`lca_lch.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lca_lch.Tpo $(DEPDIR)/libdft_xc_la-lca_lch.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lca_lch.c' object='libdft_xc_la-lca_lch.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lca_lch.lo `test -f 'lca_lch.c' || echo '$(srcdir)/'`lca_lch.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lca_lch.lo `test -f 'lca_lch.c' || echo '$(srcdir)/'`lca_lch.c
+ 
+-libxc_la-mix_func.lo: mix_func.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-mix_func.lo -MD -MP -MF $(DEPDIR)/libxc_la-mix_func.Tpo -c -o libxc_la-mix_func.lo `test -f 'mix_func.c' || echo '$(srcdir)/'`mix_func.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-mix_func.Tpo $(DEPDIR)/libxc_la-mix_func.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mix_func.c' object='libxc_la-mix_func.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-mix_func.lo: mix_func.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-mix_func.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-mix_func.Tpo -c -o libdft_xc_la-mix_func.lo `test -f 'mix_func.c' || echo '$(srcdir)/'`mix_func.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-mix_func.Tpo $(DEPDIR)/libdft_xc_la-mix_func.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mix_func.c' object='libdft_xc_la-mix_func.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-mix_func.lo `test -f 'mix_func.c' || echo '$(srcdir)/'`mix_func.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-mix_func.lo `test -f 'mix_func.c' || echo '$(srcdir)/'`mix_func.c
+ 
+-libxc_la-special_functions.lo: special_functions.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-special_functions.lo -MD -MP -MF $(DEPDIR)/libxc_la-special_functions.Tpo -c -o libxc_la-special_functions.lo `test -f 'special_functions.c' || echo '$(srcdir)/'`special_functions.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-special_functions.Tpo $(DEPDIR)/libxc_la-special_functions.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='special_functions.c' object='libxc_la-special_functions.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-special_functions.lo: special_functions.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-special_functions.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-special_functions.Tpo -c -o libdft_xc_la-special_functions.lo `test -f 'special_functions.c' || echo '$(srcdir)/'`special_functions.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-special_functions.Tpo $(DEPDIR)/libdft_xc_la-special_functions.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='special_functions.c' object='libdft_xc_la-special_functions.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-special_functions.lo `test -f 'special_functions.c' || echo '$(srcdir)/'`special_functions.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-special_functions.lo `test -f 'special_functions.c' || echo '$(srcdir)/'`special_functions.c
+ 
+-libxc_la-integrate.lo: integrate.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-integrate.lo -MD -MP -MF $(DEPDIR)/libxc_la-integrate.Tpo -c -o libxc_la-integrate.lo `test -f 'integrate.c' || echo '$(srcdir)/'`integrate.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-integrate.Tpo $(DEPDIR)/libxc_la-integrate.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='integrate.c' object='libxc_la-integrate.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-integrate.lo: integrate.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-integrate.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-integrate.Tpo -c -o libdft_xc_la-integrate.lo `test -f 'integrate.c' || echo '$(srcdir)/'`integrate.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-integrate.Tpo $(DEPDIR)/libdft_xc_la-integrate.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='integrate.c' object='libdft_xc_la-integrate.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-integrate.lo `test -f 'integrate.c' || echo '$(srcdir)/'`integrate.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-integrate.lo `test -f 'integrate.c' || echo '$(srcdir)/'`integrate.c
+ 
+-libxc_la-util.lo: util.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-util.lo -MD -MP -MF $(DEPDIR)/libxc_la-util.Tpo -c -o libxc_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-util.Tpo $(DEPDIR)/libxc_la-util.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='util.c' object='libxc_la-util.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-util.lo: util.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-util.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-util.Tpo -c -o libdft_xc_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-util.Tpo $(DEPDIR)/libdft_xc_la-util.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='util.c' object='libdft_xc_la-util.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
+ 
+-libxc_la-functionals.lo: functionals.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-functionals.lo -MD -MP -MF $(DEPDIR)/libxc_la-functionals.Tpo -c -o libxc_la-functionals.lo `test -f 'functionals.c' || echo '$(srcdir)/'`functionals.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-functionals.Tpo $(DEPDIR)/libxc_la-functionals.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='functionals.c' object='libxc_la-functionals.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-functionals.lo: functionals.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-functionals.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-functionals.Tpo -c -o libdft_xc_la-functionals.lo `test -f 'functionals.c' || echo '$(srcdir)/'`functionals.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-functionals.Tpo $(DEPDIR)/libdft_xc_la-functionals.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='functionals.c' object='libdft_xc_la-functionals.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-functionals.lo `test -f 'functionals.c' || echo '$(srcdir)/'`functionals.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-functionals.lo `test -f 'functionals.c' || echo '$(srcdir)/'`functionals.c
+ 
+-libxc_la-xc_f.lo: xc_f.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-xc_f.lo -MD -MP -MF $(DEPDIR)/libxc_la-xc_f.Tpo -c -o libxc_la-xc_f.lo `test -f 'xc_f.c' || echo '$(srcdir)/'`xc_f.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-xc_f.Tpo $(DEPDIR)/libxc_la-xc_f.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='xc_f.c' object='libxc_la-xc_f.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-xc_f.lo: xc_f.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-xc_f.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-xc_f.Tpo -c -o libdft_xc_la-xc_f.lo `test -f 'xc_f.c' || echo '$(srcdir)/'`xc_f.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-xc_f.Tpo $(DEPDIR)/libdft_xc_la-xc_f.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='xc_f.c' object='libdft_xc_la-xc_f.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-xc_f.lo `test -f 'xc_f.c' || echo '$(srcdir)/'`xc_f.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-xc_f.lo `test -f 'xc_f.c' || echo '$(srcdir)/'`xc_f.c
+ 
+-libxc_la-lda_s.lo: lda_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_s.Tpo -c -o libxc_la-lda_s.lo `test -f 'lda_s.c' || echo '$(srcdir)/'`lda_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_s.Tpo $(DEPDIR)/libxc_la-lda_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_s.c' object='libxc_la-lda_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_s.lo: lda_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_s.Tpo -c -o libdft_xc_la-lda_s.lo `test -f 'lda_s.c' || echo '$(srcdir)/'`lda_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_s.Tpo $(DEPDIR)/libdft_xc_la-lda_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_s.c' object='libdft_xc_la-lda_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_s.lo `test -f 'lda_s.c' || echo '$(srcdir)/'`lda_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_s.lo `test -f 'lda_s.c' || echo '$(srcdir)/'`lda_s.c
+ 
+-libxc_la-lda_x_s.lo: lda_x_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_x_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_x_s.Tpo -c -o libxc_la-lda_x_s.lo `test -f 'lda_x_s.c' || echo '$(srcdir)/'`lda_x_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_x_s.Tpo $(DEPDIR)/libxc_la-lda_x_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_x_s.c' object='libxc_la-lda_x_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_x_s.lo: lda_x_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_x_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_x_s.Tpo -c -o libdft_xc_la-lda_x_s.lo `test -f 'lda_x_s.c' || echo '$(srcdir)/'`lda_x_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_x_s.Tpo $(DEPDIR)/libdft_xc_la-lda_x_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_x_s.c' object='libdft_xc_la-lda_x_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_x_s.lo `test -f 'lda_x_s.c' || echo '$(srcdir)/'`lda_x_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_x_s.lo `test -f 'lda_x_s.c' || echo '$(srcdir)/'`lda_x_s.c
+ 
+-libxc_la-lda_x_1d_s.lo: lda_x_1d_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_x_1d_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_x_1d_s.Tpo -c -o libxc_la-lda_x_1d_s.lo `test -f 'lda_x_1d_s.c' || echo '$(srcdir)/'`lda_x_1d_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_x_1d_s.Tpo $(DEPDIR)/libxc_la-lda_x_1d_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_x_1d_s.c' object='libxc_la-lda_x_1d_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_x_1d_s.lo: lda_x_1d_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_x_1d_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_x_1d_s.Tpo -c -o libdft_xc_la-lda_x_1d_s.lo `test -f 'lda_x_1d_s.c' || echo '$(srcdir)/'`lda_x_1d_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_x_1d_s.Tpo $(DEPDIR)/libdft_xc_la-lda_x_1d_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_x_1d_s.c' object='libdft_xc_la-lda_x_1d_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_x_1d_s.lo `test -f 'lda_x_1d_s.c' || echo '$(srcdir)/'`lda_x_1d_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_x_1d_s.lo `test -f 'lda_x_1d_s.c' || echo '$(srcdir)/'`lda_x_1d_s.c
+ 
+-libxc_la-lda_x_2d_s.lo: lda_x_2d_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_x_2d_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_x_2d_s.Tpo -c -o libxc_la-lda_x_2d_s.lo `test -f 'lda_x_2d_s.c' || echo '$(srcdir)/'`lda_x_2d_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_x_2d_s.Tpo $(DEPDIR)/libxc_la-lda_x_2d_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_x_2d_s.c' object='libxc_la-lda_x_2d_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_x_2d_s.lo: lda_x_2d_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_x_2d_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_x_2d_s.Tpo -c -o libdft_xc_la-lda_x_2d_s.lo `test -f 'lda_x_2d_s.c' || echo '$(srcdir)/'`lda_x_2d_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_x_2d_s.Tpo $(DEPDIR)/libdft_xc_la-lda_x_2d_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_x_2d_s.c' object='libdft_xc_la-lda_x_2d_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_x_2d_s.lo `test -f 'lda_x_2d_s.c' || echo '$(srcdir)/'`lda_x_2d_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_x_2d_s.lo `test -f 'lda_x_2d_s.c' || echo '$(srcdir)/'`lda_x_2d_s.c
+ 
+-libxc_la-lda_c_wigner_s.lo: lda_c_wigner_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_c_wigner_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_c_wigner_s.Tpo -c -o libxc_la-lda_c_wigner_s.lo `test -f 'lda_c_wigner_s.c' || echo '$(srcdir)/'`lda_c_wigner_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_c_wigner_s.Tpo $(DEPDIR)/libxc_la-lda_c_wigner_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_wigner_s.c' object='libxc_la-lda_c_wigner_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_c_wigner_s.lo: lda_c_wigner_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_c_wigner_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_c_wigner_s.Tpo -c -o libdft_xc_la-lda_c_wigner_s.lo `test -f 'lda_c_wigner_s.c' || echo '$(srcdir)/'`lda_c_wigner_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_c_wigner_s.Tpo $(DEPDIR)/libdft_xc_la-lda_c_wigner_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_wigner_s.c' object='libdft_xc_la-lda_c_wigner_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_c_wigner_s.lo `test -f 'lda_c_wigner_s.c' || echo '$(srcdir)/'`lda_c_wigner_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_c_wigner_s.lo `test -f 'lda_c_wigner_s.c' || echo '$(srcdir)/'`lda_c_wigner_s.c
+ 
+-libxc_la-lda_c_rpa_s.lo: lda_c_rpa_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_c_rpa_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_c_rpa_s.Tpo -c -o libxc_la-lda_c_rpa_s.lo `test -f 'lda_c_rpa_s.c' || echo '$(srcdir)/'`lda_c_rpa_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_c_rpa_s.Tpo $(DEPDIR)/libxc_la-lda_c_rpa_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_rpa_s.c' object='libxc_la-lda_c_rpa_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_c_rpa_s.lo: lda_c_rpa_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_c_rpa_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_c_rpa_s.Tpo -c -o libdft_xc_la-lda_c_rpa_s.lo `test -f 'lda_c_rpa_s.c' || echo '$(srcdir)/'`lda_c_rpa_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_c_rpa_s.Tpo $(DEPDIR)/libdft_xc_la-lda_c_rpa_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_rpa_s.c' object='libdft_xc_la-lda_c_rpa_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_c_rpa_s.lo `test -f 'lda_c_rpa_s.c' || echo '$(srcdir)/'`lda_c_rpa_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_c_rpa_s.lo `test -f 'lda_c_rpa_s.c' || echo '$(srcdir)/'`lda_c_rpa_s.c
+ 
+-libxc_la-lda_c_hl_s.lo: lda_c_hl_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_c_hl_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_c_hl_s.Tpo -c -o libxc_la-lda_c_hl_s.lo `test -f 'lda_c_hl_s.c' || echo '$(srcdir)/'`lda_c_hl_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_c_hl_s.Tpo $(DEPDIR)/libxc_la-lda_c_hl_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_hl_s.c' object='libxc_la-lda_c_hl_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_c_hl_s.lo: lda_c_hl_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_c_hl_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_c_hl_s.Tpo -c -o libdft_xc_la-lda_c_hl_s.lo `test -f 'lda_c_hl_s.c' || echo '$(srcdir)/'`lda_c_hl_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_c_hl_s.Tpo $(DEPDIR)/libdft_xc_la-lda_c_hl_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_hl_s.c' object='libdft_xc_la-lda_c_hl_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_c_hl_s.lo `test -f 'lda_c_hl_s.c' || echo '$(srcdir)/'`lda_c_hl_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_c_hl_s.lo `test -f 'lda_c_hl_s.c' || echo '$(srcdir)/'`lda_c_hl_s.c
+ 
+-libxc_la-lda_c_vwn_s.lo: lda_c_vwn_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_c_vwn_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_c_vwn_s.Tpo -c -o libxc_la-lda_c_vwn_s.lo `test -f 'lda_c_vwn_s.c' || echo '$(srcdir)/'`lda_c_vwn_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_c_vwn_s.Tpo $(DEPDIR)/libxc_la-lda_c_vwn_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_vwn_s.c' object='libxc_la-lda_c_vwn_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_c_vwn_s.lo: lda_c_vwn_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_c_vwn_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_c_vwn_s.Tpo -c -o libdft_xc_la-lda_c_vwn_s.lo `test -f 'lda_c_vwn_s.c' || echo '$(srcdir)/'`lda_c_vwn_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_c_vwn_s.Tpo $(DEPDIR)/libdft_xc_la-lda_c_vwn_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_vwn_s.c' object='libdft_xc_la-lda_c_vwn_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_c_vwn_s.lo `test -f 'lda_c_vwn_s.c' || echo '$(srcdir)/'`lda_c_vwn_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_c_vwn_s.lo `test -f 'lda_c_vwn_s.c' || echo '$(srcdir)/'`lda_c_vwn_s.c
+ 
+-libxc_la-lda_c_pz_s.lo: lda_c_pz_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_c_pz_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_c_pz_s.Tpo -c -o libxc_la-lda_c_pz_s.lo `test -f 'lda_c_pz_s.c' || echo '$(srcdir)/'`lda_c_pz_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_c_pz_s.Tpo $(DEPDIR)/libxc_la-lda_c_pz_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_pz_s.c' object='libxc_la-lda_c_pz_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_c_pz_s.lo: lda_c_pz_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_c_pz_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_c_pz_s.Tpo -c -o libdft_xc_la-lda_c_pz_s.lo `test -f 'lda_c_pz_s.c' || echo '$(srcdir)/'`lda_c_pz_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_c_pz_s.Tpo $(DEPDIR)/libdft_xc_la-lda_c_pz_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_pz_s.c' object='libdft_xc_la-lda_c_pz_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_c_pz_s.lo `test -f 'lda_c_pz_s.c' || echo '$(srcdir)/'`lda_c_pz_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_c_pz_s.lo `test -f 'lda_c_pz_s.c' || echo '$(srcdir)/'`lda_c_pz_s.c
+ 
+-libxc_la-lda_c_pw_s.lo: lda_c_pw_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_c_pw_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_c_pw_s.Tpo -c -o libxc_la-lda_c_pw_s.lo `test -f 'lda_c_pw_s.c' || echo '$(srcdir)/'`lda_c_pw_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_c_pw_s.Tpo $(DEPDIR)/libxc_la-lda_c_pw_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_pw_s.c' object='libxc_la-lda_c_pw_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_c_pw_s.lo: lda_c_pw_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_c_pw_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_c_pw_s.Tpo -c -o libdft_xc_la-lda_c_pw_s.lo `test -f 'lda_c_pw_s.c' || echo '$(srcdir)/'`lda_c_pw_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_c_pw_s.Tpo $(DEPDIR)/libdft_xc_la-lda_c_pw_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_pw_s.c' object='libdft_xc_la-lda_c_pw_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_c_pw_s.lo `test -f 'lda_c_pw_s.c' || echo '$(srcdir)/'`lda_c_pw_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_c_pw_s.lo `test -f 'lda_c_pw_s.c' || echo '$(srcdir)/'`lda_c_pw_s.c
+ 
+-libxc_la-lda_c_ml1_s.lo: lda_c_ml1_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_c_ml1_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_c_ml1_s.Tpo -c -o libxc_la-lda_c_ml1_s.lo `test -f 'lda_c_ml1_s.c' || echo '$(srcdir)/'`lda_c_ml1_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_c_ml1_s.Tpo $(DEPDIR)/libxc_la-lda_c_ml1_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_ml1_s.c' object='libxc_la-lda_c_ml1_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_c_ml1_s.lo: lda_c_ml1_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_c_ml1_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_c_ml1_s.Tpo -c -o libdft_xc_la-lda_c_ml1_s.lo `test -f 'lda_c_ml1_s.c' || echo '$(srcdir)/'`lda_c_ml1_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_c_ml1_s.Tpo $(DEPDIR)/libdft_xc_la-lda_c_ml1_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_ml1_s.c' object='libdft_xc_la-lda_c_ml1_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_c_ml1_s.lo `test -f 'lda_c_ml1_s.c' || echo '$(srcdir)/'`lda_c_ml1_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_c_ml1_s.lo `test -f 'lda_c_ml1_s.c' || echo '$(srcdir)/'`lda_c_ml1_s.c
+ 
+-libxc_la-lda_xc_teter93_s.lo: lda_xc_teter93_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_xc_teter93_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_xc_teter93_s.Tpo -c -o libxc_la-lda_xc_teter93_s.lo `test -f 'lda_xc_teter93_s.c' || echo '$(srcdir)/'`lda_xc_teter93_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_xc_teter93_s.Tpo $(DEPDIR)/libxc_la-lda_xc_teter93_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_xc_teter93_s.c' object='libxc_la-lda_xc_teter93_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_xc_teter93_s.lo: lda_xc_teter93_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_xc_teter93_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_xc_teter93_s.Tpo -c -o libdft_xc_la-lda_xc_teter93_s.lo `test -f 'lda_xc_teter93_s.c' || echo '$(srcdir)/'`lda_xc_teter93_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_xc_teter93_s.Tpo $(DEPDIR)/libdft_xc_la-lda_xc_teter93_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_xc_teter93_s.c' object='libdft_xc_la-lda_xc_teter93_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_xc_teter93_s.lo `test -f 'lda_xc_teter93_s.c' || echo '$(srcdir)/'`lda_xc_teter93_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_xc_teter93_s.lo `test -f 'lda_xc_teter93_s.c' || echo '$(srcdir)/'`lda_xc_teter93_s.c
+ 
+-libxc_la-lda_c_1d_csc_s.lo: lda_c_1d_csc_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_c_1d_csc_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_c_1d_csc_s.Tpo -c -o libxc_la-lda_c_1d_csc_s.lo `test -f 'lda_c_1d_csc_s.c' || echo '$(srcdir)/'`lda_c_1d_csc_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_c_1d_csc_s.Tpo $(DEPDIR)/libxc_la-lda_c_1d_csc_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_1d_csc_s.c' object='libxc_la-lda_c_1d_csc_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_c_1d_csc_s.lo: lda_c_1d_csc_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_c_1d_csc_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_c_1d_csc_s.Tpo -c -o libdft_xc_la-lda_c_1d_csc_s.lo `test -f 'lda_c_1d_csc_s.c' || echo '$(srcdir)/'`lda_c_1d_csc_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_c_1d_csc_s.Tpo $(DEPDIR)/libdft_xc_la-lda_c_1d_csc_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_1d_csc_s.c' object='libdft_xc_la-lda_c_1d_csc_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_c_1d_csc_s.lo `test -f 'lda_c_1d_csc_s.c' || echo '$(srcdir)/'`lda_c_1d_csc_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_c_1d_csc_s.lo `test -f 'lda_c_1d_csc_s.c' || echo '$(srcdir)/'`lda_c_1d_csc_s.c
+ 
+-libxc_la-lda_c_2d_amgb_s.lo: lda_c_2d_amgb_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_c_2d_amgb_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_c_2d_amgb_s.Tpo -c -o libxc_la-lda_c_2d_amgb_s.lo `test -f 'lda_c_2d_amgb_s.c' || echo '$(srcdir)/'`lda_c_2d_amgb_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_c_2d_amgb_s.Tpo $(DEPDIR)/libxc_la-lda_c_2d_amgb_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_2d_amgb_s.c' object='libxc_la-lda_c_2d_amgb_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_c_2d_amgb_s.lo: lda_c_2d_amgb_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_c_2d_amgb_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_c_2d_amgb_s.Tpo -c -o libdft_xc_la-lda_c_2d_amgb_s.lo `test -f 'lda_c_2d_amgb_s.c' || echo '$(srcdir)/'`lda_c_2d_amgb_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_c_2d_amgb_s.Tpo $(DEPDIR)/libdft_xc_la-lda_c_2d_amgb_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_2d_amgb_s.c' object='libdft_xc_la-lda_c_2d_amgb_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_c_2d_amgb_s.lo `test -f 'lda_c_2d_amgb_s.c' || echo '$(srcdir)/'`lda_c_2d_amgb_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_c_2d_amgb_s.lo `test -f 'lda_c_2d_amgb_s.c' || echo '$(srcdir)/'`lda_c_2d_amgb_s.c
+ 
+-libxc_la-lda_c_2d_prm_s.lo: lda_c_2d_prm_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lda_c_2d_prm_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-lda_c_2d_prm_s.Tpo -c -o libxc_la-lda_c_2d_prm_s.lo `test -f 'lda_c_2d_prm_s.c' || echo '$(srcdir)/'`lda_c_2d_prm_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lda_c_2d_prm_s.Tpo $(DEPDIR)/libxc_la-lda_c_2d_prm_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_2d_prm_s.c' object='libxc_la-lda_c_2d_prm_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lda_c_2d_prm_s.lo: lda_c_2d_prm_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lda_c_2d_prm_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lda_c_2d_prm_s.Tpo -c -o libdft_xc_la-lda_c_2d_prm_s.lo `test -f 'lda_c_2d_prm_s.c' || echo '$(srcdir)/'`lda_c_2d_prm_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lda_c_2d_prm_s.Tpo $(DEPDIR)/libdft_xc_la-lda_c_2d_prm_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lda_c_2d_prm_s.c' object='libdft_xc_la-lda_c_2d_prm_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lda_c_2d_prm_s.lo `test -f 'lda_c_2d_prm_s.c' || echo '$(srcdir)/'`lda_c_2d_prm_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lda_c_2d_prm_s.lo `test -f 'lda_c_2d_prm_s.c' || echo '$(srcdir)/'`lda_c_2d_prm_s.c
+ 
+-libxc_la-gga_s.lo: gga_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_s.Tpo -c -o libxc_la-gga_s.lo `test -f 'gga_s.c' || echo '$(srcdir)/'`gga_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_s.Tpo $(DEPDIR)/libxc_la-gga_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_s.c' object='libxc_la-gga_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_s.lo: gga_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_s.Tpo -c -o libdft_xc_la-gga_s.lo `test -f 'gga_s.c' || echo '$(srcdir)/'`gga_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_s.Tpo $(DEPDIR)/libdft_xc_la-gga_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_s.c' object='libdft_xc_la-gga_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_s.lo `test -f 'gga_s.c' || echo '$(srcdir)/'`gga_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_s.lo `test -f 'gga_s.c' || echo '$(srcdir)/'`gga_s.c
+ 
+-libxc_la-gga_x_lg93_s.lo: gga_x_lg93_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_lg93_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_lg93_s.Tpo -c -o libxc_la-gga_x_lg93_s.lo `test -f 'gga_x_lg93_s.c' || echo '$(srcdir)/'`gga_x_lg93_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_lg93_s.Tpo $(DEPDIR)/libxc_la-gga_x_lg93_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_lg93_s.c' object='libxc_la-gga_x_lg93_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_lg93_s.lo: gga_x_lg93_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_lg93_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_lg93_s.Tpo -c -o libdft_xc_la-gga_x_lg93_s.lo `test -f 'gga_x_lg93_s.c' || echo '$(srcdir)/'`gga_x_lg93_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_lg93_s.Tpo $(DEPDIR)/libdft_xc_la-gga_x_lg93_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_lg93_s.c' object='libdft_xc_la-gga_x_lg93_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_lg93_s.lo `test -f 'gga_x_lg93_s.c' || echo '$(srcdir)/'`gga_x_lg93_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_lg93_s.lo `test -f 'gga_x_lg93_s.c' || echo '$(srcdir)/'`gga_x_lg93_s.c
+ 
+-libxc_la-gga_x_pbe_s.lo: gga_x_pbe_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_pbe_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_pbe_s.Tpo -c -o libxc_la-gga_x_pbe_s.lo `test -f 'gga_x_pbe_s.c' || echo '$(srcdir)/'`gga_x_pbe_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_pbe_s.Tpo $(DEPDIR)/libxc_la-gga_x_pbe_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_pbe_s.c' object='libxc_la-gga_x_pbe_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_pbe_s.lo: gga_x_pbe_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_pbe_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_pbe_s.Tpo -c -o libdft_xc_la-gga_x_pbe_s.lo `test -f 'gga_x_pbe_s.c' || echo '$(srcdir)/'`gga_x_pbe_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_pbe_s.Tpo $(DEPDIR)/libdft_xc_la-gga_x_pbe_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_pbe_s.c' object='libdft_xc_la-gga_x_pbe_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_pbe_s.lo `test -f 'gga_x_pbe_s.c' || echo '$(srcdir)/'`gga_x_pbe_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_pbe_s.lo `test -f 'gga_x_pbe_s.c' || echo '$(srcdir)/'`gga_x_pbe_s.c
+ 
+-libxc_la-gga_x_rpbe_s.lo: gga_x_rpbe_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_rpbe_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_rpbe_s.Tpo -c -o libxc_la-gga_x_rpbe_s.lo `test -f 'gga_x_rpbe_s.c' || echo '$(srcdir)/'`gga_x_rpbe_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_rpbe_s.Tpo $(DEPDIR)/libxc_la-gga_x_rpbe_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_rpbe_s.c' object='libxc_la-gga_x_rpbe_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_rpbe_s.lo: gga_x_rpbe_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_rpbe_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_rpbe_s.Tpo -c -o libdft_xc_la-gga_x_rpbe_s.lo `test -f 'gga_x_rpbe_s.c' || echo '$(srcdir)/'`gga_x_rpbe_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_rpbe_s.Tpo $(DEPDIR)/libdft_xc_la-gga_x_rpbe_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_rpbe_s.c' object='libdft_xc_la-gga_x_rpbe_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_rpbe_s.lo `test -f 'gga_x_rpbe_s.c' || echo '$(srcdir)/'`gga_x_rpbe_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_rpbe_s.lo `test -f 'gga_x_rpbe_s.c' || echo '$(srcdir)/'`gga_x_rpbe_s.c
+ 
+-libxc_la-gga_x_pbea_s.lo: gga_x_pbea_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_pbea_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_pbea_s.Tpo -c -o libxc_la-gga_x_pbea_s.lo `test -f 'gga_x_pbea_s.c' || echo '$(srcdir)/'`gga_x_pbea_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_pbea_s.Tpo $(DEPDIR)/libxc_la-gga_x_pbea_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_pbea_s.c' object='libxc_la-gga_x_pbea_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_pbea_s.lo: gga_x_pbea_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_pbea_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_pbea_s.Tpo -c -o libdft_xc_la-gga_x_pbea_s.lo `test -f 'gga_x_pbea_s.c' || echo '$(srcdir)/'`gga_x_pbea_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_pbea_s.Tpo $(DEPDIR)/libdft_xc_la-gga_x_pbea_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_pbea_s.c' object='libdft_xc_la-gga_x_pbea_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_pbea_s.lo `test -f 'gga_x_pbea_s.c' || echo '$(srcdir)/'`gga_x_pbea_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_pbea_s.lo `test -f 'gga_x_pbea_s.c' || echo '$(srcdir)/'`gga_x_pbea_s.c
+ 
+-libxc_la-gga_x_mpbe_s.lo: gga_x_mpbe_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_mpbe_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_mpbe_s.Tpo -c -o libxc_la-gga_x_mpbe_s.lo `test -f 'gga_x_mpbe_s.c' || echo '$(srcdir)/'`gga_x_mpbe_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_mpbe_s.Tpo $(DEPDIR)/libxc_la-gga_x_mpbe_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_mpbe_s.c' object='libxc_la-gga_x_mpbe_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_mpbe_s.lo: gga_x_mpbe_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_mpbe_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_mpbe_s.Tpo -c -o libdft_xc_la-gga_x_mpbe_s.lo `test -f 'gga_x_mpbe_s.c' || echo '$(srcdir)/'`gga_x_mpbe_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_mpbe_s.Tpo $(DEPDIR)/libdft_xc_la-gga_x_mpbe_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_mpbe_s.c' object='libdft_xc_la-gga_x_mpbe_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_mpbe_s.lo `test -f 'gga_x_mpbe_s.c' || echo '$(srcdir)/'`gga_x_mpbe_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_mpbe_s.lo `test -f 'gga_x_mpbe_s.c' || echo '$(srcdir)/'`gga_x_mpbe_s.c
+ 
+-libxc_la-gga_x_b86_s.lo: gga_x_b86_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_b86_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_b86_s.Tpo -c -o libxc_la-gga_x_b86_s.lo `test -f 'gga_x_b86_s.c' || echo '$(srcdir)/'`gga_x_b86_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_b86_s.Tpo $(DEPDIR)/libxc_la-gga_x_b86_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_b86_s.c' object='libxc_la-gga_x_b86_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_b86_s.lo: gga_x_b86_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_b86_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_b86_s.Tpo -c -o libdft_xc_la-gga_x_b86_s.lo `test -f 'gga_x_b86_s.c' || echo '$(srcdir)/'`gga_x_b86_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_b86_s.Tpo $(DEPDIR)/libdft_xc_la-gga_x_b86_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_b86_s.c' object='libdft_xc_la-gga_x_b86_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_b86_s.lo `test -f 'gga_x_b86_s.c' || echo '$(srcdir)/'`gga_x_b86_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_b86_s.lo `test -f 'gga_x_b86_s.c' || echo '$(srcdir)/'`gga_x_b86_s.c
+ 
+-libxc_la-gga_x_b86_mgc_s.lo: gga_x_b86_mgc_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_b86_mgc_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_b86_mgc_s.Tpo -c -o libxc_la-gga_x_b86_mgc_s.lo `test -f 'gga_x_b86_mgc_s.c' || echo '$(srcdir)/'`gga_x_b86_mgc_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_b86_mgc_s.Tpo $(DEPDIR)/libxc_la-gga_x_b86_mgc_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_b86_mgc_s.c' object='libxc_la-gga_x_b86_mgc_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_b86_mgc_s.lo: gga_x_b86_mgc_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_b86_mgc_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_b86_mgc_s.Tpo -c -o libdft_xc_la-gga_x_b86_mgc_s.lo `test -f 'gga_x_b86_mgc_s.c' || echo '$(srcdir)/'`gga_x_b86_mgc_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_b86_mgc_s.Tpo $(DEPDIR)/libdft_xc_la-gga_x_b86_mgc_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_b86_mgc_s.c' object='libdft_xc_la-gga_x_b86_mgc_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_b86_mgc_s.lo `test -f 'gga_x_b86_mgc_s.c' || echo '$(srcdir)/'`gga_x_b86_mgc_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_b86_mgc_s.lo `test -f 'gga_x_b86_mgc_s.c' || echo '$(srcdir)/'`gga_x_b86_mgc_s.c
+ 
+-libxc_la-gga_x_b88_s.lo: gga_x_b88_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_b88_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_b88_s.Tpo -c -o libxc_la-gga_x_b88_s.lo `test -f 'gga_x_b88_s.c' || echo '$(srcdir)/'`gga_x_b88_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_b88_s.Tpo $(DEPDIR)/libxc_la-gga_x_b88_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_b88_s.c' object='libxc_la-gga_x_b88_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_b88_s.lo: gga_x_b88_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_b88_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_b88_s.Tpo -c -o libdft_xc_la-gga_x_b88_s.lo `test -f 'gga_x_b88_s.c' || echo '$(srcdir)/'`gga_x_b88_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_b88_s.Tpo $(DEPDIR)/libdft_xc_la-gga_x_b88_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_b88_s.c' object='libdft_xc_la-gga_x_b88_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_b88_s.lo `test -f 'gga_x_b88_s.c' || echo '$(srcdir)/'`gga_x_b88_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_b88_s.lo `test -f 'gga_x_b88_s.c' || echo '$(srcdir)/'`gga_x_b88_s.c
+ 
+-libxc_la-gga_x_g96_s.lo: gga_x_g96_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_g96_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_g96_s.Tpo -c -o libxc_la-gga_x_g96_s.lo `test -f 'gga_x_g96_s.c' || echo '$(srcdir)/'`gga_x_g96_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_g96_s.Tpo $(DEPDIR)/libxc_la-gga_x_g96_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_g96_s.c' object='libxc_la-gga_x_g96_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_g96_s.lo: gga_x_g96_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_g96_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_g96_s.Tpo -c -o libdft_xc_la-gga_x_g96_s.lo `test -f 'gga_x_g96_s.c' || echo '$(srcdir)/'`gga_x_g96_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_g96_s.Tpo $(DEPDIR)/libdft_xc_la-gga_x_g96_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_g96_s.c' object='libdft_xc_la-gga_x_g96_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_g96_s.lo `test -f 'gga_x_g96_s.c' || echo '$(srcdir)/'`gga_x_g96_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_g96_s.lo `test -f 'gga_x_g96_s.c' || echo '$(srcdir)/'`gga_x_g96_s.c
+ 
+-libxc_la-gga_x_pw86_s.lo: gga_x_pw86_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_pw86_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_pw86_s.Tpo -c -o libxc_la-gga_x_pw86_s.lo `test -f 'gga_x_pw86_s.c' || echo '$(srcdir)/'`gga_x_pw86_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_pw86_s.Tpo $(DEPDIR)/libxc_la-gga_x_pw86_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_pw86_s.c' object='libxc_la-gga_x_pw86_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_pw86_s.lo: gga_x_pw86_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_pw86_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_pw86_s.Tpo -c -o libdft_xc_la-gga_x_pw86_s.lo `test -f 'gga_x_pw86_s.c' || echo '$(srcdir)/'`gga_x_pw86_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_pw86_s.Tpo $(DEPDIR)/libdft_xc_la-gga_x_pw86_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_pw86_s.c' object='libdft_xc_la-gga_x_pw86_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_pw86_s.lo `test -f 'gga_x_pw86_s.c' || echo '$(srcdir)/'`gga_x_pw86_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_pw86_s.lo `test -f 'gga_x_pw86_s.c' || echo '$(srcdir)/'`gga_x_pw86_s.c
+ 
+-libxc_la-gga_x_pw91_s.lo: gga_x_pw91_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_pw91_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_pw91_s.Tpo -c -o libxc_la-gga_x_pw91_s.lo `test -f 'gga_x_pw91_s.c' || echo '$(srcdir)/'`gga_x_pw91_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_pw91_s.Tpo $(DEPDIR)/libxc_la-gga_x_pw91_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_pw91_s.c' object='libxc_la-gga_x_pw91_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_pw91_s.lo: gga_x_pw91_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_pw91_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_pw91_s.Tpo -c -o libdft_xc_la-gga_x_pw91_s.lo `test -f 'gga_x_pw91_s.c' || echo '$(srcdir)/'`gga_x_pw91_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_pw91_s.Tpo $(DEPDIR)/libdft_xc_la-gga_x_pw91_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_pw91_s.c' object='libdft_xc_la-gga_x_pw91_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_pw91_s.lo `test -f 'gga_x_pw91_s.c' || echo '$(srcdir)/'`gga_x_pw91_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_pw91_s.lo `test -f 'gga_x_pw91_s.c' || echo '$(srcdir)/'`gga_x_pw91_s.c
+ 
+-libxc_la-gga_x_optx_s.lo: gga_x_optx_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_optx_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_optx_s.Tpo -c -o libxc_la-gga_x_optx_s.lo `test -f 'gga_x_optx_s.c' || echo '$(srcdir)/'`gga_x_optx_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_optx_s.Tpo $(DEPDIR)/libxc_la-gga_x_optx_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_optx_s.c' object='libxc_la-gga_x_optx_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_optx_s.lo: gga_x_optx_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_optx_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_optx_s.Tpo -c -o libdft_xc_la-gga_x_optx_s.lo `test -f 'gga_x_optx_s.c' || echo '$(srcdir)/'`gga_x_optx_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_optx_s.Tpo $(DEPDIR)/libdft_xc_la-gga_x_optx_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_optx_s.c' object='libdft_xc_la-gga_x_optx_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_optx_s.lo `test -f 'gga_x_optx_s.c' || echo '$(srcdir)/'`gga_x_optx_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_optx_s.lo `test -f 'gga_x_optx_s.c' || echo '$(srcdir)/'`gga_x_optx_s.c
+ 
+-libxc_la-gga_x_dk87_s.lo: gga_x_dk87_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_dk87_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_dk87_s.Tpo -c -o libxc_la-gga_x_dk87_s.lo `test -f 'gga_x_dk87_s.c' || echo '$(srcdir)/'`gga_x_dk87_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_dk87_s.Tpo $(DEPDIR)/libxc_la-gga_x_dk87_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_dk87_s.c' object='libxc_la-gga_x_dk87_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_dk87_s.lo: gga_x_dk87_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_dk87_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_dk87_s.Tpo -c -o libdft_xc_la-gga_x_dk87_s.lo `test -f 'gga_x_dk87_s.c' || echo '$(srcdir)/'`gga_x_dk87_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_dk87_s.Tpo $(DEPDIR)/libdft_xc_la-gga_x_dk87_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_dk87_s.c' object='libdft_xc_la-gga_x_dk87_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_dk87_s.lo `test -f 'gga_x_dk87_s.c' || echo '$(srcdir)/'`gga_x_dk87_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_dk87_s.lo `test -f 'gga_x_dk87_s.c' || echo '$(srcdir)/'`gga_x_dk87_s.c
+ 
+-libxc_la-gga_x_ft97_s.lo: gga_x_ft97_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_ft97_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_ft97_s.Tpo -c -o libxc_la-gga_x_ft97_s.lo `test -f 'gga_x_ft97_s.c' || echo '$(srcdir)/'`gga_x_ft97_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_ft97_s.Tpo $(DEPDIR)/libxc_la-gga_x_ft97_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_ft97_s.c' object='libxc_la-gga_x_ft97_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_ft97_s.lo: gga_x_ft97_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_ft97_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_ft97_s.Tpo -c -o libdft_xc_la-gga_x_ft97_s.lo `test -f 'gga_x_ft97_s.c' || echo '$(srcdir)/'`gga_x_ft97_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_ft97_s.Tpo $(DEPDIR)/libdft_xc_la-gga_x_ft97_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_ft97_s.c' object='libdft_xc_la-gga_x_ft97_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_ft97_s.lo `test -f 'gga_x_ft97_s.c' || echo '$(srcdir)/'`gga_x_ft97_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_ft97_s.lo `test -f 'gga_x_ft97_s.c' || echo '$(srcdir)/'`gga_x_ft97_s.c
+ 
+-libxc_la-gga_x_wc_s.lo: gga_x_wc_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_wc_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_wc_s.Tpo -c -o libxc_la-gga_x_wc_s.lo `test -f 'gga_x_wc_s.c' || echo '$(srcdir)/'`gga_x_wc_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_wc_s.Tpo $(DEPDIR)/libxc_la-gga_x_wc_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_wc_s.c' object='libxc_la-gga_x_wc_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_wc_s.lo: gga_x_wc_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_wc_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_wc_s.Tpo -c -o libdft_xc_la-gga_x_wc_s.lo `test -f 'gga_x_wc_s.c' || echo '$(srcdir)/'`gga_x_wc_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_wc_s.Tpo $(DEPDIR)/libdft_xc_la-gga_x_wc_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_wc_s.c' object='libdft_xc_la-gga_x_wc_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_wc_s.lo `test -f 'gga_x_wc_s.c' || echo '$(srcdir)/'`gga_x_wc_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_wc_s.lo `test -f 'gga_x_wc_s.c' || echo '$(srcdir)/'`gga_x_wc_s.c
+ 
+-libxc_la-gga_x_am05_s.lo: gga_x_am05_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_am05_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_am05_s.Tpo -c -o libxc_la-gga_x_am05_s.lo `test -f 'gga_x_am05_s.c' || echo '$(srcdir)/'`gga_x_am05_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_am05_s.Tpo $(DEPDIR)/libxc_la-gga_x_am05_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_am05_s.c' object='libxc_la-gga_x_am05_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_am05_s.lo: gga_x_am05_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_am05_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_am05_s.Tpo -c -o libdft_xc_la-gga_x_am05_s.lo `test -f 'gga_x_am05_s.c' || echo '$(srcdir)/'`gga_x_am05_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_am05_s.Tpo $(DEPDIR)/libdft_xc_la-gga_x_am05_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_am05_s.c' object='libdft_xc_la-gga_x_am05_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_am05_s.lo `test -f 'gga_x_am05_s.c' || echo '$(srcdir)/'`gga_x_am05_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_am05_s.lo `test -f 'gga_x_am05_s.c' || echo '$(srcdir)/'`gga_x_am05_s.c
+ 
+-libxc_la-gga_x_bayesian_s.lo: gga_x_bayesian_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_bayesian_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_bayesian_s.Tpo -c -o libxc_la-gga_x_bayesian_s.lo `test -f 'gga_x_bayesian_s.c' || echo '$(srcdir)/'`gga_x_bayesian_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_bayesian_s.Tpo $(DEPDIR)/libxc_la-gga_x_bayesian_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_bayesian_s.c' object='libxc_la-gga_x_bayesian_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_bayesian_s.lo: gga_x_bayesian_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_bayesian_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_bayesian_s.Tpo -c -o libdft_xc_la-gga_x_bayesian_s.lo `test -f 'gga_x_bayesian_s.c' || echo '$(srcdir)/'`gga_x_bayesian_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_bayesian_s.Tpo $(DEPDIR)/libdft_xc_la-gga_x_bayesian_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_bayesian_s.c' object='libdft_xc_la-gga_x_bayesian_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_bayesian_s.lo `test -f 'gga_x_bayesian_s.c' || echo '$(srcdir)/'`gga_x_bayesian_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_bayesian_s.lo `test -f 'gga_x_bayesian_s.c' || echo '$(srcdir)/'`gga_x_bayesian_s.c
+ 
+-libxc_la-gga_perdew_s.lo: gga_perdew_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_perdew_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_perdew_s.Tpo -c -o libxc_la-gga_perdew_s.lo `test -f 'gga_perdew_s.c' || echo '$(srcdir)/'`gga_perdew_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_perdew_s.Tpo $(DEPDIR)/libxc_la-gga_perdew_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_perdew_s.c' object='libxc_la-gga_perdew_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_perdew_s.lo: gga_perdew_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_perdew_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_perdew_s.Tpo -c -o libdft_xc_la-gga_perdew_s.lo `test -f 'gga_perdew_s.c' || echo '$(srcdir)/'`gga_perdew_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_perdew_s.Tpo $(DEPDIR)/libdft_xc_la-gga_perdew_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_perdew_s.c' object='libdft_xc_la-gga_perdew_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_perdew_s.lo `test -f 'gga_perdew_s.c' || echo '$(srcdir)/'`gga_perdew_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_perdew_s.lo `test -f 'gga_perdew_s.c' || echo '$(srcdir)/'`gga_perdew_s.c
+ 
+-libxc_la-gga_c_pbe_s.lo: gga_c_pbe_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_c_pbe_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_c_pbe_s.Tpo -c -o libxc_la-gga_c_pbe_s.lo `test -f 'gga_c_pbe_s.c' || echo '$(srcdir)/'`gga_c_pbe_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_c_pbe_s.Tpo $(DEPDIR)/libxc_la-gga_c_pbe_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_c_pbe_s.c' object='libxc_la-gga_c_pbe_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_c_pbe_s.lo: gga_c_pbe_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_c_pbe_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_c_pbe_s.Tpo -c -o libdft_xc_la-gga_c_pbe_s.lo `test -f 'gga_c_pbe_s.c' || echo '$(srcdir)/'`gga_c_pbe_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_c_pbe_s.Tpo $(DEPDIR)/libdft_xc_la-gga_c_pbe_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_c_pbe_s.c' object='libdft_xc_la-gga_c_pbe_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_c_pbe_s.lo `test -f 'gga_c_pbe_s.c' || echo '$(srcdir)/'`gga_c_pbe_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_c_pbe_s.lo `test -f 'gga_c_pbe_s.c' || echo '$(srcdir)/'`gga_c_pbe_s.c
+ 
+-libxc_la-gga_c_lyp_s.lo: gga_c_lyp_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_c_lyp_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_c_lyp_s.Tpo -c -o libxc_la-gga_c_lyp_s.lo `test -f 'gga_c_lyp_s.c' || echo '$(srcdir)/'`gga_c_lyp_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_c_lyp_s.Tpo $(DEPDIR)/libxc_la-gga_c_lyp_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_c_lyp_s.c' object='libxc_la-gga_c_lyp_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_c_lyp_s.lo: gga_c_lyp_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_c_lyp_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_c_lyp_s.Tpo -c -o libdft_xc_la-gga_c_lyp_s.lo `test -f 'gga_c_lyp_s.c' || echo '$(srcdir)/'`gga_c_lyp_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_c_lyp_s.Tpo $(DEPDIR)/libdft_xc_la-gga_c_lyp_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_c_lyp_s.c' object='libdft_xc_la-gga_c_lyp_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_c_lyp_s.lo `test -f 'gga_c_lyp_s.c' || echo '$(srcdir)/'`gga_c_lyp_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_c_lyp_s.lo `test -f 'gga_c_lyp_s.c' || echo '$(srcdir)/'`gga_c_lyp_s.c
+ 
+-libxc_la-gga_c_p86_s.lo: gga_c_p86_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_c_p86_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_c_p86_s.Tpo -c -o libxc_la-gga_c_p86_s.lo `test -f 'gga_c_p86_s.c' || echo '$(srcdir)/'`gga_c_p86_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_c_p86_s.Tpo $(DEPDIR)/libxc_la-gga_c_p86_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_c_p86_s.c' object='libxc_la-gga_c_p86_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_c_p86_s.lo: gga_c_p86_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_c_p86_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_c_p86_s.Tpo -c -o libdft_xc_la-gga_c_p86_s.lo `test -f 'gga_c_p86_s.c' || echo '$(srcdir)/'`gga_c_p86_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_c_p86_s.Tpo $(DEPDIR)/libdft_xc_la-gga_c_p86_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_c_p86_s.c' object='libdft_xc_la-gga_c_p86_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_c_p86_s.lo `test -f 'gga_c_p86_s.c' || echo '$(srcdir)/'`gga_c_p86_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_c_p86_s.lo `test -f 'gga_c_p86_s.c' || echo '$(srcdir)/'`gga_c_p86_s.c
+ 
+-libxc_la-gga_c_pw91_s.lo: gga_c_pw91_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_c_pw91_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_c_pw91_s.Tpo -c -o libxc_la-gga_c_pw91_s.lo `test -f 'gga_c_pw91_s.c' || echo '$(srcdir)/'`gga_c_pw91_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_c_pw91_s.Tpo $(DEPDIR)/libxc_la-gga_c_pw91_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_c_pw91_s.c' object='libxc_la-gga_c_pw91_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_c_pw91_s.lo: gga_c_pw91_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_c_pw91_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_c_pw91_s.Tpo -c -o libdft_xc_la-gga_c_pw91_s.lo `test -f 'gga_c_pw91_s.c' || echo '$(srcdir)/'`gga_c_pw91_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_c_pw91_s.Tpo $(DEPDIR)/libdft_xc_la-gga_c_pw91_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_c_pw91_s.c' object='libdft_xc_la-gga_c_pw91_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_c_pw91_s.lo `test -f 'gga_c_pw91_s.c' || echo '$(srcdir)/'`gga_c_pw91_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_c_pw91_s.lo `test -f 'gga_c_pw91_s.c' || echo '$(srcdir)/'`gga_c_pw91_s.c
+ 
+-libxc_la-gga_c_am05_s.lo: gga_c_am05_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_c_am05_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_c_am05_s.Tpo -c -o libxc_la-gga_c_am05_s.lo `test -f 'gga_c_am05_s.c' || echo '$(srcdir)/'`gga_c_am05_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_c_am05_s.Tpo $(DEPDIR)/libxc_la-gga_c_am05_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_c_am05_s.c' object='libxc_la-gga_c_am05_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_c_am05_s.lo: gga_c_am05_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_c_am05_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_c_am05_s.Tpo -c -o libdft_xc_la-gga_c_am05_s.lo `test -f 'gga_c_am05_s.c' || echo '$(srcdir)/'`gga_c_am05_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_c_am05_s.Tpo $(DEPDIR)/libdft_xc_la-gga_c_am05_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_c_am05_s.c' object='libdft_xc_la-gga_c_am05_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_c_am05_s.lo `test -f 'gga_c_am05_s.c' || echo '$(srcdir)/'`gga_c_am05_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_c_am05_s.lo `test -f 'gga_c_am05_s.c' || echo '$(srcdir)/'`gga_c_am05_s.c
+ 
+-libxc_la-gga_c_lm_s.lo: gga_c_lm_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_c_lm_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_c_lm_s.Tpo -c -o libxc_la-gga_c_lm_s.lo `test -f 'gga_c_lm_s.c' || echo '$(srcdir)/'`gga_c_lm_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_c_lm_s.Tpo $(DEPDIR)/libxc_la-gga_c_lm_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_c_lm_s.c' object='libxc_la-gga_c_lm_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_c_lm_s.lo: gga_c_lm_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_c_lm_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_c_lm_s.Tpo -c -o libdft_xc_la-gga_c_lm_s.lo `test -f 'gga_c_lm_s.c' || echo '$(srcdir)/'`gga_c_lm_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_c_lm_s.Tpo $(DEPDIR)/libdft_xc_la-gga_c_lm_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_c_lm_s.c' object='libdft_xc_la-gga_c_lm_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_c_lm_s.lo `test -f 'gga_c_lm_s.c' || echo '$(srcdir)/'`gga_c_lm_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_c_lm_s.lo `test -f 'gga_c_lm_s.c' || echo '$(srcdir)/'`gga_c_lm_s.c
+ 
+-libxc_la-gga_xc_lb_s.lo: gga_xc_lb_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_xc_lb_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_xc_lb_s.Tpo -c -o libxc_la-gga_xc_lb_s.lo `test -f 'gga_xc_lb_s.c' || echo '$(srcdir)/'`gga_xc_lb_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_xc_lb_s.Tpo $(DEPDIR)/libxc_la-gga_xc_lb_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_xc_lb_s.c' object='libxc_la-gga_xc_lb_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_xc_lb_s.lo: gga_xc_lb_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_xc_lb_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_xc_lb_s.Tpo -c -o libdft_xc_la-gga_xc_lb_s.lo `test -f 'gga_xc_lb_s.c' || echo '$(srcdir)/'`gga_xc_lb_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_xc_lb_s.Tpo $(DEPDIR)/libdft_xc_la-gga_xc_lb_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_xc_lb_s.c' object='libdft_xc_la-gga_xc_lb_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_xc_lb_s.lo `test -f 'gga_xc_lb_s.c' || echo '$(srcdir)/'`gga_xc_lb_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_xc_lb_s.lo `test -f 'gga_xc_lb_s.c' || echo '$(srcdir)/'`gga_xc_lb_s.c
+ 
+-libxc_la-gga_xc_b97_s.lo: gga_xc_b97_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_xc_b97_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_xc_b97_s.Tpo -c -o libxc_la-gga_xc_b97_s.lo `test -f 'gga_xc_b97_s.c' || echo '$(srcdir)/'`gga_xc_b97_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_xc_b97_s.Tpo $(DEPDIR)/libxc_la-gga_xc_b97_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_xc_b97_s.c' object='libxc_la-gga_xc_b97_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_xc_b97_s.lo: gga_xc_b97_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_xc_b97_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_xc_b97_s.Tpo -c -o libdft_xc_la-gga_xc_b97_s.lo `test -f 'gga_xc_b97_s.c' || echo '$(srcdir)/'`gga_xc_b97_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_xc_b97_s.Tpo $(DEPDIR)/libdft_xc_la-gga_xc_b97_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_xc_b97_s.c' object='libdft_xc_la-gga_xc_b97_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_xc_b97_s.lo `test -f 'gga_xc_b97_s.c' || echo '$(srcdir)/'`gga_xc_b97_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_xc_b97_s.lo `test -f 'gga_xc_b97_s.c' || echo '$(srcdir)/'`gga_xc_b97_s.c
+ 
+-libxc_la-gga_xc_edf1_s.lo: gga_xc_edf1_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_xc_edf1_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_xc_edf1_s.Tpo -c -o libxc_la-gga_xc_edf1_s.lo `test -f 'gga_xc_edf1_s.c' || echo '$(srcdir)/'`gga_xc_edf1_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_xc_edf1_s.Tpo $(DEPDIR)/libxc_la-gga_xc_edf1_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_xc_edf1_s.c' object='libxc_la-gga_xc_edf1_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_xc_edf1_s.lo: gga_xc_edf1_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_xc_edf1_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_xc_edf1_s.Tpo -c -o libdft_xc_la-gga_xc_edf1_s.lo `test -f 'gga_xc_edf1_s.c' || echo '$(srcdir)/'`gga_xc_edf1_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_xc_edf1_s.Tpo $(DEPDIR)/libdft_xc_la-gga_xc_edf1_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_xc_edf1_s.c' object='libdft_xc_la-gga_xc_edf1_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_xc_edf1_s.lo `test -f 'gga_xc_edf1_s.c' || echo '$(srcdir)/'`gga_xc_edf1_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_xc_edf1_s.lo `test -f 'gga_xc_edf1_s.c' || echo '$(srcdir)/'`gga_xc_edf1_s.c
+ 
+-libxc_la-gga_xc_1w_s.lo: gga_xc_1w_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_xc_1w_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_xc_1w_s.Tpo -c -o libxc_la-gga_xc_1w_s.lo `test -f 'gga_xc_1w_s.c' || echo '$(srcdir)/'`gga_xc_1w_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_xc_1w_s.Tpo $(DEPDIR)/libxc_la-gga_xc_1w_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_xc_1w_s.c' object='libxc_la-gga_xc_1w_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_xc_1w_s.lo: gga_xc_1w_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_xc_1w_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_xc_1w_s.Tpo -c -o libdft_xc_la-gga_xc_1w_s.lo `test -f 'gga_xc_1w_s.c' || echo '$(srcdir)/'`gga_xc_1w_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_xc_1w_s.Tpo $(DEPDIR)/libdft_xc_la-gga_xc_1w_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_xc_1w_s.c' object='libdft_xc_la-gga_xc_1w_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_xc_1w_s.lo `test -f 'gga_xc_1w_s.c' || echo '$(srcdir)/'`gga_xc_1w_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_xc_1w_s.lo `test -f 'gga_xc_1w_s.c' || echo '$(srcdir)/'`gga_xc_1w_s.c
+ 
+-libxc_la-gga_x_2d_b86_s.lo: gga_x_2d_b86_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_2d_b86_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_2d_b86_s.Tpo -c -o libxc_la-gga_x_2d_b86_s.lo `test -f 'gga_x_2d_b86_s.c' || echo '$(srcdir)/'`gga_x_2d_b86_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_2d_b86_s.Tpo $(DEPDIR)/libxc_la-gga_x_2d_b86_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_2d_b86_s.c' object='libxc_la-gga_x_2d_b86_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_2d_b86_s.lo: gga_x_2d_b86_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_2d_b86_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_2d_b86_s.Tpo -c -o libdft_xc_la-gga_x_2d_b86_s.lo `test -f 'gga_x_2d_b86_s.c' || echo '$(srcdir)/'`gga_x_2d_b86_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_2d_b86_s.Tpo $(DEPDIR)/libdft_xc_la-gga_x_2d_b86_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_2d_b86_s.c' object='libdft_xc_la-gga_x_2d_b86_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_2d_b86_s.lo `test -f 'gga_x_2d_b86_s.c' || echo '$(srcdir)/'`gga_x_2d_b86_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_2d_b86_s.lo `test -f 'gga_x_2d_b86_s.c' || echo '$(srcdir)/'`gga_x_2d_b86_s.c
+ 
+-libxc_la-gga_x_2d_b86_mgc_s.lo: gga_x_2d_b86_mgc_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_2d_b86_mgc_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_2d_b86_mgc_s.Tpo -c -o libxc_la-gga_x_2d_b86_mgc_s.lo `test -f 'gga_x_2d_b86_mgc_s.c' || echo '$(srcdir)/'`gga_x_2d_b86_mgc_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_2d_b86_mgc_s.Tpo $(DEPDIR)/libxc_la-gga_x_2d_b86_mgc_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_2d_b86_mgc_s.c' object='libxc_la-gga_x_2d_b86_mgc_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_2d_b86_mgc_s.lo: gga_x_2d_b86_mgc_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_2d_b86_mgc_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_2d_b86_mgc_s.Tpo -c -o libdft_xc_la-gga_x_2d_b86_mgc_s.lo `test -f 'gga_x_2d_b86_mgc_s.c' || echo '$(srcdir)/'`gga_x_2d_b86_mgc_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_2d_b86_mgc_s.Tpo $(DEPDIR)/libdft_xc_la-gga_x_2d_b86_mgc_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_2d_b86_mgc_s.c' object='libdft_xc_la-gga_x_2d_b86_mgc_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_2d_b86_mgc_s.lo `test -f 'gga_x_2d_b86_mgc_s.c' || echo '$(srcdir)/'`gga_x_2d_b86_mgc_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_2d_b86_mgc_s.lo `test -f 'gga_x_2d_b86_mgc_s.c' || echo '$(srcdir)/'`gga_x_2d_b86_mgc_s.c
+ 
+-libxc_la-gga_x_2d_b88_s.lo: gga_x_2d_b88_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_2d_b88_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_2d_b88_s.Tpo -c -o libxc_la-gga_x_2d_b88_s.lo `test -f 'gga_x_2d_b88_s.c' || echo '$(srcdir)/'`gga_x_2d_b88_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_2d_b88_s.Tpo $(DEPDIR)/libxc_la-gga_x_2d_b88_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_2d_b88_s.c' object='libxc_la-gga_x_2d_b88_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_2d_b88_s.lo: gga_x_2d_b88_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_2d_b88_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_2d_b88_s.Tpo -c -o libdft_xc_la-gga_x_2d_b88_s.lo `test -f 'gga_x_2d_b88_s.c' || echo '$(srcdir)/'`gga_x_2d_b88_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_2d_b88_s.Tpo $(DEPDIR)/libdft_xc_la-gga_x_2d_b88_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_2d_b88_s.c' object='libdft_xc_la-gga_x_2d_b88_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_2d_b88_s.lo `test -f 'gga_x_2d_b88_s.c' || echo '$(srcdir)/'`gga_x_2d_b88_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_2d_b88_s.lo `test -f 'gga_x_2d_b88_s.c' || echo '$(srcdir)/'`gga_x_2d_b88_s.c
+ 
+-libxc_la-gga_x_2d_pbe_s.lo: gga_x_2d_pbe_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-gga_x_2d_pbe_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-gga_x_2d_pbe_s.Tpo -c -o libxc_la-gga_x_2d_pbe_s.lo `test -f 'gga_x_2d_pbe_s.c' || echo '$(srcdir)/'`gga_x_2d_pbe_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-gga_x_2d_pbe_s.Tpo $(DEPDIR)/libxc_la-gga_x_2d_pbe_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_2d_pbe_s.c' object='libxc_la-gga_x_2d_pbe_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-gga_x_2d_pbe_s.lo: gga_x_2d_pbe_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-gga_x_2d_pbe_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-gga_x_2d_pbe_s.Tpo -c -o libdft_xc_la-gga_x_2d_pbe_s.lo `test -f 'gga_x_2d_pbe_s.c' || echo '$(srcdir)/'`gga_x_2d_pbe_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-gga_x_2d_pbe_s.Tpo $(DEPDIR)/libdft_xc_la-gga_x_2d_pbe_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gga_x_2d_pbe_s.c' object='libdft_xc_la-gga_x_2d_pbe_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-gga_x_2d_pbe_s.lo `test -f 'gga_x_2d_pbe_s.c' || echo '$(srcdir)/'`gga_x_2d_pbe_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-gga_x_2d_pbe_s.lo `test -f 'gga_x_2d_pbe_s.c' || echo '$(srcdir)/'`gga_x_2d_pbe_s.c
+ 
+-libxc_la-hyb_gga_xc_b3lyp_s.lo: hyb_gga_xc_b3lyp_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-hyb_gga_xc_b3lyp_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-hyb_gga_xc_b3lyp_s.Tpo -c -o libxc_la-hyb_gga_xc_b3lyp_s.lo `test -f 'hyb_gga_xc_b3lyp_s.c' || echo '$(srcdir)/'`hyb_gga_xc_b3lyp_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-hyb_gga_xc_b3lyp_s.Tpo $(DEPDIR)/libxc_la-hyb_gga_xc_b3lyp_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hyb_gga_xc_b3lyp_s.c' object='libxc_la-hyb_gga_xc_b3lyp_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-hyb_gga_xc_b3lyp_s.lo: hyb_gga_xc_b3lyp_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-hyb_gga_xc_b3lyp_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-hyb_gga_xc_b3lyp_s.Tpo -c -o libdft_xc_la-hyb_gga_xc_b3lyp_s.lo `test -f 'hyb_gga_xc_b3lyp_s.c' || echo '$(srcdir)/'`hyb_gga_xc_b3lyp_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-hyb_gga_xc_b3lyp_s.Tpo $(DEPDIR)/libdft_xc_la-hyb_gga_xc_b3lyp_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hyb_gga_xc_b3lyp_s.c' object='libdft_xc_la-hyb_gga_xc_b3lyp_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-hyb_gga_xc_b3lyp_s.lo `test -f 'hyb_gga_xc_b3lyp_s.c' || echo '$(srcdir)/'`hyb_gga_xc_b3lyp_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-hyb_gga_xc_b3lyp_s.lo `test -f 'hyb_gga_xc_b3lyp_s.c' || echo '$(srcdir)/'`hyb_gga_xc_b3lyp_s.c
+ 
+-libxc_la-hyb_gga_xc_o3lyp_s.lo: hyb_gga_xc_o3lyp_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-hyb_gga_xc_o3lyp_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-hyb_gga_xc_o3lyp_s.Tpo -c -o libxc_la-hyb_gga_xc_o3lyp_s.lo `test -f 'hyb_gga_xc_o3lyp_s.c' || echo '$(srcdir)/'`hyb_gga_xc_o3lyp_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-hyb_gga_xc_o3lyp_s.Tpo $(DEPDIR)/libxc_la-hyb_gga_xc_o3lyp_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hyb_gga_xc_o3lyp_s.c' object='libxc_la-hyb_gga_xc_o3lyp_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-hyb_gga_xc_o3lyp_s.lo: hyb_gga_xc_o3lyp_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-hyb_gga_xc_o3lyp_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-hyb_gga_xc_o3lyp_s.Tpo -c -o libdft_xc_la-hyb_gga_xc_o3lyp_s.lo `test -f 'hyb_gga_xc_o3lyp_s.c' || echo '$(srcdir)/'`hyb_gga_xc_o3lyp_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-hyb_gga_xc_o3lyp_s.Tpo $(DEPDIR)/libdft_xc_la-hyb_gga_xc_o3lyp_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hyb_gga_xc_o3lyp_s.c' object='libdft_xc_la-hyb_gga_xc_o3lyp_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-hyb_gga_xc_o3lyp_s.lo `test -f 'hyb_gga_xc_o3lyp_s.c' || echo '$(srcdir)/'`hyb_gga_xc_o3lyp_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-hyb_gga_xc_o3lyp_s.lo `test -f 'hyb_gga_xc_o3lyp_s.c' || echo '$(srcdir)/'`hyb_gga_xc_o3lyp_s.c
+ 
+-libxc_la-hyb_gga_xc_pbeh_s.lo: hyb_gga_xc_pbeh_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-hyb_gga_xc_pbeh_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-hyb_gga_xc_pbeh_s.Tpo -c -o libxc_la-hyb_gga_xc_pbeh_s.lo `test -f 'hyb_gga_xc_pbeh_s.c' || echo '$(srcdir)/'`hyb_gga_xc_pbeh_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-hyb_gga_xc_pbeh_s.Tpo $(DEPDIR)/libxc_la-hyb_gga_xc_pbeh_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hyb_gga_xc_pbeh_s.c' object='libxc_la-hyb_gga_xc_pbeh_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-hyb_gga_xc_pbeh_s.lo: hyb_gga_xc_pbeh_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-hyb_gga_xc_pbeh_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-hyb_gga_xc_pbeh_s.Tpo -c -o libdft_xc_la-hyb_gga_xc_pbeh_s.lo `test -f 'hyb_gga_xc_pbeh_s.c' || echo '$(srcdir)/'`hyb_gga_xc_pbeh_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-hyb_gga_xc_pbeh_s.Tpo $(DEPDIR)/libdft_xc_la-hyb_gga_xc_pbeh_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hyb_gga_xc_pbeh_s.c' object='libdft_xc_la-hyb_gga_xc_pbeh_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-hyb_gga_xc_pbeh_s.lo `test -f 'hyb_gga_xc_pbeh_s.c' || echo '$(srcdir)/'`hyb_gga_xc_pbeh_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-hyb_gga_xc_pbeh_s.lo `test -f 'hyb_gga_xc_pbeh_s.c' || echo '$(srcdir)/'`hyb_gga_xc_pbeh_s.c
+ 
+-libxc_la-hyb_gga_xc_b1wc_s.lo: hyb_gga_xc_b1wc_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-hyb_gga_xc_b1wc_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-hyb_gga_xc_b1wc_s.Tpo -c -o libxc_la-hyb_gga_xc_b1wc_s.lo `test -f 'hyb_gga_xc_b1wc_s.c' || echo '$(srcdir)/'`hyb_gga_xc_b1wc_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-hyb_gga_xc_b1wc_s.Tpo $(DEPDIR)/libxc_la-hyb_gga_xc_b1wc_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hyb_gga_xc_b1wc_s.c' object='libxc_la-hyb_gga_xc_b1wc_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-hyb_gga_xc_b1wc_s.lo: hyb_gga_xc_b1wc_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-hyb_gga_xc_b1wc_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-hyb_gga_xc_b1wc_s.Tpo -c -o libdft_xc_la-hyb_gga_xc_b1wc_s.lo `test -f 'hyb_gga_xc_b1wc_s.c' || echo '$(srcdir)/'`hyb_gga_xc_b1wc_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-hyb_gga_xc_b1wc_s.Tpo $(DEPDIR)/libdft_xc_la-hyb_gga_xc_b1wc_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hyb_gga_xc_b1wc_s.c' object='libdft_xc_la-hyb_gga_xc_b1wc_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-hyb_gga_xc_b1wc_s.lo `test -f 'hyb_gga_xc_b1wc_s.c' || echo '$(srcdir)/'`hyb_gga_xc_b1wc_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-hyb_gga_xc_b1wc_s.lo `test -f 'hyb_gga_xc_b1wc_s.c' || echo '$(srcdir)/'`hyb_gga_xc_b1wc_s.c
+ 
+-libxc_la-hyb_gga_xc_b97_s.lo: hyb_gga_xc_b97_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-hyb_gga_xc_b97_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-hyb_gga_xc_b97_s.Tpo -c -o libxc_la-hyb_gga_xc_b97_s.lo `test -f 'hyb_gga_xc_b97_s.c' || echo '$(srcdir)/'`hyb_gga_xc_b97_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-hyb_gga_xc_b97_s.Tpo $(DEPDIR)/libxc_la-hyb_gga_xc_b97_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hyb_gga_xc_b97_s.c' object='libxc_la-hyb_gga_xc_b97_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-hyb_gga_xc_b97_s.lo: hyb_gga_xc_b97_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-hyb_gga_xc_b97_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-hyb_gga_xc_b97_s.Tpo -c -o libdft_xc_la-hyb_gga_xc_b97_s.lo `test -f 'hyb_gga_xc_b97_s.c' || echo '$(srcdir)/'`hyb_gga_xc_b97_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-hyb_gga_xc_b97_s.Tpo $(DEPDIR)/libdft_xc_la-hyb_gga_xc_b97_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hyb_gga_xc_b97_s.c' object='libdft_xc_la-hyb_gga_xc_b97_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-hyb_gga_xc_b97_s.lo `test -f 'hyb_gga_xc_b97_s.c' || echo '$(srcdir)/'`hyb_gga_xc_b97_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-hyb_gga_xc_b97_s.lo `test -f 'hyb_gga_xc_b97_s.c' || echo '$(srcdir)/'`hyb_gga_xc_b97_s.c
+ 
+-libxc_la-mgga_s.lo: mgga_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-mgga_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-mgga_s.Tpo -c -o libxc_la-mgga_s.lo `test -f 'mgga_s.c' || echo '$(srcdir)/'`mgga_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-mgga_s.Tpo $(DEPDIR)/libxc_la-mgga_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_s.c' object='libxc_la-mgga_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-mgga_s.lo: mgga_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-mgga_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-mgga_s.Tpo -c -o libdft_xc_la-mgga_s.lo `test -f 'mgga_s.c' || echo '$(srcdir)/'`mgga_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-mgga_s.Tpo $(DEPDIR)/libdft_xc_la-mgga_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_s.c' object='libdft_xc_la-mgga_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-mgga_s.lo `test -f 'mgga_s.c' || echo '$(srcdir)/'`mgga_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-mgga_s.lo `test -f 'mgga_s.c' || echo '$(srcdir)/'`mgga_s.c
+ 
+-libxc_la-mgga_x_lta_s.lo: mgga_x_lta_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-mgga_x_lta_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-mgga_x_lta_s.Tpo -c -o libxc_la-mgga_x_lta_s.lo `test -f 'mgga_x_lta_s.c' || echo '$(srcdir)/'`mgga_x_lta_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-mgga_x_lta_s.Tpo $(DEPDIR)/libxc_la-mgga_x_lta_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_x_lta_s.c' object='libxc_la-mgga_x_lta_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-mgga_x_lta_s.lo: mgga_x_lta_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-mgga_x_lta_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-mgga_x_lta_s.Tpo -c -o libdft_xc_la-mgga_x_lta_s.lo `test -f 'mgga_x_lta_s.c' || echo '$(srcdir)/'`mgga_x_lta_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-mgga_x_lta_s.Tpo $(DEPDIR)/libdft_xc_la-mgga_x_lta_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_x_lta_s.c' object='libdft_xc_la-mgga_x_lta_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-mgga_x_lta_s.lo `test -f 'mgga_x_lta_s.c' || echo '$(srcdir)/'`mgga_x_lta_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-mgga_x_lta_s.lo `test -f 'mgga_x_lta_s.c' || echo '$(srcdir)/'`mgga_x_lta_s.c
+ 
+-libxc_la-mgga_x_tpss_s.lo: mgga_x_tpss_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-mgga_x_tpss_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-mgga_x_tpss_s.Tpo -c -o libxc_la-mgga_x_tpss_s.lo `test -f 'mgga_x_tpss_s.c' || echo '$(srcdir)/'`mgga_x_tpss_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-mgga_x_tpss_s.Tpo $(DEPDIR)/libxc_la-mgga_x_tpss_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_x_tpss_s.c' object='libxc_la-mgga_x_tpss_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-mgga_x_tpss_s.lo: mgga_x_tpss_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-mgga_x_tpss_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-mgga_x_tpss_s.Tpo -c -o libdft_xc_la-mgga_x_tpss_s.lo `test -f 'mgga_x_tpss_s.c' || echo '$(srcdir)/'`mgga_x_tpss_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-mgga_x_tpss_s.Tpo $(DEPDIR)/libdft_xc_la-mgga_x_tpss_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_x_tpss_s.c' object='libdft_xc_la-mgga_x_tpss_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-mgga_x_tpss_s.lo `test -f 'mgga_x_tpss_s.c' || echo '$(srcdir)/'`mgga_x_tpss_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-mgga_x_tpss_s.lo `test -f 'mgga_x_tpss_s.c' || echo '$(srcdir)/'`mgga_x_tpss_s.c
+ 
+-libxc_la-mgga_x_br89_s.lo: mgga_x_br89_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-mgga_x_br89_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-mgga_x_br89_s.Tpo -c -o libxc_la-mgga_x_br89_s.lo `test -f 'mgga_x_br89_s.c' || echo '$(srcdir)/'`mgga_x_br89_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-mgga_x_br89_s.Tpo $(DEPDIR)/libxc_la-mgga_x_br89_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_x_br89_s.c' object='libxc_la-mgga_x_br89_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-mgga_x_br89_s.lo: mgga_x_br89_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-mgga_x_br89_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-mgga_x_br89_s.Tpo -c -o libdft_xc_la-mgga_x_br89_s.lo `test -f 'mgga_x_br89_s.c' || echo '$(srcdir)/'`mgga_x_br89_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-mgga_x_br89_s.Tpo $(DEPDIR)/libdft_xc_la-mgga_x_br89_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_x_br89_s.c' object='libdft_xc_la-mgga_x_br89_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-mgga_x_br89_s.lo `test -f 'mgga_x_br89_s.c' || echo '$(srcdir)/'`mgga_x_br89_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-mgga_x_br89_s.lo `test -f 'mgga_x_br89_s.c' || echo '$(srcdir)/'`mgga_x_br89_s.c
+ 
+-libxc_la-mgga_xc_vsxc_s.lo: mgga_xc_vsxc_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-mgga_xc_vsxc_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-mgga_xc_vsxc_s.Tpo -c -o libxc_la-mgga_xc_vsxc_s.lo `test -f 'mgga_xc_vsxc_s.c' || echo '$(srcdir)/'`mgga_xc_vsxc_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-mgga_xc_vsxc_s.Tpo $(DEPDIR)/libxc_la-mgga_xc_vsxc_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_xc_vsxc_s.c' object='libxc_la-mgga_xc_vsxc_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-mgga_xc_vsxc_s.lo: mgga_xc_vsxc_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-mgga_xc_vsxc_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-mgga_xc_vsxc_s.Tpo -c -o libdft_xc_la-mgga_xc_vsxc_s.lo `test -f 'mgga_xc_vsxc_s.c' || echo '$(srcdir)/'`mgga_xc_vsxc_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-mgga_xc_vsxc_s.Tpo $(DEPDIR)/libdft_xc_la-mgga_xc_vsxc_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_xc_vsxc_s.c' object='libdft_xc_la-mgga_xc_vsxc_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-mgga_xc_vsxc_s.lo `test -f 'mgga_xc_vsxc_s.c' || echo '$(srcdir)/'`mgga_xc_vsxc_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-mgga_xc_vsxc_s.lo `test -f 'mgga_xc_vsxc_s.c' || echo '$(srcdir)/'`mgga_xc_vsxc_s.c
+ 
+-libxc_la-mgga_x_m06l_s.lo: mgga_x_m06l_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-mgga_x_m06l_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-mgga_x_m06l_s.Tpo -c -o libxc_la-mgga_x_m06l_s.lo `test -f 'mgga_x_m06l_s.c' || echo '$(srcdir)/'`mgga_x_m06l_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-mgga_x_m06l_s.Tpo $(DEPDIR)/libxc_la-mgga_x_m06l_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_x_m06l_s.c' object='libxc_la-mgga_x_m06l_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-mgga_x_m06l_s.lo: mgga_x_m06l_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-mgga_x_m06l_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-mgga_x_m06l_s.Tpo -c -o libdft_xc_la-mgga_x_m06l_s.lo `test -f 'mgga_x_m06l_s.c' || echo '$(srcdir)/'`mgga_x_m06l_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-mgga_x_m06l_s.Tpo $(DEPDIR)/libdft_xc_la-mgga_x_m06l_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_x_m06l_s.c' object='libdft_xc_la-mgga_x_m06l_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-mgga_x_m06l_s.lo `test -f 'mgga_x_m06l_s.c' || echo '$(srcdir)/'`mgga_x_m06l_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-mgga_x_m06l_s.lo `test -f 'mgga_x_m06l_s.c' || echo '$(srcdir)/'`mgga_x_m06l_s.c
+ 
+-libxc_la-mgga_x_tau_hcth_s.lo: mgga_x_tau_hcth_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-mgga_x_tau_hcth_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-mgga_x_tau_hcth_s.Tpo -c -o libxc_la-mgga_x_tau_hcth_s.lo `test -f 'mgga_x_tau_hcth_s.c' || echo '$(srcdir)/'`mgga_x_tau_hcth_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-mgga_x_tau_hcth_s.Tpo $(DEPDIR)/libxc_la-mgga_x_tau_hcth_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_x_tau_hcth_s.c' object='libxc_la-mgga_x_tau_hcth_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-mgga_x_tau_hcth_s.lo: mgga_x_tau_hcth_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-mgga_x_tau_hcth_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-mgga_x_tau_hcth_s.Tpo -c -o libdft_xc_la-mgga_x_tau_hcth_s.lo `test -f 'mgga_x_tau_hcth_s.c' || echo '$(srcdir)/'`mgga_x_tau_hcth_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-mgga_x_tau_hcth_s.Tpo $(DEPDIR)/libdft_xc_la-mgga_x_tau_hcth_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_x_tau_hcth_s.c' object='libdft_xc_la-mgga_x_tau_hcth_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-mgga_x_tau_hcth_s.lo `test -f 'mgga_x_tau_hcth_s.c' || echo '$(srcdir)/'`mgga_x_tau_hcth_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-mgga_x_tau_hcth_s.lo `test -f 'mgga_x_tau_hcth_s.c' || echo '$(srcdir)/'`mgga_x_tau_hcth_s.c
+ 
+-libxc_la-mgga_c_tpss_s.lo: mgga_c_tpss_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-mgga_c_tpss_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-mgga_c_tpss_s.Tpo -c -o libxc_la-mgga_c_tpss_s.lo `test -f 'mgga_c_tpss_s.c' || echo '$(srcdir)/'`mgga_c_tpss_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-mgga_c_tpss_s.Tpo $(DEPDIR)/libxc_la-mgga_c_tpss_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_c_tpss_s.c' object='libxc_la-mgga_c_tpss_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-mgga_c_tpss_s.lo: mgga_c_tpss_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-mgga_c_tpss_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-mgga_c_tpss_s.Tpo -c -o libdft_xc_la-mgga_c_tpss_s.lo `test -f 'mgga_c_tpss_s.c' || echo '$(srcdir)/'`mgga_c_tpss_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-mgga_c_tpss_s.Tpo $(DEPDIR)/libdft_xc_la-mgga_c_tpss_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mgga_c_tpss_s.c' object='libdft_xc_la-mgga_c_tpss_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-mgga_c_tpss_s.lo `test -f 'mgga_c_tpss_s.c' || echo '$(srcdir)/'`mgga_c_tpss_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-mgga_c_tpss_s.lo `test -f 'mgga_c_tpss_s.c' || echo '$(srcdir)/'`mgga_c_tpss_s.c
+ 
+-libxc_la-lca_s.lo: lca_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lca_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-lca_s.Tpo -c -o libxc_la-lca_s.lo `test -f 'lca_s.c' || echo '$(srcdir)/'`lca_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lca_s.Tpo $(DEPDIR)/libxc_la-lca_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lca_s.c' object='libxc_la-lca_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lca_s.lo: lca_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lca_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lca_s.Tpo -c -o libdft_xc_la-lca_s.lo `test -f 'lca_s.c' || echo '$(srcdir)/'`lca_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lca_s.Tpo $(DEPDIR)/libdft_xc_la-lca_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lca_s.c' object='libdft_xc_la-lca_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lca_s.lo `test -f 'lca_s.c' || echo '$(srcdir)/'`lca_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lca_s.lo `test -f 'lca_s.c' || echo '$(srcdir)/'`lca_s.c
+ 
+-libxc_la-lca_omc_s.lo: lca_omc_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lca_omc_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-lca_omc_s.Tpo -c -o libxc_la-lca_omc_s.lo `test -f 'lca_omc_s.c' || echo '$(srcdir)/'`lca_omc_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lca_omc_s.Tpo $(DEPDIR)/libxc_la-lca_omc_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lca_omc_s.c' object='libxc_la-lca_omc_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lca_omc_s.lo: lca_omc_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lca_omc_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lca_omc_s.Tpo -c -o libdft_xc_la-lca_omc_s.lo `test -f 'lca_omc_s.c' || echo '$(srcdir)/'`lca_omc_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lca_omc_s.Tpo $(DEPDIR)/libdft_xc_la-lca_omc_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lca_omc_s.c' object='libdft_xc_la-lca_omc_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lca_omc_s.lo `test -f 'lca_omc_s.c' || echo '$(srcdir)/'`lca_omc_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lca_omc_s.lo `test -f 'lca_omc_s.c' || echo '$(srcdir)/'`lca_omc_s.c
+ 
+-libxc_la-lca_lch_s.lo: lca_lch_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-lca_lch_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-lca_lch_s.Tpo -c -o libxc_la-lca_lch_s.lo `test -f 'lca_lch_s.c' || echo '$(srcdir)/'`lca_lch_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-lca_lch_s.Tpo $(DEPDIR)/libxc_la-lca_lch_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lca_lch_s.c' object='libxc_la-lca_lch_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-lca_lch_s.lo: lca_lch_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-lca_lch_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-lca_lch_s.Tpo -c -o libdft_xc_la-lca_lch_s.lo `test -f 'lca_lch_s.c' || echo '$(srcdir)/'`lca_lch_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-lca_lch_s.Tpo $(DEPDIR)/libdft_xc_la-lca_lch_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lca_lch_s.c' object='libdft_xc_la-lca_lch_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-lca_lch_s.lo `test -f 'lca_lch_s.c' || echo '$(srcdir)/'`lca_lch_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-lca_lch_s.lo `test -f 'lca_lch_s.c' || echo '$(srcdir)/'`lca_lch_s.c
+ 
+-libxc_la-mix_func_s.lo: mix_func_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-mix_func_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-mix_func_s.Tpo -c -o libxc_la-mix_func_s.lo `test -f 'mix_func_s.c' || echo '$(srcdir)/'`mix_func_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-mix_func_s.Tpo $(DEPDIR)/libxc_la-mix_func_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mix_func_s.c' object='libxc_la-mix_func_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-mix_func_s.lo: mix_func_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-mix_func_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-mix_func_s.Tpo -c -o libdft_xc_la-mix_func_s.lo `test -f 'mix_func_s.c' || echo '$(srcdir)/'`mix_func_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-mix_func_s.Tpo $(DEPDIR)/libdft_xc_la-mix_func_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mix_func_s.c' object='libdft_xc_la-mix_func_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-mix_func_s.lo `test -f 'mix_func_s.c' || echo '$(srcdir)/'`mix_func_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-mix_func_s.lo `test -f 'mix_func_s.c' || echo '$(srcdir)/'`mix_func_s.c
+ 
+-libxc_la-special_functions_s.lo: special_functions_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-special_functions_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-special_functions_s.Tpo -c -o libxc_la-special_functions_s.lo `test -f 'special_functions_s.c' || echo '$(srcdir)/'`special_functions_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-special_functions_s.Tpo $(DEPDIR)/libxc_la-special_functions_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='special_functions_s.c' object='libxc_la-special_functions_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-special_functions_s.lo: special_functions_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-special_functions_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-special_functions_s.Tpo -c -o libdft_xc_la-special_functions_s.lo `test -f 'special_functions_s.c' || echo '$(srcdir)/'`special_functions_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-special_functions_s.Tpo $(DEPDIR)/libdft_xc_la-special_functions_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='special_functions_s.c' object='libdft_xc_la-special_functions_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-special_functions_s.lo `test -f 'special_functions_s.c' || echo '$(srcdir)/'`special_functions_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-special_functions_s.lo `test -f 'special_functions_s.c' || echo '$(srcdir)/'`special_functions_s.c
+ 
+-libxc_la-integrate_s.lo: integrate_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-integrate_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-integrate_s.Tpo -c -o libxc_la-integrate_s.lo `test -f 'integrate_s.c' || echo '$(srcdir)/'`integrate_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-integrate_s.Tpo $(DEPDIR)/libxc_la-integrate_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='integrate_s.c' object='libxc_la-integrate_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-integrate_s.lo: integrate_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-integrate_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-integrate_s.Tpo -c -o libdft_xc_la-integrate_s.lo `test -f 'integrate_s.c' || echo '$(srcdir)/'`integrate_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-integrate_s.Tpo $(DEPDIR)/libdft_xc_la-integrate_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='integrate_s.c' object='libdft_xc_la-integrate_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-integrate_s.lo `test -f 'integrate_s.c' || echo '$(srcdir)/'`integrate_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-integrate_s.lo `test -f 'integrate_s.c' || echo '$(srcdir)/'`integrate_s.c
+ 
+-libxc_la-util_s.lo: util_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-util_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-util_s.Tpo -c -o libxc_la-util_s.lo `test -f 'util_s.c' || echo '$(srcdir)/'`util_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-util_s.Tpo $(DEPDIR)/libxc_la-util_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='util_s.c' object='libxc_la-util_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-util_s.lo: util_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-util_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-util_s.Tpo -c -o libdft_xc_la-util_s.lo `test -f 'util_s.c' || echo '$(srcdir)/'`util_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-util_s.Tpo $(DEPDIR)/libdft_xc_la-util_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='util_s.c' object='libdft_xc_la-util_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-util_s.lo `test -f 'util_s.c' || echo '$(srcdir)/'`util_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-util_s.lo `test -f 'util_s.c' || echo '$(srcdir)/'`util_s.c
+ 
+-libxc_la-functionals_s.lo: functionals_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-functionals_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-functionals_s.Tpo -c -o libxc_la-functionals_s.lo `test -f 'functionals_s.c' || echo '$(srcdir)/'`functionals_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-functionals_s.Tpo $(DEPDIR)/libxc_la-functionals_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='functionals_s.c' object='libxc_la-functionals_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-functionals_s.lo: functionals_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-functionals_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-functionals_s.Tpo -c -o libdft_xc_la-functionals_s.lo `test -f 'functionals_s.c' || echo '$(srcdir)/'`functionals_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-functionals_s.Tpo $(DEPDIR)/libdft_xc_la-functionals_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='functionals_s.c' object='libdft_xc_la-functionals_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-functionals_s.lo `test -f 'functionals_s.c' || echo '$(srcdir)/'`functionals_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-functionals_s.lo `test -f 'functionals_s.c' || echo '$(srcdir)/'`functionals_s.c
+ 
+-libxc_la-xc_f_s.lo: xc_f_s.c
+- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxc_la-xc_f_s.lo -MD -MP -MF $(DEPDIR)/libxc_la-xc_f_s.Tpo -c -o libxc_la-xc_f_s.lo `test -f 'xc_f_s.c' || echo '$(srcdir)/'`xc_f_s.c
+- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxc_la-xc_f_s.Tpo $(DEPDIR)/libxc_la-xc_f_s.Plo
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='xc_f_s.c' object='libxc_la-xc_f_s.lo' libtool=yes @AMDEPBACKSLASH@
++libdft_xc_la-xc_f_s.lo: xc_f_s.c
++ at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdft_xc_la-xc_f_s.lo -MD -MP -MF $(DEPDIR)/libdft_xc_la-xc_f_s.Tpo -c -o libdft_xc_la-xc_f_s.lo `test -f 'xc_f_s.c' || echo '$(srcdir)/'`xc_f_s.c
++ at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdft_xc_la-xc_f_s.Tpo $(DEPDIR)/libdft_xc_la-xc_f_s.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='xc_f_s.c' object='libdft_xc_la-xc_f_s.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxc_la-xc_f_s.lo `test -f 'xc_f_s.c' || echo '$(srcdir)/'`xc_f_s.c
++ at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdft_xc_la-xc_f_s.lo `test -f 'xc_f_s.c' || echo '$(srcdir)/'`xc_f_s.c
+ 
+ .f90.o:
+ 	$(FCCOMPILE) -c -o $@ $(FCFLAGS_f90) $<
+@@ -1608,14 +1615,14 @@ libxc_la-xc_f_s.lo: xc_f_s.c
+ .f90.lo:
+ 	$(LTFCCOMPILE) -c -o $@ $(FCFLAGS_f90) $<
+ 
+-libxc_la-libxc_funcs.lo: libxc_funcs.f90
+-	$(LIBTOOL)  --tag=FC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(FC) $(AM_FCFLAGS) $(FCFLAGS) -c -o libxc_la-libxc_funcs.lo $(FCFLAGS_f90) `test -f 'libxc_funcs.f90' || echo '$(srcdir)/'`libxc_funcs.f90
++libdft_xc_la-libxc_funcs.lo: libxc_funcs.f90
++	$(LIBTOOL)  --tag=FC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(FC) $(AM_FCFLAGS) $(FCFLAGS) -c -o libdft_xc_la-libxc_funcs.lo $(FCFLAGS_f90) `test -f 'libxc_funcs.f90' || echo '$(srcdir)/'`libxc_funcs.f90
+ 
+-libxc_la-libxc.lo: libxc.f90
+-	$(LIBTOOL)  --tag=FC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(FC) $(AM_FCFLAGS) $(FCFLAGS) -c -o libxc_la-libxc.lo $(FCFLAGS_f90) `test -f 'libxc.f90' || echo '$(srcdir)/'`libxc.f90
++libdft_xc_la-libxc.lo: libxc.f90
++	$(LIBTOOL)  --tag=FC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(FC) $(AM_FCFLAGS) $(FCFLAGS) -c -o libdft_xc_la-libxc.lo $(FCFLAGS_f90) `test -f 'libxc.f90' || echo '$(srcdir)/'`libxc.f90
+ 
+-libxc_la-libxc_s.lo: libxc_s.f90
+-	$(LIBTOOL)  --tag=FC $(libxc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(FC) $(AM_FCFLAGS) $(FCFLAGS) -c -o libxc_la-libxc_s.lo $(FCFLAGS_f90) `test -f 'libxc_s.f90' || echo '$(srcdir)/'`libxc_s.f90
++libdft_xc_la-libxc_s.lo: libxc_s.f90
++	$(LIBTOOL)  --tag=FC $(libdft_xc_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(FC) $(AM_FCFLAGS) $(FCFLAGS) -c -o libdft_xc_la-libxc_s.lo $(FCFLAGS_f90) `test -f 'libxc_s.f90' || echo '$(srcdir)/'`libxc_s.f90
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+--- libxc-1.0.orig/testsuite/Makefile.in
++++ libxc-1.0/testsuite/Makefile.in
+@@ -204,10 +204,10 @@ top_srcdir = @top_srcdir@
+ dist_noinst_SCRIPTS = xc-run_testsuite xc-reference.pl
+ #TESTS = xc-run_testsuite
+ xc_get_data_SOURCES = xc-get_data.c
+-xc_get_data_LDADD = -L../src/ -lxc -lm
++xc_get_data_LDADD = -L../src/ -ldft_xc -lm
+ xc_get_data_CPPFLAGS = -I$(srcdir)/../src/ -I$(top_builddir)/src
+ xc_consistency_SOURCES = xc-consistency.c
+-xc_consistency_LDADD = -L../src/ -lxc -lm
++xc_consistency_LDADD = -L../src/ -ldft_xc -lm
+ xc_consistency_CPPFLAGS = -I$(srcdir)/../src/ -I$(top_builddir)/src
+ dist_noinst_DATA = \
+ 	gga_c_lyp.data     \

Added: packages/libxc/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/libxc/trunk/debian/patches/series?rev=37039&op=file
==============================================================================
--- packages/libxc/trunk/debian/patches/series (added)
+++ packages/libxc/trunk/debian/patches/series Wed Nov 24 13:07:09 2010
@@ -1,0 +1,1 @@
+rename-libxc-to-libdftxc

Added: packages/libxc/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/libxc/trunk/debian/rules?rev=37039&op=file
==============================================================================
--- packages/libxc/trunk/debian/rules (added)
+++ packages/libxc/trunk/debian/rules Wed Nov 24 13:07:09 2010
@@ -1,0 +1,13 @@
+#!/usr/bin/make -f
+# Copyright 2010 Damien Caliste <damien.caliste at cea.fr>
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_CONFIGURE_USER_FLAGS := --enable-fortran
+DEB_MAKE_INSTALL_TARGET  := install DESTDIR=$(DEB_DESTDIR)
+DEB_INSTALL_DOCS_libdftxc0 :=
+DEB_INSTALL_DOCS_libdftxc0-dev := -XAUTHORS -XREADME -XNEWS -XTODO
+
+get-orig-source:
+	-uscan --upstream-version 0

Propchange: packages/libxc/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = 

Added: packages/libxc/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/debian-science/packages/libxc/trunk/debian/source/format?rev=37039&op=file
==============================================================================
--- packages/libxc/trunk/debian/source/format (added)
+++ packages/libxc/trunk/debian/source/format Wed Nov 24 13:07:09 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: packages/libxc/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/libxc/trunk/debian/watch?rev=37039&op=file
==============================================================================
--- packages/libxc/trunk/debian/watch (added)
+++ packages/libxc/trunk/debian/watch Wed Nov 24 13:07:09 2010
@@ -1,0 +1,4 @@
+version=3
+opts=filenamemangle=s/.*libxc-(.*).tar.gz/libxc_$1.orig.tar.gz/ \
+  http://www.tddft.org/programs/octopus/wiki/index.php/Libxc:download \
+  http://www.tddft.org/programs/octopus/down.php\?file=libxc/libxc-(.*)\.tar\.gz




More information about the debian-science-commits mailing list