On Fri, May 12, 2017 at 5:12 AM, Vojtech Musil <[email protected]> wrote: > Hello, > > I started to learn tup, however I've stumbled on an issue while generating > files into different directories. My folder structure looks like this: > > tup_test4 > |---newmath > | |---square.c > | |---square.h > | |---Tupfile > |---hello.c > |---Tupfile > > > My goal is to generate all the object files into objs direcotry, all > libraries into libs and build the program out of that. Here is how my > Tupfile looks like:
Have you tried using a variant? That will put all outputs in a separate directory structure under the variant directory. -Mike -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
