repo.or.cz
/
libusbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Samples: Use the implicit _SOURCES rule
[libusbx.git]
/
examples
/
Makefile.am
blob
a5bad997354fa5abca9a7dcbc55b3e9dc9428cc9
1
INCLUDES = -I$(top_srcdir)/libusb
2
LDADD = ../libusb/libusb-1.0.la
3
4
noinst_PROGRAMS = listdevs xusb
5
6
if HAVE_SIGACTION
7
noinst_PROGRAMS += dpfp
8
endif
9
10
if THREADS_POSIX
11
if HAVE_SIGACTION
12
dpfp_threaded_CFLAGS = $(THREAD_CFLAGS) $(AM_CFLAGS)
13
noinst_PROGRAMS += dpfp_threaded
14
endif
15
endif