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