01-31-05 10:55 PM
Jens.Toerring@physik.fu-berlin.de wrote:
> gthorpe@ee.ryerson.ca wrote:
[vbcol=seagreen]
[vbcol=seagreen]
> Sorry, but you lost me here. What means "works in the Makefile, but not
> when it is in the dependency part"? What are "arbitrary" and "implied"
> rules" (I know about "implicit" rules, is it that what you mean with
> "implied" ones)? And since when make does assume that target and depen-
> dency have the same suffix? I simply seem to be the dense to understand
> what you're writing... Could you try again with a few examples of what
> exactly you want to achieve?
> Regards, Jens
Okay, by "works in the Makefile" I mean that if I use $(var:sh) as a command
to update a target, the output of the shell command is properly substituted.
By implied I mean implicit.
I meant to say that make assumes that the PREFIX (not suffix, apologies) is
the
same for implicit rules. Simply put, I want to say that all UCASE.syn depend
on
the corresponding ucase.vhd and that there is a common way to build all of
them.
[ Post a follow-up to this message ]
|