18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_cilibusbip_la_CPPFLAGS = -DUSBIDS_FILE='"@USBIDS_DIR@/usb.ids"' 38c2ecf20Sopenharmony_cilibusbip_la_CFLAGS = @EXTRA_CFLAGS@ 48c2ecf20Sopenharmony_cilibusbip_la_LDFLAGS = -version-info @LIBUSBIP_VERSION@ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_cilib_LTLIBRARIES := libusbip.la 78c2ecf20Sopenharmony_cilibusbip_la_SOURCES := names.c names.h usbip_host_driver.c usbip_host_driver.h \ 88c2ecf20Sopenharmony_ci usbip_device_driver.c usbip_device_driver.h \ 98c2ecf20Sopenharmony_ci usbip_common.c usbip_common.h usbip_host_common.h \ 108c2ecf20Sopenharmony_ci usbip_host_common.c vhci_driver.c vhci_driver.h \ 118c2ecf20Sopenharmony_ci sysfs_utils.c sysfs_utils.h 12