[Omake] Re: Implicit rules for files in subdirectories

Benjamin Pierce bcpierce at cis.upenn.edu
Wed Jun 7 21:20:45 PDT 2006


Small fix: the println in what I wrote was just for debugging; what I  
mean was just this:

> tmpname(x) =
>   return (tmp/$(basename $(rootname $(x))).tex)
>
> foreach (x, $(SOURCEFILES))
>   $(tmpname $(x)): $(x) tmp
>     $(SRC2TEX) $< > $@

    - B




More information about the Omake mailing list