[Omake] Re: Changing variables for a target
David Kågedal
davidk at lysator.liu.se
Fri Sep 15 03:37:53 PDT 2006
David Kågedal <davidk at lysator.liu.se> writes:
> Yes, your example does indeed work. Mine probably did as well, and I
> admit that I didn't test that. My real problem is much more
> complicated with a number of OMakefiles in different subdirectories.
> But I only have a single implicit rule for compiling C files. I will
> investigate further, now that I know that I'm on the right track.
Found it. The problem was that I was writing
section
CFLAGS += ...
foo.$(EXT_OBJ):
instead of
section
CFLAGS += ...
foo$(EXT_OBJ):
Sorry about the noise.
Jason, do you have an answer about my question about $,(OFILE) in
another thread, by the way?
--
David Kågedal
More information about the Omake
mailing list