[Kst] extragear/graphics/kst/src/datasources

Ted Kisner tskisner.public at gmail.com
Wed May 31 08:41:27 CEST 2006


SVN commit 546821 by tskisner:

This is the tiny beginning of the common FITS tools library.  The goal is to collect all common code used by FITS datasources (lfiio, healpix, fitsfile) and put it here.  None of the existing datasources will be touched until this library is complete and the new fitsfile datasource is in place.  At that point, the datasources can be individually migrated to use the new library.

 M  +3 -2      Makefile.am  
 A             libfitstools (directory)  
 A             libfitstools/Makefile.am  
 A             libfitstools/fitstools.cpp   [License: GPL (v2+)]
 A             libfitstools/fitstools.h   [License: GPL (v2+)]


--- trunk/extragear/graphics/kst/src/datasources/Makefile.am #546820:546821
@@ -3,7 +3,8 @@
 endif
 
 if include_fitsio_datasource
-FITSIO_SUBDIR=lfiio
+LIBFITSTOOLS_SUBDIR=libfitstools
+LFIIO_SUBDIR=lfiio
 FITSIMAGE_SUBDIR=fitsimage
 HEALPIX_SUBDIR=healpix
 endif
@@ -16,5 +17,5 @@
 NETCDF_SUBDIR=netcdf
 endif
 
-SUBDIRS=ascii qimagesource $(FITSIMAGE_SUBDIR) dirfile frame indirect $(PIOLIB_SUBDIR) $(FITSIO_SUBDIR) $(CDF_SUBDIR) $(NETCDF_SUBDIR) $(HEALPIX_SUBDIR)
+SUBDIRS=ascii qimagesource $(FITSIMAGE_SUBDIR) dirfile frame indirect $(PIOLIB_SUBDIR) $(LIBFITSTOOLS) $(LFIIO_SUBDIR) $(CDF_SUBDIR) $(NETCDF_SUBDIR) $(HEALPIX_SUBDIR)
 


More information about the Kst mailing list