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

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

Issue 10332075: Adding use_system_libusb option for third_party/libusb (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review changes. Created 8 years, 7 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/src/INSTALL ('k') | third_party/libusb/src/NEWS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip 1 AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip
2 ACLOCAL_AMFLAGS = -I m4 2 ACLOCAL_AMFLAGS = -I m4
3 DISTCLEANFILES = libusb-1.0.pc 3 DISTCLEANFILES = libusb-1.0.pc
4 MAINTAINERCLEANFILES = ChangeLog 4 MAINTAINERCLEANFILES = ChangeLog
5 EXTRA_DIST = TODO PORTING 5 EXTRA_DIST = TODO PORTING
6 SUBDIRS = libusb doc 6 SUBDIRS = libusb doc
7 7
8 if BUILD_EXAMPLES 8 if BUILD_EXAMPLES
9 SUBDIRS += examples 9 SUBDIRS += examples
10 endif 10 endif
11 11
12 pkgconfigdir=$(libdir)/pkgconfig 12 pkgconfigdir=$(libdir)/pkgconfig
13 pkgconfig_DATA=libusb-1.0.pc 13 pkgconfig_DATA=libusb-1.0.pc
14 14
15 .PHONY: ChangeLog dist-up 15 .PHONY: ChangeLog dist-up
16 ChangeLog: 16 ChangeLog:
17 git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog 17 git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog
18 18
19 dist-hook: ChangeLog 19 dist-hook: ChangeLog
20 20
21 reldir = .release/$(distdir) 21 reldir = .release/$(distdir)
22 dist-up: dist 22 dist-up: dist
23 rm -rf $(reldir) 23 rm -rf $(reldir)
24 mkdir -p $(reldir) 24 mkdir -p $(reldir)
25 cp $(distdir).tar.bz2 $(reldir) 25 cp $(distdir).tar.bz2 $(reldir)
26 rsync -rv $(reldir) frs.sourceforge.net:/home/frs/project/l/li/libusb/li busb-1.0/ 26 rsync -rv $(reldir) frs.sourceforge.net:/home/frs/project/l/li/libusb/li busb-1.0/
27 rm -rf $(reldir) 27 rm -rf $(reldir)
28 28
OLDNEW
« no previous file with comments | « third_party/libusb/src/INSTALL ('k') | third_party/libusb/src/NEWS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698