From: tomo Date: Tue, 14 Aug 2001 15:50:16 +0000 (+0000) Subject: (all-elc all-elcs): Add lisp/utf-2000 as a target to byte-compile if X-Git-Tag: r21-2-40-utf-2000-0_17-1~10 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=866802bea8ccbc32d41bc1d17b8dcf1e5ee465db;p=chise%2Fxemacs-chise.git.1 (all-elc all-elcs): Add lisp/utf-2000 as a target to byte-compile if compiling with --utf-2000. (lisp/auto-autoloads.el): Add setting for lisp/utf-2000 if compiling with --utf-2000. --- diff --git a/Makefile.in.in b/Makefile.in.in index 04c1805..c81def8 100644 --- a/Makefile.in.in +++ b/Makefile.in.in @@ -285,6 +285,10 @@ depend ${srcdir}/src/depend: all-elc all-elcs: lib-src lwlib dump-elcs src ${blddir}/src/${PROGNAME} -batch -vanilla \ -l update-elc-2.el -f batch-update-elc-2 lisp +#ifdef UTF2000 + ${blddir}/src/${PROGNAME} -batch -vanilla \ + -l update-elc-2.el -f batch-update-elc-2 lisp/utf-2000 +#endif ## Sub-target for all-elc. dump-elc dump-elcs: ${GENERATED_HEADERS} FRC.dump-elcs @@ -308,6 +312,14 @@ lisp/auto-autoloads.el: FRC.lisp.auto.autoloads.el -f batch-byte-compile lisp/mule/auto-autoloads.el @$(RM) lisp/mule/auto-autoloads.el~ #endif +#ifdef UTF2000 + $(RM) lisp/utf-2000/auto-autoloads.el + ${blddir}/src/${PROGNAME} -batch -vanilla \ + -l autoload -f batch-update-directory lisp/utf-2000 + ${blddir}/src/${PROGNAME} -batch -vanilla \ + -f batch-byte-compile lisp/utf-2000/auto-autoloads.el + @$(RM) lisp/utf-2000/auto-autoloads.el~ +#endif FRC.lisp.custom.load.el: lisp/custom-load.el: FRC.lisp.custom.load.el