File: Makefile.am

package info (click to toggle)
blueman 2.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,428 kB
  • sloc: python: 11,744; sh: 5,063; makefile: 899; ansic: 343; xml: 207; sed: 16
file content (54 lines) | stat: -rw-r--r-- 962 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
SUBDIRS = 		\
	apps		\
	blueman		\
	data		\
	module		\
	po		\
	sendto  \
	test

DIST_DOCS =			\
	CHANGELOG.md		\
	COPYING			\
	FAQ			\
	README.md

EXTRA_DIST = 			\
	${DIST_DOCS}		\
	meson.build		\
	meson_options.txt	\
	po/meson.build

MAINTAINERCLEANFILES = 	\
	Makefile.in			\
	aclocal.m4			\
	configure			\
	config.h.in			\
	config.rpath			\
	depcomp				\
	missing				\
	install-sh			\
	ABOUT-NLS			\
	config.rpath			\
	po/Makefile.in.in		\
	po/Makefile.in			\
	po/Makefile			\
	po/Makevars.template		\
	po/quot.sed			\
	po/remove-potcdate.sin		\
	po/Rules-quot			\
	po/blueman.pot			\
	po/boldquot.sed			\
	po/*.header			\
	po/stamp-po			\
	po/insert-header.sin		\
	$NULL

doc_DATA = ${DIST_DOCS}

ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}

# distcheck fails trying to install to the live filesystem
AM_DISTCHECK_CONFIGURE_FLAGS = \
    --with-systemdsystemunitdir='$$(prefix)/lib/systemd/system' \
    --with-systemduserunitdir='$$(prefix)/lib/systemd/user'