unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org
Subject: Re: Dependencies in leim/Makefile.in
Date: Thu, 29 Apr 2004 10:42:02 +0900 (JST)	[thread overview]
Message-ID: <200404290142.KAA27636@etlken.m17n.org> (raw)
In-Reply-To: <7494-Mon26Apr2004140554+0300-eliz@gnu.org>

In article <7494-Mon26Apr2004140554+0300-eliz@gnu.org>, "Eli Zaretskii" <eliz@gnu.org> writes:

> [This isn't a new problem, but perhaps it's time to fix it.]
> If some of the *.tit files is updated, the corresponding *.elc files
> are not re-generated.  This is because there are no dependencies in
> leim/Makefile.in that tell Make to do that.

For instance, TIT-GB is defined as below.

TIT-GB=\
	quail/CCDOSPY.elc	\
	quail/Punct.elc		\
	quail/QJ.elc		\
	quail/SW.elc		\
	quail/TONEPY.elc

Are there anyway to generate a variable that is equivalent
to this without writing it directly:

TIT-GB-SOURCE=\
	CXTERM-DIC/CCDOSPY.tit	\
	CXTERM-DIC/Punct.tit	\
	CXTERM-DIC/QJ.tit	\
	CXTERM-DIC/SW.tit	\
	CXTERM-DIC/TONEPY.tit

With Gnu make, it seems that we can do:

TIT-GB-SOURCE := $(TIT-GB:quail/%.elc=CXTERM-DIC/%.tit)

But, is such a variable substitution generally available?

---
Ken'ichi HANDA
handa@m17n.org

  reply	other threads:[~2004-04-29  1:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-26 12:05 Dependencies in leim/Makefile.in Eli Zaretskii
2004-04-29  1:42 ` Kenichi Handa [this message]
2004-04-29  5:58   ` Eli Zaretskii
2004-05-01  5:51     ` Kenichi Handa
  -- strict thread matches above, loose matches on Subject: below --
2004-05-04  1:27 Kenichi Handa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200404290142.KAA27636@etlken.m17n.org \
    --to=handa@m17n.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).