Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Side by Side Diff: third_party/libusb/examples/Makefile.am

Issue 9826025: Import libusb 1.0.9-rc3 into third_party (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleaning up import instructions Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/libusb/doc/doxygen.cfg.in ('k') | third_party/libusb/examples/dpfp.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 INCLUDES = -I$(top_srcdir)/libusb
2 noinst_PROGRAMS = lsusb
3
4 lsusb_SOURCES = lsusb.c
5 lsusb_LDADD = ../libusb/libusb-1.0.la -lusb-1.0
6
7 if HAVE_SIGACTION
8 dpfp_SOURCES = dpfp.c
9 dpfp_LDADD = ../libusb/libusb-1.0.la -lusb-1.0
10 noinst_PROGRAMS += dpfp
11 endif
12
13 if THREADS_POSIX
14 if HAVE_SIGACTION
15 dpfp_threaded_SOURCES = dpfp_threaded.c
16 dpfp_threaded_CFLAGS = $(THREAD_CFLAGS) $(AM_CFLAGS)
17 dpfp_threaded_LDADD = ../libusb/libusb-1.0.la -lusb-1.0
18 noinst_PROGRAMS += dpfp_threaded
19 endif
20 endif
21
OLDNEW
« no previous file with comments | « third_party/libusb/doc/doxygen.cfg.in ('k') | third_party/libusb/examples/dpfp.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698