~ubuntu-branches/ubuntu/trusty/speech-dispatcher/trusty-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich, Samuel Thibault, Luke Yelavich, Jason White, David Henningsson
  • Date: 2013-11-11 16:38:46 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20131111163846-lvu37ypp5sy9z5so
Tags: 0.8-0ubuntu1
[ Samuel Thibault ]
* debian/control: Set libspeechd2 multi-arch: same.
* debian/rules: Set multiarch libdir.
* debian/libspeechd-dev.install,libspeechd2.install,
  speech-dispatcher.install: Use multiarch libdir.
* Do not depend on dpkg | install-info, now that we use the install-info
  trigger.
* Bump Standards-Version to 3.9.5.
* Bump dotconf dependency to >= 1.3.

[ Luke Yelavich ]
* New upstream release
* debian/patches/infinite-loop.patch: Refreshed
* Dropped patches:
  - debian/patches/build-doc.patch
  - debian/patches/procname.patch
  - debian/patches/paths+files.patch
  - debian/patches/pthread.patch
* Add libltdl-dev and intltool to build-depends
* Update packaging for speech-dispatcher python 3 bindings.
* Move speech-dispatcher modules to an architecture independant dir, since
  modules can be written in any language, and i386 only modules can be
  used on amd64 systems
* Create separate audio plugins package
* Convert to debhelper 7+ packaging.
* Use dh-autoreconf to handle autotools file rebuilds.
* Update standards version to 3.9.3.
* Add X-Python-Version related fields to debian/control.
* Patch in the speech-dispatcher-cs.texi file since it was forgotten in the
  0.8 tarball
* Add translations to speech-dispatcher
* Merge from debian unreleased git.  Remaining changes:
  - Moved the flite output module to a separate package, and added
    it to suggests, we don't want flite on the Ubuntu CD image
  - Don't build depend on libaudio-dev or libao-dev, Ubuntu CD size is an
    issue, every little bit helps
  - debian/gbp.conf: Adjust for the Ubuntu git branch
  - Python3-speechd needs to conflict against python-speechd

[ Jason White ]
* Raise level of subsection in fdl.texi to correct document structure.

[ David Henningsson ]
* debian/patches/pulse-default-latency.patch:
  Default to 20 ms latency instead of 1 ms latency (LP: #1208826)

[ Luke Yelavich ]
* spd_audio: Expose dlopened library's symbols to libs it loads. Thanks to
  Christopher Brannon <chris@the-brannons.com> for the patch, taken from
  the speech-dispatcher mailing list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
14
14
# PARTICULAR PURPOSE.
15
15
 
16
16
@SET_MAKE@
17
 
 
18
 
# APIs in languages other than C must be included here
19
 
# (either directly listing all files or indirectly
20
 
# in SUBDIRS if they contain another Makefile)
21
 
# otherwise they won't be included in distribution packages
22
17
VPATH = @srcdir@
23
18
pkgdatadir = $(datadir)/@PACKAGE@
24
19
pkgincludedir = $(includedir)/@PACKAGE@
38
33
POST_UNINSTALL = :
39
34
build_triplet = @build@
40
35
host_triplet = @host@
41
 
@HAVE_PYTHON_TRUE@am__append_1 = python
42
36
subdir = src
43
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
44
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
39
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
46
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
41
        $(ACLOCAL_M4)
48
42
mkinstalldirs = $(install_sh) -d
49
43
CONFIG_HEADER = $(top_builddir)/config.h
50
44
CONFIG_CLEAN_FILES =
51
45
CONFIG_CLEAN_VPATH_FILES =
 
46
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
47
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
48
am__v_GEN_0 = @echo "  GEN   " $@;
 
49
AM_V_at = $(am__v_at_@AM_V@)
 
50
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
51
am__v_at_0 = @
52
52
SOURCES =
53
53
DIST_SOURCES =
54
54
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
65
65
        distdir
66
66
ETAGS = etags
67
67
CTAGS = ctags
 
68
DIST_SUBDIRS = $(SUBDIRS)
68
69
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
69
70
am__relativize = \
70
71
  dir0=`pwd`; \
92
93
  done; \
93
94
  reldir="$$dir2"
94
95
ACLOCAL = @ACLOCAL@
 
96
ALL_LINGUAS = @ALL_LINGUAS@
 
97
ALSA_CFLAGS = @ALSA_CFLAGS@
 
98
ALSA_LIBS = @ALSA_LIBS@
95
99
AMTAR = @AMTAR@
 
100
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
96
101
AR = @AR@
97
102
AUTOCONF = @AUTOCONF@
98
103
AUTOHEADER = @AUTOHEADER@
99
104
AUTOMAKE = @AUTOMAKE@
100
105
AWK = @AWK@
 
106
CATALOGS = @CATALOGS@
 
107
CATOBJEXT = @CATOBJEXT@
101
108
CC = @CC@
102
109
CCDEPMODE = @CCDEPMODE@
103
110
CFLAGS = @CFLAGS@
104
111
CPP = @CPP@
105
112
CPPFLAGS = @CPPFLAGS@
106
113
CYGPATH_W = @CYGPATH_W@
 
114
DATADIRNAME = @DATADIRNAME@
107
115
DEFS = @DEFS@
108
116
DEPDIR = @DEPDIR@
 
117
DLLTOOL = @DLLTOOL@
 
118
DOTCONF_CFLAGS = @DOTCONF_CFLAGS@
 
119
DOTCONF_LIBS = @DOTCONF_LIBS@
109
120
DSYMUTIL = @DSYMUTIL@
110
121
DUMPBIN = @DUMPBIN@
111
122
ECHO_C = @ECHO_C@
117
128
EXTRA_ESPEAK_LIBS = @EXTRA_ESPEAK_LIBS@
118
129
EXTRA_SOCKET_LIBS = @EXTRA_SOCKET_LIBS@
119
130
FGREP = @FGREP@
 
131
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
132
GLIB_CFLAGS = @GLIB_CFLAGS@
 
133
GLIB_LIBS = @GLIB_LIBS@
 
134
GMODULE_CFLAGS = @GMODULE_CFLAGS@
 
135
GMODULE_LIBS = @GMODULE_LIBS@
 
136
GMOFILES = @GMOFILES@
 
137
GMSGFMT = @GMSGFMT@
120
138
GREP = @GREP@
 
139
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
 
140
GTHREAD_LIBS = @GTHREAD_LIBS@
121
141
INSTALL = @INSTALL@
122
142
INSTALL_DATA = @INSTALL_DATA@
123
143
INSTALL_PROGRAM = @INSTALL_PROGRAM@
124
144
INSTALL_SCRIPT = @INSTALL_SCRIPT@
125
145
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
146
INSTOBJEXT = @INSTOBJEXT@
 
147
INTLLIBS = @INTLLIBS@
 
148
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
149
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
150
INTLTOOL_PERL = @INTLTOOL_PERL@
 
151
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
152
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
153
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
154
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
155
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
126
156
LD = @LD@
127
157
LDFLAGS = @LDFLAGS@
 
158
LIBAO_CFLAGS = @LIBAO_CFLAGS@
 
159
LIBAO_LIBS = @LIBAO_LIBS@
128
160
LIBOBJS = @LIBOBJS@
129
161
LIBS = @LIBS@
130
162
LIBTOOL = @LIBTOOL@
131
 
LIB_SDAUDIO_AGE = @LIB_SDAUDIO_AGE@
132
 
LIB_SDAUDIO_CURRENT = @LIB_SDAUDIO_CURRENT@
133
 
LIB_SDAUDIO_REVISION = @LIB_SDAUDIO_REVISION@
134
163
LIB_SPD_AGE = @LIB_SPD_AGE@
135
164
LIB_SPD_CURRENT = @LIB_SPD_CURRENT@
136
165
LIB_SPD_REVISION = @LIB_SPD_REVISION@
138
167
LN_S = @LN_S@
139
168
LTLIBOBJS = @LTLIBOBJS@
140
169
MAKEINFO = @MAKEINFO@
 
170
MANIFEST_TOOL = @MANIFEST_TOOL@
141
171
MKDIR_P = @MKDIR_P@
 
172
MKINSTALLDIRS = @MKINSTALLDIRS@
 
173
MSGFMT = @MSGFMT@
 
174
MSGFMT_OPTS = @MSGFMT_OPTS@
 
175
MSGMERGE = @MSGMERGE@
 
176
NAS_LIBS = @NAS_LIBS@
142
177
NM = @NM@
143
178
NMEDIT = @NMEDIT@
144
179
OBJDUMP = @OBJDUMP@
154
189
PACKAGE_VERSION = @PACKAGE_VERSION@
155
190
PATH_SEPARATOR = @PATH_SEPARATOR@
156
191
PKG_CONFIG = @PKG_CONFIG@
 
192
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
193
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
194
POFILES = @POFILES@
 
195
POSUB = @POSUB@
 
196
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
197
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
198
PULSE_CFLAGS = @PULSE_CFLAGS@
 
199
PULSE_LIBS = @PULSE_LIBS@
157
200
PYTHON = @PYTHON@
158
201
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
159
202
PYTHON_PLATFORM = @PYTHON_PLATFORM@
161
204
PYTHON_VERSION = @PYTHON_VERSION@
162
205
RANLIB = @RANLIB@
163
206
RDYNAMIC = @RDYNAMIC@
164
 
RPATH = @RPATH@
165
207
SED = @SED@
166
208
SET_MAKE = @SET_MAKE@
167
209
SHELL = @SHELL@
168
210
SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
169
211
SNDFILE_LIBS = @SNDFILE_LIBS@
170
212
STRIP = @STRIP@
 
213
USE_NLS = @USE_NLS@
171
214
VERSION = @VERSION@
 
215
XGETTEXT = @XGETTEXT@
172
216
abs_builddir = @abs_builddir@
173
217
abs_srcdir = @abs_srcdir@
174
218
abs_top_builddir = @abs_top_builddir@
175
219
abs_top_srcdir = @abs_top_srcdir@
 
220
ac_ct_AR = @ac_ct_AR@
176
221
ac_ct_CC = @ac_ct_CC@
177
222
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
178
223
am__include = @am__include@
180
225
am__quote = @am__quote@
181
226
am__tar = @am__tar@
182
227
am__untar = @am__untar@
 
228
audio_dlopen_modules = @audio_dlopen_modules@
 
229
audiodir = @audiodir@
183
230
bindir = @bindir@
184
231
build = @build@
185
232
build_alias = @build_alias@
191
238
clientconforigdir = @clientconforigdir@
192
239
datadir = @datadir@
193
240
datarootdir = @datarootdir@
 
241
default_audio_method = @default_audio_method@
194
242
docdir = @docdir@
195
243
dvidir = @dvidir@
196
244
exec_prefix = @exec_prefix@
197
245
flite_basic = @flite_basic@
198
246
flite_kal = @flite_kal@
199
 
glib_include = @glib_include@
200
 
glib_libs = @glib_libs@
201
 
gthread_libs = @gthread_libs@
202
247
host = @host@
203
248
host_alias = @host_alias@
204
249
host_cpu = @host_cpu@
209
254
includedir = @includedir@
210
255
infodir = @infodir@
211
256
install_sh = @install_sh@
 
257
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
258
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
212
259
libdir = @libdir@
213
260
libexecdir = @libexecdir@
214
261
localedir = @localedir@
215
262
localstatedir = @localstatedir@
216
 
lt_ECHO = @lt_ECHO@
217
263
mandir = @mandir@
218
264
mkdir_p = @mkdir_p@
219
265
modulebindir = @modulebindir@
234
280
spdconfdir = @spdconfdir@
235
281
spdconforigdir = @spdconforigdir@
236
282
spddesktopconforigdir = @spddesktopconforigdir@
237
 
spdlib2dir = @spdlib2dir@
 
283
spdincludedir = @spdincludedir@
238
284
spdlibdir = @spdlibdir@
239
285
srcdir = @srcdir@
240
286
sysconfdir = @sysconfdir@
242
288
top_build_prefix = @top_build_prefix@
243
289
top_builddir = @top_builddir@
244
290
top_srcdir = @top_srcdir@
245
 
EXTRA_DIST = cl/ChangeLog cl/README cl/configuration.lisp cl/elisp.lisp \
246
 
             cl/package.lisp cl/ssip.lisp cl/sysdep.lisp cl/ssip.asd \
247
 
             guile/ChangeLog guile/Makefile guile/README guile/gssip.scm.in \
248
 
             guile/gssip.c guile/gssip.h
249
 
 
250
 
SUBDIRS = server audio c modules tests $(am__append_1)
251
 
DIST_SUBDIRS = server audio c modules tests python
 
291
SUBDIRS = common server audio modules api clients tests
252
292
all: all-recursive
253
293
 
254
294
.SUFFIXES:
497
537
 
498
538
installcheck: installcheck-recursive
499
539
install-strip:
500
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
501
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
502
 
          `test -z '$(STRIP)' || \
503
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
540
        if test -z '$(STRIP)'; then \
 
541
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
542
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
543
              install; \
 
544
        else \
 
545
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
546
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
547
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
548
        fi
504
549
mostlyclean-generic:
505
550
 
506
551
clean-generic: