We don’t use tables, but we share tclprocs, typically with an application site and a library.
We use a series of makefiles for test/prod, but the creation is
mktclindex {*.tcl,../LIB2/*.tcl}
Our tclIndex file is
set auto_index(top_code_security)
]
set auto_index(top_code_smat_clean)
]
set auto_index(top_code_smat_filelist)
]
set auto_index(top_code_trx_id)
]
set auto_index(Print)
]
set auto_index(XlateMsg)
]
…
set auto_index(gen_code_msginfo)
]
set auto_index(gen_code_printmsg)
]
set auto_index(gen_code_resend)
]
set auto_index(gen_code_splitter)
]