Miller Puckette wrote:
Second, and this just occurred to me, I think it would be smart to separate the u_main.tk cide into several smaller files. They could simply be concatenated by the makefile. This way people could work on different parts of it with much less chance of their work colliding. I should have thought of this simple strategy years ago, hmm.
hmm, wouldn't it be even nicer to merge the separate files at runtime? just load all the files in a directory (and use ##_ prefixes (01_ .. 99_) to enforce a certain order)
i always found it somewhat awkward that we have to use "make" to "generate" a script from a script.
fmgadrs IOhannes