mirror of
https://github.com/RPCS3/libusb.git
synced 2026-07-21 16:45:23 -04:00
18 lines
424 B
Makefile
18 lines
424 B
Makefile
INCLUDES = -I$(top_srcdir)
|
|
noinst_PROGRAMS = xusb lsusb
|
|
#dpfp dpfp_threaded
|
|
|
|
lsusb_SOURCES = lsusb.c
|
|
lsusb_LDADD = ../libusb/libusb-1.0.la -lusb-1.0
|
|
|
|
xusb_SOURCES = xusb.c
|
|
xusb_LDADD = ../libusb/libusb-1.0.la -lusb-1.0
|
|
|
|
dpfp_SOURCES = dpfp.c
|
|
dpfp_LDADD = ../libusb/libusb-1.0.la -lusb-1.0
|
|
|
|
dpfp_threaded_SOURCES = dpfp_threaded.c
|
|
dpfp_threaded_CFLAGS = $(AM_CFLAGS)
|
|
dpfp_threaded_LDADD = ../libusb/libusb-1.0.la -lusb-1.0
|
|
|