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

Side by Side Diff: third_party/libusb/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/INSTALL ('k') | third_party/libusb/NEWS » ('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 AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip
2 ACLOCAL_AMFLAGS = -I m4
3 DISTCLEANFILES = libusb-1.0.pc
4 MAINTAINERCLEANFILES = ChangeLog
5 EXTRA_DIST = TODO PORTING
6 SUBDIRS = libusb doc
7
8 if BUILD_EXAMPLES
9 SUBDIRS += examples
10 endif
11
12 pkgconfigdir=$(libdir)/pkgconfig
13 pkgconfig_DATA=libusb-1.0.pc
14
15 .PHONY: ChangeLog dist-up
16 ChangeLog:
17 git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog
18
19 dist-hook: ChangeLog
20
21 reldir = .release/$(distdir)
22 dist-up: dist
23 rm -rf $(reldir)
24 mkdir -p $(reldir)
25 cp $(distdir).tar.bz2 $(reldir)
26 rsync -rv $(reldir) frs.sourceforge.net:/home/frs/project/l/li/libusb/li busb-1.0/
27 rm -rf $(reldir)
28
OLDNEW
« no previous file with comments | « third_party/libusb/INSTALL ('k') | third_party/libusb/NEWS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698