IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3228 for trunk/psModules/src


Ignore:
Timestamp:
Feb 15, 2005, 10:30:12 AM (21 years ago)
Author:
desonia
Message:

migrated to using pslib-config script to get proper flags.

Location:
trunk/psModules/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/Makefile.in

    r3080 r3228  
    4444        $(srcdir)/Makefile.in $(srcdir)/config.h.in
    4545ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    46 am__aclocal_m4_deps = $(top_srcdir)/configure.in
     46am__aclocal_m4_deps = $(top_srcdir)/configure.ac
    4747am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    4848        $(ACLOCAL_M4)
     
    116116F77 = @F77@
    117117FFLAGS = @FFLAGS@
    118 GSL_CONFIG = @GSL_CONFIG@
    119118INSTALL_DATA = @INSTALL_DATA@
    120119INSTALL_PROGRAM = @INSTALL_PROGRAM@
  • trunk/psModules/src/config.h.in

    r2164 r3228  
    1 /* src/config.h.in.  Generated from configure.in by autoheader.  */
     1/* src/config.h.in.  Generated from configure.ac by autoheader.  */
    22
    33/* Define to 1 if you have the <dlfcn.h> header file. */
     
    77#undef HAVE_INTTYPES_H
    88
    9 /* Define to 1 if you have the `cfitsio' library (-lcfitsio). */
    10 #undef HAVE_LIBCFITSIO
    11 
    12 /* Define to 1 if you have the `fftw3f' library (-lfftw3f). */
    13 #undef HAVE_LIBFFTW3F
    14 
    15 /* Define to 1 if you have the `gsl' library (-lgsl). */
    16 #undef HAVE_LIBGSL
    17 
    18 /* Define to 1 if you have the `gslcblas' library (-lgslcblas). */
    19 #undef HAVE_LIBGSLCBLAS
    20 
    21 /* Define to 1 if you have the `mx' library (-lmx). */
    22 #undef HAVE_LIBMX
    23 
    249/* Define to 1 if you have the `pslib' library (-lpslib). */
    2510#undef HAVE_LIBPSLIB
    26 
    27 /* Define to 1 if you have the `sla' library (-lsla). */
    28 #undef HAVE_LIBSLA
    2911
    3012/* Define to 1 if you have the <memory.h> header file. */
Note: See TracChangeset for help on using the changeset viewer.