[Omake] Implicit rules for files in subdirectories
Erick Tryzelaar
erickt at dslextreme.com
Wed Jun 7 20:47:39 PDT 2006
Benjamin Pierce wrote:
> Last question for the day, I promise!
>
> My old GNU makefile has some rules like this:
>
> tmp/%.tex : %.src $(SRC2TEX) tmp
> $(SRC2TEX) $< > $@
>
> I want to put the targets in a subdirectory so that I don't have to
> look at them when working in the current directory. Can this be
> achieved / approximated with OMake?
>
> Thanks,
>
> - Benjamin
Yep. Search for virtual mounts in here:
outhttp://omake.metaprl.org/omake-doc.html
More information about the Omake
mailing list