[Kst] kdeextragear-2/kst
Andrew Walker
arwalker at sumusltd.com
Mon Mar 29 20:42:25 CEST 2004
CVS commit by arwalker:
Added the pass filters to the build
M +4 -0 configure.in.in 1.17
M +4 -1 plugins/Makefile.am 1.12
--- kdeextragear-2/kst/configure.in.in #1.16:1.17
@@ -24,4 +24,5 @@
GSL_FITSNONLINEAR_SUBDIR="gsl"
GSL_INTERPOLATIONS_SUBDIR="gsl"
+GSL_PASS_FILTERS_SUBDIR="gsl"
KDE_CHECK_HEADER(gsl/gsl_fit.h, ,[GSL_FITS_SUBDIR=""] )
KDE_CHECK_LIB(gsl, gsl_fit_linear, ,[GSL_FITS_SUBDIR=""], -lgslcblas -lm )
@@ -30,7 +31,10 @@
KDE_CHECK_HEADER(gsl/gsl_spline.h, ,[GSL_INTERPOLATIONS_SUBDIR=""] )
KDE_CHECK_LIB(gsl, gsl_interp_init, ,[GSL_INTERPOLATIONS_SUBDIR=""], -lgslcblas -lm )
+KDE_CHECK_HEADER(gsl/gsl_fft_real.h, ,[GSL_PASS_FILTERS_SUBDIR=""] )
+KDE_CHECK_LIB(gsl, gsl_fft_real_wavetable_alloc, ,[GSL_PASS_FILTERS_SUBDIR=""], -lgslcblas -lm )
AM_CONDITIONAL(include_fits_plugins, test -n "$GSL_FITS_SUBDIR")
AM_CONDITIONAL(include_fitsnonlinear_plugins, test -n "$GSL_FITSNONLINEAR_SUBDIR")
AM_CONDITIONAL(include_interpolations_plugins, test -n "$GSL_INTERPOLATIONS_SUBDIR")
+AM_CONDITIONAL(include_pass_filters_plugins, test -n "$GSL_PASS_FILTERS_SUBDIR")
FITSIO_LIBS="-lcfitsio -lm"
--- kdeextragear-2/kst/plugins/Makefile.am #1.11:1.12
@@ -8,4 +8,7 @@
INTERPOLATIONS_SUBDIR=interpolations
endif
+if include_pass_filters_plugins
+PASS_FILTERS_SUBDIR=pass_filters
+endif
-SUBDIRS=linefit autocorrelation crosscorrelation periodogram phase statistics chop $(FITS_SUBDIR) $(FITSNONLINEAR_SUBDIR) $(INTERPOLATIONS_SUBDIR) editor
+SUBDIRS=linefit autocorrelation crosscorrelation periodogram phase statistics chop $(FITS_SUBDIR) $(FITSNONLINEAR_SUBDIR) $(INTERPOLATIONS_SUBDIR) $(PASS_FILTERS_SUBDIR) editor
More information about the Kst
mailing list