## Process this file with automake to produce Makefile.in ## This file is part of the fsmosaic package. ## Copyright (C) 2001,2002 European Southern Observatory ## 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 2 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, write to the Free Software ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA AUTOMAKE_OPTIONS = 1.5 foreign DISTCLEANFILES = *~ INCLUDES = -I$(top_srcdir)/include noinst_HEADERS = byteswap.h cache.h expkey.h fits_h.h fits_md5.h fits_p.h \ fits_rw.h fits_std.h md5.h pixio.h qerror.h simple.h static_sz.h \ t_iso8601.h tfits.h xmemory.h $(top_srcdir)/include/qfits.h noinst_LIBRARIES = libqfits.a libqfits_a_SOURCES = byteswap.c cache.c expkey.c fits_h.c fits_md5.c \ fits_p.c fits_rw.c md5.c pixio.c qerror.c simple.c t_iso8601.c \ tfits.c version.c xmemory.c if MAINTAINER_MODE MAINTAINERCLEANFILES = Makefile.in endif