#
# $Id: GNUmakefile 26337 2014-10-16 20:43:31Z d3y133 $
#
   OBJ = mnsol_mem.o\
         mnsol_interface.o\
         mnsol.o \
         solv_data.o

   OBJ_OPTIMIZE = cosmo_input.o \
         cosmo_initialize.o\
         cosmo_tidy.o\
         cosmo_def_radii.o\
         cosmo_charges.o\
         hnd_cosmo_lib.o

   LIBRARY = libsolvation.a

# If you add -DJEFF_OUTPUT to LIB_DEFINES, the dipole polarizability will be printed in the same format as the TCE.
# This is very useful (1) if you wrote scripts to parse that particular formatting and (2) if you want the anisotrophy.
#   THE LAPACK CALL ENABLED BY THIS IS BROKEN ON SOME ARCHITECTURES
#   LIB_DEFINES = -DJEFF_OUTPUT

   LIB_INCLUDES = -I../nwdft/include -I../ddscf

USES_BLAS = 

HEADERS = ../property/prop.fh ../property/atomdata.fh cosmoP.fh

include ../config/makefile.h
include ../config/makelib.h

#FDEBUG += -O0
