Sync up with egg-980404.
[elisp/egg.git] / Makefile
index 6afbd93..b2d5eb2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,8 @@
 # Project Leader: Satoru Tomura <tomura@etl.go.jp>
 
 DOTEMACS=/home/niibe/.emacs
-LEIMDIR=/usr/lib/emacs/20.2/leim
-SITEDIR=/usr/lib/emacs/site-lisp
+LEIMDIR=/usr/local/share/emacs/20.2.892/leim
+SITEDIR=/usr/local/share/emacs/site-lisp
 
 INSTALL=/usr/bin/install
 ######
@@ -17,15 +17,24 @@ EMACS = emacs
 
 .SUFFIXES: .el .elc
 
-ETCS = Makefile leim-list-egg.el AUTHORS ChangeLog README TODO docomp.el
+ETCS = Makefile leim-list-egg.el AUTHORS ChangeLog README TODO docomp.el \
+       Egg.prj PROBLEMS
 
 SRCS = menudiag.el its.el egg.el \
+       its/ascii.el \
+       its/erpin.el \
+       its/hankata.el \
        its/hira.el \
+       its/jeonkak.el \
        its/pinyin.el \
        its/hangul.el \
+       its/kata.el \
+       its/quanjiao.el \
+       its/zenkaku.el \
+       its/zhuyin.el \
        its-keydef.el \
        egg-mlh.el egg-cnv.el egg-com.el \
-       euc-china.el \
+       egg/canna.el egg/cannarpc.el \
        egg/sj3.el egg/sj3rpc.el \
        egg/wnn.el egg/wnnrpc.el
 
@@ -68,9 +77,15 @@ install: all dotemacs leim-list.el install-dirs
        for x in ${SRCS} ${ELCS}; do $(INSTALL) -m 644 $$x ${SITEDIR}/`dirname $$x`; done
        $(INSTALL) -m 644 leim-list.el ${SITEDIR}
 
+# DEPENDENCIES
 egg/sj3rpc.elc: egg-com.elc egg/sj3.elc
 egg/wnnrpc.elc: egg-com.elc egg/wnn.elc
 
+egg.elc its/ascii.elc its/erpin.elc its/hankata.elc \
+       its/hira.elc its/jeonkak.elc its/pinyin.elc \
+       its/hangul.elc its/kata.elc its/quanjiao.elc \
+       its/zenkaku.elc its/zhuyin.elc: its-keydef.elc
+
 distclean:
        rm -f ${ELCS} leim-list.el *~