Modified Files:
[elisp/tamago.git] / Makefile.in
index 2a9d96c..9ace87d 100644 (file)
@@ -31,7 +31,7 @@ INSTALL_INFO = install-info
 #       ;; install files into the emacs site-lisp directory
 #       ;; ex. /usr/local/share/emacs/site-lisp/egg
 
-DEPS   = -l ./docomp.el
+DEPS   = -l ./docomp.el -l ./jisx0213.el
 BATCHFLAGS     = -batch -q -no-site-file -no-init-file
 
 ETCS   = Makefile docomp.el \
@@ -42,18 +42,27 @@ INITELS     = eggrc leim-list.el
 SRCS   = ${TOPSRCS} ${EGGSRCS} ${ITSSRCS}
 
 TOPSRCS        = \
-       egg-util.el \
-       menudiag.el its.el egg-edep.el \
-       egg-mlh.el egg-cnv.el egg-com.el \
        egg.el \
+       egg-edep.el \
+       egg-com.el \
+       egg-cnv.el \
+       egg-util.el \
+       egg-mlh.el \
+       egg-sim.el \
+       menudiag.el \
+       its.el \
+       its-keydef.el \
 
+#
 EGGSRCS        = \
        egg/cannarpc.el egg/canna.el \
        egg/sj3rpc.el egg/sj3.el \
        egg/wnnrpc.el egg/wnn.el \
 
+#
 ITSSRCS        = \
        its/ascii.el \
+       its/aynu.el \
        its/bixing.el \
        its/erpin.el \
        its/hankata.el \
@@ -66,8 +75,8 @@ ITSSRCS       = \
        its/quanjiao.el \
        its/zenkaku.el \
        its/zhuyin.el \
-       its-keydef.el \
 
+#
 ELCS   = ${SRCS:.el=.elc}
 
 TOPELCS        = ${TOPSRCS:.el=.elc}
@@ -78,16 +87,18 @@ ITSELCS     = ${ITSSRCS:.el=.elc}
 
 DIST   = ${ETCS} ${SRCS} ${INITELS}
 
+all: ${ELCS}
 
 .SUFFIXES: .el .elc
 
 .el.elc:
        ${EMACS} ${BATCHFLAGS} ${DEPS} -f batch-byte-compile $<
 
-all: ${ELCS}
-
 clean: 
-       rm -f ${ELCS} config.* *~ */*~ Makefile
+       rm -f ${ELCS} *~ */*~ \#* .\#* */\#* */.\#*
+
+distclean: 
+       rm -f ${ELCS} config.* Makefile 
 
 install: install-site
 
@@ -128,8 +139,8 @@ uninstall-site:
 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 \
+egg.elc its/ascii.elc its/aynu.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