Changeset 3228 for trunk/psModules/src
- Timestamp:
- Feb 15, 2005, 10:30:12 AM (21 years ago)
- Location:
- trunk/psModules/src
- Files:
-
- 2 edited
-
Makefile.in (modified) (2 diffs)
-
config.h.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/Makefile.in
r3080 r3228 44 44 $(srcdir)/Makefile.in $(srcdir)/config.h.in 45 45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 46 am__aclocal_m4_deps = $(top_srcdir)/configure. in46 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 47 47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 48 48 $(ACLOCAL_M4) … … 116 116 F77 = @F77@ 117 117 FFLAGS = @FFLAGS@ 118 GSL_CONFIG = @GSL_CONFIG@119 118 INSTALL_DATA = @INSTALL_DATA@ 120 119 INSTALL_PROGRAM = @INSTALL_PROGRAM@ -
trunk/psModules/src/config.h.in
r2164 r3228 1 /* src/config.h.in. Generated from configure. inby autoheader. */1 /* src/config.h.in. Generated from configure.ac by autoheader. */ 2 2 3 3 /* Define to 1 if you have the <dlfcn.h> header file. */ … … 7 7 #undef HAVE_INTTYPES_H 8 8 9 /* Define to 1 if you have the `cfitsio' library (-lcfitsio). */10 #undef HAVE_LIBCFITSIO11 12 /* Define to 1 if you have the `fftw3f' library (-lfftw3f). */13 #undef HAVE_LIBFFTW3F14 15 /* Define to 1 if you have the `gsl' library (-lgsl). */16 #undef HAVE_LIBGSL17 18 /* Define to 1 if you have the `gslcblas' library (-lgslcblas). */19 #undef HAVE_LIBGSLCBLAS20 21 /* Define to 1 if you have the `mx' library (-lmx). */22 #undef HAVE_LIBMX23 24 9 /* Define to 1 if you have the `pslib' library (-lpslib). */ 25 10 #undef HAVE_LIBPSLIB 26 27 /* Define to 1 if you have the `sla' library (-lsla). */28 #undef HAVE_LIBSLA29 11 30 12 /* Define to 1 if you have the <memory.h> header file. */
Note:
See TracChangeset
for help on using the changeset viewer.
