[Omake] Implicit rules for files in subdirectories

Benjamin Pierce bcpierce at cis.upenn.edu
Wed Jun 7 20:34:27 PDT 2006


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


More information about the Omake mailing list