~ubuntu-branches/ubuntu/precise/libmtp/precise-updates

34 by Alessio Treglia
* New upstream release.
1
SUBDIRS=src examples util doc
1.1.1 by Sarah Hobbs
Import upstream version 0.1.0
2
ACLOCAL_AMFLAGS=-I m4
1 by Brandon Holtsclaw
Import upstream version 0.0.18
3
4
pkgconfigdir=$(libdir)/pkgconfig
5
pkgconfig_DATA=libmtp.pc
34 by Alessio Treglia
* New upstream release.
6
1.1.1 by Sarah Hobbs
Import upstream version 0.1.0
7
EXTRA_DIST=libmtp.pc libmtp.sh COPYING README.windows.txt
34 by Alessio Treglia
* New upstream release.
8
9
# This stuff only makes sense on Linux so only
10
# build and ship it on Linux.
11
if USE_LINUX
1.1.15 by Alessio Treglia
Import upstream version 1.0.6
12
udevrulesdir=@UDEV@/rules.d
1.1.14 by Alessio Treglia
Import upstream version 1.0.5
13
udevrules_DATA=@UDEV_RULES@
34 by Alessio Treglia
* New upstream release.
14
noinst_DATA=libmtp.usermap libmtp.fdi
15
16
libmtp.usermap: util/mtp-hotplug
17
	util/mtp-hotplug > libmtp.usermap
1.1.14 by Alessio Treglia
Import upstream version 1.0.5
18
@UDEV_RULES@: util/mtp-hotplug
1.1.15 by Alessio Treglia
Import upstream version 1.0.6
19
	util/mtp-hotplug -u -p"@UDEV@" @UDEV_GROUP@ @UDEV_MODE@ > @UDEV_RULES@
34 by Alessio Treglia
* New upstream release.
20
libmtp.fdi: util/mtp-hotplug
21
	util/mtp-hotplug -H > libmtp.fdi
1.1.14 by Alessio Treglia
Import upstream version 1.0.5
22
23
CLEANFILES = libmtp.usermap @UDEV_RULES@ libmtp.fdi
34 by Alessio Treglia
* New upstream release.
24
endif