Examples: Ported testlibusb from libus-0.1 to libusb-1.0
[platform/upstream/libusb.git] / examples / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/libusb
2 LDADD = ../libusb/libusb-1.0.la
3
4 noinst_PROGRAMS = listdevs xusb fxload hotplugtest testlibusb
5
6 if HAVE_SIGACTION
7 noinst_PROGRAMS += dpfp
8
9 if THREADS_POSIX
10 dpfp_threaded_CFLAGS = $(AM_CFLAGS)
11 noinst_PROGRAMS += dpfp_threaded
12 endif
13
14 sam3u_benchmark_SOURCES = sam3u_benchmark.c
15 noinst_PROGRAMS += sam3u_benchmark
16 endif
17
18 fxload_SOURCES = ezusb.c ezusb.h fxload.c
19 fxload_CFLAGS = $(THREAD_CFLAGS) $(AM_CFLAGS)