matt mooney | dffb964 | 2011-07-07 00:31:52 -0700 | [diff] [blame] | 1 | AM_CPPFLAGS = -I$(top_srcdir)/libsrc -DUSBIDS_FILE='"@USBIDS_DIR@/usb.ids"' |
Ilija Hadzic | 328f7f8 | 2012-12-07 16:49:42 -0500 | [diff] [blame] | 2 | AM_CFLAGS = @EXTRA_CFLAGS@ |
| 3 | LDADD = $(top_builddir)/libsrc/libusbip.la |
Takahiro Hirofuchi | 0945b4f | 2011-05-14 03:55:07 -0700 | [diff] [blame] | 4 | |
matt mooney | e9837bb | 2011-05-26 06:17:11 -0700 | [diff] [blame] | 5 | sbin_PROGRAMS := usbip usbipd |
Takahiro Hirofuchi | 0945b4f | 2011-05-14 03:55:07 -0700 | [diff] [blame] | 6 | |
Natanael Copa | e034410 | 2012-06-01 10:14:02 +0200 | [diff] [blame] | 7 | usbip_SOURCES := usbip.h utils.h usbip.c utils.c usbip_network.c \ |
matt mooney | e9837bb | 2011-05-26 06:17:11 -0700 | [diff] [blame] | 8 | usbip_attach.c usbip_detach.c usbip_list.c \ |
Valentina Manea | ecc13b7 | 2014-03-08 14:53:25 +0200 | [diff] [blame] | 9 | usbip_bind.c usbip_unbind.c usbip_port.c |
Natanael Copa | e034410 | 2012-06-01 10:14:02 +0200 | [diff] [blame] | 10 | |
| 11 | usbipd_SOURCES := usbip_network.h usbipd.c usbip_network.c |