comparison Makefile.in @ 255:084402c475ba r20-5b26

Import from CVS: tag r20-5b26
author cvs
date Mon, 13 Aug 2007 10:21:18 +0200
parents 677f6a0ee643
children 405dd6d1825b
comparison
equal deleted inserted replaced
254:e92abcaa252b 255:084402c475ba
269 269
270 custom-loads: 270 custom-loads:
271 MAKE='$(MAKE)' sh ${srcdir}/lib-src/update-custom.sh 271 MAKE='$(MAKE)' sh ${srcdir}/lib-src/update-custom.sh
272 272
273 finder: src 273 finder: src
274 @echo "Building finder database" 274 @echo "Building finder database ..."
275 @(cd lisp; \ 275 @(cd lisp; \
276 ${blddir}/src/xemacs -batch -vanilla \ 276 ${blddir}/src/xemacs -batch -vanilla \
277 -eval '(setq finder-compile-keywords-quiet t)' \ 277 -eval '(setq finder-compile-keywords-quiet t)' \
278 -l finder -f finder-compile-keywords ) 278 -l finder -f finder-compile-keywords )
279 @echo "Building finder database ...(done)"
279 280
280 lisp/finder-inf.el: 281 lisp/finder-inf.el:
281 @echo "Building finder database" 282 @echo "Building finder database ..."
282 @(cd lisp; \ 283 @(cd lisp; \
283 ${blddir}/src/xemacs -batch -vanilla \ 284 ${blddir}/src/xemacs -batch -vanilla \
284 -eval '(setq finder-compile-keywords-quiet t)' \ 285 -eval '(setq finder-compile-keywords-quiet t)' \
285 -l finder -f finder-compile-keywords ) 286 -l finder -f finder-compile-keywords )
287 @echo "Building finder database ...(done)"
286 288
287 ## We force the rebuilding of src/paths.h because the user might give 289 ## We force the rebuilding of src/paths.h because the user might give
288 ## different values for the various directories. Since we use 290 ## different values for the various directories. Since we use
289 ## move-if-change, src/paths.h only actually changes if the user did 291 ## move-if-change, src/paths.h only actually changes if the user did
290 ## something notable, so the only unnecessary work we do is in building 292 ## something notable, so the only unnecessary work we do is in building