# HG changeset patch # User Kenichi Handa # Date 867740703 0 # Node ID de84167645e050194b6ad9192899a26a12874b04 # Parent 614b4d642525eb1f8932e092afd49e3cfa686ca9 (SUBDIR): Add leim. (SUBDIR_MAKEFILES): Add leim/Makefile. (leim/Makefile): New target. diff -r 614b4d642525 -r de84167645e0 Makefile.in --- a/Makefile.in Tue Jul 01 06:40:41 1997 +0000 +++ b/Makefile.in Tue Jul 01 07:05:03 1997 +0000 @@ -186,13 +186,14 @@ # Subdirectories to make recursively. `lisp' is not included # because the compiled lisp files are part of the distribution # and you cannot remake them without installing Emacs first. -SUBDIR = lib-src src +SUBDIR = lib-src src leim # The makefiles of the directories in $SUBDIR. -SUBDIR_MAKEFILES = lib-src/Makefile man/Makefile src/Makefile oldXMenu/Makefile lwlib/Makefile +SUBDIR_MAKEFILES = lib-src/Makefile man/Makefile src/Makefile oldXMenu/Makefile lwlib/Makefile leim/Makefile # Subdirectories to install, and where they'll go. # lib-src's makefile knows how to install it, so we don't do that here. +# leim's makefile also knows how to install it, so we don't do that here. # When installing the info files, we need to do special things to # avoid nuking an existing dir file, so we don't do that here; # instead, we have written out explicit code in the `install' targets. @@ -252,6 +253,9 @@ lwlib/Makefile: lwlib/Makefile.in config.status ./config.status +leim/Makefile: leim/Makefile.in config.status + ./config.status + # ==================== Installation ==================== ## If we let lib-src do its own installation, that means we