18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ciAM_CPPFLAGS = -I$(top_srcdir)/libsrc -DUSBIDS_FILE='"@USBIDS_DIR@/usb.ids"' 38c2ecf20Sopenharmony_ciAM_CFLAGS = @EXTRA_CFLAGS@ 48c2ecf20Sopenharmony_ciLDADD = $(top_builddir)/libsrc/libusbip.la 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_cisbin_PROGRAMS := usbip usbipd 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ciusbip_SOURCES := usbip.h utils.h usbip.c utils.c usbip_network.c \ 98c2ecf20Sopenharmony_ci usbip_attach.c usbip_detach.c usbip_list.c \ 108c2ecf20Sopenharmony_ci usbip_bind.c usbip_unbind.c usbip_port.c 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ciusbipd_SOURCES := usbip_network.h usbipd.c usbip_network.c 13