#                                               -*- cmake -*-
#
#  CMakeLists.txt
#
#  (C) Copyright 2005-2012 EDF-EADS-Phimeca
#
#  This library is free software; you can redistribute it and/or
#  modify it under the terms of the GNU Lesser General Public
#  License as published by the Free Software Foundation; either
#  version 2.1 of the License.
#
#  This library is distributed in the hope that it will be useful
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
#  Lesser General Public License for more details.
#
#  You should have received a copy of the GNU Lesser General Public
#  License along with this library; if not, write to the Free Software
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
#
#  @author: $LastChangedBy: dutka $
#  @date:   $LastChangedDate: 2010-02-04 16:44:49 +0100 (Thu, 04 Feb 2010) $
#  Id:      $Id: Makefile.am 1473 2010-02-04 15:44:49Z dutka $
#

# Register current directory files
ot_add_current_dir_to_include_dirs ()

ot_add_source_file ( NatafIndependentCopulaEvaluation.cxx )
ot_add_source_file ( NatafIndependentCopulaGradient.cxx )
ot_add_source_file ( NatafIndependentCopulaHessian.cxx )
ot_add_source_file ( InverseNatafIndependentCopulaEvaluation.cxx )
ot_add_source_file ( InverseNatafIndependentCopulaGradient.cxx )
ot_add_source_file ( InverseNatafIndependentCopulaHessian.cxx )

ot_install_header_file ( NatafIndependentCopulaGradient.hxx )
ot_install_header_file ( InverseNatafIndependentCopulaEvaluation.hxx )
ot_install_header_file ( InverseNatafIndependentCopulaHessian.hxx )
ot_install_header_file ( OTNatafIndependentCopula.hxx )
ot_install_header_file ( NatafIndependentCopulaHessian.hxx )
ot_install_header_file ( NatafIndependentCopulaEvaluation.hxx )
ot_install_header_file ( InverseNatafIndependentCopulaGradient.hxx )
