I have a project with a lot of directories. I want to just build every .c file and dump the .o files in $(TOP)/temp/. Then I'd like to link them into an executable.
This is trivial with make. How is this done in tup? The single-tupfile-per-directory and similar limitations are not practical and they clutter. What am I supposed to do? Propagate the .o files up to the parent directory? What if the files have the same name? The clutter will make the system unbearable. What can I do? -- -- 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.
