From: gniibe Date: Thu, 8 Aug 2002 09:36:03 +0000 (+0000) Subject: VPATH X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Ftamago.git;a=commitdiff_plain;h=0705ce9629573ce68350121bb46e1b74a74ddf57 VPATH --- diff --git a/ChangeLog b/ChangeLog index 2c932ae..c40633d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ 2002-08-08 NIIBE Yutaka * 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. diff --git a/Makefile.in b/Makefile.in index 5f687c2..d0aa920 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \