Chromium Code Reviews| Index: Makefile.am |
| =================================================================== |
| --- Makefile.am (revision 148712) |
| +++ Makefile.am (working copy) |
| @@ -1,4 +1,4 @@ |
| -SUBDIRS=src examples util doc |
| +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
|
| ACLOCAL_AMFLAGS=-I m4 |
| pkgconfigdir=$(libdir)/pkgconfig |
| @@ -8,17 +8,17 @@ |
| # This stuff only makes sense on Linux so only |
| # build and ship it on Linux. |
| -if USE_LINUX |
| -udevrulesdir=@UDEV@/rules.d |
| -udevrules_DATA=@UDEV_RULES@ |
| -noinst_DATA=libmtp.usermap libmtp.fdi |
| - |
| -libmtp.usermap: util/mtp-hotplug |
| - util/mtp-hotplug > libmtp.usermap |
| -@UDEV_RULES@: util/mtp-hotplug |
| - util/mtp-hotplug -u -p"@UDEV@" @UDEV_GROUP@ @UDEV_MODE@ > @UDEV_RULES@ |
| -libmtp.fdi: util/mtp-hotplug |
| - util/mtp-hotplug -H > libmtp.fdi |
| - |
| -CLEANFILES = libmtp.usermap @UDEV_RULES@ libmtp.fdi |
| -endif |
| +#if USE_LINUX |
|
Lei Zhang
2012/08/01 00:01:55
There's probably a better way to do this, but this
|
| +#udevrulesdir=@UDEV@/rules.d |
| +#udevrules_DATA=@UDEV_RULES@ |
| +#noinst_DATA=libmtp.usermap libmtp.fdi |
| +# |
| +#libmtp.usermap: util/mtp-hotplug |
| +# util/mtp-hotplug > libmtp.usermap |
| +#@UDEV_RULES@: util/mtp-hotplug |
| +# util/mtp-hotplug -u -p"@UDEV@" @UDEV_GROUP@ @UDEV_MODE@ > @UDEV_RULES@ |
| +#libmtp.fdi: util/mtp-hotplug |
| +# util/mtp-hotplug -H > libmtp.fdi |
| +# |
| +#CLEANFILES = libmtp.usermap @UDEV_RULES@ libmtp.fdi |
| +#endif |