-
Notifications
You must be signed in to change notification settings - Fork 67
/
Makefile.am
67 lines (51 loc) · 2.02 KB
/
Makefile.am
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
55
56
57
58
59
60
61
62
63
64
65
66
67
#
# Copyright (C) 2002 - 2018 Brailcom, o.p.s.
#
# This is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
## Process this file with automake to produce Makefile.in
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = speech-dispatcher.pc
BUILT_SOURCES = $(top_srcdir)/.version
SUBDIRS= include locale src config po
if ENABLE_DOC
SUBDIRS += doc
endif
EXTRA_DIST= config.rpath COPYING.LGPL COPYING.GPL-2 COPYING.GPL-3 ANNOUNCE BUGS FAQ README.md README.packagers README.translators README.overview.md README.style.md build.sh speech-dispatcherd.service.in speech-dispatcher.socket speech-dispatcher.service.in po/Makevars.in po/README
CLEANFILES=
DISTCLEANFILES=
MAINTAINERCLEANFILES=configure
AM_DISTCHECK_CONFIGURE_FLAGS=--without-systemdsystemunitdir --without-systemduserunitdir
nodist_systemdsystemunit_DATA = \
speech-dispatcherd.service
if USE_LIBSYSTEMD
nodist_systemduserunit_DATA = \
speech-dispatcher.service speech-dispatcher.socket
endif
CLEANFILES += \
speech-dispatcherd.service speech-dispatcher.service
DISTCLEANFILES += \
po/Makevars
%.service: %.service.in
$(AM_V_GEN)sed -e 's,@bindir\@,$(bindir),g' $< > $@
testinstall: install check
cd src/tests && $(MAKE) $(AM_MAKEFLAGS) testinstall
$(top_srcdir)/.version:
echo $(VERSION) > $@-t && mv $@-t $@
dist-hook:
echo $(VERSION) > $(distdir)/.tarball-version
echo $(VERSION) > $(distdir)/.version
-include $(top_srcdir)/git.mk
GITIGNOREFILES = $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) py-compile
ACLOCAL_AMFLAGS = -I m4