From 866802bea8ccbc32d41bc1d17b8dcf1e5ee465db Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 14 Aug 2001 15:50:16 +0000 Subject: [PATCH] (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. --- Makefile.in.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- 1.7.10.4