OSDN Git Service

Makefile.in change
[tamago-tsunagi/tamago-tsunagi.git] / Makefile.in
index 87793ce..70cb222 100644 (file)
@@ -8,6 +8,10 @@
 .SUFFIXES:
 SHELL  = @SHELL@
 
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+
 #------------------------------------------------
 #  Configuration parameters
 #------------------------------------------------
@@ -31,7 +35,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 $(top_srcdir)/docomp.el -l $(top_srcdir)/jisx0213.el
 BATCHFLAGS     = -batch -q -no-site-file -no-init-file
 
 ETCS   = Makefile docomp.el \
@@ -46,9 +50,9 @@ TOPSRCS       = \
        egg-edep.el \
        egg-com.el \
        egg-cnv.el \
-       egg-util.el \
        egg-mlh.el \
        egg-sim.el \
+       egg-x0213.el \
        menudiag.el \
        its.el \
        its-keydef.el \
@@ -58,12 +62,15 @@ EGGSRCS     = \
        egg/cannarpc.el egg/canna.el \
        egg/sj3rpc.el egg/sj3.el \
        egg/wnnrpc.el egg/wnn.el \
+       egg/anthyipc.el egg/anthy.el
 
 #
 ITSSRCS        = \
        its/ascii.el \
+       its/aynu.el \
        its/bixing.el \
        its/erpin.el \
+       its/greek.el \
        its/hankata.el \
        its/hira.el \
        its/jeonkak.el \
@@ -138,9 +145,7 @@ 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/greek.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
-
-