VPATH
authorgniibe <gniibe>
Thu, 8 Aug 2002 09:36:03 +0000 (09:36 +0000)
committergniibe <gniibe>
Thu, 8 Aug 2002 09:36:03 +0000 (09:36 +0000)
ChangeLog
Makefile.in

index 2c932ae..c40633d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 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.
index 5f687c2..d0aa920 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 -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 \