162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ciAM_CPPFLAGS = -I$(top_srcdir)/libsrc -DUSBIDS_FILE='"@USBIDS_DIR@/usb.ids"' 362306a36Sopenharmony_ciAM_CFLAGS = @EXTRA_CFLAGS@ 462306a36Sopenharmony_ciLDADD = $(top_builddir)/libsrc/libusbip.la 562306a36Sopenharmony_ci 662306a36Sopenharmony_cisbin_PROGRAMS := usbip usbipd 762306a36Sopenharmony_ci 862306a36Sopenharmony_ciusbip_SOURCES := usbip.h utils.h usbip.c utils.c usbip_network.c \ 962306a36Sopenharmony_ci usbip_attach.c usbip_detach.c usbip_list.c \ 1062306a36Sopenharmony_ci usbip_bind.c usbip_unbind.c usbip_port.c 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ciusbipd_SOURCES := usbip_network.h usbipd.c usbip_network.c 13