Thanks for your help. I've got `make dist' to work. I need to check the
other required targets, but I think I'll be able to get things working
now.
Laurence Finston
>>> "Laurence" == Laurence Finston <[EMAIL PROTECTED]> writes:
[...]
Laurence> My problem now is the `dist' target. It doesn't seem
Laurence> to be possible to override it. I've written a
Laurence> `distrib' target which does what I want, but the
Laurence> `dist' target should work.
Yes, it'
Thanks, but I think I've got the problem of directing recompilation
solved.
My problem now is the `dist' target. It doesn't seem to be possible to
override it. I've written a `distrib' target which does what I want, but
the `dist' target should work. I couldn't get
"nodist_3dldf_SOURCES" to work.
| Another possibility is to use a stamp file to represent the
| output of the tool. (Above parser.c was used for this purpose.)
|
| .web.wstamp:
| $(CTANGLE) $< # Or whatever the syntax is.
Oops. This rule should obviously create the stamp file too.
Furthermore, it's preferable tha
I don't know CWEB, so my answers may not always make sense.
>>> "Laurence" == Laurence Finston <[EMAIL PROTECTED]> writes:
[...]
Laurence> I've written 3DLDF in C++ using CWEB, so my source
Laurence> files are transfor.web, points.web, etc. When they
Laurence> are ctangled, they produce trans
-- Forwarded message --
Date: Fri, 14 Nov 2003 11:38:41 +0100 (MET)
From: Laurence Finston <[EMAIL PROTECTED]>
To: Tom Tromey <[EMAIL PROTECTED]>
Cc: Alexandre Oliva <[EMAIL PROTECTED]>,
Alexandre Duret-Lutz <[EMAIL PROTECTED]>, [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: R