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

Side by Side Diff: Makefile.am

Issue 10825123: libmtp: Do not build and install bits we don't need - udev utilities and examples. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libmtp/
Patch Set: Created 8 years, 4 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 | « no previous file | Makefile.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 SUBDIRS=src examples util doc 1 SUBDIRS=src util doc
vandebo (ex-Chrome) 2012/08/01 00:09:44 kill doc too?
Lei Zhang 2012/08/01 00:12:57 The ebuild knows how to disable docs. Plus docs is
2 ACLOCAL_AMFLAGS=-I m4 2 ACLOCAL_AMFLAGS=-I m4
3 3
4 pkgconfigdir=$(libdir)/pkgconfig 4 pkgconfigdir=$(libdir)/pkgconfig
5 pkgconfig_DATA=libmtp.pc 5 pkgconfig_DATA=libmtp.pc
6 6
7 EXTRA_DIST=libmtp.pc libmtp.sh COPYING README.windows.txt 7 EXTRA_DIST=libmtp.pc libmtp.sh COPYING README.windows.txt
8 8
9 # This stuff only makes sense on Linux so only 9 # This stuff only makes sense on Linux so only
10 # build and ship it on Linux. 10 # build and ship it on Linux.
11 if USE_LINUX 11 #if USE_LINUX
Lei Zhang 2012/08/01 00:01:55 There's probably a better way to do this, but this
12 udevrulesdir=@UDEV@/rules.d 12 #udevrulesdir=@UDEV@/rules.d
13 udevrules_DATA=@UDEV_RULES@ 13 #udevrules_DATA=@UDEV_RULES@
14 noinst_DATA=libmtp.usermap libmtp.fdi 14 #noinst_DATA=libmtp.usermap libmtp.fdi
15 15 #
16 libmtp.usermap: util/mtp-hotplug 16 #libmtp.usermap: util/mtp-hotplug
17 » util/mtp-hotplug > libmtp.usermap 17 #» util/mtp-hotplug > libmtp.usermap
18 @UDEV_RULES@: util/mtp-hotplug 18 #@UDEV_RULES@: util/mtp-hotplug
19 » util/mtp-hotplug -u -p"@UDEV@" @UDEV_GROUP@ @UDEV_MODE@ > @UDEV_RULES@ 19 #» util/mtp-hotplug -u -p"@UDEV@" @UDEV_GROUP@ @UDEV_MODE@ > @UDEV_RULES@
20 libmtp.fdi: util/mtp-hotplug 20 #libmtp.fdi: util/mtp-hotplug
21 » util/mtp-hotplug -H > libmtp.fdi 21 #» util/mtp-hotplug -H > libmtp.fdi
22 22 #
23 CLEANFILES = libmtp.usermap @UDEV_RULES@ libmtp.fdi 23 #CLEANFILES = libmtp.usermap @UDEV_RULES@ libmtp.fdi
24 endif 24 #endif
OLDNEW
« no previous file with comments | « no previous file | Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698