1# Copyright © 2017 Intel Corporation 2# SPDX-License-Identifier: MIT 3 4genCommon_py = files('new/genCommon.py') 5glapi_gen_mapi_py = files('new/gen_gldispatch_mapi.py') 6mapi_abi_py = files('mapi_abi.py') 7 8subdir('glapi') 9if with_shared_glapi 10 subdir('shared-glapi') 11else 12 libglapi = [] 13endif 14