########################################
# BEGIN_COPYRIGHT
#
# Copyright (C) 2008-2019 SciDB, Inc.
# All Rights Reserved.
#
# SciDB is free software: you can redistribute it and/or modify
# it under the terms of the AFFERO GNU General Public License as published by
# the Free Software Foundation.
#
# SciDB is distributed "AS-IS" AND WITHOUT ANY WARRANTY OF ANY KIND,
# INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
# NON-INFRINGEMENT, OR FITNESS FOR A PARTICULAR PURPOSE. See
# the AFFERO GNU General Public License for the complete license terms.
#
# You should have received a copy of the AFFERO GNU General Public License
# along with SciDB.  If not, see <http://www.gnu.org/licenses/agpl-3.0.html>
#
# END_COPYRIGHT
########################################

configure_file(PSF_license.txt "${GENERAL_OUTPUT_DIRECTORY}/scidblib/PSF_license.txt" COPYONLY)
configure_file(__init__.py "${GENERAL_OUTPUT_DIRECTORY}/scidblib/__init__.py" COPYONLY)
configure_file(scidb_afl.py "${GENERAL_OUTPUT_DIRECTORY}/scidblib/scidb_afl.py" COPYONLY)
configure_file(scidb_math.py "${GENERAL_OUTPUT_DIRECTORY}/scidblib/scidb_math.py" COPYONLY)
configure_file(scidb_progress.py "${GENERAL_OUTPUT_DIRECTORY}/scidblib/scidb_progress.py" COPYONLY)
configure_file(scidb_schema.py "${GENERAL_OUTPUT_DIRECTORY}/scidblib/scidb_schema.py" COPYONLY)
configure_file(statistics.py "${GENERAL_OUTPUT_DIRECTORY}/scidblib/statistics.py" COPYONLY)
configure_file(util.py "${GENERAL_OUTPUT_DIRECTORY}/scidblib/util.py" COPYONLY)
configure_file(counter.py "${GENERAL_OUTPUT_DIRECTORY}/scidblib/counter.py" COPYONLY)
configure_file(scidb_psf.py "${GENERAL_OUTPUT_DIRECTORY}/scidblib/scidb_psf.py" COPYONLY)
configure_file(scidb_control.py "${GENERAL_OUTPUT_DIRECTORY}/scidblib/scidb_control.py" COPYONLY)
configure_file(pgpass_updater.py "${GENERAL_OUTPUT_DIRECTORY}/scidblib/pgpass_updater.py" COPYONLY)
configure_file(iquery_client.py "${GENERAL_OUTPUT_DIRECTORY}/scidblib/iquery_client.py" COPYONLY)
configure_file(psql_client.py "${GENERAL_OUTPUT_DIRECTORY}/scidblib/psql_client.py" COPYONLY)
configure_file(ssh_runner.py "${GENERAL_OUTPUT_DIRECTORY}/scidblib/ssh_runner.py" COPYONLY)
configure_file(scidbctl_common.py "${GENERAL_OUTPUT_DIRECTORY}/scidblib/scidbctl_common.py" COPYONLY)
configure_file(scidb_rbac.py "${GENERAL_OUTPUT_DIRECTORY}/scidblib/scidb_rbac.py" COPYONLY)
