Searched refs:lib_name (Results 1 – 1 of 1) sorted by relevance
114 lib_name = '_'.join(['rte', class, name]) variable115 dpdk_conf.set(lib_name.to_upper(), 1)147 out_filename = lib_name + '.pmd.c'148 tmp_lib = static_library('tmp_' + lib_name,162 static_lib = static_library(lib_name,174 implib = 'lib' + lib_name + '.dll.a'176 def_file = custom_target(lib_name + '_def',179 output: '@0@_exports.def'.format(lib_name))184 output: '@0@_mingw.map'.format(lib_name))206 output: lib_name + '.sym_chk')[all …]