Changeset 4541 for trunk/psLib/configure.ac
- Timestamp:
- Jul 12, 2005, 9:27:28 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/configure.ac (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r4209 r4541 13 13 14 14 SUBDIR="etc src test" dnl don't include 'swig', as it is optional 15 16 SRCDIRS="sys astro db fft fits imageops math mathtypes types xml" 15 17 16 18 AC_DISABLE_STATIC … … 70 72 AC_FUNC_VPRINTF 71 73 AC_CHECK_FUNCS([floor gethostname gettimeofday memmove memset mkdir pow regcomp sqrt strchr strcspn strerror strrchr strstr strtol strtoul strtoull]) 74 75 dnl Add the src directories to the include path 76 SRCPATH="`pwd`/src" 77 SRCINC=`echo "${SRCDIRS=}" | sed "s|\(\\w\+\)|-I\${SRCPATH=}/\1|g"` 78 SRCSUBLIBS=`echo "${SRCDIRS=}" | sed "s|\(\\w\+\)|\1/libpslib\1.la|g"` 79 AC_SUBST(SRCSUBLIBS,${SRCSUBLIBS=}) 80 CFLAGS="${CFLAGS=} -I${SRCPATH=} ${SRCINC=}" 81 AC_SUBST(SRCINC,${SRCINC=}) 82 72 83 73 84 dnl ----------------- MYSQL options -------------------- … … 238 249 239 250 AC_SUBST(SUBDIR,[$SUBDIR]) 251 AC_SUBST(SRCDIRS,[$SRCDIRS]) 240 252 AC_SUBST(PSLIB_LIBS,[$PSLIB_LIBS]) 241 253 AC_SUBST(PSLIB_CFLAGS,[$PSLIB_CFLAGS]) 254 255 AC_SUBST(LANG,[en]) 242 256 243 257 AC_CONFIG_FILES([ 244 258 Makefile 245 259 src/Makefile 246 src/astronomy/Makefile 247 src/collections/Makefile 248 src/dataManip/Makefile 249 src/dataIO/Makefile 250 src/image/Makefile 251 src/sysUtils/Makefile 260 src/astro/Makefile 261 src/db/Makefile 262 src/fft/Makefile 263 src/fits/Makefile 264 src/imageops/Makefile 265 src/math/Makefile 266 src/mathtypes/Makefile 267 src/sys/Makefile 268 src/types/Makefile 269 src/xml/Makefile 252 270 test/FullUnitTest 253 271 test/Makefile
Note:
See TracChangeset
for help on using the changeset viewer.
