#
# CASA - Common Astronomy Software Applications
# Copyright (C) 2010 by ESO (in the framework of the ALMA collaboration)
#
# This file is part of CASA.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program 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 General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#

casa_add_library( mstransform  
 MSTransform/MSTransform.cc
 MSTransform/MSTransformManager.cc
 MSTransform/MSTransformDataHandler.cc
 MSTransform/MSTransformRegridder.cc
 MSTransform/MSTransformBufferImpl.cc
 MSTransform/MSTransformIterator.cc
 MSTransform/MSTransformIteratorFactory.cc
 MSTransform/MSUVBin.cc
)

install (FILES
    	MSTransform/MSTransform.h
	MSTransform/MSTransformManager.h
	MSTransform/MSTransformDataHandler.h
	MSTransform/MSTransformRegridder.h
	MSTransform/MSTransformBufferImpl.h
	MSTransform/MSTransformIterator.h
	MSTransform/MSTransformIteratorFactory.h
	MSTransform/MSUVBin.h
	DESTINATION include/casacode/mstransform/MSTransform
	)

casa_add_assay( mstransform MSTransform/test/tMSBin.cc )
casa_add_executable( mstransform msuvbin apps/msuvbin/msuvbin.cc )
casa_add_executable( mstransform fixspwbackport apps/fixspwbackport/fixspwbackport.cc )
