comparison Makefile.in.in @ 776:79940b592197

[xemacs-hg @ 2002-03-15 07:43:14 by ben] .cvsignore: ignore .tmp files that are getting auto-created by VC. Makefile.in.in: Use -no-packages to avoid problems with package files shadowing core files (e.g. unicode.el in mule-ucs). alloc.c, emacs.c, lisp.h: add new -no-packages. make sure list of args for sorting is actually correct. clean up arg parsing code. xemacs.mak: Use -no-packages to avoid problems with package files shadowing core files (e.g. unicode.el in mule-ucs). Makefile: Use -no-packages to avoid problems with package files shadowing core files (e.g. unicode.el in mule-ucs). mule\chinese.el, mule\japan-util.el: fix warnings. behavior-defs.el: fix errors with require. bytecomp-runtime.el: add new funs {when,and}-{f}boundp, clean up docs. cus-edit.el: pretty-print values. dump-paths.el, find-paths.el, startup.el, setup-paths.el: fix problems/inconsistencies parsing options. support new -no-packages option. merge code duplication in dump-paths and startup. lisp-mode.el: indent macrolet and labels correctly. update comments about lisp-indent-function. flet already handled in cl. apropos.el, auto-save.el, buff-menu.el, cl-extra.el, dragdrop.el, faces.el, files.el, fill.el, font-lock.el, font.el, gtk-faces.el, gui.el, help.el, hyper-apropos.el, info.el, isearch-mode.el, keymap.el, lisp-mnt.el, mouse.el, package-admin.el, package-get.el, printer.el, process.el, resize-minibuffer.el, simple.el, toolbar-items.el, wid-edit.el, win32-native.el: fix warnings. very-early-lisp.el: update docs. mule\chinese.el, mule\japan-util.el: fix warnings. mule\chinese.el, mule\japan-util.el: fix warnings. behavior-defs.el: fix errors with require. bytecomp-runtime.el: add new funs {when,and}-{f}boundp, clean up docs. cus-edit.el: pretty-print values. dump-paths.el, find-paths.el, startup.el, setup-paths.el: fix problems/inconsistencies parsing options. support new -no-packages option. merge code duplication in dump-paths and startup. lisp-mode.el: indent macrolet and labels correctly. update comments about lisp-indent-function. flet already handled in cl. apropos.el, auto-save.el, buff-menu.el, cl-extra.el, dragdrop.el, faces.el, files.el, fill.el, font-lock.el, font.el, gtk-faces.el, gui.el, help.el, hyper-apropos.el, info.el, isearch-mode.el, keymap.el, lisp-mnt.el, mouse.el, package-admin.el, package-get.el, printer.el, process.el, resize-minibuffer.el, simple.el, toolbar-items.el, wid-edit.el, win32-native.el: fix warnings. very-early-lisp.el: update docs. mule\chinese.el, mule\japan-util.el: fix warnings. Makefile.in.in: Use -no-packages to avoid problems with package files shadowing core files (e.g. unicode.el in mule-ucs). Makefile.in.in: Use -no-packages to avoid problems with package files shadowing core files (e.g. unicode.el in mule-ucs).
author ben
date Fri, 15 Mar 2002 07:43:43 +0000
parents 512e4a478e9d
children 2b676dc88c66
comparison
equal deleted inserted replaced
775:7d972c3de90a 776:79940b592197
276 cd ${srcdir} && $(SHELL) lib-src/config.values.sh 276 cd ${srcdir} && $(SHELL) lib-src/config.values.sh
277 277
278 depend ${srcdir}/src/depend: 278 depend ${srcdir}/src/depend:
279 cd ./src && $(RECURSIVE_MAKE) depend 279 cd ./src && $(RECURSIVE_MAKE) depend
280 280
281 batch = -no-packages -batch
282 batch_packages = -vanilla -batch
283
281 ## Build XEmacs and recompile out-of-date and missing .elc files along 284 ## Build XEmacs and recompile out-of-date and missing .elc files along
282 ## the way. 285 ## the way.
283 all-elc all-elcs: lib-src lwlib dump-elcs src 286 all-elc all-elcs: lib-src lwlib dump-elcs src
284 ${blddir}/src/${PROGNAME} -batch -vanilla \ 287 ${blddir}/src/${PROGNAME} ${batch} \
285 -l update-elc-2.el -f batch-update-elc-2 lisp 288 -l update-elc-2.el -f batch-update-elc-2 lisp
286 289
287 ## Sub-target for all-elc. 290 ## Sub-target for all-elc.
288 dump-elc dump-elcs: ${GENERATED_HEADERS} FRC.dump-elcs 291 dump-elc dump-elcs: ${GENERATED_HEADERS} FRC.dump-elcs
289 cd ./src && $(RECURSIVE_MAKE) dump-elcs 292 cd ./src && $(RECURSIVE_MAKE) dump-elcs
290 293
291 finder: src 294 finder: src
292 @echo "Building finder database ..." 295 @echo "Building finder database ..."
293 @(cd ./lisp; \ 296 @(cd ./lisp; \
294 ${blddir}/src/${PROGNAME} -batch -vanilla \ 297 ${blddir}/src/${PROGNAME} ${batch} \
295 -eval '(setq finder-compile-keywords-quiet t)' \ 298 -eval '(setq finder-compile-keywords-quiet t)' \
296 -l finder -f finder-compile-keywords ) 299 -l finder -f finder-compile-keywords )
297 @echo "Building finder database ...(done)" 300 @echo "Building finder database ...(done)"
298 301
299 lisp/finder-inf.el: 302 lisp/finder-inf.el:
300 @echo "Building finder database ..." 303 @echo "Building finder database ..."
301 @(cd ./lisp; \ 304 @(cd ./lisp; \
302 ${blddir}/src/${PROGNAME} -batch -vanilla \ 305 ${blddir}/src/${PROGNAME} ${batch} \
303 -eval '(setq finder-compile-keywords-quiet t)' \ 306 -eval '(setq finder-compile-keywords-quiet t)' \
304 -l finder -f finder-compile-keywords ) 307 -l finder -f finder-compile-keywords )
305 @echo "Building finder database ...(done)" 308 @echo "Building finder database ...(done)"
306 309
307 ## We have to force the building of Emacs.ad.h as well in order to get it 310 ## We have to force the building of Emacs.ad.h as well in order to get it
382 ## don't see the point in avoiding modifying paths.h. It creates an 385 ## don't see the point in avoiding modifying paths.h. It creates an
383 ## inconsistency in the build process. So we go ahead and depend on 386 ## inconsistency in the build process. So we go ahead and depend on
384 ## all. --cet 387 ## all. --cet
385 388
386 check-features: all 389 check-features: all
387 ${blddir}/src/${PROGNAME} -batch -l check-features.el 390 ${blddir}/src/${PROGNAME} ${batch} -l check-features.el
388 391
389 install-only: ${MAKE_SUBDIR} check-features install-arch-dep install-arch-indep 392 install-only: ${MAKE_SUBDIR} check-features install-arch-dep install-arch-indep
390 393
391 install: all check-features install-arch-dep install-arch-indep 394 install: all check-features install-arch-dep install-arch-indep
392 395