source: libusb1/vendor/current/examples/Makefile.am@ 1876

Last change on this file since 1876 was 1876, checked in by Silvan Scherrer, 8 years ago

libusb: import version 1.0.16

File size: 359 bytes
Line 
1AM_CPPFLAGS = -I$(top_srcdir)/libusb
2LDADD = ../libusb/libusb-1.0.la
3noinst_PROGRAMS = listdevs hotplugtest testlibusb1
4
5if HAVE_SIGACTION
6noinst_PROGRAMS += dpfp
7
8if THREADS_POSIX
9dpfp_threaded_CFLAGS = $(THREAD_CFLAGS) $(AM_CFLAGS)
10noinst_PROGRAMS += dpfp_threaded
11endif
12
13sam3u_benchmark_SOURCES = sam3u_benchmark.c
14noinst_PROGRAMS += sam3u_benchmark
15endif
Note: See TracBrowser for help on using the repository browser.