1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2017 Intel Corporation. 3 4arch_headers = files( 5 'rte_atomic_32.h', 6 'rte_atomic_64.h', 7 'rte_atomic.h', 8 'rte_byteorder.h', 9 'rte_cpuflags_32.h', 10 'rte_cpuflags_64.h', 11 'rte_cpuflags.h', 12 'rte_cycles_32.h', 13 'rte_cycles_64.h', 14 'rte_cycles.h', 15 'rte_io_64.h', 16 'rte_io.h', 17 'rte_memcpy_32.h', 18 'rte_memcpy_64.h', 19 'rte_memcpy.h', 20 'rte_pause_32.h', 21 'rte_pause_64.h', 22 'rte_pause.h', 23 'rte_power_intrinsics.h', 24 'rte_prefetch_32.h', 25 'rte_prefetch_64.h', 26 'rte_prefetch.h', 27 'rte_rwlock.h', 28 'rte_spinlock.h', 29 'rte_vect.h', 30) 31install_headers(arch_headers, subdir: get_option('include_subdir_arch')) 32