def build(): build_lib(header_info, lib_names, '_uc480lib', __file__, token_hooks=(declspec_hook, ), ignore_system_headers=True)
def build(): build_lib(header_info, lib_names, '_tlccslib', __file__, token_hooks=(vi_func_hook, ), preamble=preamble)
def build(): build_lib(header_info, lib_names, '_kinesislib', __file__, ignore_system_headers=True, preamble=preamble, hook_groups='C++')
def build(shortname, sublib): ll_module_name = '_{}_lib'.format(shortname) header_info, lib_names = make_info(sublib) preamble = common_preamble # Common DeviceManager library, which doesn't have a header if shortname == 'tli': header_info = None preamble += tli_header_src build_lib(header_info, lib_names, ll_module_name, __file__, ignore_system_headers=True, preamble=preamble, hook_groups='C++', token_hooks=(scc_hook))
def build(): build_lib(header_paths, lib_names, '_foolib', __file__)
def build(): build_lib(header_info, lib_names, '_nilib', __file__)
def build(): build_lib(header_info, lib_names, '_picamlib', __file__, hook_groups=('C++'))
def build(): build_lib(header_info, lib_names, '_tlccslib', __file__, token_hooks=(vi_func_hook,))
def build(): build_lib(header_info, lib_names, '_pixelflylib', __file__, token_hooks=(declspec_hook, ))
def build(): build_lib(header_info, lib_names, '_pixelflylib', __file__, token_hooks=(declspec_hook,))
def build(): build_lib(header_info, lib_names, '_uc480lib', __file__, token_hooks=(declspec_hook,), ignore_system_headers=True)