IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2005, 10:43:52 AM (21 years ago)
Author:
drobbin
Message:

File reOrG by dRoB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/configure.ac

    r5067 r5170  
    3737AC_SUBST([AM_CFLAGS])
    3838
     39SRCPATH='${top_srcdir}/src'
     40SRCDIRS="astrom camera config detrend imcombine imsubtract objects photom"
     41SRCINC=`echo "${SRCDIRS=}" | ${SED} "s|\(\\w\+\)|-I\${SRCPATH=}/\1|g"`
     42SRCSUBLIBS=`echo "${SRCDIRS=}" | ${SED} "s|\(\\w\+\)|\1/libpsmodule\1.la|g"`
     43AC_SUBST([SRCSUBLIBS],${SRCSUBLIBS=})
     44AC_SUBST([SRCDIRS],${SRCDIRS=})
     45AC_SUBST([SRCINC],${SRCINC=})
     46
    3947dnl doxygen -------------------------------------------------------------------
    4048
     
    5563[PSLIB_CONFIG=$withval])
    5664
    57 if test -z ${PSLIB_CONFIG} ; then 
     65if test -z ${PSLIB_CONFIG} ; then
    5866  PKG_CHECK_MODULES([PSLIB], [pslib >= 0.7.0])
    5967else
     
    7886  Makefile
    7987  src/Makefile
     88  src/astrom/Makefile
     89  src/camera/Makefile
     90  src/config/Makefile
     91  src/detrend/Makefile
     92  src/imcombine/Makefile
     93  src/imsubtract/Makefile
     94  src/objects/Makefile
     95  src/photom/Makefile
    8096  test/Makefile
     97  test/astrom/Makefile
     98  test/camera/Makefile
     99  test/config/Makefile
     100  test/detrend/Makefile
     101  test/imcombine/Makefile
     102  test/imsubtract/Makefile
     103  test/objects/Makefile
     104  test/photom/Makefile
    81105  Doxyfile
    82106  psmodule-config
Note: See TracChangeset for help on using the changeset viewer.