Changeset 4549 for trunk/psLib/configure.ac
- Timestamp:
- Jul 13, 2005, 12:49:31 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/configure.ac (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r4541 r4549 14 14 SUBDIR="etc src test" dnl don't include 'swig', as it is optional 15 15 16 SRCPATH="`pwd`/src" 16 17 SRCDIRS="sys astro db fft fits imageops math mathtypes types xml" 18 SRCINC=`echo "${SRCDIRS=}" | sed "s|\(\\w\+\)|-I\${SRCPATH=}/\1|g"` 19 20 SRCSUBLIBS=`echo "${SRCDIRS=}" | sed "s|\(\\w\+\)|\1/libpslib\1.la|g"` 21 AC_SUBST(SRCSUBLIBS,${SRCSUBLIBS=}) 22 CFLAGS="${CFLAGS=} -I${SRCPATH=} ${SRCINC=}" 23 AC_SUBST(SRCINC,${SRCINC=}) 17 24 18 25 AC_DISABLE_STATIC … … 74 81 75 82 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 83 83 84 … … 253 254 AC_SUBST(PSLIB_CFLAGS,[$PSLIB_CFLAGS]) 254 255 255 AC_SUBST( LANG,[en])256 AC_SUBST(PS_LANG,[en]) 256 257 257 258 AC_CONFIG_FILES([ 258 259 Makefile 259 260 src/Makefile 261 src/sys/Makefile 260 262 src/astro/Makefile 261 263 src/db/Makefile … … 265 267 src/math/Makefile 266 268 src/mathtypes/Makefile 267 src/sys/Makefile268 269 src/types/Makefile 269 270 src/xml/Makefile 271 test/Makefile 272 test/sys/Makefile 273 test/astro/Makefile 274 test/db/Makefile 275 test/fft/Makefile 276 test/fits/Makefile 277 test/imageops/Makefile 278 test/math/Makefile 279 test/mathtypes/Makefile 280 test/types/Makefile 281 test/xml/Makefile 270 282 test/FullUnitTest 271 test/Makefile272 test/astronomy/Makefile273 test/collections/Makefile274 test/dataManip/Makefile275 test/dataIO/Makefile276 test/image/Makefile277 test/sysUtils/Makefile278 283 etc/pslib/Makefile 279 284 etc/Makefile
Note:
See TracChangeset
for help on using the changeset viewer.
