Changeset 5170 for trunk/psModules/configure.ac
- Timestamp:
- Sep 28, 2005, 10:43:52 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psModules/configure.ac (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/configure.ac
r5067 r5170 37 37 AC_SUBST([AM_CFLAGS]) 38 38 39 SRCPATH='${top_srcdir}/src' 40 SRCDIRS="astrom camera config detrend imcombine imsubtract objects photom" 41 SRCINC=`echo "${SRCDIRS=}" | ${SED} "s|\(\\w\+\)|-I\${SRCPATH=}/\1|g"` 42 SRCSUBLIBS=`echo "${SRCDIRS=}" | ${SED} "s|\(\\w\+\)|\1/libpsmodule\1.la|g"` 43 AC_SUBST([SRCSUBLIBS],${SRCSUBLIBS=}) 44 AC_SUBST([SRCDIRS],${SRCDIRS=}) 45 AC_SUBST([SRCINC],${SRCINC=}) 46 39 47 dnl doxygen ------------------------------------------------------------------- 40 48 … … 55 63 [PSLIB_CONFIG=$withval]) 56 64 57 if test -z ${PSLIB_CONFIG} ; then 65 if test -z ${PSLIB_CONFIG} ; then 58 66 PKG_CHECK_MODULES([PSLIB], [pslib >= 0.7.0]) 59 67 else … … 78 86 Makefile 79 87 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 80 96 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 81 105 Doxyfile 82 106 psmodule-config
Note:
See TracChangeset
for help on using the changeset viewer.
