Changeset 7019 for trunk/psModules/configure.ac
- Timestamp:
- Apr 30, 2006, 3:57:06 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/configure.ac (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/configure.ac
r6872 r7019 49 49 50 50 SRCPATH='${top_srcdir}/src' 51 SRCDIRS=" astrom config detrend imcombine imsubtract objects pslib"51 SRCDIRS="pslib config concepts camera astrom detrend imcombine objects" 52 52 # escape two escapes at this level so \\ gets passed to the shell and \ to perl 53 53 SRCINC=`echo "${SRCDIRS=}" | ${PERL} -pe "s|(\w+)|-I\\\\${SRCPATH=}/\1|g"` … … 114 114 src/Makefile 115 115 src/astrom/Makefile 116 src/camera/Makefile 116 117 src/config/Makefile 118 src/concepts/Makefile 117 119 src/detrend/Makefile 118 120 src/imcombine/Makefile 119 src/imsubtract/Makefile120 121 src/objects/Makefile 121 122 src/pslib/Makefile … … 123 124 test/astrom/Makefile 124 125 test/config/Makefile 126 test/camera/Makefile 127 test/concepts/Makefile 125 128 test/detrend/Makefile 126 129 test/imcombine/Makefile 127 test/imsubtract/Makefile128 130 test/objects/Makefile 129 131 test/pslib/Makefile
Note:
See TracChangeset
for help on using the changeset viewer.
