~ubuntu-branches/ubuntu/vivid/pidgin-otr/vivid-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Thibaut VARENE
  • Date: 2008-07-10 17:34:32 UTC
  • mfrom: (2.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080710173432-aqx359odj7cp182a
Tags: 3.2.0-2
Make key generation use /dev/urandom (Closes: #489523)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
14
14
 
15
15
@SET_MAKE@
16
16
 
 
17
srcdir = @srcdir@
 
18
top_srcdir = @top_srcdir@
17
19
VPATH = @srcdir@
18
20
pkgdatadir = $(datadir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
22
pkgincludedir = $(includedir)/@PACKAGE@
 
23
top_builddir = .
21
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
INSTALL = @INSTALL@
22
26
install_sh_DATA = $(install_sh) -c -m 644
23
27
install_sh_PROGRAM = $(install_sh) -c
24
28
install_sh_SCRIPT = $(install_sh) -c
32
36
POST_UNINSTALL = :
33
37
build_triplet = @build@
34
38
host_triplet = @host@
35
 
subdir = .
36
39
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
37
40
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
38
41
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
39
42
        config.guess config.sub depcomp install-sh ltmain.sh missing
 
43
subdir = .
40
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
45
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
47
        $(ACLOCAL_M4)
44
48
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
45
 
 configure.lineno config.status.lineno
 
49
 configure.lineno configure.status.lineno
46
50
mkinstalldirs = $(install_sh) -d
47
51
CONFIG_HEADER = config.h
48
52
CONFIG_CLEAN_FILES =
57
61
LTLIBRARIES = $(plugin_LTLIBRARIES)
58
62
pidgin_otr_la_LIBADD =
59
63
am_pidgin_otr_la_OBJECTS = otr-plugin.lo ui.lo dialogs.lo gtk-ui.lo \
60
 
        gtk-dialog.lo
 
64
        gtk-dialog.lo tooltipmenu.lo
61
65
pidgin_otr_la_OBJECTS = $(am_pidgin_otr_la_OBJECTS)
62
 
pidgin_otr_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
63
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
64
 
        $(pidgin_otr_la_LDFLAGS) $(LDFLAGS) -o $@
65
 
DEFAULT_INCLUDES = -I.@am__isrc@
 
66
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
66
67
depcomp = $(SHELL) $(top_srcdir)/depcomp
67
68
am__depfiles_maybe = depfiles
68
69
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
69
70
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
71
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
72
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
71
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
72
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
73
        $(AM_CFLAGS) $(CFLAGS)
73
74
CCLD = $(CC)
74
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
75
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
76
 
        $(LDFLAGS) -o $@
 
75
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
76
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
77
77
SOURCES = $(pidgin_otr_la_SOURCES)
78
78
DIST_SOURCES = $(pidgin_otr_la_SOURCES)
 
79
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
80
        html-recursive info-recursive install-data-recursive \
 
81
        install-exec-recursive install-info-recursive \
 
82
        install-recursive installcheck-recursive installdirs-recursive \
 
83
        pdf-recursive ps-recursive uninstall-info-recursive \
 
84
        uninstall-recursive
79
85
ETAGS = etags
80
86
CTAGS = ctags
 
87
DIST_SUBDIRS = $(SUBDIRS)
81
88
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82
89
distdir = $(PACKAGE)-$(VERSION)
83
90
top_distdir = $(distdir)
90
97
distuninstallcheck_listfiles = find . -type f -print
91
98
distcleancheck_listfiles = find . -type f -print
92
99
ACLOCAL = @ACLOCAL@
 
100
ALL_LINGUAS = @ALL_LINGUAS@
 
101
AMDEP_FALSE = @AMDEP_FALSE@
 
102
AMDEP_TRUE = @AMDEP_TRUE@
93
103
AMTAR = @AMTAR@
94
104
AR = @AR@
95
105
AUTOCONF = @AUTOCONF@
96
106
AUTOHEADER = @AUTOHEADER@
97
107
AUTOMAKE = @AUTOMAKE@
98
108
AWK = @AWK@
 
109
CATALOGS = @CATALOGS@
 
110
CATOBJEXT = @CATOBJEXT@
99
111
CC = @CC@
100
112
CCDEPMODE = @CCDEPMODE@
101
113
CFLAGS = @CFLAGS@
106
118
CXXDEPMODE = @CXXDEPMODE@
107
119
CXXFLAGS = @CXXFLAGS@
108
120
CYGPATH_W = @CYGPATH_W@
 
121
DATADIRNAME = @DATADIRNAME@
109
122
DEFS = @DEFS@
110
123
DEPDIR = @DEPDIR@
111
124
ECHO = @ECHO@
118
131
EXTRA_LIBS = @EXTRA_LIBS@
119
132
F77 = @F77@
120
133
FFLAGS = @FFLAGS@
121
 
GREP = @GREP@
122
 
INSTALL = @INSTALL@
 
134
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
135
GMOFILES = @GMOFILES@
 
136
GMSGFMT = @GMSGFMT@
123
137
INSTALL_DATA = @INSTALL_DATA@
124
138
INSTALL_PROGRAM = @INSTALL_PROGRAM@
125
139
INSTALL_SCRIPT = @INSTALL_SCRIPT@
126
140
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
141
INSTOBJEXT = @INSTOBJEXT@
 
142
INTLLIBS = @INTLLIBS@
 
143
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
144
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
145
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
146
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
147
INTLTOOL_ICONV = @INTLTOOL_ICONV@
 
148
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
149
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
150
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
151
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
 
152
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
 
153
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
154
INTLTOOL_PERL = @INTLTOOL_PERL@
 
155
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
156
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
157
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
158
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
159
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
160
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
161
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
162
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
163
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
164
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
165
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
166
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
 
167
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
168
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
127
169
LDFLAGS = @LDFLAGS@
128
170
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
129
171
LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
136
178
LN_S = @LN_S@
137
179
LTLIBOBJS = @LTLIBOBJS@
138
180
MAKEINFO = @MAKEINFO@
139
 
MKDIR_P = @MKDIR_P@
 
181
MKINSTALLDIRS = @MKINSTALLDIRS@
 
182
MSGFMT = @MSGFMT@
140
183
OBJEXT = @OBJEXT@
141
184
PACKAGE = @PACKAGE@
142
185
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
146
189
PACKAGE_VERSION = @PACKAGE_VERSION@
147
190
PATH_SEPARATOR = @PATH_SEPARATOR@
148
191
PKG_CONFIG = @PKG_CONFIG@
 
192
POFILES = @POFILES@
 
193
POSUB = @POSUB@
 
194
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
195
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
149
196
RANLIB = @RANLIB@
150
197
SET_MAKE = @SET_MAKE@
151
198
SHELL = @SHELL@
152
199
STRIP = @STRIP@
 
200
USE_NLS = @USE_NLS@
153
201
VERSION = @VERSION@
154
 
abs_builddir = @abs_builddir@
155
 
abs_srcdir = @abs_srcdir@
156
 
abs_top_builddir = @abs_top_builddir@
157
 
abs_top_srcdir = @abs_top_srcdir@
 
202
XGETTEXT = @XGETTEXT@
 
203
ac_ct_AR = @ac_ct_AR@
158
204
ac_ct_CC = @ac_ct_CC@
159
205
ac_ct_CXX = @ac_ct_CXX@
160
206
ac_ct_F77 = @ac_ct_F77@
 
207
ac_ct_RANLIB = @ac_ct_RANLIB@
 
208
ac_ct_STRIP = @ac_ct_STRIP@
 
209
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
 
210
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
211
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
212
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
213
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
161
214
am__include = @am__include@
162
215
am__leading_dot = @am__leading_dot@
163
216
am__quote = @am__quote@
169
222
build_cpu = @build_cpu@
170
223
build_os = @build_os@
171
224
build_vendor = @build_vendor@
172
 
builddir = @builddir@
173
225
datadir = @datadir@
174
 
datarootdir = @datarootdir@
175
 
docdir = @docdir@
176
 
dvidir = @dvidir@
177
226
exec_prefix = @exec_prefix@
178
227
host = @host@
179
228
host_alias = @host_alias@
180
229
host_cpu = @host_cpu@
181
230
host_os = @host_os@
182
231
host_vendor = @host_vendor@
183
 
htmldir = @htmldir@
184
232
includedir = @includedir@
185
233
infodir = @infodir@
186
234
install_sh = @install_sh@
187
235
libdir = @libdir@
188
236
libexecdir = @libexecdir@
189
 
localedir = @localedir@
190
237
localstatedir = @localstatedir@
191
238
mandir = @mandir@
192
239
mkdir_p = @mkdir_p@
193
240
oldincludedir = @oldincludedir@
194
 
pdfdir = @pdfdir@
195
241
prefix = @prefix@
196
242
program_transform_name = @program_transform_name@
197
 
psdir = @psdir@
198
243
sbindir = @sbindir@
199
244
sharedstatedir = @sharedstatedir@
200
 
srcdir = @srcdir@
201
245
sysconfdir = @sysconfdir@
202
246
target_alias = @target_alias@
203
 
top_builddir = @top_builddir@
204
 
top_srcdir = @top_srcdir@
205
247
AM_CFLAGS = @LIBGCRYPT_CFLAGS@ @LIBOTR_CFLAGS@ @EXTRA_CFLAGS@ \
206
248
        -DUSING_GTK -DPURPLE_PLUGINS \
207
 
        -DPIDGIN_OTR_VERSION=\"@VERSION@\"
 
249
        -DPIDGIN_OTR_VERSION=\"@VERSION@\" \
 
250
        -DLOCALEDIR=\"$(datadir)/locale\"
 
251
SUBDIRS = po
208
252
plugindir = ${libdir}/pidgin
209
253
plugin_LTLIBRARIES = pidgin-otr.la
210
 
pidgin_otr_la_SOURCES = otr-plugin.c ui.c dialogs.c gtk-ui.c gtk-dialog.c
 
254
pidgin_otr_la_SOURCES = otr-plugin.c ui.c dialogs.c gtk-ui.c gtk-dialog.c \
 
255
                        tooltipmenu.c
 
256
 
211
257
pidgin_otr_la_LDFLAGS = -module -avoid-version @LIBGCRYPT_LIBS@ \
212
258
        @LIBOTR_LIBS@ $(am__empty)
213
259
EXTRA_DIST = dialogs.h gtk-dialog.h gtk-ui.h otr-plugin.h ui.h \
214
 
                        Makefile.mingw packaging
 
260
                        otr-icons.h tooltipmenu.h \
 
261
                        Makefile.mingw packaging/windows/pidgin-otr.nsi \
 
262
                        packaging/fedora/pidgin-otr.spec po/Makefile.mingw \
 
263
                        po/README intltool-extract.in intltool-merge.in \
 
264
                        intltool-update.in Makefile.static
215
265
 
 
266
DISTCLEANFILES = intltool-extract intltool-merge intltool-update
216
267
all: config.h
217
 
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
268
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
218
269
 
219
270
.SUFFIXES:
220
271
.SUFFIXES: .c .lo .o .obj
255
306
config.h: stamp-h1
256
307
        @if test ! -f $@; then \
257
308
          rm -f stamp-h1; \
258
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
309
          $(MAKE) stamp-h1; \
259
310
        else :; fi
260
311
 
261
312
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
270
321
        -rm -f config.h stamp-h1
271
322
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
272
323
        @$(NORMAL_INSTALL)
273
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
 
324
        test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
274
325
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
275
326
          if test -f $$p; then \
276
327
            f=$(am__strip_dir) \
281
332
 
282
333
uninstall-pluginLTLIBRARIES:
283
334
        @$(NORMAL_UNINSTALL)
284
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
335
        @set -x; list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
285
336
          p=$(am__strip_dir) \
286
337
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
287
338
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
296
347
          rm -f "$${dir}/so_locations"; \
297
348
        done
298
349
pidgin-otr.la: $(pidgin_otr_la_OBJECTS) $(pidgin_otr_la_DEPENDENCIES) 
299
 
        $(pidgin_otr_la_LINK) -rpath $(plugindir) $(pidgin_otr_la_OBJECTS) $(pidgin_otr_la_LIBADD) $(LIBS)
 
350
        $(LINK) -rpath $(plugindir) $(pidgin_otr_la_LDFLAGS) $(pidgin_otr_la_OBJECTS) $(pidgin_otr_la_LIBADD) $(LIBS)
300
351
 
301
352
mostlyclean-compile:
302
353
        -rm -f *.$(OBJEXT)
308
359
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtk-dialog.Plo@am__quote@
309
360
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtk-ui.Plo@am__quote@
310
361
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/otr-plugin.Plo@am__quote@
 
362
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tooltipmenu.Plo@am__quote@
311
363
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Plo@am__quote@
312
364
 
313
365
.c.o:
314
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
315
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
366
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
367
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
316
368
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
317
369
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
318
370
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
319
371
 
320
372
.c.obj:
321
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
322
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
373
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
374
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
323
375
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
324
376
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
325
377
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
326
378
 
327
379
.c.lo:
328
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
329
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
380
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
381
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
330
382
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
331
383
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332
384
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
339
391
 
340
392
distclean-libtool:
341
393
        -rm -f libtool
 
394
uninstall-info-am:
 
395
 
 
396
# This directory's subdirectories are mostly independent; you can cd
 
397
# into them and run `make' without going through this Makefile.
 
398
# To change the values of `make' variables: instead of editing Makefiles,
 
399
# (1) if the variable is set in `config.status', edit `config.status'
 
400
#     (which will cause the Makefiles to be regenerated when you run `make');
 
401
# (2) otherwise, pass the desired values on the `make' command line.
 
402
$(RECURSIVE_TARGETS):
 
403
        @failcom='exit 1'; \
 
404
        for f in x $$MAKEFLAGS; do \
 
405
          case $$f in \
 
406
            *=* | --[!k]*);; \
 
407
            *k*) failcom='fail=yes';; \
 
408
          esac; \
 
409
        done; \
 
410
        dot_seen=no; \
 
411
        target=`echo $@ | sed s/-recursive//`; \
 
412
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
413
          echo "Making $$target in $$subdir"; \
 
414
          if test "$$subdir" = "."; then \
 
415
            dot_seen=yes; \
 
416
            local_target="$$target-am"; \
 
417
          else \
 
418
            local_target="$$target"; \
 
419
          fi; \
 
420
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
421
          || eval $$failcom; \
 
422
        done; \
 
423
        if test "$$dot_seen" = "no"; then \
 
424
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
425
        fi; test -z "$$fail"
 
426
 
 
427
mostlyclean-recursive clean-recursive distclean-recursive \
 
428
maintainer-clean-recursive:
 
429
        @failcom='exit 1'; \
 
430
        for f in x $$MAKEFLAGS; do \
 
431
          case $$f in \
 
432
            *=* | --[!k]*);; \
 
433
            *k*) failcom='fail=yes';; \
 
434
          esac; \
 
435
        done; \
 
436
        dot_seen=no; \
 
437
        case "$@" in \
 
438
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
439
          *) list='$(SUBDIRS)' ;; \
 
440
        esac; \
 
441
        rev=''; for subdir in $$list; do \
 
442
          if test "$$subdir" = "."; then :; else \
 
443
            rev="$$subdir $$rev"; \
 
444
          fi; \
 
445
        done; \
 
446
        rev="$$rev ."; \
 
447
        target=`echo $@ | sed s/-recursive//`; \
 
448
        for subdir in $$rev; do \
 
449
          echo "Making $$target in $$subdir"; \
 
450
          if test "$$subdir" = "."; then \
 
451
            local_target="$$target-am"; \
 
452
          else \
 
453
            local_target="$$target"; \
 
454
          fi; \
 
455
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
456
          || eval $$failcom; \
 
457
        done && test -z "$$fail"
 
458
tags-recursive:
 
459
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
460
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
461
        done
 
462
ctags-recursive:
 
463
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
464
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
465
        done
342
466
 
343
467
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
344
468
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
350
474
        mkid -fID $$unique
351
475
tags: TAGS
352
476
 
353
 
TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
477
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
354
478
                $(TAGS_FILES) $(LISP)
355
479
        tags=; \
356
480
        here=`pwd`; \
 
481
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
482
          include_option=--etags-include; \
 
483
          empty_fix=.; \
 
484
        else \
 
485
          include_option=--include; \
 
486
          empty_fix=; \
 
487
        fi; \
 
488
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
489
          if test "$$subdir" = .; then :; else \
 
490
            test ! -f $$subdir/TAGS || \
 
491
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
492
          fi; \
 
493
        done; \
357
494
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
358
495
        unique=`for i in $$list; do \
359
496
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366
503
            $$tags $$unique; \
367
504
        fi
368
505
ctags: CTAGS
369
 
CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
506
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
370
507
                $(TAGS_FILES) $(LISP)
371
508
        tags=; \
372
509
        here=`pwd`; \
390
527
 
391
528
distdir: $(DISTFILES)
392
529
        $(am__remove_distdir)
393
 
        test -d $(distdir) || mkdir $(distdir)
394
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
395
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
396
 
        list='$(DISTFILES)'; \
397
 
          dist_files=`for file in $$list; do echo $$file; done | \
398
 
          sed -e "s|^$$srcdirstrip/||;t" \
399
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
400
 
        case $$dist_files in \
401
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
402
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
403
 
                           sort -u` ;; \
404
 
        esac; \
405
 
        for file in $$dist_files; do \
 
530
        mkdir $(distdir)
 
531
        $(mkdir_p) $(distdir)/packaging/fedora $(distdir)/packaging/windows $(distdir)/po
 
532
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
533
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
534
        list='$(DISTFILES)'; for file in $$list; do \
 
535
          case $$file in \
 
536
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
537
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
538
          esac; \
406
539
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
540
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
541
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
542
            dir="/$$dir"; \
 
543
            $(mkdir_p) "$(distdir)$$dir"; \
 
544
          else \
 
545
            dir=''; \
 
546
          fi; \
407
547
          if test -d $$d/$$file; then \
408
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
409
548
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
410
549
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
411
550
            fi; \
416
555
            || exit 1; \
417
556
          fi; \
418
557
        done
 
558
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
559
          if test "$$subdir" = .; then :; else \
 
560
            test -d "$(distdir)/$$subdir" \
 
561
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
562
            || exit 1; \
 
563
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
564
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
565
            (cd $$subdir && \
 
566
              $(MAKE) $(AM_MAKEFLAGS) \
 
567
                top_distdir="$$top_distdir" \
 
568
                distdir="$$distdir/$$subdir" \
 
569
                distdir) \
 
570
              || exit 1; \
 
571
          fi; \
 
572
        done
419
573
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
420
574
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
421
575
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
422
 
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
576
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
423
577
        || chmod -R a+r $(distdir)
424
578
dist-gzip: distdir
425
579
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
494
648
        $(am__remove_distdir)
495
649
        @(echo "$(distdir) archives ready for distribution: "; \
496
650
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
497
 
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
651
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
498
652
distuninstallcheck:
499
653
        @cd $(distuninstallcheck_dir) \
500
654
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
514
668
               $(distcleancheck_listfiles) ; \
515
669
               exit 1; } >&2
516
670
check-am: all-am
517
 
check: check-am
 
671
check: check-recursive
518
672
all-am: Makefile $(LTLIBRARIES) config.h
519
 
installdirs:
 
673
installdirs: installdirs-recursive
 
674
installdirs-am:
520
675
        for dir in "$(DESTDIR)$(plugindir)"; do \
521
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
676
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
522
677
        done
523
 
install: install-am
524
 
install-exec: install-exec-am
525
 
install-data: install-data-am
526
 
uninstall: uninstall-am
 
678
install: install-recursive
 
679
install-exec: install-exec-recursive
 
680
install-data: install-data-recursive
 
681
uninstall: uninstall-recursive
527
682
 
528
683
install-am: all-am
529
684
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
530
685
 
531
 
installcheck: installcheck-am
 
686
installcheck: installcheck-recursive
532
687
install-strip:
533
688
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
534
689
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
540
695
 
541
696
distclean-generic:
542
697
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
698
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
543
699
 
544
700
maintainer-clean-generic:
545
701
        @echo "This command is intended for maintainers to use"
546
702
        @echo "it deletes files that may require special tools to rebuild."
547
 
clean: clean-am
 
703
clean: clean-recursive
548
704
 
549
705
clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
550
706
        mostlyclean-am
551
707
 
552
 
distclean: distclean-am
 
708
distclean: distclean-recursive
553
709
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
554
710
        -rm -rf ./$(DEPDIR)
555
711
        -rm -f Makefile
556
712
distclean-am: clean-am distclean-compile distclean-generic \
557
713
        distclean-hdr distclean-libtool distclean-tags
558
714
 
559
 
dvi: dvi-am
 
715
dvi: dvi-recursive
560
716
 
561
717
dvi-am:
562
718
 
563
 
html: html-am
 
719
html: html-recursive
564
720
 
565
 
info: info-am
 
721
info: info-recursive
566
722
 
567
723
info-am:
568
724
 
569
725
install-data-am: install-pluginLTLIBRARIES
570
726
 
571
 
install-dvi: install-dvi-am
572
 
 
573
727
install-exec-am:
574
728
 
575
 
install-html: install-html-am
576
 
 
577
 
install-info: install-info-am
 
729
install-info: install-info-recursive
578
730
 
579
731
install-man:
580
732
 
581
 
install-pdf: install-pdf-am
582
 
 
583
 
install-ps: install-ps-am
584
 
 
585
733
installcheck-am:
586
734
 
587
 
maintainer-clean: maintainer-clean-am
 
735
maintainer-clean: maintainer-clean-recursive
588
736
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
589
737
        -rm -rf $(top_srcdir)/autom4te.cache
590
738
        -rm -rf ./$(DEPDIR)
591
739
        -rm -f Makefile
592
740
maintainer-clean-am: distclean-am maintainer-clean-generic
593
741
 
594
 
mostlyclean: mostlyclean-am
 
742
mostlyclean: mostlyclean-recursive
595
743
 
596
744
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
597
745
        mostlyclean-libtool
598
746
 
599
 
pdf: pdf-am
 
747
pdf: pdf-recursive
600
748
 
601
749
pdf-am:
602
750
 
603
 
ps: ps-am
 
751
ps: ps-recursive
604
752
 
605
753
ps-am:
606
754
 
607
 
uninstall-am: uninstall-pluginLTLIBRARIES
608
 
 
609
 
.MAKE: install-am install-strip
610
 
 
611
 
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
612
 
        clean-generic clean-libtool clean-pluginLTLIBRARIES ctags dist \
613
 
        dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
614
 
        distcheck distclean distclean-compile distclean-generic \
615
 
        distclean-hdr distclean-libtool distclean-tags distcleancheck \
616
 
        distdir distuninstallcheck dvi dvi-am html html-am info \
617
 
        info-am install install-am install-data install-data-am \
618
 
        install-dvi install-dvi-am install-exec install-exec-am \
619
 
        install-html install-html-am install-info install-info-am \
620
 
        install-man install-pdf install-pdf-am \
621
 
        install-pluginLTLIBRARIES install-ps install-ps-am \
622
 
        install-strip installcheck installcheck-am installdirs \
623
 
        maintainer-clean maintainer-clean-generic mostlyclean \
624
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
625
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
755
uninstall-am: uninstall-info-am uninstall-pluginLTLIBRARIES
 
756
 
 
757
uninstall-info: uninstall-info-recursive
 
758
 
 
759
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
 
760
        check-am clean clean-generic clean-libtool \
 
761
        clean-pluginLTLIBRARIES clean-recursive ctags ctags-recursive \
 
762
        dist dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ \
 
763
        dist-zip distcheck distclean distclean-compile \
 
764
        distclean-generic distclean-hdr distclean-libtool \
 
765
        distclean-recursive distclean-tags distcleancheck distdir \
 
766
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
767
        install install-am install-data install-data-am install-exec \
 
768
        install-exec-am install-info install-info-am install-man \
 
769
        install-pluginLTLIBRARIES install-strip installcheck \
 
770
        installcheck-am installdirs installdirs-am maintainer-clean \
 
771
        maintainer-clean-generic maintainer-clean-recursive \
 
772
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
773
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
 
774
        tags tags-recursive uninstall uninstall-am uninstall-info-am \
626
775
        uninstall-pluginLTLIBRARIES
627
776
 
628
777
# Tell versions [3.59,3.63) of GNU make to not export all variables.