2002-08-08 NIIBE Yutaka <gniibe@m17n.org>
* Makefile.in (EGGSRCS): Added anthy.el and anthyipc.el
+ (srcdir, top_srcdir, VPATH): Added.
+ (DEPS): Use top_srcdir.
Added ANTHY support.
* egg/anthy.el egg/anthyipc.el: New files.
.SUFFIXES:
SHELL = @SHELL@
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+
#------------------------------------------------
# Configuration parameters
#------------------------------------------------
# ;; install files into the emacs site-lisp directory
# ;; ex. /usr/local/share/emacs/site-lisp/egg
-DEPS = -l ./docomp.el -l ./jisx0213.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 \